document.write( "Question 186379: a farmer has 500 feet of fencing with which to build a rectangular livestock pen and wants to enclose the maximum area.
\n" );
document.write( "use a variable to label length and width of the rectangle
\n" );
document.write( "find a variable expression for the area of the pen \r
\n" );
document.write( "\n" );
document.write( "this is totally killing me can someone please help??? thank you \n" );
document.write( "
Algebra.Com's Answer #139738 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a farmer has 500 feet of fencing with which to build a rectangular livestock \n" ); document.write( " pen and wants to enclose the maximum area. \n" ); document.write( ": \n" ); document.write( "use a variable to label length and width of the rectangle \n" ); document.write( "find a variable expression for the area of the pen \n" ); document.write( ": \n" ); document.write( "Let x = width of the pen \n" ); document.write( "Let L = length of the pen \n" ); document.write( ": \n" ); document.write( "write an equation for the total fencing available (the perimeter) \n" ); document.write( "2L + 2x = 500 \n" ); document.write( "Simplify, divide equation by 2 \n" ); document.write( "L + x = 250 \n" ); document.write( "L = (250-x) \n" ); document.write( ": \n" ); document.write( "The area = L * x, substitute (250-x) for x \n" ); document.write( "A = x(250-x) \n" ); document.write( ": \n" ); document.write( "A = -x^2 + 250x; this is the variable expression for the area of the pen \n" ); document.write( ": \n" ); document.write( "You can calculate the max area using the axis of symmetry formula x=-b/(2a) \n" ); document.write( "In this problem: \n" ); document.write( "x = -250/(2*-1) \n" ); document.write( "x = -250/-2 \n" ); document.write( "x = 125 is the width for max area \n" ); document.write( "Note that would be a square: L = 250-x, right? \n" ); document.write( "L = 250 - 125 \n" ); document.write( "L = 125 also \n" ); document.write( ": \n" ); document.write( "To find the actual area: substitute 125 for x in the equation \n" ); document.write( "A = -(125^2) + 250(125) \n" ); document.write( "A = -15625 + 31250 \n" ); document.write( "A = + 15625 sq/ft is the max area \n" ); document.write( ": \n" ); document.write( "Note this corresponds to a square field: 125 * 125 = 15625 sq/ft \n" ); document.write( ": \n" ); document.write( "To graph this equation, area = y; write it: \n" ); document.write( "y = -x^2 = 250x \n" ); document.write( "On a TI83 or similar just enter y= -x^2 +25x, scale it x:-100,+300; y:-2000,+16000 \n" ); document.write( "; \n" ); document.write( "it should look like this \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Note the max area (y) occurs when x = 125 \n" ); document.write( ": \n" ); document.write( "If you have to plot this on graph paper, you have to make up an x/y table \n" ); document.write( "and plot about a dozen points from x=0 to x=+250. let me know if you have \n" ); document.write( " to do that and don't know how to do it. Carl \n" ); document.write( " \n" ); document.write( " |