Ch 7  ·  Q–
0%
Class 11 Mathematics Exercise 7.1 NCERT Solutions JEE Mains NEET Board Exam

Chapter 7 — Binomial Theorem

Step-by-step NCERT solutions with stress–strain analysis and exam-oriented hints for Boards, JEE & NEET.

📋14 questions
Ideal time: 40-55 min
📍Now at: Q1
Q1
NUMERIC3 marks

Expand: \((1-2x)^5\)

Theory Used

The expansion is based on the Binomial Theorem: \[ (a+b)^n = \sum_{r=0}^{n} {^nC_r} a^{n-r} b^r \] where each term is: \[ T_{r+1} = {^nC_r} a^{n-r} b^r \]

For \((1 - 2x)^5\), we identify:
\(a = 1,\quad b = -2x,\quad n = 5\)

Solution Roadmap
  • Identify \(a, b, n\)
  • Write general term using Binomial Theorem
  • Substitute values into each term
  • Use binomial coefficients: \(1, 5, 10, 10, 5, 1\)
  • Simplify powers and signs carefully
Visual Understanding (Coefficient Pattern)
Pascal Row (n = 5): 1 5 10 10 5 1

Solution

Using the Binomial Theorem: \[ \begin{aligned} (1 - 2x)^{5} &= {^5C_0}(1)^5(-2x)^0 \\ &+ {^5C_1}(1)^4(-2x)^1 \\ &+ {^5C_2}(1)^3(-2x)^2 \\ &+ {^5C_3}(1)^2(-2x)^3 \\ &+ {^5C_4}(1)^1(-2x)^4 \\ &+ {^5C_5}(1)^0(-2x)^5 \end{aligned} \]

Substituting coefficients: \[ \begin{aligned} &= 1 - 5(2x) + 10(2x)^2 - 10(2x)^3 + 5(2x)^4 - (2x)^5 \\ &= 1 - 10x + 40x^2 - 80x^3 + 80x^4 - 32x^5 \end{aligned} \]

Final Answer: \[ 1 - 10x + 40x^2 - 80x^3 + 80x^4 - 32x^5 \]

Exam Significance
  • Boards: Direct expansion questions are highly scoring and test sign handling + coefficients.
  • JEE/NEET: Foundation for:
    • General term \(T_r\)
    • Middle term
    • Greatest coefficient
    • Approximation techniques
  • Common trap: forgetting \((-2x)^r\) affects both sign and coefficient
↑ Top
1 / 14  ·  7%
Q2 →
Q2
NUMERIC3 marks

Expand: \(\left(\dfrac{2}{x}-\dfrac{x}{2}\right)^5\)

Theory Used

We use the Binomial Theorem: \[ (a-b)^n = \sum_{r=0}^{n} {^nC_r} a^{\,n-r}(-b)^r \] Each term is: \[ T_{r+1} = {^nC_r} a^{\,n-r}(-b)^r \]

Here, \[ a=\dfrac{2}{x}, \quad b=\dfrac{x}{2}, \quad n=5 \]

Solution Roadmap
  • Identify \(a, b, n\)
  • Use binomial expansion with alternating signs
  • Track powers of \(x\) carefully (positive and negative)
  • Simplify coefficients and combine powers systematically
Power Flow Insight
Power of x decreases by 2 each step: x⁻⁵ → x⁻³ → x⁻¹ → x¹ → x³ → x⁵

Solution

Applying the Binomial Theorem: \[ \begin{aligned} \left( \dfrac{2}{x}-\dfrac{x}{2}\right)^5 &= {^5C_0}\left(\dfrac{2}{x}\right)^5 \\ &- {^5C_1}\left(\dfrac{2}{x}\right)^4\left(\dfrac{x}{2}\right) \\ &+ {^5C_2}\left(\dfrac{2}{x}\right)^3\left(\dfrac{x}{2}\right)^2 \\ &- {^5C_3}\left(\dfrac{2}{x}\right)^2\left(\dfrac{x}{2}\right)^3 \\ &+ {^5C_4}\left(\dfrac{2}{x}\right)\left(\dfrac{x}{2}\right)^4 \\ &- \left(\dfrac{x}{2}\right)^5 \end{aligned} \]

