document.write( "Question 171365: A rectangular garden has a perimeter of 140m and an area of 1200m^2. Set up a quadratic equation and solve it algebraically to find the dimensions of the garden. \n" ); document.write( "
Algebra.Com's Answer #126515 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular garden has a perimeter of 140m and an area of 1200m^2. Set up a quadratic equation and solve it algebraically to find the dimensions of the garden. \n" ); document.write( "---------------- \n" ); document.write( "Perimeter = 2(L+W) \n" ); document.write( "140 = 2(L+W) \n" ); document.write( "L+W = 70 \n" ); document.write( "LW = 1200 \n" ); document.write( "--------------- \n" ); document.write( "Substitute to get: \n" ); document.write( "W(70-W) = 1200 \n" ); document.write( "-W^2 + 70W - 1200 = 0 \n" ); document.write( "------- \n" ); document.write( "W = [-70 +- sqrt(70^2-4*-1*-1200)]/(-2)\r \n" ); document.write( "\n" ); document.write( "W = [-70 +- sqrt(100)]/-2\r \n" ); document.write( "\n" ); document.write( "Positive solution: \n" ); document.write( "W = [-70-10]/(-2) = 40 meters (the width) \n" ); document.write( "---- \n" ); document.write( "Since L+W = 70, L = 30 meters (the length) \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |