The sum of 3 consecutive numbers equals 240
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 240
n + (n + 1) + (n + 2) = 240
(n + n + n) + 1 + 2 = 240
3n + 3 = 240
3n + 3 - 3 = 240 - 3
3n + 3 - 3 = 240 - 3
3n = 237
3n | |
3 |
= |
237 |
3 |
= |
237 |
3 |
n = 79
Call this n1, so we find our other 2 numbers
n2 = n1 + 1
n2 = 79 + 1
n2 = 80
n3 = n2 + 1
n3 = 80 + 1
n3 = 81
79 ← 1st number, or the Smallest, Minimum, Least Value
80 ← 2nd number
81 ← 3rd or the Largest, Maximum, Highest Value
79 + 80 + 81 ? 240
240 = 240