document.write( "Question 364767: The sum Of three consective integers is 126. What are the integers \n" ); document.write( "
Algebra.Com's Answer #260059 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Call the integers \"n\", \"n%2B1\", and \"n%2B2\".
\n" ); document.write( "given:
\n" ); document.write( "\"n+%2B+n+%2B+1+%2B+n+%2B+2+=+126\"
\n" ); document.write( "\"3n+%2B+3+=+126\"
\n" ); document.write( "\"3n+=+123\"
\n" ); document.write( "\"n+=+41\"
\n" ); document.write( "\"n+%2B+1+=+42\"
\n" ); document.write( "\"n+%2B+2+=+43\"
\n" ); document.write( "The integers are 41, 42, and 43
\n" ); document.write( "
\n" );