Find the sum of three consecutive numbers such that the sum of the first
Isecond is 15 more than the third.
Answers
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
Answer:
Hope it helps!! Mark this answer as brainliest if u found it useful and follow me for quick and accurate answers...
Step-by-step explanation:
Let the first consecutive number = x,
Second consecutive number = x + 1
and Third consecutive number = x + 2
According to the condition,
x+x+1=15+x+2
⇒2x+1=17+x
⇒2x-x=17-1
⇒x=16
∴ The first natural number = x = 16
∴ Second natural number = x+1 = 16+1 = 17
∴ Third natural number = x +2 = 16 + 2=18
Hence, the three consecutive natural numbers are 16, 17 and 18.