document.write( "Question 928904: If the sum of three consecutive integers is 102, what is the smallest of the integers? \n" ); document.write( "
Algebra.Com's Answer #563955 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x + x+1 + x+2 = 102
\n" ); document.write( "3x = 99
\n" ); document.write( "x = 33, the smallest of the integers
\n" ); document.write( "
\n" );