document.write( "Question 106355: A farmer plans to fence a rectangular grazing area along a river with 300 yards of fence. Write an expression for the area A of grazing land in terms of the width w of the rectangle. Also, what is the largest area he can enclose? \n" ); document.write( "
Algebra.Com's Answer #77568 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A farmer plans to fence a rectangular grazing area along a river with 300 yards of fence. Write an expression for the area A of grazing land in terms of the width w of the rectangle. Also, what is the largest area he can enclose? \n" ); document.write( ": \n" ); document.write( "Since one side is the river, the rectangle's fence perimeter will be: \n" ); document.write( "L + 2W = 300 \n" ); document.write( "L = 300 - 2W \n" ); document.write( ": \n" ); document.write( "Area = Length * Width \n" ); document.write( "Substitute (300-2W) for L: \n" ); document.write( "A = W(300 - 2W) \n" ); document.write( "A = -2W^2 + 300W; this would be the expression \n" ); document.write( ": \n" ); document.write( "This is a quadratic equation, Find the axis of symmetry, x = -b/(2a) \n" ); document.write( "In our equation it would be: \n" ); document.write( "W = -300/(2*-2) \n" ); document.write( "W = -300/-4 \n" ); document.write( "W = +75 is the width for max area: \n" ); document.write( ": \n" ); document.write( "Find the max area, substitute 75 for W \n" ); document.write( "A = -2(75^2) + 300(75) \n" ); document.write( "A = -2(5625) + 22500 \n" ); document.write( "A = -11250 + 22500 \n" ); document.write( "A = 11250 sq ft is the max area \n" ); document.write( ": \n" ); document.write( "If you plot this, y = area and x = width \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |