The sum of 4 consecutive numbers equals 27
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 27
n + (n + 1) + (n + 2) + (n + 3) = 27
(n + n + n + n) + 1 + 2 + 3 = 27
4n + 6 = 27
4n + 6 - 6 = 27 - 6
4n + 6 - 6 = 27 - 6
4n = 21
4n | |
4 |
= |
21 |
4 |
= |
21 |
4 |
n = 5.25
Since n is not an integer, there are not 4 consecutive numbers which add up to 27