find three consecutive numbers such that the number the sum of the first and second is 15 more than the third
Answers
Answered by
2
Answer:
let consecutive numbers be n,n+1,n+2
given, n+(n+1) = n+2 +15
n = 16
numbers are 16,17,18
hope it helps
Jai hindh ☺️
Answered by
0
Answer: 16, 17 , 18
Step-by-step explanation:
Let the numbers be x, x+1 , x+2
According to the question,
x + x + 1 = 15 + x + 2
2x + 1 = 17 + x
2x - x = 17 - 1
x = 16
x + 1 = 16 + 1
= 17
x + 2 = 16 + 2
= 18
Similar questions