- What is the coefficient of $x^{13}y^{10}$ in $(x+y)^{23}$
Answer: $\binom{23}{10}$ or $\binom{23}{13}$ = 1,144,066
- What is the coefficient of $x^4y^6$ in $(2x + 3y)^{10}$?
Answer: $\binom{10}{6}$ or $\binom{10}{4}$ = 210
I feel like this problems are pretty simple but I just want to make sure that I have the right understanding of them. If my answers are wrong can someone explain why?
Any insight will be much appreciated!
Your first answer is correct.
The Binomial Theorem states that $$(a + b)^n = \sum_{k = 0}^{n} \binom{n}{k}a^{n - k}b^k$$ In this case, $a = 2x$ and $b = 3y$. We want the coefficient of the term $x^4y^6$ in the expansion of $(2x + 3y)^{10}$, so $n = 10$ and $k = 6$. Therefore, the term in question is $$\binom{10}{6}(2x)^4(3y)^6 = 210(16x^4)(729y^6) = 2449440x^4y^6$$ which means the desired coefficient is $2449440$.