The sum of 3 consecutive numbers equals 273
What are the 3 numbers?
1) Set up an equation where our numbers are n, n + 1, n + 2
2) We increment by 1 for each number since we have numbers.
3) We set this sum of consecutive numbers equal to 273
n + (n + 1) + (n + 2) = 273
(n + n + n) + 1 + 2 = 273
3n + 3 = 273
3n + 3 - 3 = 273 - 3
3n + 3 - 3 = 273 - 3
3n = 270
3n | |
3 |
= |
270 |
3 |
= |
270 |
3 |
n = 90
Call this n1, so we find our other 2 numbers
n2 = n1 + 1
n2 = 90 + 1
n2 = 91
n3 = n2 + 1
n3 = 91 + 1
n3 = 92
90 ← 1st number, or the Smallest, Minimum, Least Value
91 ← 2nd number
92 ← 3rd or the Largest, Maximum, Highest Value
90 + 91 + 92 ? 273
273 = 273