Three Consecutive Integers Summing to 51
Visualizing the Problem
We need three integers in a row that add up to 51. Let's call the first one n.
What You Will Learn
- How to represent consecutive integers using a single variable
- Setting up and solving linear equations from word problems
- The relationship between consecutive integers and their sum
- Why the average of consecutive integers is always the middle value
- Verification strategies for checking integer solutions
Solution: The Variable Setup Method
The key insight is that consecutive integers follow a predictable pattern. If we know the first one, we can express all the others in terms of it.
Step 1 — Define the variable
Let n be the smallest of the three consecutive integers.
Step 2 — Express the three consecutive integers
Since consecutive integers differ by exactly 1, our three integers are:
Second integer: n + 1
Third integer: n + 2
Step 3 — Set up the equation
The problem states that these three integers add up to 51:
Step 4 — Simplify by combining like terms
Collect all the n terms and all the constants:
3n + 3 = 51
Step 5 — Solve for n
Subtract 3 from both sides, then divide by 3:
3n = 48
n = 16
Step 6 — Find all three integers
Now that we know n = 16, we can find the other two:
Second integer: n + 1 = 17
Third integer: n + 2 = 18
Solution: Method 2 — The Average Approach
Here's a completely different way to think about the problem. Instead of starting with the smallest integer, let's use the fact that the sum tells us about the average.
Step 1 — Calculate the average
If three numbers add up to 51, their average is:
Step 2 — Use the consecutive integer property
For any set of consecutive integers, the average is always the middle value. Since our average is 17, the middle integer must be 17.
Step 3 — Find the other two integers
If the middle integer is 17, then:
Middle integer: 17
Largest integer: 17 + 1 = 18
This gives us the same answer: 16, 17, and 18.
Verification
Let's check our answer by substituting back into the original problem:
Perfect! Our three consecutive integers do indeed add up to 51. We can also verify they're consecutive: 17 = 16 + 1 and 18 = 17 + 1.
Watch Out For These
This gives you every other integer (like 16, 18, 20), not consecutive integers. Consecutive means each number is exactly 1 more than the previous one.
This skips the integer between n+1 and n+3. The three consecutive integers starting with n are n, n+1, and n+2.
From 3n + 3 = 51, some students jump to n = 51/3 = 17. You must subtract the 3 first: 3n = 48, so n = 16.
The Pattern Behind This
Every consecutive integer problem follows the same structure. If you want three consecutive integers with sum S, the formula is:
3n + 3 = S
n = (S - 3) ÷ 3
The middle integer is always S ÷ 3, and the other two are one less and one more than that.
This pattern extends to any number of consecutive integers. For k consecutive integers with sum S, the first integer is always (S - k(k-1)/2) ÷ k, though the average method often works more quickly.
How to Spot This Problem Type
Look for these telltale phrases in word problems:
- "Consecutive integers" or "consecutive whole numbers"
- "Three numbers in a row" or "numbers that follow each other"
- "The next integer" or "the following integer"
- Any problem asking for integers where each is exactly 1 more than the previous
Sometimes these problems are disguised as "page numbers," "house numbers," or "locker numbers" — any sequence where the numbers naturally go in order.
What If?
Let n be the smallest integer. The three consecutive integers are n, n+1, and n+2.
n + (n+1) + (n+2) = 72
3n + 3 = 72
3n = 69, so n = 23
The integers are 23, 24, and 25.
23 + 24 + 25 = 72 ✓
Let n be the smallest integer. The four consecutive integers are n, n+1, n+2, and n+3.
n + (n+1) + (n+2) + (n+3) = 102
4n + 6 = 102
4n = 96, so n = 24
The four integers are 24, 25, 26, 27. The largest is 27.
24 + 25 + 26 + 27 = 102 ✓
Using the average method: 54 ÷ 3 = 18. The middle integer is 18, so the three integers are 17, 18, 19.
17 + 18 + 19 = 54 ✓
2 × 18 = 36
36 + 5 = 41
The result is 41.
Let n be the first even integer. Consecutive even integers differ by 2, so they are n, n+2, and n+4.
n + (n+2) + (n+4) = 66
3n + 6 = 66
3n = 60, so n = 20
The integers are 20, 22, and 24.
20 + 22 + 24 = 66 ✓
Frequently Asked Questions
2026-06-02