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 #252519 by robertb(5830)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "This implies that \n" ); document.write( "Therefore the three consecutive positive integers are 4, 5, 6. \n" ); document.write( " |