document.write( "Question 104187: A rectangular plot, bounded on one side by a river, is to be enclosed on the other 3 sides by a fence, and then divided into two equal sized pens by another fence. If you have 900 feet of fence available, what is the largest are that can be enclosed? \n" ); document.write( "
Algebra.Com's Answer #75809 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular plot, bounded on one side by a river, is to be enclosed on the other 3 sides by a fence, and then divided into two equal sized pens by another fence. If you have 900 feet of fence available, what is the largest are that can be enclosed? \n" ); document.write( ": \n" ); document.write( "Perimeter would be: \n" ); document.write( "L + 3W = 900 \n" ); document.write( "or \n" ); document.write( "L = (900-3W) \n" ); document.write( ": \n" ); document.write( "Area would be: \n" ); document.write( "A = W * L \n" ); document.write( "Substitute for L \n" ); document.write( "A = W(900-3W) \n" ); document.write( "A = -3W^2 + 900W \n" ); document.write( ": \n" ); document.write( "A quadratic, find the axis of symmetry using: x = -b/(2a); a = -3; b= 900 \n" ); document.write( "W = -900/(2*-3) \n" ); document.write( "W = -900/-6 \n" ); document.write( "W = 150 ft is the width for max area \n" ); document.write( ": \n" ); document.write( "Find Max area, substitute 150 for W \n" ); document.write( "A = -3(150^2) + 900(150) \n" ); document.write( "A = -3(22500) + 135000 \n" ); document.write( "A = -67500 + 135000 \n" ); document.write( "A = +67500 sq ft is max area \n" ); document.write( ": \n" ); document.write( "If you graph it: x = width, y = area \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check it: \n" ); document.write( "L = 900 - 3(150) \n" ); document.write( "L = 900 - 450 \n" ); document.write( "L = 450 ft \n" ); document.write( "So it would be 450 by 150: 450*150 = 67500 sq ft \n" ); document.write( ": \n" ); document.write( "Did this help you? \n" ); document.write( " |