159k views
2 votes
The sum of three consecutive numbers is 87. what is the smallest of the 3 numbers?

2 Answers

5 votes
The answer is 33 i think. mabye
User Pylearn
by
7.8k points
0 votes
n = smallest number
n+1 = 2nd number
n+2 = largest number

set their sum to 87

n + n + 1 + n + 2 = 87

3n + 3 = 87
-3 -3
-----------------
3n = 84
---- -----
3 3
---------------
n = 28


The smallest number is 28
User Trask
by
8.3k points