Three Consecutive Integers Summing to 51

Consecutive Integers 7th-8th Grade
PROBLEM
Three consecutive integers add up to 51. Which integers are they?

Visualizing the Problem

Three consecutive integers add up to 51. Which integers are they?

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:

First integer: n
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:

n + (n + 1) + (n + 2) = 51

Step 4 — Simplify by combining like terms

Collect all the n terms and all the constants:

n + n + n + 1 + 2 = 51
3n + 3 = 51

Step 5 — Solve for n

Subtract 3 from both sides, then divide by 3:

3n + 3 - 3 = 51 - 3
3n = 48
n = 16

Step 6 — Find all three integers

Now that we know n = 16, we can find the other two:

First integer: n = 16
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:

Average = 51 ÷ 3 = 17

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:

Smallest integer: 17 - 1 = 16
Middle integer: 17
Largest integer: 17 + 1 = 18

This gives us the same answer: 16, 17, and 18.

The three consecutive integers are 16, 17, and 18.

Verification

Let's check our answer by substituting back into the original problem:

16 + 17 + 18 = 51 ✓

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

✗ Mistake: Using n, n+2, n+4
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.
✗ Mistake: Setting up n + (n+1) + (n+3) = 51
This skips the integer between n+1 and n+3. The three consecutive integers starting with n are n, n+1, and n+2.
✗ Mistake: Forgetting to subtract 3 before dividing
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:

n + (n+1) + (n+2) = S
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?

1
Different Sum
Three consecutive integers add up to 72. Which integers are they?
Step 1 — Set up the variable

Let n be the smallest integer. The three consecutive integers are n, n+1, and n+2.

Step 2 — Write the equation

n + (n+1) + (n+2) = 72

Step 3 — Simplify

3n + 3 = 72

Step 4 — Solve for n

3n = 69, so n = 23

Step 5 — Find all three integers

The integers are 23, 24, and 25.

Verification

23 + 24 + 25 = 72

2
Four Consecutive
Four consecutive integers have a sum of 102. Find the largest of these four integers.
Step 1 — Set up variables

Let n be the smallest integer. The four consecutive integers are n, n+1, n+2, and n+3.

Step 2 — Write the equation

n + (n+1) + (n+2) + (n+3) = 102

Step 3 — Simplify

4n + 6 = 102

Step 4 — Solve for n

4n = 96, so n = 24

Step 5 — Find the largest integer

The four integers are 24, 25, 26, 27. The largest is 27.

Verification

24 + 25 + 26 + 27 = 102

3
Reverse Problem
The sum of three consecutive integers is 54. The middle integer is doubled and then 5 is added. What is the result?
Step 1 — Find the consecutive integers

Using the average method: 54 ÷ 3 = 18. The middle integer is 18, so the three integers are 17, 18, 19.

Step 2 — Verify the sum

17 + 18 + 19 = 54

Step 3 — Double the middle integer

2 × 18 = 36

Step 4 — Add 5

36 + 5 = 41

Answer

The result is 41.

4
Consecutive Even
Three consecutive even integers add up to 66. Which integers are they?
Step 1 — Set up for even integers

Let n be the first even integer. Consecutive even integers differ by 2, so they are n, n+2, and n+4.

Step 2 — Write the equation

n + (n+2) + (n+4) = 66

Step 3 — Simplify

3n + 6 = 66

Step 4 — Solve for n

3n = 60, so n = 20

Step 5 — Find all three even integers

The integers are 20, 22, and 24.

Verification

20 + 22 + 24 = 66

Frequently Asked Questions

Set up the integers as variables. If n is the first integer, then the consecutive integers are n, n+1, and n+2. Write an equation for their sum and solve for n. In this problem: n + (n+1) + (n+2) = 51 simplifies to 3n + 3 = 51, giving n = 16.
Divide the sum by 3. For three consecutive integers, their average is always the middle integer. Here, 51 ÷ 3 = 17, so the middle integer is 17, making the three integers 16, 17, and 18.
Because consecutive integers differ by exactly 1, their sum follows predictable patterns. Three consecutive integers starting with n always sum to 3n + 3. For the sum to be an integer, n must be an integer, guaranteeing a clean answer.
NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-06-02