document.write( "Question 1056146: A wire that is 500M long is used to fence a rectangular field. What are the dimensions of the largest possible rectangular field that can be fenced using the wire? Note: The largest field that can be fenced is the one with the greatest area. \n" ); document.write( "
Algebra.Com's Answer #671331 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The area of the rectangular field, A = l*w
\n" ); document.write( "The perimeter of the fenced in area is 2(l+w) = 500 m
\n" ); document.write( "Express w in terms of l: w = 250 - l
\n" ); document.write( "Therefore A = l(250-l)
\n" ); document.write( "The largest area will be obtained where dA/dl = 0 = 250 - 2l
\n" ); document.write( "Solve for l:
\n" ); document.write( "l = 250/2 = 125 m
\n" ); document.write( "w = 250 - 125 = 125 m
\n" ); document.write( "So length and width are both 125 m, i.e. a square\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );