document.write( "Question 213554: A farmer wants to make a rectangular enclosure along the side of a barn and then divide the enclosure into two pens with a fence constructed at a right angle to the barn. If 300 yards of fencing are available, what are the dimensions of the largest section that can be enclosed?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Firstly, the wording of this particular problem has thrown both myself, family, and friends for a loop. I have drawn, erased, and redrawn several rough sketches of this barn-and-fence problem and still feel as though it is wrong. I am at a loss of going about how to solve it. Any assistance would be greatly appreciated!
\n" );
document.write( "Thank you in advance
\n" );
document.write( "-B \n" );
document.write( "
Algebra.Com's Answer #161342 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A farmer wants to make a rectangular enclosure along the side of a barn and then divide the enclosure into two pens with a fence constructed at a right angle to the barn. If 300 yards of fencing are available, what are the dimensions of the largest section that can be enclosed? \n" ); document.write( ": \n" ); document.write( "_________________Barn \n" ); document.write( "|_____|_____| \n" ); document.write( ": \n" ); document.write( "I think it looks something like this: \n" ); document.write( "Then we can write an equation for the 300 yds of fencing \n" ); document.write( "L + 3W = 300 \n" ); document.write( ": \n" ); document.write( "L = (300-3W) \n" ); document.write( ": \n" ); document.write( "Area = L*W \n" ); document.write( "Replace L with (300-3W) \n" ); document.write( "A = (300-3W) * W \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "A = -3W^2 + 300W \n" ); document.write( "Find the axis of symmetry for Width that gives max area x = -b/(2a) \n" ); document.write( "in this equation a=-3; b=300 \n" ); document.write( "W = -300/(2*-3) \n" ); document.write( "W = -300/-6 \n" ); document.write( "W = +50 ft is the width for max area \n" ); document.write( ": \n" ); document.write( "Find the length \n" ); document.write( "L = 300 - 3(50) \n" ); document.write( "L = 150 ft is the length \n" ); document.write( ": \n" ); document.write( "Max area would be 150 * 50 = 7500 sq/ft \n" ); document.write( " |