Let the three consecutive even numbers be n, n+2, n+4.
[[model:questions/solutions/q6974.png]]
Sum = n + (n + 2) + (n + 4) = 3n + 6 = 108
• 3n = 108 − 6 = 102
• n = 102 ÷ 3 = 34
The numbers are 34, 36, and 38.
Check: 34 + 36 + 38 = 108. ✓
Final Answer: 34, 36, 38