Subjects algebra

Binomial Expansion 226F45

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. **State the problem:** Expand and simplify the expression $$(x - 4y)^5$$ using the binomial theorem. 2. **Recall the binomial theorem formula:** $$ (a + b)^n = \sum_{k=0}^n \binom{n}{k} a^{n-k} b^k $$ where $\binom{n}{k} = \frac{n!}{k!(n-k)!}$ is the binomial coefficient. 3. **Identify terms:** Here, $a = x$, $b = -4y$, and $n = 5$. 4. **Write the expansion:** $$ (x - 4y)^5 = \sum_{k=0}^5 \binom{5}{k} x^{5-k} (-4y)^k $$ 5. **Calculate each term:** - For $k=0$: $\binom{5}{0} x^5 (-4y)^0 = 1 \cdot x^5 \cdot 1 = x^5$ - For $k=1$: $\binom{5}{1} x^4 (-4y)^1 = 5 \cdot x^4 \cdot (-4y) = -20 x^4 y$ - For $k=2$: $\binom{5}{2} x^3 (-4y)^2 = 10 \cdot x^3 \cdot 16 y^2 = 160 x^3 y^2$ - For $k=3$: $\binom{5}{3} x^2 (-4y)^3 = 10 \cdot x^2 \cdot (-64 y^3) = -640 x^2 y^3$ - For $k=4$: $\binom{5}{4} x^1 (-4y)^4 = 5 \cdot x \cdot 256 y^4 = 1280 x y^4$ - For $k=5$: $\binom{5}{5} x^0 (-4y)^5 = 1 \cdot 1 \cdot (-1024 y^5) = -1024 y^5$ 6. **Combine all terms:** $$ x^5 - 20 x^4 y + 160 x^3 y^2 - 640 x^2 y^3 + 1280 x y^4 - 1024 y^5 $$ 7. **Final answer:** $$(x - 4y)^5 = x^5 - 20 x^4 y + 160 x^3 y^2 - 640 x^2 y^3 + 1280 x y^4 - 1024 y^5$$