document.write( "Question 1005728: the length of a rectangle is twice the width. If the perimeter is 20cm, find the area \n" ); document.write( "
Algebra.Com's Answer #621876 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call length and width, L and W. We have
\n" ); document.write( "L = 2W and
\n" ); document.write( "perimeter P = 2L + 2W = 20
\n" ); document.write( "Substitute the first into the second equation and get
\n" ); document.write( "2(2W) + 2W = 20
\n" ); document.write( "4W + 2W = 20
\n" ); document.write( "6W = 20
\n" ); document.write( "W = 20/6 = 10/3 = 3 1/3 cm
\n" ); document.write( "L = 6 2/3 cm
\n" ); document.write( "
\n" );