document.write( "Question 315107: A farmer wants to build a rectangular fence and has 1000 meters of fencing material with which to build the fence. The enclosed area will be next to a straight river, so the fence only needs to enclose 3 sides. Find the dimensions that will maximize the enclosed area. \n" ); document.write( "
Algebra.Com's Answer #225427 by malaydassharma(59)\"\" \"About 
You can put this solution on YOUR website!
L+2W=1000\r
\n" ); document.write( "\n" ); document.write( "Area=LW
\n" ); document.write( " =W(1000-2W)
\n" ); document.write( " =2W(500-W)\r
\n" ); document.write( "\n" ); document.write( "If one plots a graph of the above equation, will find maximum Area is at w=250 \r
\n" ); document.write( "\n" ); document.write( "Hence, W=250 and L=500
\n" ); document.write( "
\n" );