document.write( "Question 864699: the length of a rectangle is 4 inches more than it's width. the area of the rectangle is 60 square inches. find the dimensions of the rectangle \n" ); document.write( "
Algebra.Com's Answer #521236 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "
\n" ); document.write( "A = Lw = (w+4)w = 60in^2
\n" ); document.write( " w^2 + 4w - 60 = 0
\n" ); document.write( " (w + 10)(w-6) = 0 (Tossing out the negative solution for unit measure)
\n" ); document.write( " w = 6in and L = 10in \"6%2B4\"
\n" ); document.write( "and..checking
\n" ); document.write( " (6in)(10in) = 60in^2 \n" ); document.write( "
\n" );