Binomial Theorem
The Binomial Theorem gives you the full expansion of (a+b) raised to any positive integer power without multiplying the bracket out term by term. Instead of grinding through (a+b)⁵ by hand, you read off each term from a single template: T(r+1) = nCr · a^(n−r) · b^r. That one line is the engine behind almost every binomial question CAT, XAT and SNAP have asked — finding a specific term, the middle term, the term free of x, the greatest coefficient, or the sum of all coefficients. The chapter matters beyond its own questions too: the nCr machinery overlaps with Permutations & Combinations, the "term independent of x" idea reappears in algebra, and the sum-of-coefficients trick (just substitute the variables = 1) is a recurring shortcut. CAT tends to test understanding over brute force — it rewards students who know exactly which term they need and jump straight to it rather than expanding everything. This chapter builds that aim-and-fire skill: the expansion pattern first, then the general term as a universal tool, then the high-value special cases, each with worked examples, the fastest method, and the traps that quietly cost marks.
Topics
⚡ CAT shortcuts & speed methods
The fastest ways to crack this chapter under time pressure — the techniques that separate a 95+ percentiler from the rest.
- Never expand to find one term — set up T(r+1) = nCr·a^(n−r)·b^r and solve for r directly.
- For "term containing x^k", collect every power of x into one exponent, set it = k, solve for r, then read the coefficient.
- Sum of ALL coefficients: substitute every variable = 1 ⇒ (sum of the numerical bases)ⁿ. Sum of pure binomial coefficients = 2ⁿ.
- Alternating sum nC0 − nC1 + nC2 − … = (1−1)ⁿ = 0 for n ≥ 1 — a one-line answer.
- Middle term: n even ⇒ one term at r = n/2; n odd ⇒ two terms at r = (n−1)/2 and (n+1)/2. Fix parity first.
- Greatest binomial coefficient sits dead centre: nC(n/2) for even n; the equal pair nC((n−1)/2) for odd n.
⚠️ Common mistakes & traps
CAT is designed so that careless errors here cost you marks. Internalise each trap before the exam.
- Mixing up term number and r — the (r+1)th term uses r, so the 4th term means r = 3, not r = 4.
- Treating +x% style signs wrong: in (a − b)ⁿ the (−1)^r factor flips odd-r terms — dropping the sign loses the answer.
- Assuming the middle term is automatically the term independent of x — compute the power of x; it often is not.
- Forgetting (a+b)ⁿ has (n+1) terms, so miscounting the middle position when n is odd vs even.
- For "sum of coefficients", students substitute x = 0 instead of x = 1 — that gives only the constant term, not the sum.
📈 CAT exam insight & PYQ analysis
🎴 Flashcards — instant recall
Tap a card to reveal the answer. Drill these until they are automatic.
📌 Quick revision
Chapter test
🏆 Vidaara CAT success checklist
You have truly mastered Binomial Theorem when you can tick every box below.
- Recall every formula in this chapter without looking them up
- Solve each topic’s practice set with at least 80% accuracy
- Use the chapter shortcuts to cut your solving time in half
- Spot and avoid every common trap listed above
- Score 80%+ on the timed chapter test
📋 Chapter mastery scorecard
Track where you stand. Aim for the target before moving to the next chapter.
| Skill checkpoint | Target |
|---|---|
| Concept theory & formulas understood | 100% |
| Topic practice sets attempted (4 topics) | 4/4 |
| Best topic-test score | — → 80%+ |
| Chapter test score | — → 80%+ |
| Flashcards drilled to instant recall | 12 cards |
Formula Reference Sheet
Expansion & general term
| Binomial expansion | (a+b)ⁿ = Σ nCr · a^(n−r) · b^r, r = 0…n |
|---|---|
| General term | T(r+1) = nCr · a^(n−r) · b^r |
| Number of terms | (a+b)ⁿ has (n+1) terms |
| Binomial coefficient | nCr = n! / [r!(n−r)!] |
| Symmetry of coefficients | nCr = nC(n−r) |
Middle term, sums & special cases
| Middle term (n even) | single term T(n/2 + 1) |
|---|---|
| Middle terms (n odd) | two terms T((n+1)/2) and T((n+3)/2) |
| Sum of all coefficients | put each variable = 1 ⇒ (sum of bases)ⁿ |
| Sum of binomial coefficients | nC0 + nC1 + … + nCn = 2ⁿ |
| Greatest coefficient | the middle coefficient: nC(n/2) (n even) |