document.write( "Question 252341: A farmer has 2400 feet of fencing and wants to fence off a rectangular field that borders a straight river. Find the dimensions of the fence to maximize the area enclosed by the fence.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #184203 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A farmer has 2400 feet of fencing and wants to fence off a rectangular field that borders a straight river. Find the dimensions of the fence to maximize the area enclosed by the fence. \n" ); document.write( "----------------------------- \n" ); document.write( "Draw the picture. \n" ); document.write( "You have a rectangle with one side being the river. \n" ); document.write( "------------------ \n" ); document.write( "Let each side perpendicular to the river be \"x\". \n" ); document.write( "Then the side parallel to the river is \"2400-2x\". \n" ); document.write( "------------------------------------------- \n" ); document.write( "Area = width*length \n" ); document.write( "---- \n" ); document.write( "A(x) = x(2400-2x) \n" ); document.write( "A(x) = 2400x - 2x^2 \n" ); document.write( "--- \n" ); document.write( "You have a quadratic with a = -2 and b = 2400 \n" ); document.write( "---- \n" ); document.write( "Maximum Area occurs where x = -b/2a = -2400/(2*-2) = 600 ft. (width) \n" ); document.write( "length = 2400-2x = 2400-2*600 = 1200 (length) \n" ); document.write( "-------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |