document.write( "Question 245631: the length of a rectangle is twice its width the area of the rectangle is 648 what are the dimensions (length and width) of the rectangle? what is the perimeter? \n" ); document.write( "
Algebra.Com's Answer #179390 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
L=2W
\n" ); document.write( "AREA=LW
\n" ); document.write( "648=LW
\n" ); document.write( "648=2W*W
\n" ); document.write( "648=2W^2
\n" ); document.write( "W^2=648/2
\n" ); document.write( "W^2=324
\n" ); document.write( "W=SQRT324
\n" ); document.write( "W=18 ANS. FOR THE WIDTH.
\n" ); document.write( "L=2*18=36 ANS. FOR THE LENGTH.
\n" ); document.write( "PROOF:
\n" ); document.write( "18*36=648
\n" ); document.write( "648=648
\n" ); document.write( "P=2L+2W
\n" ); document.write( "P=2*18+2*36
\n" ); document.write( "P=36+72
\n" ); document.write( "P=108 ANS. FOR THE PERIMETER.
\n" ); document.write( "
\n" );