find three consecutive natural numbers such that the sum of the first and second is 15 more than the third no
Answers
Answered by
304
Answer:
Required three consecutive natural numbers are 16,17 and 18
Step-by-step explanation:
Let x,(x+1),(x+2) are three consecutive natural numbers.
According to the problem given,
The sum of the first and second is 15 more than the third number.
=> x+(x+1)-(x+2)=15
=> x+x+1-x-2=15
=> x-1=15
=> x = 15+1
=> x = 16
Therefore,
Required three consecutive natural numbers are :
x = 16,
x+1 = 16+1 = 17,
x+2 = 16+2 = 18
•••♪
Answered by
145
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