document.write( "Question 838489: Determine three consecutive odd integers if the square of the largest integer is 33 less than the sum of the squares of the two smaller integers. \n" ); document.write( "
Algebra.Com's Answer #805950 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x+2)^2 = (x-2)^2 + x^2 + 33
\n" ); document.write( "x^2 + 4x + 4 = x^2 - 4x + 4 + x^2 + 33
\n" ); document.write( "x^2 + 4x + 4 = 2x^2 - 4x + 37
\n" ); document.write( "0 = x^2 - 8x + 33\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This equation has no integer solutions.
\n" ); document.write( "
\n" );