document.write( "Question 407125: The sum of the squares of three consecutive integers is 110. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #287044 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
We could obtain a cubic, using the equation\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2+%2B+%28x%2B1%29%5E2+%2B+%28x%2B2%29%5E2+=+110\". However, the problem implies that x is an integer, so the easiest way is probably to guess and check. We obtain x = 5 as our answer, as 25 + 36 + 49 = 110. However, x = -7 works as well, because \"5%5E2+%2B+6%5E2+%2B+7%5E2+=+%28-7%29%5E2+%2B+%28-6%29%5E2+%2B+%28-5%29%5E2\". Therefore the integers are either {5, 6, 7} or {-7, -6, -5}.
\n" ); document.write( "
\n" );