document.write( "Question 438801: The area of a rectangle is 240 sq in. The length is twice the width. What is the area of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #303347 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
The area of a rectangle is 240 sq in. The length is twice the width. What is the area of the rectangle?
\n" ); document.write( ".
\n" ); document.write( "The problem already gives you the area as 240 sq in.
\n" ); document.write( ".
\n" ); document.write( "Unless you were looking for the dimensions:
\n" ); document.write( "Let w = width
\n" ); document.write( "then
\n" ); document.write( "2w = length
\n" ); document.write( ".
\n" ); document.write( "w(2w) = 240
\n" ); document.write( "2w^2 = 240
\n" ); document.write( "w^2 = 120
\n" ); document.write( "w = 10.95 inches (width)
\n" ); document.write( ".
\n" ); document.write( "length:
\n" ); document.write( "2w = 2(10.95) = 21.9 inches
\n" ); document.write( "
\n" );