document.write( "Question 153805: My homework is about making algebraic statements. Can you please help me with \"A rectangle is 5 times as long as it is wide. If it is w feet wide, how long is it? What is the perimeter?\" \n" ); document.write( "
Algebra.Com's Answer #113190 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
W=WIDTH.
\n" ); document.write( "THEN LENGTH=5*W.
\n" ); document.write( "PERIMETER=2*L+2*W
\n" ); document.write( "PERIMETER=2*5W+2W
\n" ); document.write( "PERIMETER=10W+2W
\n" ); document.write( "PERIMETER=12W
\n" ); document.write( "
\n" );