document.write( "Question 137091: The length of a rectangle is five times its width. If the perimeter of the rectangle is 60 m , find its area. \n" ); document.write( "
Algebra.Com's Answer #100310 by jedidiah(6)\"\" \"About 
You can put this solution on YOUR website!
width: x
\n" ); document.write( "length: 5x\r
\n" ); document.write( "\n" ); document.write( "12x = 60
\n" ); document.write( "x=5
\n" ); document.write( "5*25= 125 units^2
\n" ); document.write( "
\n" );