Answer:
Problem: The sum of three consecutive natural numbers is increased by 2, the result is 50. What are the numbers?
Let's solve the problem step-by-step:
Let's assume the first number is x.
The second number is x + 1, since it is the next consecutive natural number.
The third number is x + 2, since it is the number after the second consecutive natural number.
According to the problem, the sum of these three numbers is increased by 2 and the result is 50.
So, we can write the equation: (x) + (x + 1) + (x + 2) + 2 = 50.
Now, let's simplify the equation:
3x+3+2 = 50
3x+5=50
Subtract 5 from both sides of the equation:
3x=50-5
3x = 45
Divide both sides by 3:
x = 45/3
x = 15
Therefore, the first number is 15, the second number is 16, and the third number is 17.