document.write( "Question 58256: A farmer has 96 meters of fencing. He wants to enclose a rectangular field and build a fence across the middle, parallel to the shorter ends. \r
\n" );
document.write( "\n" );
document.write( "a. Express the total area of the field as a function of the width w, where w is the length of the shorter ends (hint: result is a quadratic)\r
\n" );
document.write( "\n" );
document.write( "b. Algebraically determine the value of x for which the area is maximum. \n" );
document.write( "
Algebra.Com's Answer #39932 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A farmer has 96 meters of fencing. He wants to enclose a rectangular field and build a fence across the middle, parallel to the shorter ends. \n" ); document.write( ": \n" ); document.write( "a. Express the total area of the field as a function of the width w, where w is the length of the shorter ends (hint: result is a quadratic) \n" ); document.write( ": \n" ); document.write( "Because of that fence down the middle, the perimeter is: \n" ); document.write( "2L + 3W = 96 \n" ); document.write( "2L = 96 - 3W \n" ); document.write( "L = (48 - 1.5W); divided eq by 2. \n" ); document.write( ": \n" ); document.write( "Area = L*W \n" ); document.write( "Let y = area \n" ); document.write( "Substitute (48-1.5W) for L \n" ); document.write( "y = (48 - 1.5W) * W \n" ); document.write( "y = 48W - 1.5W^2 \n" ); document.write( "Arrange as a Quadraic eq: y = -1.5W^2 + 48W \n" ); document.write( " \n" ); document.write( "b. Algebraically determine the value of x for which the area is maximum. \n" ); document.write( ": \n" ); document.write( "Use the vertex equation: x = -b/(2a); in our eq, a=-1.5, b= 48 \n" ); document.write( ": \n" ); document.write( "x = -48/(2*-1.5) \n" ); document.write( "x = -48/-3 \n" ); document.write( "x = +16 meters is the width for max area \n" ); document.write( ": \n" ); document.write( "Find the max area, substitute 16 for x in the equation: y = -1.5x^2 + 48x \n" ); document.write( ": \n" ); document.write( "y = -1.5(16^2) + 48(16) \n" ); document.write( "y = -1.5(256) + 768 \n" ); document.write( "y = -384 + 768 \n" ); document.write( "y = +384 sq meters is max area and occurs when the width is 16 meters. \n" ); document.write( " \n" ); document.write( " |