The sum of 4 consecutive numbers equals 10
What are the 4 numbers?
1) Set up an equation where our numbers are n, n + 1, n + 2, n + 3
2) We increment by 1 for each number since we have numbers.
3) We set this sum of consecutive numbers equal to 10
n + (n + 1) + (n + 2) + (n + 3) = 10
(n + n + n + n) + 1 + 2 + 3 = 10
4n + 6 = 10
4n + 6 - 6 = 10 - 6
4n + 6 - 6 = 10 - 6
4n = 4
4n | |
4 |
= |
4 |
4 |
= |
4 |
4 |
n = 1
Call this n1, so we find our other 3 numbers
n2 = n1 + 1
n2 = 1 + 1
n2 = 2
n3 = n2 + 1
n3 = 2 + 1
n3 = 3
n4 = n3 + 1
n4 = 3 + 1
n4 = 4
4 ← 4th or the Largest, Maximum, Highest Value
1 + 2 + 3 + 4 ? 10
10 = 10