document.write( "Question 156091: The sum of three consecutive integers is 279. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #114941 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Three consecutive integers would be N, N+1, and N+2.
\n" ); document.write( "\"N%2B%28N%2B1%29%2B%28N%2B2%29=279\"
\n" ); document.write( "\"3N%2B3=279\"
\n" ); document.write( "\"3N=276\"
\n" ); document.write( "\"N=92\"
\n" ); document.write( "So the three integers are 92,93, and 94.
\n" ); document.write( "
\n" );