Simplifying each term: \[ \begin{aligned} &= \dfrac{32}{x^5} \\ &- 5 \cdot \dfrac{16}{x^4} \cdot \dfrac{x}{2} \\ &+ 10 \cdot \dfrac{8}{x^3} \cdot \dfrac{x^2}{4} \\ &- 10 \cdot \dfrac{4}{x^2} \cdot \dfrac{x^3}{8} \\ &+ 5 \cdot \dfrac{2}{x} \cdot \dfrac{x^4}{16} \\ &- \dfrac{x^5}{32} \end{aligned} \]

Final simplification: \[ \left( \dfrac{2}{x}-\dfrac{x}{2}\right)^5 = \dfrac{32}{x^5} -\dfrac{40}{x^3} +\dfrac{20}{x} -5x +\dfrac{5}{8}x^3 -\dfrac{x^5}{32} \]

Exam Significance
  • Boards: Tests handling of fractional bases and negative powers.
  • JEE/NEET: Extremely important for:
    • General term and middle term problems
    • Finding independent term
    • Coefficient comparison
  • Common Trap: Students ignore how powers of \(x\) combine → leads to wrong exponents.
  • Key Insight: Power progression is linear → useful shortcut for checking answers quickly.
← Q1
2 / 14  ·  14%
Q3 →
Q3
NUMERIC3 marks

Expand: \((2x-3)^6\)

Theory Used

Using the Binomial Theorem: \[ (a-b)^n = \sum_{r=0}^{n} {^nC_r} a^{\,n-r}(-b)^r \] General term: \[ T_{r+1} = {^nC_r} a^{\,n-r}(-b)^r \]

Here, \[ a=2x,\quad b=3,\quad n=6 \]

Solution Roadmap
  • Identify \(a, b, n\)
  • Use binomial expansion with alternating signs
  • Use Pascal coefficients: \(1, 6, 15, 20, 15, 6, 1\)
  • Simplify each term: coefficient × power of \(x\)
  • Combine carefully to avoid arithmetic errors
Coefficient Pattern (Pascal Row n=6)
1 6 15 20 15 6 1

Solution

Applying the Binomial Theorem: \[ \begin{aligned} (2x-3)^6 &= {^6C_0}(2x)^6 \\ &- {^6C_1}(2x)^5(3) \\ &+ {^6C_2}(2x)^4(3^2) \\ &- {^6C_3}(2x)^3(3^3) \\ &+ {^6C_4}(2x)^2(3^4) \\ &- {^6C_5}(2x)(3^5) \\ &+ {^6C_6}(3^6) \end{aligned} \]

Substituting values: \[ \begin{aligned} &= 64x^6 \\ &- 6 \cdot 32x^5 \cdot 3 \\ &+ 15 \cdot 16x^4 \cdot 9 \\ &- 20 \cdot 8x^3 \cdot 27 \\ &+ 15 \cdot 4x^2 \cdot 81 \\ &- 6 \cdot 2x \cdot 243 \\ &+ 729 \end{aligned} \]

Final simplification: \[ (2x-3)^6 = 64x^6 -576x^5 +2160x^4 -4320x^3 +4860x^2 -2916x +729 \]

Exam Significance
  • Boards: High-weight direct expansion; tests coefficient accuracy.
  • JEE/NEET: Foundation for:
    • Middle term and greatest term
    • Coefficient-based questions
    • Polynomial construction
  • Common Trap: Ignoring sign alternation due to \((-3)^r\)
  • Speed Insight: Pre-compute powers of 2 and 3 to reduce calculation time
← Q2
3 / 14  ·  21%
Q4 →
Q4
NUMERIC3 marks

