document.write( "Question 258125: the sum of three consecutive integers is 66. Find the three integers? \n" ); document.write( "
| Algebra.Com's Answer #189993 by drk(1908)      You can put this solution on YOUR website! Let x, x+1, and x+2 be the three consecutive integers. WE have \n" ); document.write( "(i) \n" ); document.write( "combining like terms we get \n" ); document.write( "(ii) \n" ); document.write( "dividing by 3 we get \n" ); document.write( "(iv) \n" ); document.write( "S our three numbers are: \n" ); document.write( " 21, 22, 23 \n" ); document.write( " |