document.write( "Question 1051664: The perimeter of a rectangle is 50 inches.if its length is two times its width, find the dimension of the rectangle \n" ); document.write( "
Algebra.Com's Answer #667126 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
L = 2W
\n" ); document.write( "2L+2W = 50 substitute for L
\n" ); document.write( "2(2W)+2W = 50
\n" ); document.write( "4W+2W = 50
\n" ); document.write( "6W = 50
\n" ); document.write( "W = 8.33
\n" ); document.write( "Note: Are you sure the perimeter is not 54? That would make the width a round 9. But you may have it right, different math teachers think differently.
\n" ); document.write( "
\n" );