document.write( "Question 812948: A farmer has 120 meters of fencing and wants to enclose a rectangular plot of land that requires fencing on only three sides since it is bounded by a river on one side. Find the length and width of the plot that will maximize the area? \r
\n" );
document.write( "\n" );
document.write( "Can you please help me out? Thanks so much in advance:) \n" );
document.write( "
Algebra.Com's Answer #489553 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! L + 2w = 120 \n" ); document.write( "L = 120 - 2w \n" ); document.write( "--- \n" ); document.write( "A = Lw \n" ); document.write( "A = (120 - 2w)w \n" ); document.write( "--- \n" ); document.write( "Area is now a quadratic function of width (w): \n" ); document.write( "A(w) = -2ww + 120w + 0 \n" ); document.write( "A(w) = (-2)w^2 + 120w + 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=-2, b=120, and c=0 \n" ); document.write( "--- \n" ); document.write( "to find the maximum area A(w), plug this: \n" ); document.write( "-2 120 0 \n" ); document.write( "into this: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Answer 1: \n" ); document.write( "the maximum point of the above quadratic equation is: ( 30, 1800 ) \n" ); document.write( "--- \n" ); document.write( "so the maximum area that can be enclosed is: 1800 sq.m (the y-coordinate of the maximum point) \n" ); document.write( "--- \n" ); document.write( "now, to find the L and w dimensions of the maximum area, remember this equation from above: \n" ); document.write( "A(w) = (-2)w^2 + 120w + 0 \n" ); document.write( "--- \n" ); document.write( "we used that eqn to maximize Area, but as a side effect we also got w for that max area, from the maximum point: ( w=30, A=1800 ) \n" ); document.write( "--- \n" ); document.write( "Answer 2: \n" ); document.write( "w for maximum area = 30 \n" ); document.write( "L for maximum area = 120 - 2w = 120 - 60 = 60 \n" ); document.write( "so the maximum area has dims: w=30, L=60 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |