173k views
5 votes
The sum of theee consecutive numbers is 90. what is the smallest of the three numbers?

User Mathandy
by
7.8k points

1 Answer

6 votes

29

Note that consecutive numbers have a difference of 1 between them.

let n be the smallest integer then the three integers can be expressed as

n, n + 1 , n + 2

the sum is then

n + n + 1 + n + 2 = 90

3n + 3 = 90

subtract 3 from both sides of the equation

3n = 90 - 3 = 87

divide both sides by 3

n =
(87)/(3) = 29

the three integers are 29, 30, 31 → the smallest is 29


User Vlado
by
7.7k points