If three consecutive numbers have a sum of 150 what are the three consecutive numbers?
Let's denote the three consecutive numbers as x, x+1, and x+2. Since the sum of these three numbers is 150, we can write the equation x + (x+1) + (x+2) = 150. Simplifying this equation gives us 3x + 3 = 150. Solving for x, we get x = 49. Therefore, the three consecutive numbers are 49, 50, and 51.