Problema Solution

The sum of three consecutive numbers is 36. What are the numbers?

Answer provided by our tutors

let 'n' represent the smallest number, then 'n+1' and 'n+2' represent the next two


36 = n + n+1 + n+2

solving for 'n' we have n = 11


the numbers are 11, 12 and 13