document.write( "Question 1017917: The length of a rectangle is 5 m more than its width. What is the width of the rectangle if it's area is 84 m^2? \n" ); document.write( "
Algebra.Com's Answer #652534 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
l=w+5
\n" ); document.write( "w(w+5)=84
\n" ); document.write( "w^2+5w-84=0
\n" ); document.write( "(w+12)(w-7)=84
\n" ); document.write( "w=-12,7
\n" ); document.write( "The width is 7m, the length is 12m!!!!!!!!!!!!!!
\n" ); document.write( "
\n" );