document.write( "Question 908713: the lenth of a swimming pool is 2 meters more than its width. if its area is 35 sq. meters then what are its dimensions? \n" ); document.write( "
Algebra.Com's Answer #805743 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
width = w\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "w(w + 2) = 35
\n" ); document.write( "w^2 + 2w - 35 = 0
\n" ); document.write( "(w + 7)(w - 5) = 0\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The pool is 5 meters wide and 7 meters long.
\n" ); document.write( "
\n" );