document.write( "Question 351105: find three consecutive odd integers such that 3 times their sum is 5 more than 8 times the middle one \n" ); document.write( "
Algebra.Com's Answer #250952 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
HI,
\n" ); document.write( "*Note: Consective Integers differ by one.
\n" ); document.write( "Let x represent the smallest, the (x+1) and(x+2) are the other two integers.
\n" ); document.write( ".
\n" ); document.write( "Question States:
\n" ); document.write( "Write as You Read
\n" ); document.write( ".
\n" ); document.write( "3(x + (x+1)+(x+2)) = 8(x+1) +5
\n" ); document.write( "3(3x+3)= 8x + 8 + 5
\n" ); document.write( ".
\n" ); document.write( "simplify and solve
\n" ); document.write( "9x +9 = 8x + 13
\n" ); document.write( "x = 4
\n" ); document.write( ".
\n" ); document.write( "(x+1)= 5
\n" ); document.write( "(x+2)= 6
\n" ); document.write( ".
\n" ); document.write( "check your answer
\n" ); document.write( "3*15 = 8*5 + 5
\n" ); document.write( "
\n" );