document.write( "Question 424086: Translate the following into a quadratic equation, and solve it:
\n" );
document.write( "The length of a rectangular garden is two more than its width; if the area of the garden is 35 square meters, what are its dimensions?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #295727 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Translate the following into a quadratic equation, and solve it: \n" ); document.write( "The length of a rectangular garden is two more than its width; if the area of the garden is 35 square meters, what are its dimensions? \r \n" ); document.write( "\n" ); document.write( "------ \n" ); document.write( "Let width be \"x\"; then length is \"x+2\". \n" ); document.write( "Area = (length)(width) \n" ); document.write( "35 = (x+2)(x) \n" ); document.write( "x^2+2x-35 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(x+7)(x-5) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 5 meters (width) \n" ); document.write( "x+2 = 7 meters (length) \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " |