document.write( "Question 606970: The sum of 3 consecutive integers is 84. What is the value of the greatest integer? \n" ); document.write( "
Algebra.Com's Answer #382322 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
x+x+1+x+2=84
\n" ); document.write( "3x=81
\n" ); document.write( "x=81/3
\n" ); document.write( "x=27
\n" ); document.write( "x+1=28
\n" ); document.write( "x+2=29
\n" ); document.write( "
\n" );