document.write( "Question 891969: One side of the rectangular field is bounded by a river. A farmer has 100m of fencing and wants to fence the other three sides of the field. If he wants to enclose an area of at least 800m^2, what will be the max. length of the field along the river. \n" ); document.write( "
Algebra.Com's Answer #540176 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! The dimensions of the enclosed area \n" ); document.write( "will be width x by length (100-2x). \n" ); document.write( "The length is reduced by the two ends \n" ); document.write( "of the rectangle. \n" ); document.write( "For an area of 800, \n" ); document.write( "x(100-2x) = 800 \n" ); document.write( "100x - 2x^2 = 800 \n" ); document.write( "add -800 to each side \n" ); document.write( "-2x^2 + 100x -800 = 0 \n" ); document.write( "divide each side by -2 \n" ); document.write( " x^2 -50x -400 = 0 \n" ); document.write( "(x-10)(x-40) = 0 \n" ); document.write( "So x = 10 or x = 40 \n" ); document.write( "A value of x = 10 will produce the \n" ); document.write( "largest value for length along \n" ); document.write( "the river ( 100 - 2(10)) = 80 meters. \n" ); document.write( " |