document.write( "Question 992034: The width of a rectangle measures one half of the length. If the area is 72 square feet, then find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #611698 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "W=width; L=length=2W
\n" ); document.write( ".
\n" ); document.write( "A=LW
\n" ); document.write( "72ft^2=2W(W)
\n" ); document.write( "72ft^2=2W^2
\n" ); document.write( "36ft^2=W^2
\n" ); document.write( "6ft=W
\n" ); document.write( "L=2W+2(6ft)=12ft
\n" ); document.write( "ANSWER: The rectangle is 12 feet x 6 feet.
\n" ); document.write( "
\n" );