document.write( "Question 239828: the width of a rectangle is one half its length. The perimeter of the rectangle is 54 cm. What are the width and length of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #175902 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
W=L/2
\n" ); document.write( "2L+2W=54
\n" ); document.write( "2L+2*L/2=54
\n" ); document.write( "2L+L=54
\n" ); document.write( "3L=54
\n" ); document.write( "L=54/3
\n" ); document.write( "L=18 ANS. FOR THE LENGTH.
\n" ); document.write( "W=18/2=9 ANS. FOR THE LENGTH.
\n" ); document.write( "PROOF:
\n" ); document.write( "2*9+2*18=54
\n" ); document.write( "18+36=54
\n" ); document.write( "54=54
\n" ); document.write( "
\n" );