document.write( "Question 360166: Find three consecutive odd integers such that the sum of the first, twice the second, and three times the third is 70? \n" ); document.write( "
Algebra.Com's Answer #256982 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "*Note: consecutive odd integers differ by 2
\n" ); document.write( "Le x represent the first odd integer.
\n" ); document.write( "Then (x+2) and(x+4) would be the next two consecutive odd integers\r
\n" ); document.write( "\n" ); document.write( "write as we read
\n" ); document.write( "x + 2(x+2) + 3(x+4) = 70
\n" ); document.write( "Solving for x
\n" ); document.write( "6x +4 + 12 = 70
\n" ); document.write( "6x = 54
\n" ); document.write( "x = 9
\n" ); document.write( "three consecutive odd integers are 9, 11, 13
\n" ); document.write( "checking our answer
\n" ); document.write( "9 + 22 + 39 = 70 \n" ); document.write( "
\n" );