If the coefficient of x in the expansion of (ax² + bx + c)(1 − 2x)²⁶ is -56 and the coefficients of x² and x³ are both zero, then a + b + c is equal to

If the coefficient of x in the expansion of (ax² + bx + c)(1 − 2x)²⁶ is -56 and the coefficients of x² and x³ are both zero, then a + b + c is equal to
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$CoefficientValue
$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$:
$b(1) + c(-52) = -56$
$\Rightarrow b – 52c = -56 \quad \cdots(1)$
Coeff of $x^2 = 0$:
$a(1) + b(-52) + c(1300) = 0$
$\Rightarrow a – 52b + 1300c = 0 \quad \cdots(2)$
Coeff of $x^3 = 0$:
$a(-52) + b(1300) + c(-20800) = 0$
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$:
$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$
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$
📌 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.
📌 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}$
📌 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).
📌 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$.
📌 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.
📌 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.
📌 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.
📌 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
JN
JEE NEET Experts Editorial Team 10+ Years Experience · JEE & NEET Mathematics Specialist
Expert in Binomial Theorem, Algebra & Calculus
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

Related Covered Topics

jee mains jee advanced iit jee neet binomial theorem binomial expansion general term coefficient extraction engineering entrance exam algebra jee system of equations polynomial multiplication important jee mains question important jee advanced question binomial coefficients nCr formula combinatorics jee series and sequences calculus for jee mains modern physics jee coordinate geometry jee organic chemistry jee physical chemistry numerical medical entrance exam pascal triangle quadratic equations jee progressions jee mechanics jee mains electrostatics jee algebra jee advanced
Scroll to Top