Question 620159
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
The sum of two consecutive integers{{{highlight(x)}}}and {{{highlight((x+1))}}}is 10 more than the third{{{highlight((x+2))}}} 
   x + (x+1) = (x+2) + 10 
     2x + 1 = x + 12 
      x = 11
Integers are 11, 12, 13
CHECKING our Answer***
  11 + 12 = 23 = 13 + 10