document.write( "Question 23003: Find four consective odd integers whose sum is 112 \n" ); document.write( "
Algebra.Com's Answer #11389 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
x+x+2+x+4+x+6=112
\n" ); document.write( "4x+12=112
\n" ); document.write( "4x=100
\n" ); document.write( "x=25
\n" ); document.write( "25+2=27, 25+4=29, 25+6=31
\n" ); document.write( "Hence, the 4 numbers are 25, 27, 29, and 31.
\n" ); document.write( "
\n" );