document.write( "Question 632566: I decide to take up alpaca farming. I will build an alpaca pan to my house. (since it is next to my house, i don't need any fencing on the side where my house is. My house is huge so I don't have to worry about that side being too short.) I have 800 feet of fencing. I am going to make a rectangular fence.\r
\n" );
document.write( "\n" );
document.write( "A. If I want the pen to have an area of 15,200 sq feet, what should the dimensions be?\r
\n" );
document.write( "\n" );
document.write( "B. If i want the pen to have an area of 100,000 sq feet, what should the dimensions be? \n" );
document.write( "
Algebra.Com's Answer #398391 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I will build an alpaca pen next to my house. \n" ); document.write( "(since it is next to my house, i don't need any fencing on the side where my house is. \n" ); document.write( " My house is huge so I don't have to worry about that side being too short.) \n" ); document.write( " I have 800 feet of fencing. I am going to make a rectangular fence. \n" ); document.write( ": \n" ); document.write( "A. If I want the pen to have an area of 15,200 sq feet, what should the dimensions be? \n" ); document.write( "Let L = the length of the pen \n" ); document.write( "Let W = the width \n" ); document.write( "one length is the house, the length of the fence required will be: \n" ); document.write( "L + 2W = 800 \n" ); document.write( "L = (800-2W) \n" ); document.write( "The area: L * W = 15200 \n" ); document.write( "Replace L with (800-2W) \n" ); document.write( "W(800-2W) = 15200 \n" ); document.write( "-2W^2 + 800W = 15200 \n" ); document.write( "A quadratic equation \n" ); document.write( "0 = 2W^2 - 800W + 15200 \n" ); document.write( "You can use the quadratic formula here but this will factor to \n" ); document.write( "(2W - 40)(W - 380) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "2W = 40 \n" ); document.write( "W = 20 \n" ); document.write( "Use this as the width, then \n" ); document.write( "800-2(20) = 760 is the length \n" ); document.write( "(If that is longer than your house, you can use 380 as the width then \n" ); document.write( "800-2(380) = 40 is the length) \n" ); document.write( ": \n" ); document.write( "B. If i want the pen to have an area of 100,000 sq feet, what should the dimensions be? \n" ); document.write( "With 800 ft of fencing it is not possible to enclose 100000 sq/ft \n" ); document.write( "Max area is 80000 sq/ft with a dimension of a 400 by 200 ft pen \n" ); document.write( " |