Question 620779
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Find three consecutive odd integers {{{highlight(x)}}},{{{highlight(x+2)}}},{{{highlight(x+4)}}} such tha:t 
the sum of the first integer, twice the second integer, and three times the third is 82. 
 x + 2(x+2) + 3(x+4) = 82
    6x + 4 + 12 = 82
        6x = 66
         x = 11 
The three consecutive odd integers are 11, 13, 15