document.write( "Question 1053710: The length of a rectangle exceeds the width by 7. If the area is 60cm^2 find the length of the rectangle
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #668911 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let w be the width of the rectangle. Then the length is w+7. So: \n" ); document.write( "w(w+7)=60 \n" ); document.write( "w²+7w-60=0 \n" ); document.write( "(w+12)(w-5)=0 \n" ); document.write( "w=-12 or 5 \n" ); document.write( "Throwing out tne negative result, we get the width to be 5 cm, and the length to be 12 cm. ☺☺☺☺ \n" ); document.write( " |