document.write( "Question 1173222: The length of a swimming pool is twice the width. The area of the pool is 6498 ft2. Find the length and width of the pool. \n" ); document.write( "
Algebra.Com's Answer #798408 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
width=x
\n" ); document.write( "length=2x
\n" ); document.write( "area is 2x^2=6498 ft^2
\n" ); document.write( "x^2=3249 ft^2
\n" ); document.write( "x=57 feet (note units)
\n" ); document.write( "2x=114 feet
\n" ); document.write( "it is 57 feet wide x 114 feet long
\n" ); document.write( "
\n" );