Expand: \(\left(\dfrac{x}{3}+\dfrac{1}{x}\right)^5\)

Theory Used

Using the Binomial Theorem: \[ (a+b)^n = \sum_{r=0}^{n} {^nC_r} a^{\,n-r} b^r \] General term: \[ T_{r+1} = {^nC_r} a^{\,n-r} b^r \]

Here, \[ a=\dfrac{x}{3}, \quad b=\dfrac{1}{x}, \quad n=5 \]

Solution Roadmap
  • Identify \(a, b, n\)
  • Use Pascal coefficients: \(1, 5, 10, 10, 5, 1\)
  • Track powers of \(x\): numerator vs denominator interaction
  • Simplify each term into standard form \(x^k\)
Power Flow Insight
Net power of x in each term: x⁵ → x³ → x¹ → x⁻¹ → x⁻³ → x⁻⁵

Solution

Applying the Binomial Theorem: \[ \begin{aligned} \left( \dfrac{x}{3}+\dfrac{1}{x}\right)^5 &= {^5C_0}\left(\dfrac{x}{3}\right)^5 \\ &+ {^5C_1}\left(\dfrac{x}{3}\right)^4\left(\dfrac{1}{x}\right) \\ &+ {^5C_2}\left(\dfrac{x}{3}\right)^3\left(\dfrac{1}{x}\right)^2 \\ &+ {^5C_3}\left(\dfrac{x}{3}\right)^2\left(\dfrac{1}{x}\right)^3 \\ &+ {^5C_4}\left(\dfrac{x}{3}\right)\left(\dfrac{1}{x}\right)^4 \\ &+ {^5C_5}\left(\dfrac{1}{x}\right)^5 \end{aligned} \]

Simplifying each term: \[ \begin{aligned} &= \dfrac{x^5}{243} \\ &+ 5 \cdot \dfrac{x^4}{81} \cdot \dfrac{1}{x} \\ &+ 10 \cdot \dfrac{x^3}{27} \cdot \dfrac{1}{x^2} \\ &+ 10 \cdot \dfrac{x^2}{9} \cdot \dfrac{1}{x^3} \\ &+ 5 \cdot \dfrac{x}{3} \cdot \dfrac{1}{x^4} \\ &+ \dfrac{1}{x^5} \end{aligned} \]

Final simplification: \[ \left( \dfrac{x}{3}+\dfrac{1}{x}\right)^5 = \dfrac{x^5}{243} +\dfrac{5}{81}x^3 +\dfrac{10}{27}x +\dfrac{10}{9x} +\dfrac{5}{3x^3} +\dfrac{1}{x^5} \]

Exam Significance
  • Boards: Tests simplification of fractional algebraic expressions.
  • JEE/NEET: Important for:
    • Finding independent term
    • Coefficient of specific power of \(x\)
    • Symmetry in binomial expansions
  • Key Insight: Powers of \(x\) decrease uniformly by 2 → quick verification trick.
  • Common Mistake: Incorrect handling of denominator powers (especially \(3^n\))
← Q3
4 / 14  ·  29%
Q5 →
Q5
NUMERIC3 marks

Expand: \(\left(x+\dfrac{1}{x}\right)^6\)

Theory Used

Using the Binomial Theorem: \[ (a+b)^n = \sum_{r=0}^{n} {^nC_r} a^{\,n-r} b^r \] General term: \[ T_{r+1} = {^nC_r} x^{\,n-2r} \]

Here, \[ a=x,\quad b=\dfrac{1}{x},\quad n=6 \]

Solution Roadmap
  • Identify symmetry structure \(x^{n-2r}\)
  • Use Pascal coefficients: \(1, 6, 15, 20, 15, 6, 1\)
  • Simplify powers using index laws
  • Locate middle term (constant term)
Symmetry Insight
Powers are symmetric about the middle term: x⁶ → x⁴ → x² → x⁰ → x⁻² → x⁻⁴ → x⁻⁶ Constant Term

