document.write( "Question 1030061: a rectangular swimming pool has a diagonal length of square root 68 meters and a length that is 6 more meters than width. find the dimensions and area of an entire pool \n" ); document.write( "
Algebra.Com's Answer #644969 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Let's call its width, x. That means the length is x+6.
\n" ); document.write( "Now we apply the Pythagorean Theorem:
\n" ); document.write( "a^2 + b^2 = c^2
\n" ); document.write( "x^2 + (x+6)^2 = (sqrt(68))^2
\n" ); document.write( "x^2 + x^2 + 12x + 36 = 68
\n" ); document.write( "2x^2 + 12x - 32 = 0
\n" ); document.write( "x^2 + 6x - 16 = 0
\n" ); document.write( "Now factor and solve
\n" ); document.write( "(x + 8)(x - 2) = 0
\n" ); document.write( "x = -8 (not possible)
\n" ); document.write( "or
\n" ); document.write( "x = 2 meters (width) so that the length is
\n" ); document.write( "x+6 = 8 meters
\n" ); document.write( "
\n" );