document.write( "Question 135336: Find three consecutive odd integers such that the sum of the first and twice the second is 6 more than the third \n" ); document.write( "
Algebra.Com's Answer #99158 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let x = the first odd number, then x+2 is the next consecutive odd number and x+4 is the next one.
\n" ); document.write( "From the problem description, you can write:
\n" ); document.write( "x+2(x+2) = (x+4)+6 Simplify and solve for x.
\n" ); document.write( "x+2x+4 = x+10
\n" ); document.write( "3x+4 = x+10 Subtract x from both sides.
\n" ); document.write( "2x+4 = 10 Subtract 4 from both sides.
\n" ); document.write( "2x = 6 Divide both sides by 2.
\n" ); document.write( "x = 3 and...
\n" ); document.write( "x+2 = 5 and...
\n" ); document.write( "x+4 = 7
\n" ); document.write( "
\n" );