document.write( "Question 326076: A farmer decides to enclose a rectangular garden, using the side of a barn as one side of the rectangle. What is the mazimum area that the farmer can enclose with 100 ft of fence? What should the dementions of the garden be to give this area? \n" ); document.write( "
Algebra.Com's Answer #233486 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!
By the way, this is an algebra forum and your question is a calculus question.\r
\n" ); document.write( "\n" ); document.write( "Let P = perimeter of rectangular garden\r
\n" ); document.write( "\n" ); document.write( "P = 100
\n" ); document.write( "2L + 2W = 100
\n" ); document.write( "2(L + W) = 100
\n" ); document.write( "L + W = 100 / 2
\n" ); document.write( "L + W = 50
\n" ); document.write( "W = 50 - L\r
\n" ); document.write( "\n" ); document.write( "Let A = area\r
\n" ); document.write( "\n" ); document.write( "Let W = (50 - L)\r
\n" ); document.write( "\n" ); document.write( "A = LW
\n" ); document.write( "A(L) = L(50 - L)
\n" ); document.write( "A(L) = 50L - L^2\r
\n" ); document.write( "\n" ); document.write( "We now need to find the derivative of A(L).\r
\n" ); document.write( "\n" ); document.write( "A'(L) = 50 - 2L\r
\n" ); document.write( "\n" ); document.write( "For stationary points, set A'(L) = 0\r
\n" ); document.write( "\n" ); document.write( "50 - 2L = 0
\n" ); document.write( "2L = 50
\n" ); document.write( "L = 25\r
\n" ); document.write( "\n" ); document.write( "When L = 24, A'(L) = 50 - 2(24) = 2
\n" ); document.write( "When L = 26, A'(L) = 50 - 2(26) = -2\r
\n" ); document.write( "\n" ); document.write( "Since the graph is increasing, then stationary, then decreasing it is a maximum.\r
\n" ); document.write( "\n" ); document.write( "A(L) = 50L - L^2\r
\n" ); document.write( "\n" ); document.write( "A(25) = 50(25) - 25² \r
\n" ); document.write( "\n" ); document.write( "A(25) = 1250 - 625\r
\n" ); document.write( "\n" ); document.write( "A(25) = 625 square feet\r
\n" ); document.write( "\n" ); document.write( "I hope this helps.
\n" ); document.write( "
\n" ); document.write( "
\n" );