document.write( "Question 254326: the sum of three consecutive odd integers equals 240 more than the third integer. Find all three integers \n" ); document.write( "
Algebra.Com's Answer #186678 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let the three consecutive odd numbers be: x, x+2, and x+4.
\n" ); document.write( "(x) + (x+2) + (x+4) = 240 + x + 4
\n" ); document.write( "combine like terms on the left and right to get
\n" ); document.write( "3x + 6 = x + 244
\n" ); document.write( "subtract x from both sides to get
\n" ); document.write( "2x + 6 = 244
\n" ); document.write( "subtract 6 from both sides to get
\n" ); document.write( "2x = 238
\n" ); document.write( "Divide by 2 to get
\n" ); document.write( "x = 119
\n" ); document.write( "The numbers are:
\n" ); document.write( "119, 121, 123
\n" ); document.write( "
\n" );