By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Mastering the Binomial Theorem unlocks 10+ marks in IIT JEE (Main + Advanced) by letting you crack general term, middle term, coefficient, and multinomial expansion problems in under 2 minutes—even when they’re disguised as word problems or combinatorics questions.
[ (a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r ] - ( n ) = positive integer (power) - ( r ) = term number (starts at 0) - ( \binom{n}{r} ) = combination (also written as ( ^nC_r )) - MEMORISE THIS – It’s the foundation of every problem.
[ T_{r+1} = \binom{n}{r} a^{n-r} b^r ] - Gives the ( (r+1) )-th term in the expansion. - MEMORISE THIS – Used in 90% of problems.
[ (x_1 + x_2 + \dots + x_k)^n = \sum \frac{n!}{r_1! r_2! \dots r_k!} x_1^{r_1} x_2^{r_2} \dots x_k^{r_k} ] - ( r_1 + r_2 + \dots + r_k = n ) - Given on exam sheet – But you must know how to apply it.
Question: Find the 6th term in the expansion of ( (2x - \frac{1}{x^2})^{10} ).
Solution: 1. Identify ( a, b, n ): - ( a = 2x ), ( b = -\frac{1}{x^2} ), ( n = 10 ). 2. General term: [ T_{r+1} = \binom{10}{r} (2x)^{10-r} \left(-\frac{1}{x^2}\right)^r ] 3. 6th term → ( r = 5 ) (since ( T_{r+1} ) is the ( (r+1) )-th term). 4. Plug in ( r = 5 ): [ T_6 = \binom{10}{5} (2x)^5 \left(-\frac{1}{x^2}\right)^5 ] 5. Simplify: - ( \binom{10}{5} = 252 ) - ( (2x)^5 = 32x^5 ) - ( \left(-\frac{1}{x^2}\right)^5 = -\frac{1}{x^{10}} ) - Combine: ( 252 \times 32x^5 \times \left(-\frac{1}{x^{10}}\right) = -8064 x^{-5} ) 6. Final answer: ( -8064 x^{-5} ).
What we did and why: - We used the general term formula to find the specific term (6th term → ( r = 5 )). - Simplified exponents carefully (negative exponents can be tricky!). - Multiplied coefficients and variables separately.
Question: Find the coefficient of ( x^3 ) in ( (1 + 2x)^5 ).
Solution: 1. General term: ( T_{r+1} = \binom{5}{r} (1)^{5-r} (2x)^r = \binom{5}{r} 2^r x^r ). 2. We need ( x^3 ) → ( r = 3 ). 3. Coefficient = ( \binom{5}{3} \times 2^3 = 10 \times 8 = 80 ).
Answer: 80
What we did and why: - Used the general term to isolate the coefficient of ( x^3 ). - Recognized that ( r ) must match the exponent of ( x ).
Question: Find the middle term in ( (3x - \frac{2}{x})^{8} ).
Solution: 1. ( n = 8 ) (even) → one middle term at ( r = \frac{8}{2} = 4 ). 2. General term: ( T_{r+1} = \binom{8}{r} (3x)^{8-r} \left(-\frac{2}{x}\right)^r ). 3. Plug ( r = 4 ): [ T_5 = \binom{8}{4} (3x)^4 \left(-\frac{2}{x}\right)^4 = 70 \times 81x^4 \times \frac{16}{x^4} = 70 \times 81 \times 16 = 90720 ] 4. Answer: 90720
What we did and why: - For even ( n ), there’s only one middle term at ( r = n/2 ). - Simplified exponents carefully (notice ( x^4 ) cancels out).
Question: If the ratio of the coefficients of ( x^3 ) and ( x^4 ) in ( (1 + x)^{2n} ) is 5:6, find ( n ).
Solution: 1. General term: ( T_{r+1} = \binom{2n}{r} x^r ). 2. Coefficient of ( x^3 ): ( \binom{2n}{3} ). 3. Coefficient of ( x^4 ): ( \binom{2n}{4} ). 4. Given ratio: ( \frac{\binom{2n}{3}}{\binom{2n}{4}} = \frac{5}{6} ). 5. Simplify: [ \frac{\frac{2n(2n-1)(2n-2)}{6}}{\frac{2n(2n-1)(2n-2)(2n-3)}{24}} = \frac{5}{6} ] [ \frac{4}{2n - 3} = \frac{5}{6} \implies 24 = 10n - 15 \implies 10n = 39 \implies n = 3.9 ] Wait! ( n ) must be an integer. Did we make a mistake? 6. Recheck: The ratio is 5:6, but we took ( \binom{2n}{3} / \binom{2n}{4} ). Maybe it’s the other way around? [ \frac{\binom{2n}{4}}{\binom{2n}{3}} = \frac{6}{5} \implies \frac{2n - 3}{4} = \frac{6}{5} \implies 10n - 15 = 24 \implies 10n = 39 \implies n = 3.9 ] Still not an integer. What’s wrong? 7. Realization: The question says ratio of coefficients of ( x^3 ) to ( x^4 ), so: [ \frac{\text{Coeff of } x^3}{\text{Coeff of } x^4} = \frac{5}{6} \implies \frac{\binom{2n}{3}}{\binom{2n}{4}} = \frac{5}{6} ] But ( \binom{2n}{3} = \frac{2n(2n-1)(2n-2)}{6} ), ( \binom{2n}{4} = \frac{2n(2n-1)(2n-2)(2n-3)}{24} ). [ \frac{4}{2n - 3} = \frac{5}{6} \implies 24 = 10n - 15 \implies n = \frac{39}{10} = 3.9 ] This suggests the question might have a typo. But in exams, recheck assumptions. 8. Alternative Approach: Maybe the expansion is ( (1 + x)^n ), not ( (1 + x)^{2n} ). - Then ( \frac{\binom{n}{3}}{\binom{n}{4}} = \frac{5}{6} ). - ( \frac{4}{n - 3} = \frac{5}{6} \implies 24 = 5n - 15 \implies 5n = 39 \implies n = 7.8 ). Still not an integer. 9. Conclusion: The question likely expects ( n = 4 ) (check ( \binom{8}{3} / \binom{8}{4} = 56/70 = 4/5 ), not 5/6). But if we take ( n = 5 ): ( \binom{10}{3} / \binom{10}{4} = 120/210 = 4/7 ). No match. Final Answer: The question may have an error, but if forced, ( n = 4 ) is the closest integer.
What we did and why: - Recognized that ratios of coefficients require setting up a proportion. - Simplified combinations carefully (factorials cancel out). - Exam trap: If the answer isn’t an integer, recheck the question—examiners rarely give non-integer ( n ).
"Listen up—this is all you need to remember for Binomial Theorem in IIT JEE:
Last tip: If a problem seems too hard, write the general term first. 90% of the time, the answer falls out. Now go crush it!
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.