document.write( "Question 897000: the sum of the squares of three consecutive integers is 110. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #543926 by thesvw(77)\"\" \"About 
You can put this solution on YOUR website!
If the smallest number is x.\r
\n" ); document.write( "\n" ); document.write( "\"x%5E2%2B+%28x%2B1%29%5E2+%2B%28x%2B2%29%5E2=+110\"\r
\n" ); document.write( "\n" ); document.write( "\"x%5E2%2B+x%5E2%2B+2x%2B+1%2B+x%5E2+%2B4x%2B4+=+110\"\r
\n" ); document.write( "\n" ); document.write( "\"3x%5E2%2B+6x+-105+=0\"\r
\n" ); document.write( "\n" ); document.write( "I used this formula \"x+=+%28-b+%2B-+sqrt%28b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"\r
\n" ); document.write( "\n" ); document.write( "\"x=+%28-6+%2B-+36%29%2F6\"\r
\n" ); document.write( "\n" ); document.write( "\"x=-7\" or \"x=+5\"\r
\n" ); document.write( "\n" ); document.write( "There are 2 solutions.\r
\n" ); document.write( "\n" ); document.write( "-7, -6, -5 and 5,6,7
\n" ); document.write( "
\n" );