document.write( "Question 3405: Can you help:\r
\n" ); document.write( "\n" ); document.write( "Sue wants to put a rectangular garden on her property using 80 meters of fencing. There is a river that runs through her property so she decides to increase the size of the garden by using the river as one side of the rectangle. Fencing is then needed only on the other three sides.) Let x represent the length of the side of the rectangle along the river. Express the gardens area as a function of x. Find the dimensions of the field so that its area is a maximum.
\n" ); document.write( "

Algebra.Com's Answer #1485 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
Let the three sides be y, x and y
\n" ); document.write( " Sum of the three sides x + 2y = 80 , so y = (80-x)/2
\n" ); document.write( " Area of the rectangle A = xy = x(80-x)/2 = 40x -x^2/2
\n" ); document.write( "
\n" ); document.write( " By complete square A = -1/2(x^2 - 80x + (80/2)^2) + 1600/2
\n" ); document.write( " = -1/2(x - 40)^2 + 800
\n" ); document.write( " Since (x - 40)^2 >=0, -1/2(x - 40)^2 <= 0,
\n" ); document.write( " A = -1/2(x - 40)^2 + 800 <= 800,
\n" ); document.write( " when x = 40, y = (80-40)/2 = 20.\r
\n" ); document.write( "\n" ); document.write( " Hence, when the dimensions of the field are 20,40 and 20 meters
\n" ); document.write( " the max area is 800 sq. meters.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Kenny
\n" ); document.write( " PS. Also, try to get rid of some redunant words which are not
\n" ); document.write( " related to math in this question. Like :
\n" ); document.write( " There is a river that runs through her property so she decides to increase the size of the garden by using the river as one side of the rectangle.
\n" ); document.write( "
\n" );