Consecutive Integer Problems- How to Solve Them Efficiently
What Consecutive Integer Problems Actually Are
Consecutive integer problems are algebra word problems where you're given relationships between numbers that follow one after another. Think of them as the building blocks of basic algebra—simple enough to master, annoying enough to trip you up if you don't know the trick.
The numbers 4, 5, 6, 7 are consecutive integers. So are -2, -1, 0, 1. The pattern is always the same: each number is exactly 1 more than the one before it.
That's the whole premise. Nothing fancy.
The Core Formula You Need
If n is an integer, then:
- First consecutive integer: n
- Second consecutive integer: n + 1
- Third consecutive integer: n + 2
That's it. Memorize this. It's the foundation for every problem in this category.
Consecutive Even and Odd Integers
When the problem specifies consecutive even integers or consecutive odd integers, the gap is 2, not 1.
Example: 4, 6, 8 are consecutive even integers.
Example: 7, 9, 11 are consecutive odd integers.
Formula becomes:
- First: n
- Second: n + 2
- Third: n + 4
The Method: Setting Up the Equation
Here's the process that works every time:
- Identify what the problem is asking for
- Define your variables (usually start with n for the first integer)
- Express all integers in terms of that variable
- Write an equation using the given relationship
- Solve for the variable
- Check your answer against the original problem
Examples That Actually Work
Example 1: Basic Sum Problem
Problem: Three consecutive integers sum to 48. Find them.
Step 1: Let the integers be n, n + 1, n + 2
Step 2: Write the equation: n + (n + 1) + (n + 2) = 48
Step 3: Solve: 3n + 3 = 48 → 3n = 45 → n = 15
Step 4: The integers are 15, 16, 17
Check: 15 + 16 + 17 = 48 ✓
Example 2: Product Problem
Problem: Two consecutive integers have a product of 56. Find them.
Step 1: Let the integers be n and n + 1
Step 2: Equation: n(n + 1) = 56
Step 3: Solve: n² + n - 56 = 0
Factor: (n + 8)(n - 7) = 0
n = 7 or n = -8
Step 4: Two possible answers:
- 7 and 8 (7 × 8 = 56) ✓
- -9 and -8 (-9 × -8 = 72) ✗ Wait—that doesn't work
Actually, -8 and -7 gives 56. So: -8 and -7, or 7 and 8
Example 3: Even Integers
Problem: Find three consecutive even integers that sum to 42.
Step 1: Let them be n, n + 2, n + 4
Step 2: Equation: n + (n + 2) + (n + 4) = 42
Step 3: Solve: 3n + 6 = 42 → 3n = 36 → n = 12
Step 4: The integers are 12, 14, 16
Check: 12 + 14 + 16 = 42 ✓
Quick Reference Table
| Problem Type | Variable Setup | Example Equation |
|---|---|---|
| Consecutive integers | n, n+1, n+2 | n + (n+1) + (n+2) = sum |
| Consecutive even/odd | n, n+2, n+4 | n(n+2) = product |
| Two consecutive integers | n, n+1 | n + (n+1) = sum |
| Four consecutive integers | n, n+1, n+2, n+3 | n + (n+1) + (n+2) + (n+3) = sum |
Getting Started: Your Action Plan
When you see a consecutive integer problem on a test or homework, run through this checklist:
- Read once — What type of integers? (regular, even, odd?)
- Read twice — What relationship is given? (sum, product, difference?)
- Set up variables — Don't overthink it. n, n+1, n+2 works for almost everything
- Build the equation — Translate the words into math symbols
- Solve — Basic algebra, nothing exotic
- Verify — Plug back into the original problem
Common Mistakes That Kill You
- Using 1 instead of 2 for even/odd integers. Always check the problem type.
- Forgetting negative solutions. Consecutive integers can be negative.
- Not checking both answers when you get a quadratic with two solutions.
- Misreading the problem — "sum of three consecutive integers" is different from "sum of three consecutive even integers."
The Bottom Line
Consecutive integer problems are mechanical. You learn the pattern, you apply the pattern, you get the answer. There's no deep mathematical thinking required—just solid fundamentals and attention to detail.
Master the variable setup, practice 10-15 problems, and you'll never struggle with these again.