document.write( "Question 1078536: A rectangle has a perimeter of 50 meters, and its length is 4 times its width. Calculate its dimensions \n" ); document.write( "
Algebra.Com's Answer #692959 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Perimeter is 2L + 2W
\n" ); document.write( "1L + 1W is a half perimeter or 25 m here.
\n" ); document.write( "but L=4W
\n" ); document.write( "Therefore, 4W+W=25 by substitution.
\n" ); document.write( "5W=25
\n" ); document.write( "W=5 m
\n" ); document.write( "L=20 m
\n" ); document.write( "
\n" );