document.write( "Question 522788: The length of a rectangle is 3 times it's width. it's perimeter is 56cm. what is the area of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #346998 by umnikmo(75)\"\" \"About 
You can put this solution on YOUR website!
P=2(L+W)
\n" ); document.write( "L=3W
\n" ); document.write( "P=2(W+3W)=8W=56 =>W=7
\n" ); document.write( "L=3W=21\r
\n" ); document.write( "\n" ); document.write( "S=WL=21*7=147
\n" ); document.write( "
\n" );