[
  "Let the first even number be n. Then the next two are n+2 and n+4.",
  "Sum: n + (n+2) + (n+4) = 3n + 6 = 108.",
  "3n = 102, so n = 34. The numbers: 34, 36, 38."
]