By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Intermediate — requires understanding of both combinatorial logic and algebraic manipulation; questions often combine multiple concepts like term finding and coefficient summation.
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.
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.
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.
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.
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.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.