document.write( "Question 353429: The sumof the squares of three consecutive positive integers is 77. Find the integers.
\n" ); document.write( "The book gives a hint: if one integer is x, the next consecutive positive integer is x+1, and the third is x+2
\n" ); document.write( "

Algebra.Com's Answer #853706 by ikleyn(53625)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The sum of the squares of three consecutive positive integers is 77. Find the integers.
\n" ); document.write( "The book gives a hint: if one integer is x, the next consecutive positive integer is x+1, and the third is x+2
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        There is much more elegant way to solve, than the way assumed in the book.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let 'n' be the central number of these three consecutive integers.\r\n" );
document.write( "\r\n" );
document.write( "So, our numbers are (n-1), n and (n+1).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Make an equation for the sum of squares\r\n" );
document.write( "\r\n" );
document.write( "    (n-1)^1 + n^2 + (n+1)^2 = 77,\r\n" );
document.write( "\r\n" );
document.write( "    (n^2 - 2n + 1) + n^2 + (n^2 + 2n + 1) = 77,\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Cancel opposite terms '-2n' and '2n' and combine like terms\r\n" );
document.write( "\r\n" );
document.write( "    3n^2 + 2 = 77  --->  3n^2 = 77 - 2  --->  3n^2 = 75  --->  n^2 = 75/3 = 25  --->  n = \"sqrt%2825%29\" = +/- 5.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Since we are looking for positive integer numbers, they are 4, 5 and 6.    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, without necessity to solve a quadratic equation.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );