document.write( "Question 879230: the width of a rectangle is 7 inches shorter than its length. the area of the rectangle is 44 square inches. find the length and the width of the rectangle \n" ); document.write( "
Algebra.Com's Answer #530615 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "
\n" ); document.write( "A = Lw = L(L-7) = 44
\n" ); document.write( " L^2 - 7L - 44 = 0 (tossing out negative solution for unit measure)
\n" ); document.write( " (L+4)(L-11) = 0, L = 11in and w = 4in \"11-4\" \n" ); document.write( "
\n" );