document.write( "Question 1185698: being the first grandson, your grandparents decided to give you a rectangular field for your coming wedding. If you are given 200m wires of fencing, what dimensions would you choose to get the maximum area?
\n" ); document.write( "a. List all the possible dimensions of the rectangular field.
\n" ); document.write( "b. Make a table of values for the possible dimensions.
\n" ); document.write( "c. Compute the area for each possible dimension.
\n" ); document.write( "d. What is the maximum area you obtained?
\n" ); document.write( "e. What are the dimensions of the maximum area you obtained?
\n" ); document.write( "

Algebra.Com's Answer #849625 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Here's how to solve this optimization problem:\r
\n" ); document.write( "\n" ); document.write( "**Understanding the Problem**\r
\n" ); document.write( "\n" ); document.write( "We have a fixed perimeter (200m of fencing) and want to maximize the area of a rectangle.\r
\n" ); document.write( "\n" ); document.write( "**a. Possible Dimensions:**\r
\n" ); document.write( "\n" ); document.write( "Let *l* be the length and *w* be the width of the rectangle. The perimeter is given by:\r
\n" ); document.write( "\n" ); document.write( "2*l + 2*w = 200\r
\n" ); document.write( "\n" ); document.write( "We can simplify this to:\r
\n" ); document.write( "\n" ); document.write( "l + w = 100\r
\n" ); document.write( "\n" ); document.write( "Since length and width must be positive, the possible dimensions are any values of *l* and *w* that satisfy this equation, where 0 < l < 100 and 0 < w < 100. It's impossible to list *all* possible dimensions because they are continuous, not discrete, but we can list some examples:\r
\n" ); document.write( "\n" ); document.write( "* l = 10, w = 90
\n" ); document.write( "* l = 20, w = 80
\n" ); document.write( "* l = 30, w = 70
\n" ); document.write( "* l = 40, w = 60
\n" ); document.write( "* l = 50, w = 50
\n" ); document.write( "* l = 60, w = 40
\n" ); document.write( "* l = 70, w = 30
\n" ); document.write( "* l = 80, w = 20
\n" ); document.write( "* l = 90, w = 10\r
\n" ); document.write( "\n" ); document.write( "**b. Table of Values:**\r
\n" ); document.write( "\n" ); document.write( "It's helpful to organize the dimensions and areas in a table. Here are some examples:\r
\n" ); document.write( "\n" ); document.write( "| Length (l) | Width (w) | Area (A) |
\n" ); document.write( "|---|---|---|
\n" ); document.write( "| 10 | 90 | 900 |
\n" ); document.write( "| 20 | 80 | 1600 |
\n" ); document.write( "| 30 | 70 | 2100 |
\n" ); document.write( "| 40 | 60 | 2400 |
\n" ); document.write( "| 50 | 50 | 2500 |
\n" ); document.write( "| 60 | 40 | 2400 |
\n" ); document.write( "| 70 | 30 | 2100 |
\n" ); document.write( "| 80 | 20 | 1600 |
\n" ); document.write( "| 90 | 10 | 900 |\r
\n" ); document.write( "\n" ); document.write( "**c. Computing the Area:**\r
\n" ); document.write( "\n" ); document.write( "The area of a rectangle is given by:\r
\n" ); document.write( "\n" ); document.write( "A = l * w\r
\n" ); document.write( "\n" ); document.write( "We've already calculated the areas in the table above.\r
\n" ); document.write( "\n" ); document.write( "**d. Maximum Area:**\r
\n" ); document.write( "\n" ); document.write( "From the table, we can see that the maximum area is 2500 m².\r
\n" ); document.write( "\n" ); document.write( "**e. Dimensions of Maximum Area:**\r
\n" ); document.write( "\n" ); document.write( "The dimensions that give the maximum area are l = 50m and w = 50m. This means the rectangle with the maximum area is a square.\r
\n" ); document.write( "\n" ); document.write( "**General Solution (using calculus):**\r
\n" ); document.write( "\n" ); document.write( "While the table gives the answer, calculus can be used for a more general approach.\r
\n" ); document.write( "\n" ); document.write( "1. Express *w* in terms of *l*: w = 100 - l\r
\n" ); document.write( "\n" ); document.write( "2. Area formula: A = l(100 - l) = 100l - l²\r
\n" ); document.write( "\n" ); document.write( "3. To find the maximum area, take the derivative of A with respect to *l* and set it equal to zero:\r
\n" ); document.write( "\n" ); document.write( " dA/dl = 100 - 2l = 0
\n" ); document.write( " 2l = 100
\n" ); document.write( " l = 50\r
\n" ); document.write( "\n" ); document.write( "4. Since w = 100 - l, then w = 100 - 50 = 50.\r
\n" ); document.write( "\n" ); document.write( "This confirms that the maximum area occurs when l = 50 and w = 50.
\n" ); document.write( "
\n" ); document.write( "
\n" );