Find three consecutive numbers such that the sum of second and third number exceeds the first by fourteen
Answers
Given info : Three consecutive numbers such that the sum of second and third number exceeds the first by fourteen.
solution : we have to find all three consecutive numbers.
let x , x + 1 and x + 2 are three consecutive numbers.
a/c to question,
second + third = first + 14
⇒x + 1 + x + 2 = x + 14
⇒2x + 3 = x + 14
⇒x = 14 - 3 = 11
therefore first number = x = 11
second number = x + 1 = 11 + 1 = 12
and third number = x + 2 = 11 + 2 = 13.
also read similar questions : find three consecutive numbers such that the sum of second and the third number exceeds the first by 14
https://brainly.in/question/6921440
the sum of three numbers is 25 the second number is twice the first and the third exceeds the second by 5 find the numbe...
https://brainly.in/question/12505045