document.write( "Question 321876: The width of a rectangle is on 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 #230469 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Let length be 2x
\n" ); document.write( "width =x
\n" ); document.write( "Perimeter = 2*L+2*w
\n" ); document.write( "2*2x+2*x=54
\n" ); document.write( "6x=54
\n" ); document.write( "x=9
\n" ); document.write( "width = 9
\n" ); document.write( "length = 18 cm
\n" ); document.write( "
\n" );