document.write( "Question 20883: Find three consecutive odd integers such that 4 times the sum of the last two is 2 greater than 10 times the first. \n" ); document.write( "
Algebra.Com's Answer #10052 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
4(x+2x+4)=2+10(x)
\n" ); document.write( "8x+12=2+10x
\n" ); document.write( "8x=-10+10x
\n" ); document.write( "-2x=-10
\n" ); document.write( "x=5
\n" ); document.write( "Hence the three consective numbers are 5,7 and 9.
\n" ); document.write( "
\n" );