find three consecutive natural numbers such that the sum of the first and the second is 15 more than that the third
Answers
Answered by
2
Answer
Let numbers = x, x+1, x+2
x + x + 1 = x + 2 + 15
=> 2x = 17 + x - 1
=> x = 16
Numbers = 16, 17, 18
Similar questions