Fatskills
Practice. Master. Repeat.
Study Guide: CUET UG Mathematics Algebra Permutations and Combinations Binomial Theorem
Source: https://www.fatskills.com/cuet/chapter/cuet-ug-mathematics-algebra-permutations-and-combinations-binomial-theorem

CUET UG Mathematics Algebra Permutations and Combinations Binomial Theorem

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

Must‑Know

  • The binomial theorem states that ((a + b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k), where (n) is a non-negative integer. Example: ((x + 2)^3 = \binom{3}{0}x^3 + \binom{3}{1}x^2(2) + \binom{3}{2}x(4) + \binom{3}{3}(8)).
  • General term in the expansion of ((a + b)^n) is (T_{r+1} = \binom{n}{r} a^{n-r} b^r). For ((x + 3)^5), the 4th term is (T_4 = \binom{5}{3} x^{2} 3^3 = 270x^2).
  • Middle term(s) in ((a + b)^n): if (n) is even, middle term is (\left(\frac{n}{2} + 1\right))th term; if (n) is odd, there are two middle terms: (\frac{n+1}{2})th and (\frac{n+3}{2})th. For (n = 6), middle term is 4th; for (n = 5), 3rd and 4th.
  • Coefficient of (x^r) in ((1 + x)^n) is (\binom{n}{r}). In ((1 + x)^8), coefficient of (x^3) is (\binom{8}{3} = 56).
  • Number of terms in the expansion of ((a + b)^n) is (n + 1). For ((x + y)^7), number of terms = 8.
  • (\binom{n}{r} = \binom{n}{n-r}). So (\binom{10}{4} = \binom{10}{6} = 210).
  • Sum of binomial coefficients in ((1 + 1)^n = 2^n). For (n = 4), sum = (1 + 4 + 6 + 4 + 1 = 16 = 2^4).
  • Alternating sum of binomial coefficients: ((1 - 1)^n = 0), so (\sum_{k=0}^{n} (-1)^k \binom{n}{k} = 0) for (n \geq 1). For (n = 3), (1 - 3 + 3 - 1 = 0).
  • ((1 + x)^n + (1 - x)^n) gives sum of even-indexed coefficients. For (n = 4), result = (2(1 + 6x^2 + x^4)).
  • ((1 + x)^n - (1 - x)^n) gives sum of odd-indexed coefficients. For (n = 3), result = (2(3x + x^3)).
  • Coefficient of (x^k) in the product of two binomial expansions is found by convolution. Example: coefficient of (x^3) in ((1+x)^4(1+x)^5 = (1+x)^9) is (\binom{9}{3} = 84).
  • If (n) is not a positive integer, binomial expansion becomes infinite and valid only for (|x| < 1). For ((1 + x)^{-1}), expansion is (1 - x + x^2 - x^3 + \cdots), valid when (|x| < 1).
  • General term in ((1 + x)^{-n}) is (T_{R} = (-1)^{r} \binom{n + r - 1}{r} x^r). For ((1 + x)^{-2}), (T_3 = (-1)^2 \binom{2 + 2 - 1}{2} x^2 = \binom{3}{2}x^2 = 3x^2).
  • Number of non-negative integral solutions of (x_1 + x_2 + \cdots + x_r = n) is (\binom{n + r - 1}{r - 1}). For (x + y + z = 6), number of solutions = (\binom{6 + 3 - 1}{3 - 1} = \binom{8}{2} = 28).
  • Number of positive integral solutions of (x_1 + x_2 + \cdots + x_r = n) is (\binom{n - 1}{r - 1}). For (a + b + c = 10), number = (\binom{9}{2} = 36).
  • Multinomial theorem: coefficient of (a^p b^q c^r) in ((a + b + c)^n) is (\frac{n!}{p!q!r!}), where (p + q + r = n). In ((x + y + z)^5), coefficient of (x^2y^2z^1 = \frac{5!}{2!2!1!} = 30).
  • (\sum_{r=0}^{n} \binom{n}{r}^2 = \binom{2n}{n}). For (n = 3), (\binom{3}{0}^2 + \binom{3}{1}^2 + \binom{3}{2}^2 + \binom{3}{3}^2 = 1 + 9 + 9 + 1 = 20 = \binom{6}{3}).
  • Pascal’s identity: (\binom{n}{r} + \binom{n}{r-1} = \binom{n+1}{r}). Example: (\binom{5}{2} + \binom{5}{1} = 10 + 5 = 15 = \binom{6}{2}).
  • Greatest binomial coefficient in ((a + b)^n) occurs at (r = \left\lfloor \frac{n}{2} \right\rfloor) or (r = \left\lceil \frac{n}{2} \right\rceil). For (n = 7), greatest coefficients are (\binom{7}{3} = \binom{7}{4} = 35).
  • If (T_{r+1}) is the greatest term in ((a + b)^n), then (\frac{T_{r+1}}{T_r} \geq 1). For ((1 + 2)^{10}), use ratio test to find largest term.

Difficulty Level

Intermediate — requires understanding of both combinatorial logic and algebraic manipulation; questions often combine multiple concepts like term finding and coefficient summation.

Common CUET Traps

  • Trap: Assuming the middle term is always one term. Avoid: Check if (n) is even or odd; odd (n) has two middle terms.
  • Trap: Using permutation formula instead of combination in binomial coefficients. Avoid: Remember (\binom{n}{r}) is combination; order doesn’t matter.
  • Trap: Applying finite binomial expansion to negative or fractional powers. Avoid: Use infinite series form and check (|x| < 1) for convergence when (n) is not a positive integer.

Practice MCQs

  1. What is the 5th term in the expansion of ((2x - 3)^6)?
    A. (4860x^2)
    B. (-4860x^2)
    C. (3240x^2)
    D. (-3240x^2)
    Answer: B
    Explanation: (T_5 = T_{4+1} = \binom{6}{4}(2x)^2(-3)^4 = 15 \cdot 4x^2 \cdot 81 = 4860x^2), but sign: ((-3)^4 = +81), so positive? Wait — correction: (T_{r+1} = \binom{n}{r}a^{n-r}b^r), here (b = -3), (r = 4), so ((-3)^4 = +81), so answer should be positive. But recheck: (T_5 = \binom{6}{4}(2x)^{6-4}(-3)^4 = 15 \cdot (4x^2) \cdot 81 = 4860x^2). So correct is A. But option B is negative — error? Wait: ((2x - 3)^6 = (a + b)^6), (a = 2x), (b = -3), so (T_5 = \binom{6}{4}(2x)^2(-3)^4 = 15 \cdot 4x^2 \cdot 81 = +4860x^2).
    Answer: A
    Explanation: The 5th term uses (r = 4), and ((-3)^4 = +81), so positive.
    Why others fail: B is tempting if student assumes negative sign persists from (-3) without raising to even power.

  2. How many terms are in the expansion of ((x + y + z)^4)?
    A. 15
    B. 20
    C. 10
    D. 25
    Answer: A
    Explanation: Number of terms = number of non-negative solutions of (a + b + c = 4) = (\binom{4 + 3 - 1}{3 - 1} = \binom{6}{2} = 15).
    Why others fail: C is number of terms in binomial expansion of degree 4, a common confusion.

  3. What is the coefficient of (x^5) in ((1 - 2x)^{-3})?
    A. 252
    B. 504
    C. 336
    D. 168
    Answer: A
    Explanation: General term in ((1 - x)^{-n}) is (\binom{n + r - 1} \cdot x^r), but with sign: ((1 - 2x)^{-3}), so (T_{r+1} = \binom{3 + r - 1}{r} (2x)^r), coefficient = (\binom{3 + r - 1}{r} \cdot 2^r). For (r = 5), coefficient = (\binom{3 + 5 - 1}{5} \cdot 2^5 = \binom{7}{5} \cdot 32 = 21 \cdot 32 = 672)? Wait — correction: for ((1 - x)^{-n}), coefficient of (x^r) is (\binom{n + r - 1}{r}). So for ((1 - 2x)^{-3}), coefficient of (x^5) is (\binom{3 + 5 - 1}{5} \cdot (2)^5 = \binom{7}{5} \cdot 32 = 21 \cdot 32 = 672), not in options.
    Wait — standard formula: coefficient of (x^r) in ((1 - x)^{-n}) is (\binom{n + r - 1}{r}). But ((1 - 2x)^{-3}), so replace (x) by (2x), so coefficient = (\binom{3 + 5 - 1}{5} \cdot (2)^5 = \binom{7}{5} \cdot 32 = 21 \cdot 32 = 672). Not in options — error.
    But NCERT uses: for ((1 - x)^{-n}), coefficient of (x^r) is (\binom{n + r - 1}{r}). But (\binom{n + r - 1}{} = \binom{n + r - 1}{r}). For (n = 3, r = 5), (\binom{3 + 5 - 1}{5} = \binom{7}{5} = 21), times (2^5 = 32), so 672. But not in options. Perhaps typo in question or options?
    Alternatively, some books use (\binom{n + r - 1}{n - 1}). (\binom{3 + 5 - 1}{3 - 1} = \binom{7}{2} = 21), same.
    But let’s check: actual expansion of ((1 - x)^{-3} = 1 + 3x + 6x^2 + 10x^3 + 15x^4 + 21x^5 + \cdots), so coefficient of (x^5) is 21. For ((1 - 2x)^{-3}), it's 21 × (2)^5 = 21 × 32 = 672.
    But 672 not in options. So likely error — perhaps intended ((1 + x)^{-3}) or lower power.
    Wait — perhaps question is ((1 - x)^{-3}), coefficient of (x^5) = 21, not in options. Or maybe ((1 + 2x)^{-}?)
    Alternatively, perhaps the formula is misremembered.
    Verify from NCERT.

Let’s revise: perhaps the intended question is easier.

Replace with:
3. What is the coefficient of (x^3) in ((1 + x)^7)?
A. 21
B. 35
C. 42
D. 56
Answer: B
Explanation: Coefficient is (\binom{7}{3} = 35).
Why others fail: D is (\binom{8}{3}), a common calculation error.


  1. In the expansion of ((x^2 + \frac{1}{x})^9), which term is independent of (x)?
    A. 4th
    B. 5th
    C. 6th
    D. 7th
    Answer: D
    Explanation: General term (T_{r+1} = \binom{9}{r} (x^2)^{9-r} \left(\frac{1}{x}\right)^r = \binom{9}{r} x^{18 - 2r - r} = \binom{9}{r} x^{18 - 3r}). Set (18 - 3r = 0), so (r = 6), thus (T_7).
    Why others fail: A assumes (r = 3), a miscalculation of exponent.

  2. If the coefficients of (x^2) and (x^3) in ((1 + x)^n) are in the ratio 1:2, what is (n)?
    A. 8
    B. 9
    C. 10
    D. 11
    Answer: D
    Explanation: (\frac{\binom{n}{2}}{\binom{n}{3}} = \frac{1}{2}) → (\frac{\frac{n(n-1)}{2}}{\frac{n(n-1)(n-2)}{6}} = \frac{3}{n-2} = \frac{1}{2}) → (n - 2 = 6) → (n = 8)? Wait: (\frac{3}{n-2} = \frac{1}{2}) → (n - 2 = 6) → (n = 8). But 8 not giving ratio 1:2?
    (\binom{8}{2} = 28), (\binom{8}{3} = 56), ratio 28:56 = 1:2. So (n = 8).
    But options: A is 8.
    So Answer: A
    Explanation: Solving (\frac{\binom{n}{2}}{\binom{n}{3}} = \frac{1}{2}) gives (n = 8).
    Why others fail: Students may invert the ratio and solve (\frac{\binom{n}{{3}}}{\binom{n}{2}} = \frac{1}{2}), leading to wrong equation.

Last‑Minute Revision

  • ⚠️ ((a + b)^n) has (n + 1) terms.
  • ⚠️ General term: (T_{r+1} = \binom{n}{r} a^{n-r} b^r).
  • ⚠️ Middle term: if (n) even, (\left(\frac{n}{2} + 1\right))th; if odd, (\frac{n+1}{2})th and (\frac{n+3}{2})th.
  • ⚠️ (\binom{n}{r} = \binom{n}{n-r}) — symmetric.
  • ⚠️ Sum of coefficients = (2^n) — put (x = 1).
  • ⚠️ Alternating sum = 0 for (n \geq 1).
  • ⚠️ Coefficient of (x^k) in ((1 + x)^n) is (\binom{n}{k}).
  • ⚠️ For ((1 + x)^{-n}), expansion valid only if (|x| < 1).
  • ⚠️ Number of non-negative solutions of (x_1 + \cdots + x_r = n) is (\binom{n + r - 1}{r - 1}).
  • ⚠️ Number of positive solutions = (\binom{n - 1}{r - 1}).
  • ⚠️ (\sum \binom{n}{r}^2 = \binom{2n}{n}).
  • ⚠️ Greatest coefficient at (r = \left\lfloor n/2 \right\rfloor) or (\left\lceil n/2 \right\rceil).
  • ⚠️ Use ratio (\frac{T_{r+1}}{T_r} \geq 1) to find greatest term.
  • ⚠️ Pascal’s identity: (\binom{n}{r} + \binom{n}{r-1} = \binom{n+1}{r}).
  • ⚠️ In ((x^p + \frac{1}{x^q})^n), power of (x) in (T_{R}) is (n p - r(p + q)).
  • ⚠️ Multinomial coefficient: (\frac{n!}{p!q!r!}) for (x^p y^q z^r).
  • ⚠️ ((1 + x)^n) expansion: coefficients symmetric.
  • ⚠️ If term independent of (x), set exponent = 0.
  • ⚠️ For ((a + b)^n), sum of coefficients of even powers = sum of odd powers = (2^{n-1}) when (n \geq 1).
  • ⚠️ Mnemonic: "Binomial – two terms, expansion – sum of combinations."


ADVERTISEMENT