document.write( "Question 360709: If the perimeter of a rectangle is 156 inches and the length is 5 times the width, find the length and the width. \n" ); document.write( "
Algebra.Com's Answer #257422 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Periemter is 2*L + 2*W
\n" ); document.write( "Let x represent the width. Then the length will be 5x
\n" ); document.write( "2*5x + 2x = 156in
\n" ); document.write( "solve for x
\n" ); document.write( "10x + 2x = 156
\n" ); document.write( "12x = 156
\n" ); document.write( "x = 13in is the width
\n" ); document.write( "5x = 65in is the length
\n" ); document.write( "checking our answer
\n" ); document.write( "2*13in + 2*65in = 156in \n" ); document.write( "
\n" );