document.write( "Question 689772: A rancher wants to enclose a rectangular field with 220 ft of fencing. One side is a river and will not require a fence. What is the maximum area that can be enclosed?\r
\n" );
document.write( "\n" );
document.write( "Please and Thanks a lot! \n" );
document.write( "
Algebra.Com's Answer #426154 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rancher wants to enclose a rectangular field with 220 ft of fencing. \n" ); document.write( " One side is a river and will not require a fence. \n" ); document.write( " What is the maximum area that can be enclosed? \n" ); document.write( ": \n" ); document.write( "The field requires only 3 sides of fence, therefore \n" ); document.write( "L + 2W = 220 \n" ); document.write( "L = (220-2W); we can use this for substitution in the Area equation \n" ); document.write( ": \n" ); document.write( "Area \n" ); document.write( "A = L*W \n" ); document.write( "replace L with (220-2W) \n" ); document.write( "A = W(220-2W) \n" ); document.write( "A = -2W^2 + 220W \n" ); document.write( "A quadratic equation, max A occurs at the axis of symmetry, x = -b/(2a) \n" ); document.write( "In this equation \n" ); document.write( "W = \n" ); document.write( "W = 55 ft is the width for max area \n" ); document.write( ": \n" ); document.write( "Find the max area \n" ); document.write( "A = -2(55^2) + 220(55) \n" ); document.write( "A = -2(3025) + 12100 \n" ); document.write( "A = 6050 sq/ft is the max area \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Confirm this with the dimensions calculated; 110 * 55 = 6050 \n" ); document.write( " |