document.write( "Question 615351: A farmer decides to enclose a rectangular field using the side of a barn as one side of the rectangle. The figure below shows the fenced area he wants to make.\r
\n" );
document.write( "\n" );
document.write( "If he has 2800 feet of fencing, what values of x and y will maximize the enclosed area?\r
\n" );
document.write( "\n" );
document.write( "x = ? feet
\n" );
document.write( "y = ? feet \n" );
document.write( "
Algebra.Com's Answer #387125 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the lengths of the sides of the field that are perpendicular to the barn. \n" ); document.write( "Let y = the length of the side of the field that is parallel to the barn. \n" ); document.write( "With x and y we can now express the perimeter of the field: \n" ); document.write( "x + x + y = 2800 \n" ); document.write( "which simplifies to \n" ); document.write( "2x + y = 2800 \n" ); document.write( "The area of the field will be: \n" ); document.write( "A = x*y \n" ); document.write( "TO solve this we start by solving the perimeter equation for y. Subtracting 2x from each side we get: \n" ); document.write( "y = 2800 - 2x \n" ); document.write( "We can substitute this into the area equation for the y: \n" ); document.write( "A = x*(2800 - 2x) \n" ); document.write( "which simplifies to: \n" ); document.write( " \n" ); document.write( "or \n" ); document.write( " \n" ); document.write( "Assuming you are not in a Calculus class, the next step is to recognize that the Area equation is the equation of a parabola. And, since the coefficient of \n" ); document.write( "You may have learned that the x coordinate of the vertex of a parabola is equal to \n" ); document.write( " \n" ); document.write( "which simplifies as follows: \n" ); document.write( " \n" ); document.write( "x = 700 \n" ); document.write( "So the value for x that gives us the greatest area is 700. We can use \n" ); document.write( "y = 2800 - 2x \n" ); document.write( "to find the y value: \n" ); document.write( "y = 2800 - 2(700) \n" ); document.write( "y = 2800 - 1400 \n" ); document.write( "y = 1400 \n" ); document.write( "So the maximum area can be achieved if the sides perpendicular to the barn are 700 feet and the side parallel to the barn is 1400 feet. \n" ); document.write( "P.S. This solution means the barn must be 1400 feet long itself in order for it to be the 4th side of the field. That's an awfully long barn!! \n" ); document.write( " \n" ); document.write( " |