Solution

Applying the Binomial Theorem: \[ \begin{aligned} \left(x+\dfrac{1}{x}\right)^6 &= {^6C_0}x^6 \\ &+ {^6C_1}x^5\cdot \dfrac{1}{x} \\ &+ {^6C_2}x^4\cdot \dfrac{1}{x^2} \\ &+ {^6C_3}x^3\cdot \dfrac{1}{x^3} \\ &+ {^6C_4}x^2\cdot \dfrac{1}{x^4} \\ &+ {^6C_5}x\cdot \dfrac{1}{x^5} \\ &+ {^6C_6}\cdot \dfrac{1}{x^6} \end{aligned} \]

Simplifying: \[ \begin{aligned} &= x^6 \\ &+ 6x^4 \\ &+ 15x^2 \\ &+ 20 \\ &+ \dfrac{15}{x^2} \\ &+ \dfrac{6}{x^4} \\ &+ \dfrac{1}{x^6} \end{aligned} \]

Final Answer: \[ x^{6} +6x^{4} +15x^{2} +20 +\dfrac{15}{x^{2}} +\dfrac{6}{x^{4}} +\dfrac{1}{x^{6}} \]

Exam Significance
  • Boards: Direct expansion + symmetry identification question.
  • JEE/NEET: Very important for:
    • Finding constant term → occurs at \(r=\dfrac{n}{2}\)
    • Symmetry-based shortcuts
    • Coefficient comparison problems
  • Key Insight: Powers follow pattern \(x^{n-2r}\) → instant structure detection.
  • Common Trap: Missing middle term or misplacing powers.
← Q4
5 / 14  ·  36%
Q6 →
Q6
NUMERIC3 marks

Using binomial theorem, evaluate: \((96)^3\)

Theory Used

