MCQ · Mathematics · Binomial Theorem
Q. If the coefficient of $x$ in the expansion of $(ax^2 + bx + c)(1 – 2x)^{26}$ is $-56$ and the coefficients of $x^2$ and $x^3$ are both zero, then $a + b + c$ is equal to :
A1483
B1300
C1500
D1403 ✓
✅ Correct Answer: (D) 1403
Step-by-Step Solution
1
Key coefficients from $(1-2x)^{26}$
General term: $T_{r+1} = \binom{26}{r}(-2)^r \cdot x^r$
| Power of $x$ | Coefficient | Value |
|---|---|---|
| $x^0$ | $\binom{26}{0}(-2)^0$ | $1$ |
| $x^1$ | $\binom{26}{1}(-2)^1$ | $-52$ |
| $x^2$ | $\binom{26}{2}(-2)^2$ | $325\times4=1300$ |
| $x^3$ | $\binom{26}{3}(-2)^3$ | $2600\times(-8)=-20800$ |
2
Form 3 equations from given conditions
Coeff of $x = -56$:
Coeff of $x = -56$:
$b(1) + c(-52) = -56$
$\Rightarrow b – 52c = -56 \quad \cdots(1)$
Coeff of $x^2 = 0$:
$\Rightarrow b – 52c = -56 \quad \cdots(1)$
$a(1) + b(-52) + c(1300) = 0$
$\Rightarrow a – 52b + 1300c = 0 \quad \cdots(2)$
Coeff of $x^3 = 0$:
$\Rightarrow a – 52b + 1300c = 0 \quad \cdots(2)$
$a(-52) + b(1300) + c(-20800) = 0$
Divide by $-52$:
$\Rightarrow a – 25b + 400c = 0 \quad \cdots(3)$
Divide by $-52$:
$\Rightarrow a – 25b + 400c = 0 \quad \cdots(3)$
3
Solve: Subtract (3) from (2)
$(a-52b+1300c)-(a-25b+400c)=0$
$-27b + 900c = 0$
$\Rightarrow b = \dfrac{900c}{27} = \dfrac{100c}{3}$
For integer $b$, take $c = 3$:
$-27b + 900c = 0$
$\Rightarrow b = \dfrac{900c}{27} = \dfrac{100c}{3}$
$b = \dfrac{100 \times 3}{3} = 100$
4
Verify with equation (1)
$b – 52c = 100 – 52(3) = 100 – 156 = -56$ ✓
5
Find $a$ using equation (2)
$a – 52(100) + 1300(3) = 0$
$a – 5200 + 3900 = 0$
$\Rightarrow a = 1300$
$a – 5200 + 3900 = 0$
$\Rightarrow a = 1300$
6
Final Answer
$a + b + c = 1300 + 100 + 3 = \hl{1403}$
Related Theory
📌 Binomial Theorem — Core Formula
For any positive integer $n$, the expansion of $(1+x)^n$ is:
$$(1+x)^n = \sum_{r=0}^{n}\binom{n}{r}x^r$$
General term: $T_{r+1} = \binom{n}{r}a^{n-r}b^r$ in $(a+b)^n$
$T_{r+1} = \binom{n}{r}(-2)^r x^r$ for $(1-2x)^n$
$T_{r+1} = \binom{n}{r}(-2)^r x^r$ for $(1-2x)^n$
📌 Coefficient Extraction from Product of Polynomials
When finding coeff of $x^k$ in $(ax^2+bx+c)\cdot Q(x)$, consider all term-pairs whose degrees add to $k$:
Coeff of $x^1$ = $c\cdot[\text{coeff of }x^1\text{ in }Q] + b\cdot[\text{coeff of }x^0\text{ in }Q]$
Coeff of $x^2$ = $c\cdot[x^2] + b\cdot[x^1] + a\cdot[x^0]$
Coeff of $x^3$ = $c\cdot[x^3] + b\cdot[x^2] + a\cdot[x^1]$
This selective multiplication avoids full expansion — a key JEE time-saver.
Coeff of $x^1$ = $c\cdot[\text{coeff of }x^1\text{ in }Q] + b\cdot[\text{coeff of }x^0\text{ in }Q]$
Coeff of $x^2$ = $c\cdot[x^2] + b\cdot[x^1] + a\cdot[x^0]$
Coeff of $x^3$ = $c\cdot[x^3] + b\cdot[x^2] + a\cdot[x^1]$
This selective multiplication avoids full expansion — a key JEE time-saver.
📌 Important Binomial Coefficient Values (n = 26)
$\binom{26}{1} = 26$
$\binom{26}{2} = 325$
$\binom{26}{3} = 2600$
Remember: $\binom{n}{2} = \frac{n(n-1)}{2}$, $\binom{n}{3} = \frac{n(n-1)(n-2)}{6}$
Remember: $\binom{n}{2} = \frac{n(n-1)}{2}$, $\binom{n}{3} = \frac{n(n-1)(n-2)}{6}$
📌 Why 3 Conditions → Unique Solution
$P(x) = ax^2+bx+c$ has 3 unknowns. We need exactly 3 independent equations. The problem gives:
• Coeff of $x = -56$ → Eq (1)
• Coeff of $x^2 = 0$ → Eq (2)
• Coeff of $x^3 = 0$ → Eq (3)
3 independent linear equations in 3 unknowns always yield a unique solution (by linear algebra).
• Coeff of $x = -56$ → Eq (1)
• Coeff of $x^2 = 0$ → Eq (2)
• Coeff of $x^3 = 0$ → Eq (3)
3 independent linear equations in 3 unknowns always yield a unique solution (by linear algebra).
📌 Common Mistakes to Avoid
❌ Mistake 1: Forgetting $(-2)^r$ sign — always apply the sign alternation.
❌ Mistake 2: Missing cross-product terms — all combinations of factors whose degrees add to the target power must be included.
❌ Mistake 3: Arithmetic error in $\binom{26}{2}$ — it’s $325$, not $26^2 = 676$.
❌ Mistake 4: Not verifying $c=3$ in Eq(1) before proceeding to find $a$.
❌ Mistake 2: Missing cross-product terms — all combinations of factors whose degrees add to the target power must be included.
❌ Mistake 3: Arithmetic error in $\binom{26}{2}$ — it’s $325$, not $26^2 = 676$.
❌ Mistake 4: Not verifying $c=3$ in Eq(1) before proceeding to find $a$.
📌 Shortcut Tricks for JEE
✅ Trick 1 (Integer constraint): Once you get $b = \frac{100c}{3}$, immediately try smallest integer $c$ divisible to give integer $b$. Here $c=3$ works instantly.
✅ Trick 2 (Eliminate smartly): Subtract equations sharing the same variable with coefficient 1 to eliminate it first. This reduces the system faster.
✅ Trick 3 (Answer check): $a=1300=\binom{26}{2}\times4$, which is the coeff of $x^2$ in $(1-2x)^{26}$. Recognising such patterns confirms correctness instantly.
✅ Trick 2 (Eliminate smartly): Subtract equations sharing the same variable with coefficient 1 to eliminate it first. This reduces the system faster.
✅ Trick 3 (Answer check): $a=1300=\binom{26}{2}\times4$, which is the coeff of $x^2$ in $(1-2x)^{26}$. Recognising such patterns confirms correctness instantly.
📌 JEE Exam Relevance & Frequency
Binomial Theorem is a guaranteed topic in every JEE Main session — typically 1–2 questions. This problem-type (polynomial × binomial expansion with zero-coefficient conditions) is a high-frequency pattern. It tests:
• Binomial general term recall
• Algebraic system-solving speed
• Calculation accuracy under time pressure
In JEE Advanced, similar ideas appear in harder forms with summation of coefficients or finding the greatest term. Regular practice of this pattern ensures 3–4 guaranteed marks per session.
• Binomial general term recall
• Algebraic system-solving speed
• Calculation accuracy under time pressure
In JEE Advanced, similar ideas appear in harder forms with summation of coefficients or finding the greatest term. Regular practice of this pattern ensures 3–4 guaranteed marks per session.
📌 Key Formulas Summary
$(1-x)^n = \sum_{r=0}^{n}\binom{n}{r}(-1)^r x^r$
$T_{r+1}=\binom{n}{r}a^{n-r}b^r$
$\binom{n}{r}=\frac{n!}{r!(n-r)!}$
Pascal: $\binom{n}{r}+\binom{n}{r-1}=\binom{n+1}{r}$
Sum of coefficients: put $x=1$
📌 Connection to Linear Algebra
The system of equations formed here is:
Eq1: $b – 52c = -56$
Eq2: $a – 52b + 1300c = 0$
Eq3: $a – 25b + 400c = 0$
This is a $3\times3$ linear system. The elimination method used (subtracting Eq3 from Eq2 to eliminate $a$) is identical to Gaussian elimination — a technique also relevant in Linear Algebra for JEE Advanced.
Eq1: $b – 52c = -56$
Eq2: $a – 52b + 1300c = 0$
Eq3: $a – 25b + 400c = 0$
This is a $3\times3$ linear system. The elimination method used (subtracting Eq3 from Eq2 to eliminate $a$) is identical to Gaussian elimination — a technique also relevant in Linear Algebra for JEE Advanced.
📌 Practice Strategy
To master this type:
• Memorise coefficients of $(1+x)^n$ for small $r$ values (0 to 4)
• Practice 5 “coefficient extraction from product” problems daily for 1 week
• Solve at least 3 “zero-coefficient” system problems before the exam
• Time yourself: this type should be solved in under 3.5 minutes in exam
• Memorise coefficients of $(1+x)^n$ for small $r$ values (0 to 4)
• Practice 5 “coefficient extraction from product” problems daily for 1 week
• Solve at least 3 “zero-coefficient” system problems before the exam
• Time yourself: this type should be solved in under 3.5 minutes in exam
Frequently Asked Questions
1. What is the general term in $(1-2x)^{26}$?
$T_{r+1} = \binom{26}{r}(-2)^r \cdot x^r$
2. Why is the coefficient of $x^1$ in $(1-2x)^{26}$ equal to $-52$?
Put $r=1$: $\binom{26}{1}(-2)^1 = 26\times(-2) = -52$.
3. How is the coefficient of $x$ in the product formed?
Coeff of $x$ = $b\times1 + c\times(-52) = b – 52c$. Setting this to $-56$ gives Equation (1).
4. What is $\binom{26}{2}$?
$\binom{26}{2} = \frac{26\times25}{2} = 325$.
5. Why is $c=3$ chosen and not $c=1$?
From $b=\frac{100c}{3}$, $c$ must be a multiple of 3 for $b$ to be an integer. Smallest valid value is $c=3$.
6. How is $a=1300$ found?
Substituting $b=100, c=3$ into $a – 52b + 1300c = 0$: $a = 5200 – 3900 = 1300$.
7. What does “coefficient of $x^3$ is zero” give?
After simplification: $a – 25b + 400c = 0$ — Equation (3).
8. How is $a$ eliminated to find $b$ and $c$?
Subtract Equation (3) from Equation (2): $a$ cancels, giving $-27b + 900c = 0$.
9. Is the final answer verified?
Yes — substituting $a=1300, b=100, c=3$ into Eq(1): $100-52(3)=100-156=-56$ ✓
10. What is $a+b+c$?
$1300 + 100 + 3 = 1403$. Correct option is (D).
11. How many questions from Binomial Theorem appear in JEE Main?
Typically 1–2 questions per session, often of this exact type — making it a high-priority topic.
Related JEE Main Questions
Let $a_1, a_2, a_3, \dots$ be a G.P. of increasing positive terms such that $a_2 \cdot a_3 \cdot a_4 = 64$ and $a_1 + a_3 + a_5 = \dfrac{819}{7}$. Then $a_3 + a_5 + a_7$ is equal to :
(A) 3256
(B) 3252
(C) 3248
(D) 3244
✅ Correct Answer: (B) 3252
Locus of the point of intersection of two tangents drawn to the circle $x^2 + y^2 – 4x – 6y – 3 = 0$ such that the angle between the tangents is $\dfrac{\pi}{3}$.
(A) A Circle
(B) A Parabola
(C) $3(x^2+y^2)-12x-18y-25=0$
(D) An Ellipse
✅ Correct Answer: (C)
Find the domain of $f(x) = \cos^{-1}\!\left(\dfrac{2x-5}{11-3x}\right) + \sin^{-1}(2x^2 – 3x + 1)$.
(A) $[0,1]$
(B) $[0,1.5]$
(C) $[1,2]$
(D) $\mathbb{R}$
✅ Correct Answer: (B) $[0,1.5]$
The sum of an infinite G.P. is 5 and the sum of squares of its terms is 15. The common ratio is:
(A) $\dfrac{3}{2}$
(B) $\dfrac{1}{4}$
(C) $\dfrac{2}{3}$
(D) $\dfrac{1}{2}$
✅ Correct Answer: (C) $\dfrac{2}{3}$
If $\displaystyle\sum_{k=1}^{10} k^2 \cdot \binom{10}{k}^2 = 22000L$, then $L$ is equal to:
(A) 221
(B) 220
(C) 223
(D) 222
✅ Correct Answer: (A) 221