document.write( "Question 813199: A farmer has 3000 feet of wire to enclose a rectangular field. He plans to fence the entire area and then subdivide it by running a fence across the middle. Find the dimensions of the fields that would enclose the maximum area. What is the maximum 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 #489547 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! 2L + 2w = 3000 \n" ); document.write( "L + w = 1500 \n" ); document.write( "L = 1500 - w \n" ); document.write( "--- \n" ); document.write( "A = Lw \n" ); document.write( "A = (1500 - w)w \n" ); document.write( "--- \n" ); document.write( "Area is now a quadratic function of width (w): \n" ); document.write( "A(w) = -ww + 1500w + 0 \n" ); document.write( "A(w) = (-1)w^2 + 1500w + 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=-1, b=1500, and c=0 \n" ); document.write( "--- \n" ); document.write( "to find the maximum area A(w), plug this: \n" ); document.write( "-1 1500 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: ( 750, 562500 ) \n" ); document.write( "--- \n" ); document.write( "so the maximum area that can be enclosed is: 562500 sq.ft. (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) = (-1)w^2 + 1500w + 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=750, A=562500 ) \n" ); document.write( "--- \n" ); document.write( "Answer 2: \n" ); document.write( "w for maximum area = 750 \n" ); document.write( "L for maximum area = 1500 - w = 1500 - 750 = 750 \n" ); document.write( "so the maximum area has dims: w=750, L=750 \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( " |