document.write( "Question 892746: A farmer is fencing a rectangular area for his farm using the straight portion of a river as one portion of the rectangle. If the farmer has 2400 feet of fence, find the dimension of the rectangle that gives the maximum area for the farm. \n" ); document.write( "
Algebra.Com's Answer #541012 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A farmer is fencing a rectangular area for his farm using the straight portion of a river as one portion of the rectangle. If the farmer has 2400 feet of fence, find the dimension of the rectangle that gives the maximum area for the farm.
\n" ); document.write( "***
\n" ); document.write( "let x=width (2 sides)
\n" ); document.write( "2400-2x=length(1 side)
\n" ); document.write( "area=length*width=x(2400-2x)=2400x-2x^2
\n" ); document.write( "f(a)=-2x^2+2400
\n" ); document.write( "complete the square:
\n" ); document.write( "f(a)=-2(x^2-1200+360000)+720000
\n" ); document.write( "f(a)=-2(x-600)^2+720000
\n" ); document.write( "This is an equation of a parabola that opens down with vertex at (600,720,000)
\n" ); document.write( "dimension of the rectangle that gives the maximum area of 720,000 sq ft for the farm:
\n" ); document.write( "width=600 ft (2 sides)
\n" ); document.write( "length=1200 ft (single side)
\n" ); document.write( "
\n" );