document.write( "Question 46956: A rectangle is twice as long as it is wide, and it's area is 98 square meters. Find the length and width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #31116 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
width = w
\n" ); document.write( "length = 2w
\n" ); document.write( "\"lw+=+AREA\"
\n" ); document.write( "\"2w%5E2+=+98\"
\n" ); document.write( "\"w%5E2+=+49\"
\n" ); document.write( "\"w+=+7\"
\n" ); document.write( "width = 7
\n" ); document.write( "length = 14
\n" ); document.write( "
\n" );