document.write( "Question 349401: what is the sum of the second and third consecutive integers ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #249748 by JBarnum(2146) You can put this solution on YOUR website! 3 consecutive integers are: x, (x+1), (x+2) \n" ); document.write( "so the 2nd integer=x+1 \n" ); document.write( "and the 3rd integer=x+2 \n" ); document.write( "so the sum means add them together \n" ); document.write( "(x+1)+(x+2)= \n" ); document.write( " |