document.write( "Question 891698: The sum of three consecutive integers is 267. What is the largest integer? \n" ); document.write( "
Algebra.Com's Answer #539954 by LinnW(1048)\"\" \"About 
You can put this solution on YOUR website!
Let x = the first integer
\n" ); document.write( "x + 1 is the second
\n" ); document.write( "x + 2 is the third
\n" ); document.write( "(x) + (x+1) + (x+2) = 267
\n" ); document.write( "3x + 3 = 267
\n" ); document.write( "add -3 to each side
\n" ); document.write( " 3x = 264
\n" ); document.write( "divide each side by 3
\n" ); document.write( " x = 88
\n" ); document.write( "so the numbers are 88, 89 and 90
\n" ); document.write( "
\n" ); document.write( "
\n" );