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 #295728 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width =x \n" ); document.write( "length = (x+2) \n" ); document.write( "Area = x(x+2)= 35 \n" ); document.write( "x^2+2x-35=0 \n" ); document.write( "x^2+7x-5x-35=0 \n" ); document.write( "x(x+7)-5(x+7)=0 \n" ); document.write( "(x+7)(x-5)=0 \n" ); document.write( "width = 5m \n" ); document.write( "length = 5+2=7m \n" ); document.write( " |