document.write( "Question 247985: This is a quadratic word problem. \r
\n" );
document.write( "\n" );
document.write( "A farmer wishes to enclose a rectangular region bordering a river using 600 ft. of fencing. He wants to divide the region into two equal parts using some of the fence material. What is the maximum area that can be enclosed with the fencing? \n" );
document.write( "
Algebra.Com's Answer #180777 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! This is a quadratic word problem. \n" ); document.write( "A farmer wishes to enclose a rectangular region bordering a river using 600 ft. of fencing. \n" ); document.write( "He wants to divide the region into two equal parts using some of the fence material. \n" ); document.write( "What is the maximum area that can be enclosed with the fencing? \n" ); document.write( ": \n" ); document.write( "To divide it into two equal parts, we have the fence equation: \n" ); document.write( "2L + 3W = 600 \n" ); document.write( "2L = 600 - 3W \n" ); document.write( "divide by 2 \n" ); document.write( "L = 300 - 1.5W \n" ); document.write( "; \n" ); document.write( "Area = L*W \n" ); document.write( "Substitute for L \n" ); document.write( "A = W*(300-1.5W) \n" ); document.write( "A = 300W - 1.5W^2 \n" ); document.write( "As a quadratic equation \n" ); document.write( "A = -1.5W^2 + 300W \n" ); document.write( ": \n" ); document.write( "max area occurs at the axis of symmetry, Formula for that: x = -b/(2a) \n" ); document.write( "in our equation: W = x; b = 300; a = -1.5 \n" ); document.write( "W = \n" ); document.write( "W = \n" ); document.write( "W = +100 ft width for max area \n" ); document.write( ": \n" ); document.write( "Find the area; W=100 \n" ); document.write( "A = -1.5(100^2) + 300(100) \n" ); document.write( "A = -1.5(10000) + 30000 \n" ); document.write( "A = -15000 + 30000 \n" ); document.write( "A = 15000 sq/ft is max area \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check \n" ); document.write( "Find the length \n" ); document.write( "L = 300 - 1.5(100) \n" ); document.write( "L = 300 - 150 \n" ); document.write( "L = 150 ft is the length \n" ); document.write( ": \n" ); document.write( "then: 100 * 150 = 15000 sq/ft is the area \n" ); document.write( " |