document.write( "Question 138606: a rectangular playground is to be fenced off and divided in two by another fence parallel to one side of the playground. 696 feet of fencing is used. Find the maximum area of the playground \n" ); document.write( "
Algebra.Com's Answer #101173 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a rectangular playground is to be fenced off and divided in two by another fence parallel to one side of the playground. 696 feet of fencing is used. Find the maximum area of the playground \n" ); document.write( ": \n" ); document.write( "Let x = length of one side \n" ); document.write( "Let L = length of the adjacent side: \n" ); document.write( ": \n" ); document.write( "An equation with 3 sides with a length of x, and two with a length of L \n" ); document.write( "3x + 2L = 696 \n" ); document.write( "2L = 696 - 3x \n" ); document.write( "L = (348 - 1.5x); divided both sides by 2 \n" ); document.write( ": \n" ); document.write( "Area = L*x \n" ); document.write( "Substitute (348-1.5x) for L \n" ); document.write( "A = x(348-1.5x) \n" ); document.write( "A = 348x - 1.5x^2 \n" ); document.write( ": \n" ); document.write( "Arrange like a quadratic \n" ); document.write( "A = -1.5x^2 + 358x \n" ); document.write( ": \n" ); document.write( "Find the axis of symmetry, this is the value of x for max area \n" ); document.write( "x = -b/(2a); in our equation a = -1.5; b = 348 \n" ); document.write( "x = \n" ); document.write( "x = \n" ); document.write( "x = +116 is dimension of x for max area \n" ); document.write( ": \n" ); document.write( "Find the max area; substitute 116 for x in the equation: \n" ); document.write( "A = -1.5(116^2) + 348(116) \n" ); document.write( "A = -1.5(13456) + 40368 \n" ); document.write( "A = -20184 + 40368 \n" ); document.write( ": \n" ); document.write( "A = +20,184 sq ft is max area \n" ); document.write( ": \n" ); document.write( "Did I make this understandable, this fine Saturday morning? \n" ); document.write( " |