Math Problem Statement

Consider the expansion of (1 + x) n (1 − 2x) 4 , where n is a positive integer. If the coefficient of x 2 is 54, find the coefficient of x.

Solution

We are asked to expand (1+x)n(12x)4(1 + x)^n (1 - 2x)^4 and find the coefficient of xx, given that the coefficient of x2x^2 is 54.

Step 1: Expand each factor using the binomial theorem

We use the binomial theorem to expand each factor separately.

Expansion of (1+x)n(1 + x)^n:

(1+x)n=1+(n1)x+(n2)x2+(1 + x)^n = 1 + \binom{n}{1}x + \binom{n}{2}x^2 + \dots The relevant terms for us are up to x2x^2, so we write: (1+x)n=1+nx+n(n1)2x2+(1 + x)^n = 1 + nx + \frac{n(n-1)}{2}x^2 + \dots

Expansion of (12x)4(1 - 2x)^4:

(12x)4=1+(41)(2x)+(42)(2x)2+(1 - 2x)^4 = 1 + \binom{4}{1}(-2x) + \binom{4}{2}(-2x)^2 + \dots The first few terms are: (12x)4=18x+24x2+(1 - 2x)^4 = 1 - 8x + 24x^2 + \dots

Step 2: Multiply the two expansions

Now, we multiply the expansions (1+x)n(1 + x)^n and (12x)4(1 - 2x)^4 to find the terms involving xx and x2x^2.

Constant term (coefficient of x0x^0):

1×1=11 \times 1 = 1

Coefficient of xx:

There are two ways to get the xx-term:

  1. 1×(8x)=8x1 \times (-8x) = -8x
  2. nx×1=nxnx \times 1 = nx

Thus, the coefficient of xx is: n8n - 8

Coefficient of x2x^2:

There are three ways to get the x2x^2-term:

  1. 1×24x2=24x21 \times 24x^2 = 24x^2
  2. nx×(8x)=8nx2nx \times (-8x) = -8nx^2
  3. n(n1)2x2×1=n(n1)2x2\frac{n(n-1)}{2}x^2 \times 1 = \frac{n(n-1)}{2}x^2

Thus, the coefficient of x2x^2 is: 248n+n(n1)224 - 8n + \frac{n(n-1)}{2} We are told that this coefficient is 54, so we set up the equation: 248n+n(n1)2=5424 - 8n + \frac{n(n-1)}{2} = 54 Multiply through by 2 to eliminate the fraction: 4816n+n(n1)=10848 - 16n + n(n-1) = 108 Simplifying the quadratic expression: 4816n+n2n=10848 - 16n + n^2 - n = 108 n217n+48=108n^2 - 17n + 48 = 108 n217n60=0n^2 - 17n - 60 = 0 Now solve the quadratic equation using the quadratic formula: n=(17)±(17)24(1)(60)2(1)n = \frac{-(-17) \pm \sqrt{(-17)^2 - 4(1)(-60)}}{2(1)} n=17±289+2402n = \frac{17 \pm \sqrt{289 + 240}}{2} n=17±5292n = \frac{17 \pm \sqrt{529}}{2} n=17±232n = \frac{17 \pm 23}{2} Thus, n=17+232=20n = \frac{17 + 23}{2} = 20 or n=17232=3n = \frac{17 - 23}{2} = -3.

Since nn is a positive integer, we take n=20n = 20.

Step 3: Find the coefficient of xx

The coefficient of xx is n8n - 8. Substituting n=20n = 20, we get: Coefficient of x=208=12\text{Coefficient of } x = 20 - 8 = 12

Thus, the coefficient of xx is 12\boxed{12}.


Would you like more details or clarifications? Here are some related questions:

  1. How is the binomial theorem applied in expansions?
  2. Why did we stop the expansion at x2x^2?
  3. Can this method be applied to other polynomials?
  4. How do we solve quadratic equations in general?
  5. How does the quadratic formula work in solving the equation?

Tip: When solving quadratic equations, always check if you can factorize it before using the quadratic formula!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Binomial Expansion
Polynomial Multiplication
Quadratic Equations

Formulas

Binomial expansion: (1 + x)^n = 1 + nx + (n(n-1)/2)x^2 + ...
Binomial expansion: (1 - 2x)^4 = 1 - 8x + 24x^2 + ...
Quadratic equation formula: ax^2 + bx + c = 0

Theorems

Binomial Theorem
Quadratic Formula

Suitable Grade Level

Grade 11-12