5 Silly Mistakes Class 10 Students Make in Arithmetic Progressions (and How to Fix Each One)
You wrote the AP solution, walked out feeling fine, and got 6/10 back. Every lost mark was a one-line slip you've made before — and you'll probably make it again on the next pre-board unless someone names it for you.
Arithmetic Progressions (Chapter 5 in your NCERT Class 10 maths textbook (retrieved 2026-05-05)) is meant to be a scoring chapter. The formulas are short and the sums are mechanical, which is exactly why I keep seeing students who understood the chapter still lose 3-4 marks per paper to five specific traps.
Working harder won't fix these. The traps survive practice because they live in habit, not understanding. Here are the five, with the worked numbers, the reason each one happens, and a one-line fix you can scribble on the rough-work side of your answer sheet.
What You'll Learn
- The +1 trap that turns n = 20 into the wrong answer for 10 + 14 + ... + 90 (stairs vs steps)
- Why the common difference of 13, 7, 1, -5, -11 is -6, not 6, and how examiners spot the slip
- The "20th term means times 20" off-by-one that costs an easy 3 marks
- How to read Tₙ = 5n - 2 correctly so you don't grab d = -2 instead of d = 5
- The S₁ verification line examiners reward, and most students skip
Quick reference — the five traps at a glance
| # | The trap | Wrong move | One-line fix |
|---|---|---|---|
| 1 | The +1 trap | n = (l − a) / d, stop | Always +1: stairs = steps + 1 |
| 2 | Sign of d in decreasing AP | bigger minus smaller | d = aₙ₊₁ − aₙ (next minus current) |
| 3 | "20th term means × 20" | T₂₀ = a + 20d | T₂₀ = a + (20 − 1)d = a + 19d |
| 4 | "d is the constant in Tₙ" | From 5n − 2, take d = −2 | d is the coefficient of n. Here d = 5 |
| 5 | Skip verification | Derive Tₙ and stop | Verify T₁ = S₁ as the last line |
Mistake 1: Why does n come out one less than it should in sum problems?
Because the formula (l − a)/d counts the steps between terms, not the terms themselves. For 10 + 14 + ... + 90, students compute (90 − 10)/4 = 20 and write n = 20, when the correct answer is n = 21. You always need a +1.
Picture a staircase with 21 stairs. To climb from the bottom to the top, you take 20 steps, not 21. The number of steps (gaps between stairs) is always one less than the number of stairs themselves. Same idea here. The formula (l − a)/d gives you steps. The number of terms is one more.
If you've ever lost marks on a "find the sum" question, there's a strong chance this is why. The AP sum formula is right. The values for a, l, and d are right. The count of terms is one short, and that one error throws the whole Sₙ off by exactly one term.
(In computer science this is sometimes called the "fence-post error" — counting fence posts vs gaps between them. Same trap, different image.)
The fix: count the stairs, not the steps
Before you compute n in any AP sum problem, picture the staircase. Steps from 10 to 90 with d = 4 are (90 − 10)/4 = 20. So stairs (terms) = 20 + 1 = 21. Always +1.
Mistake 2: Why do students get d positive when the AP is clearly decreasing?
Because they subtract bigger minus smaller out of habit, to avoid a negative answer. For the AP 13, 7, 1, −5, −11, the brain computes 13 − 7 = 6 and writes d = 6, when the correct value is d = 7 − 13 = −6. The terms are getting smaller, so d MUST be negative.
This is a textbook trap, and examiners are trained to look for it. If you write d = 6 for a decreasing sequence, you've contradicted yourself in one line: a positive d means the sequence increases. Even if the rest of your working is perfect, the inconsistency costs you the method mark.
The mistake comes from a real linguistic conflict. In everyday Indian English, "the difference between 13 and 7 is 6" is a complete, correct sentence. The everyday meaning of "difference" is "positive gap." But the maths definition is strict: d = aₙ₊₁ - aₙ, which is the next term minus the current term, in that order. When the linguistic habit and the mathematical definition collide, the linguistic habit usually wins under exam pressure.
The fix: write the formula every time
Before you compute d, write d = aₙ₊₁ − aₙ on the page. Then substitute. For our example: a₂ − a₁ = 7 − 13 = −6. Not "the difference is 6, terms are decreasing, so it's negative." That second sentence has two places to slip. The first has zero.
A negative d isn't a mistake to clean up. It's a signal — the sequence telling you it's going down. Keep the sign and carry it into every later formula.
Mistake 3: Why does "20th term" not mean times 20?
Because the n-th term has only (n − 1) jumps from the start, not n jumps. The first term has zero jumps. The second term has one jump. So when the question asks for T₂₀, you write a + 19d, not a + 20d. The position number is the destination; the jumps are the steps to get there.
This is just the off-by-one error wearing a different hat. The student sees "20th term" and substitutes 20, because the (n − 1) feels like fine print. It isn't fine print — it's the formula. The 20 is the destination; the 19 is how many jumps it takes to get there.
The fix: never collapse the substitution mentally
Write the substitution in two visible lines. Line one: T₂₀ = a + (20 − 1)d. Line two: T₂₀ = a + 19d. The "20 − 1 = 19" on the page is your safeguard. CBSE markers give method marks for visible substitution, and collapsing the step into your head is also where most off-by-one slips happen — so the two-line habit pays you twice.
This slip shows up most in fast students — the ones rushing through easy questions to save time for the harder ones. Two seconds of writing out (n − 1) saves three marks. That trade is always worth it on a board paper.
Verify at n = 1
There's a 3-second sanity check you can do on any general-term formula. Substitute n = 1 and ask: does the formula give back the first term? Tₙ = a + (n - 1)d at n = 1 gives a + 0 = a. Correct. Tₙ = a + nd at n = 1 gives a + d, which is the second term, not the first. Wrong. The verification catches the error before it propagates into ten more lines of working.
Tired of catching these slips only after the test? SuperPadhai's AI tutor flags them in real time as you work — try it free.
Mistake 4: Why is d not the constant term in Tₙ = 5n - 2?
Because the common difference is what changes when n changes by 1, which is the coefficient of n, not the constant. From Tₙ = 5n − 2, the correct value is d = 5, not d = −2. The −2 is just a shift; it has no role in producing the gap between consecutive terms.
This trap shows up the moment a question gives you the general term and asks you to find a and d. Students see two numbers (5 and -2) and grab the wrong one because the constant -2 looks like the "extra bit added on top of the n-part." It looks like the special, separated number, so it must be the special, separated answer. It isn't.
The fix: substitute and check, every single time
The bulletproof method is to compute T₁ and T₂ directly. For Tₙ = 5n - 2:
- T₁ = 5(1) - 2 = 3
- T₂ = 5(2) - 2 = 8
- d = T₂ - T₁ = 8 - 3 = 5
Now d = 5 is staring at you from the page. The shortcut answer of d = -2 is exposed as wrong. The substitution method takes ten seconds and never lies.
Why does d equal the coefficient of n? Because when n goes up by 1, the An part grows by exactly A. The B doesn't move — it's the same in every term. d is the gap. The gap is A. The −2 only sets the starting position.
Watch out when d is negative
The same trap deepens when the coefficient of n itself is negative, like Tₙ = 9 - 2n. Here d = -2, not 9 and not +2. Substitute and check: T₁ = 7, T₂ = 5, d = 5 - 7 = -2. The substitution method handles every case, signs included.
Mistake 5: Why is "I derived Tₙ, I'm done" the most expensive shortcut?
Because skipping the verification step T₁ = S₁ throws away your only checkpoint for catching algebra slips before the examiner does. Students compute Tₙ = 3n + 2 from Sₙ and stop, never checking whether T₁ from the formula matches S₁ from the original. Examiners reward visible checks, so the missing line costs marks on both correctness and discipline.
The maths is right. The answer is right. The verification line still earns its own mark — and skipping it leaves easy marks on the table even when nothing is technically wrong.
The fix: make verification non-negotiable
After any Tₙ extraction from Sₙ, write one final line: "Verify: T₁ = ?, S₁ = ?" Then compute both. If they match, you're done and you've shown the examiner your check. If they don't match, there's an algebra error upstream, and you've just caught it before the examiner did.
Ten seconds of work catches algebra errors before the examiner does, and the line earns its own method mark even when something upstream went wrong. Students who verify every time score more consistently — not because they're better at AP, but because they catch their own slips first.
What verification looks like in practice
Suppose you've derived Tₙ = 3n + 2 from Sₙ = (1/2)(3n² + 7n). Verify:
- T₁ from your formula: 3(1) + 2 = 5
- S₁ from the original: (1/2)(3 + 7) = 5
- Match. Done.
Three lines of working, one extra mark, and no regret about a stupid algebra slip you could have caught.
Key takeaways
Always +1 in sum problems. The formula (l − a)/d gives you the steps between terms, not the terms themselves. For 10 + 14 + … + 90, that is 20 steps → 21 terms. Stairs always outnumber steps by one.
Subtract next minus current — keep the negative sign. For decreasing APs like 13, 7, 1, −5, −11, write d = aₙ₊₁ − aₙ = 7 − 13 = −6. A negative d is information, not an error.
The 20th term needs (20 − 1)d, not 20d. Position is the destination; jumps are the steps. T₂₀ = a + 19d. Never collapse the (n − 1) factor to n in your head.
d is the coefficient of n, not the constant. From Tₙ = 5n − 2, d = 5, not −2. If you ever doubt it, substitute n = 1 and n = 2 and read d off the difference.
Verify T₁ = S₁ as the last line. When you derive Tₙ from Sₙ, the verification step is your only natural checkpoint for catching an algebra slip before the examiner does.
What do students often ask about Arithmetic Progressions?
Are these mistakes really worth focusing on if I already understand the concepts?
Yes — especially if you already understand the concepts. Concept gaps go away with practice. Procedural slips don't, because they live in habit.
Which of these five mistakes is the most expensive?
The fence-post error. A wrong n cascades through the entire Sₙ calculation, so a 4-mark question can shrink to a 1-mark question on a single off-by-one. The T₁ = S₁ skip is second — it loses you a method mark even when your final answer is correct.
How do I stop making the negative-d mistake under exam pressure?
Two-step drill the night before any test. Pick three decreasing APs from RD Sharma or your textbook exercise. For each one, write d = aₙ₊₁ − aₙ on the page, then substitute next minus current, in that order. By the third AP the negative d stops feeling like an error.
Is there a quick check I can do on every AP question?
Substitute n = 1 into your general-term formula. If it gives back the first term, the formula is fine. If it gives the second term, you've left in an off-by-one. It takes three seconds and catches more slips than any other single habit I've seen students adopt.
Do these traps apply to ICSE and state boards too?
The maths is the same across boards. CBSE, ICSE, and state boards all give method marks for visible working, so the (n − 1) line and the T₁ = S₁ line earn marks everywhere.
What's the pattern behind all five mistakes?
All five traps share one root cause: the student tried to do the step in their head instead of on the page. Write the (n − 1). Write the d formula. Write the verification line. Top scorers don't solve faster — they refuse to let any step happen invisibly. That's the whole game.
Tape the d-formula and the (n − 1) reminder above your desk in your own handwriting. Read them once before any AP question on your next mock or pre-board. That's the whole intervention.
Want to catch the sign-flip on d, or the missing +1 in n, the moment your hand writes it? Try SuperPadhai's free diagnostic — our AI tutor reads your AP working line by line and names the exact trap in plain language.
Related reading
- Polynomials Class 10: 5 Silly Mistakes
- Linear Equations Class 10: 5 Silly Mistakes
- Quadratic Equations Class 10: 5 Silly Mistakes
- Linear vs Quadratic Equations: 4 Boundary Traps
- Arithmetic Progressions Class 10: complete chapter guide (coming soon)