document.write( "Question 206608: The sum of three consective intergers is 423. what are the intergers? \n" ); document.write( "
Algebra.Com's Answer #156146 by Marth(57)\"\" \"About 
You can put this solution on YOUR website!
let x = the smallest integer.
\n" ); document.write( "x+1 = the next integer
\n" ); document.write( "x+2 = the 3rd integer
\n" ); document.write( "

\n" ); document.write( "\"x%2Bx%2B1%2Bx%2B2=423\"
\n" ); document.write( "\"3x%2B3=423\"
\n" ); document.write( "\"3x=420\"
\n" ); document.write( "\"x=140\"
\n" ); document.write( "So the three integers are \"x=140\", \"x%2B1=141\", \"x%2B2=142\"
\n" ); document.write( "
\n" );