document.write( "Question 1077138: A rectangle has an area of 14 square centimeters. It's length is five cm greater than its width. Find the dimensions. \n" ); document.write( "
Algebra.Com's Answer #691679 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let n be the width of the rectangle, in cm. Then the length would be w+5. So:
\n" ); document.write( "w(w+5)=14
\n" ); document.write( "w²+5w-14=0
\n" ); document.write( "(w+7)(w-2)=0
\n" ); document.write( "w=2 or -7
\n" ); document.write( "We get a positive value of 2cm. for the width, and 7cm. for the length. ☺☺☺☺
\n" ); document.write( "
\n" );