document.write( "Question 1127444: The width of a rectangle is equal to m cm, but its length is five times greater than the width. Find the area of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #743861 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
l = 5m
\n" ); document.write( "area = l x m
\n" ); document.write( "substitute for l:
\n" ); document.write( "m x 5m = area
\n" ); document.write( "
\n" );