document.write( "Question 941547: A farmers has 400 feet of fencing to make three rectangular pens. What dimensions x and y will maximize the total area? \n" ); document.write( "
Algebra.Com's Answer #574039 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! assume that the three pens are not adjacent: \n" ); document.write( "assume that each pen needs four complete sides: \n" ); document.write( "assume that all three pens have the same dimensions: \n" ); document.write( "--- \n" ); document.write( "length of fencing needed for each pen = 400/3 = 133.333333333 ft \n" ); document.write( "--- \n" ); document.write( "2x + 2y = 133.333333333 \n" ); document.write( "2y = 133.333333333 - 2x \n" ); document.write( "y = (133.333333333 - 2x)/2 \n" ); document.write( "y = 133.333333333/2 - x \n" ); document.write( "y = 66.6666666666 - x \n" ); document.write( "a = xy \n" ); document.write( "a = x(66.6666666666 - x) \n" ); document.write( "a = 66.6666666666x - xx \n" ); document.write( "-xx + 66.6666666666x = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=-1, b=66.6666666666 and c=0 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "-1 66.6666666666 0 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the quadratic has a vertex maximum at: ( 33.3333333, 1111.11111 ) \n" ); document.write( "--- \n" ); document.write( "area for each pen is maximum (1111.11111 sq.ft) when x = 33.3333333 ft \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "the dimensions of each of the three pens are: \n" ); document.write( "--- \n" ); document.write( "x = 33.3333333333 ft \n" ); document.write( "y = 66.6666666666 - x \n" ); document.write( "y = 66.6666666666 - 33.3333333333 \n" ); document.write( "y = 33.3333333333 ft \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |