document.write( "Question 991756: find three consecutive odd integers such that the sum of the middle and the largest inteer is 21 more than the smallest integer \n" ); document.write( "
Algebra.Com's Answer #611564 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "S=smallest integer; M=middle integer=S+2; L=largest integer=S+4
\n" ); document.write( ".
\n" ); document.write( "M+L=S+21
\n" ); document.write( "S+2+S+4=S+21
\n" ); document.write( "2S+6=S+21
\n" ); document.write( "S=15
\n" ); document.write( "M=S+2=15+2=17
\n" ); document.write( "L=S+4=15+4=19
\n" ); document.write( "ANSWER: The integers are 15, 17, and 19.
\n" ); document.write( ".
\n" ); document.write( "CHECK:
\n" ); document.write( "M+L=S+21
\n" ); document.write( "17+19=15+21
\n" ); document.write( "36=36
\n" ); document.write( "
\n" ); document.write( "
\n" );