document.write( "Question 332410:  The sum of three consecutive integers is 423.  Find the integers.
\n" );
document.write( "   \n" );
document.write( "
| Algebra.Com's Answer #238209 by rfer(16322)      You can put this solution on YOUR website! x+x+1+x+2=423 \n" ); document.write( "3x=420 \n" ); document.write( "x=140 \n" ); document.write( "x+1=141 \n" ); document.write( "x+2=142 \n" ); document.write( " |