Use the identity derived from the Binomial Theorem: \[ (a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3 \]

Choose values close to a base: \[ 96 = 100 - 4 \] So, \[ a = 100,\quad b = 4 \]

Solution Roadmap
  • Rewrite number near base (100)
  • Apply \((a-b)^3\) identity
  • Compute stepwise (avoid large multiplication)
  • Track signs carefully
Mental Calculation Flow
Expansion Structure: a³ → -3a²b → +3ab² → -b³

Solution

\[ \begin{aligned} (96)^3 &= (100 - 4)^3 \\ &= 100^3 - 3 \cdot 100^2 \cdot 4 + 3 \cdot 100 \cdot 4^2 - 4^3 \end{aligned} \]

\[ \begin{aligned} &= 1000000 \\ &- 120000 \\ &+ 4800 \\ &- 64 \end{aligned} \]

\[ (96)^3 = 884736 \]

Exam Significance
  • Boards: Tests application of binomial identities in numerical evaluation.
  • JEE/NEET: Important for:
    • Fast calculations without calculator
    • Approximation and estimation techniques
    • Base-shifting strategies (near 10, 100, 1000)
  • Key Insight: Always shift numbers to nearest base → reduces computation drastically.
  • Common Trap: Sign mistakes in alternating terms.
← Q5
6 / 14  ·  43%
Q7 →
Q7
NUMERIC3 marks

Using binomial theorem, evaluate: \((102)^6\)

Theory Used

Using the Binomial Theorem: \[ (a+b)^n = \sum_{r=0}^{n} {^nC_r} a^{n-r} b^r \]

Choose a convenient base: \[ 102 = 100 + 2 \] So, \[ a=100,\quad b=2,\quad n=6 \]

Solution Roadmap
  • Shift number to nearest base (100)
  • Apply binomial expansion
  • Use Pascal coefficients: \(1, 6, 15, 20, 15, 6, 1\)
  • Compute term-by-term (organized addition)
Computation Structure
Term Growth Pattern: 100⁶ → 6·100⁵·2 → 15·100⁴·2² → ... → 2⁶

Solution

\[ \begin{aligned} (102)^6 &= (100+2)^6 \\ &= {^6C_0}100^6 + {^6C_1}100^5 \cdot 2 + {^6C_2}100^4 \cdot 2^2 \\ &\quad + {^6C_3}100^3 \cdot 2^3 + {^6C_4}100^2 \cdot 2^4 \\ &\quad + {^6C_5}100 \cdot 2^5 + {^6C_6}2^6 \end{aligned} \]

Substituting coefficients: \[ \begin{aligned} &= 100^6 + 6 \cdot 100^5 \cdot 2 + 15 \cdot 100^4 \cdot 4 \\ &\quad + 20 \cdot 100^3 \cdot 8 + 15 \cdot 100^2 \cdot 16 \\ &\quad + 6 \cdot 100 \cdot 32 + 64 \end{aligned} \]

Evaluating each term: \[ \begin{aligned} &= 1000000000000 \\ &+ 120000000000 \\ &+ 6000000000 \\ &+ 160000000 \\ &+ 2400000 \\ &+ 19200 \\ &+ 64 \end{aligned} \]

\[ (102)^6 = 1126240199264 \]

Exam Significance
  • Boards: Tests numerical expansion using binomial theorem.
  • JEE/NEET: Important for:
    • Fast exponentiation techniques
    • Approximation and mental math
    • Pattern-based computation
  • Key Insight: Numbers near base (100, 1000) are ideal for binomial expansion.
  • Common Trap: Using wrong coefficients (6,15,20…) or skipping powers of 2.
← Q6
7 / 14  ·  50%
Q8 →
Q8
NUMERIC3 marks

Using binomial theorem, evaluate: \((101)^4\)

Theory Used

Using the Binomial Theorem: \[ (a+b)^n = \sum_{r=0}^{n} {^nC_r} a^{n-r} b^r \]

Choose a convenient base: \[ 101 = 100 + 1 \] So, \[ a=100,\quad b=1,\quad n=4 \]

Solution Roadmap
  • Rewrite number near base (100)
  • Apply binomial expansion
  • Use coefficients: \(1, 4, 6, 4, 1\)
  • Compute using place-value logic (very fast)
Pattern Insight
Structure of expansion: 100⁴ → 4·100³ → 6·100² → 4·100 → 1

Solution

\[ \begin{aligned} (101)^4 &= (100+1)^4 \\ &= {^4C_0}100^4 + {^4C_1}100^3 + {^4C_2}100^2 \\ &\quad + {^4C_3}100 + {^4C_4} \end{aligned} \]

Substituting coefficients: \[ = 100^4 + 4 \cdot 100^3 + 6 \cdot 100^2 + 4 \cdot 100 + 1 \]

Evaluating: \[ \begin{aligned} &= 100000000 \\ &+ 4000000 \\ &+ 60000 \\ &+ 400 \\ &+ 1 \end{aligned} \]

\[ (101)^4 = 104060401 \]

Exam Significance
  • Boards: Direct application of binomial theorem for numerical evaluation.
  • JEE/NEET: Very important for:
    • Fast calculation using base-shift method
    • Pattern recognition in expansions
    • Approximation techniques
  • Key Insight: When \(b=1\), expansion becomes extremely fast and pattern-based.
  • Shortcut: Write coefficients directly with decreasing powers of 100.
← Q7
8 / 14  ·  57%
Q9 →
Q9
NUMERIC3 marks

Using binomial theorem, evaluate: \((99)^5\)

Theory Used

Using the Binomial Theorem: \[ (a-b)^n = \sum_{r=0}^{n} {^nC_r} a^{n-r}(-b)^r \]

Choose a convenient base: \[ 99 = 100 - 1 \] So, \[ a=100,\quad b=1,\quad n=5 \]

Solution Roadmap
  • Rewrite near base (100)
  • Apply alternating expansion
  • Use coefficients: \(1, 5, 10, 10, 5, 1\)
  • Group terms smartly for fast subtraction
Sign Pattern Insight
Alternating structure: + − + − + −

Solution

\[ \begin{aligned} (99)^5 &= (100-1)^5 \\ &= 100^5 - 5\cdot100^4 + 10\cdot100^3 \\ &\quad - 10\cdot100^2 + 5\cdot100 - 1 \end{aligned} \]

Evaluating: \[ \begin{aligned} &= 10000000000 \\ &- 500000000 \\ &+ 10000000 \\ &- 100000 \\ &+ 500 \\ &- 1 \end{aligned} \]

Smart grouping: \[ \begin{aligned} &= (10000000000 + 10000000 + 500) \\ &- (500000000 + 100000 + 1) \end{aligned} \]

\[ = 10010000500 - 500100001 = 9509900499 \]

Exam Significance
  • Boards: Tests correct use of alternating expansion.
  • JEE/NEET: Important for:
    • Fast subtraction strategies
    • Handling \((a-1)^n\) efficiently
    • Digit-pattern recognition
  • Key Insight: Numbers just below base → expect alternating subtraction dominance.
  • Common Trap: Missing sign alternation or incorrect grouping.
← Q8
9 / 14  ·  64%
Q10 →
Q10
NUMERIC3 marks

Using Binomial Theorem, indicate which number is larger \((1.1)^{10000}\) or \(1000\).

Theory Used

Using the Binomial Theorem: \[ (1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \cdots \]

For \(x > 0\), all terms are positive, hence: \[ (1+x)^n > 1 + nx \]

Solution Roadmap
  • Rewrite expression in binomial form
  • Use inequality from binomial expansion
  • Compare with given number
Growth Insight
For x > 0: (1 + x)ⁿ grows faster than linear term 1 + nx

Solution

\[ \begin{aligned} (1.1)^{10000} &= (1 + 0.1)^{10000} \end{aligned} \]

Using the inequality: \[ (1+x)^n > 1 + nx \]

\[ \begin{aligned} (1.1)^{10000} &> 1 + 10000 \cdot 0.1 \\ &= 1 + 1000 \\ &= 1001 \end{aligned} \]

Since: \[ 1001 > 1000 \]

\[ (1.1)^{10000} > 1000 \]

Exam Significance
  • Boards: Tests conceptual understanding of binomial expansion.
  • JEE/NEET: Extremely important for:
    • Estimation and inequality problems
    • Growth comparison (exponential vs linear)
    • Skipping full expansion intelligently
  • Key Insight: Never expand fully for large powers → use inequality.
  • Common Trap: Trying to compute instead of comparing smartly.
← Q9
10 / 14  ·  71%
Q11 →
Q11
NUMERIC3 marks

Find \((a + b)^4 – (a – b)^4\). Hence, evaluate \(\left(\sqrt{3}+\sqrt{2}\right)^4-\left(\sqrt{3}-\sqrt{2}\right)^4\)

Theory Used

Using Binomial Expansion: \[ (a\pm b)^4 = a^4 \pm 4a^3b + 6a^2b^2 \pm 4ab^3 + b^4 \]

Key observation:
Even power terms remain same, odd power terms change sign.

Solution Roadmap
  • Expand both expressions
  • Subtract carefully
  • Observe cancellation of symmetric terms
  • Factor the result
Symmetry Insight
Even powers cancel, odd powers double: a⁴, a²b², b⁴ → cancel a³b, ab³ → double

Solution

Expanding: \[ \begin{aligned} (a+b)^4 &= a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4 \\ (a-b)^4 &= a^4 - 4a^3b + 6a^2b^2 - 4ab^3 + b^4 \end{aligned} \]

Subtracting: \[ \begin{aligned} (a+b)^4 - (a-b)^4 &= 8a^3b + 8ab^3 \\ &= 8ab(a^2 + b^2) \end{aligned} \]

Substituting \(a=\sqrt{3}, b=\sqrt{2}\): \[ \begin{aligned} &= 8\sqrt{3}\sqrt{2}(3+2) \\ &= 8\sqrt{6}\cdot 5 \\ &= 40\sqrt{6} \end{aligned} \]

Final Answer: \[ 40\sqrt{6} \]

Exam Significance
  • Boards: Tests expansion and simplification accuracy.
  • JEE/NEET: Very important pattern:
    • \((a+b)^n - (a-b)^n\) → only odd power terms survive
    • \((a+b)^n + (a-b)^n\) → only even power terms survive
  • Key Insight: No need to fully expand → use symmetry shortcut.
  • Common Trap: Expanding both completely and wasting time.
← Q10
11 / 14  ·  79%
Q12 →
Q12
NUMERIC3 marks

Find \((x + 1)^6 + (x – 1)^6\). Hence or otherwise evaluate \(\left(\sqrt{2}+1\right)^6+\left(\sqrt{2}-1\right)^6\)

Theory Used

Using Binomial Expansion: \[ (x\pm 1)^6 = x^6 \pm 6x^5 + 15x^4 \pm 20x^3 + 15x^2 \pm 6x + 1 \]

Key observation:
When adding \((x+1)^n + (x-1)^n\), all odd power terms cancel, and only even power terms remain.

Solution Roadmap
  • Expand both expressions
  • Add them term-wise
  • Cancel odd power terms
  • Substitute value of \(x\)
Symmetry Insight
Even powers survive, odd powers cancel: x⁶, x⁴, x², 1 → remain x⁵, x³, x → cancel

Solution

Expanding: \[ \begin{aligned} (x+1)^6 &= x^6 + 6x^5 + 15x^4 + 20x^3 + 15x^2 + 6x + 1 \\ (x-1)^6 &= x^6 - 6x^5 + 15x^4 - 20x^3 + 15x^2 - 6x + 1 \end{aligned} \]

Adding: \[ \begin{aligned} (x+1)^6 + (x-1)^6 &= 2x^6 + 30x^4 + 30x^2 + 2 \\ &= 2\left(x^6 + 15x^4 + 15x^2 + 1\right) \end{aligned} \]

Substituting \(x=\sqrt{2}\): \[ \begin{aligned} &= 2\left[ (\sqrt{2})^6 + 15(\sqrt{2})^4 + 15(\sqrt{2})^2 + 1 \right] \\ &= 2\left[ 8 + 60 + 30 + 1 \right] \\ &= 2(99) \\ &= 198 \end{aligned} \]

Final Answer: \[ 198 \]

Exam Significance
  • Boards: Tests expansion and simplification.
  • JEE/NEET: Key pattern:
    • \((a+b)^n + (a-b)^n\) → only even powers remain
    • \((a+b)^n - (a-b)^n\) → only odd powers remain
  • Key Insight: Avoid full expansion → directly filter terms.
  • Common Trap: Not recognizing symmetry → unnecessary long work.
← Q11
12 / 14  ·  86%
Q13 →
Q13
NUMERIC3 marks

Show that \(9^{n+1} – 8n – 9\) is divisible by 64, whenever n is a positive integer.

Theory Used

Using the Binomial Theorem: \[ (1+x)^m = 1 + mx + \frac{m(m-1)}{2!}x^2 + \cdots \]

Key idea:
To prove divisibility by 64, we must express the given expression as a multiple of \(8^2 = 64\).

Solution Roadmap
  • Rewrite base: \(9 = 1 + 8\)
  • Expand using binomial theorem
  • Separate first two terms
  • Factor out \(8^2\)
  • Show remaining expression is integer
Divisibility Insight
Structure after expansion: (1 + 8(n+1)) + multiples of 8² ⇒ remaining terms always divisible by 64

Solution

\[ \begin{aligned} 9^{n+1} - 8n - 9 &= (1+8)^{n+1} - 8n - 9 \end{aligned} \]

Expanding using Binomial Theorem: \[ \begin{aligned} (1+8)^{n+1} &= 1 + (n+1)8 + {n+1 \choose 2}8^2 + {n+1 \choose 3}8^3 + \cdots \end{aligned} \]

Substituting: \[ \begin{aligned} &= \left[1 + 8(n+1)\right] + 8^2\left[{n+1 \choose 2} + {n+1 \choose 3}8 + \cdots\right] - 8n - 9 \end{aligned} \]

Simplifying first part: \[ \begin{aligned} 1 + 8n + 8 - 8n - 9 = 0 \end{aligned} \]

Hence, \[ 9^{n+1} - 8n - 9 = 8^2 \left[{n+1 \choose 2} + {n+1 \choose 3}8 + \cdots\right] \]

The bracketed expression is an integer.

Therefore, \[ 9^{n+1} - 8n - 9 = 64k \quad (\text{for some integer } k) \]

Hence proved.

Exam Significance
  • Boards: Standard proof using binomial expansion.
  • JEE/NEET: Very important for:
    • Divisibility proofs using binomial theorem
    • Modular thinking (\(\bmod\ 64\))
    • Recognizing factorization patterns
  • Key Insight: Cancel first two terms → remaining always multiples of \(8^2\).
  • Advanced View: Equivalent to showing expression ≡ 0 (mod 64).
← Q12
13 / 14  ·  93%
Q14 →
Q14
NUMERIC3 marks

Prove that \(\sum\limits_{r=0}^{n} 3^r\; {^nC_r}=4^n\)

Theory Used

Using the Binomial Theorem: \[ (1+x)^n = \sum_{r=0}^{n} {^nC_r} x^r \]

This identity connects a binomial expansion directly with a summation involving binomial coefficients.

Solution Roadmap
  • Start from standard binomial expansion
  • Substitute appropriate value of \(x\)
  • Simplify the resulting expression
  • Match with required summation
Identity Insight
Binomial Identity Mapping: (1 + x)ⁿ → Σ C(n,r)xʳ x = 3 ⇒ Sum becomes Σ C(n,r)3ʳ

Solution

Starting with the binomial expansion: \[ (1+x)^n = \sum_{r=0}^{n} {^nC_r} x^r \]

Substituting \(x = 3\): \[ (1+3)^n = \sum_{r=0}^{n} {^nC_r} 3^r \]

Simplifying: \[ 4^n = \sum_{r=0}^{n} 3^r\; {^nC_r} \]

\[ \sum_{r=0}^{n} 3^r\; {^nC_r} = 4^n \]

Hence proved.

Exam Significance
  • Boards: Direct application of binomial theorem identity.
  • JEE/NEET: Extremely important pattern:
    • \(\sum {^nC_r}x^r = (1+x)^n\)
    • Used in probability, combinatorics, and series problems
  • Key Insight: Convert summation → binomial form instantly.
  • Advanced Use: Helps solve weighted sum problems quickly.
← Q13
14 / 14  ·  100%
↑ Back to top
🎓

Chapter Complete!

All 14 solutions for Binomial Theorem covered.

↑ Review from the top

🚀 Binomial Mastery System

Master concepts, solve faster, and crack JEE-level problems with our AI-powered system

Explore Now
📚
ACADEMIA AETERNUM तमसो मा ज्योतिर्गमय · Est. 2025
Sharing this chapter
Binomial Theorem | Mathematics Class -11
Binomial Theorem | Mathematics Class -11 — Complete Notes & Solutions · academia-aeternum.com
🎓 Class -11 📐 Mathematics 📖 NCERT ✅ Free Access 🏆 CBSE · JEE
Share on
academia-aeternum.com/class-11/mathematics/binomial-theorem/exercises/exercise-7.1/ Copy link
💡
Exam tip: Sharing chapter notes with your study group creates a reinforcement loop. Teaching a concept is the fastest path to mastering it.

Relations and Functions – Learning Resources

Get in Touch

Let's Connect

Questions, feedback, or suggestions?
We'd love to hear from you.