document.write( "Question 794816: You have 200 feet of fencing to enclose a rectangular plot that borders on a river. If you do not fence the side along the river, find the length and width of the plot that will maximize the area. What is the largest area that can be enclosed?
\n" );
document.write( "Quadratic functions \n" );
document.write( "
Algebra.Com's Answer #480755 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Width = x feet \n" ); document.write( "Length = 200 - 2x \n" ); document.write( "Area = x(200 - 2x) \n" ); document.write( "Area(x)= 200x - 2x^2 \n" ); document.write( "Area'(x) = 200 - 4x \n" ); document.write( "A(x) = 0 \n" ); document.write( "200 - 4x = 0 \n" ); document.write( "-4x = -200 \n" ); document.write( " x = 50 \n" ); document.write( "Using Nature Table: \n" ); document.write( " ................ - 50 + \n" ); document.write( "200 - 4x... + 0 - \n" ); document.write( "So, x = 50 feet is a maximum. \n" ); document.write( "Width = 50 feet \n" ); document.write( "Length = 100 feet \n" ); document.write( "Area = 50*100 = 5000 feet. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |