I did $6C4 x^2\times (\dfrac 2x)^4$ and got that the coefficient of $x^2$ is $15$, but the answer is $60$, why? Did I miss a step?
2026-04-15 13:55:32.1776261332
On
On
Coefficient of $x^2$ in $(x+\frac 2x)^6$
286 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
0
On
It's much easier [for me] to see where the $x^2$ terms are after rewriting: $$(x + \dfrac{2}{x})^6 = (\dfrac{x^2 + 2}{x})^6 = \dfrac{1}{x^6}(x^2 +2)^6$$
Then we only have $x^2$ terms where the expansion of the binomial gives $x^8$ (because we're dividing everything by $x^6$). That term is $15(x^2)^4 \cdot 2^2$.
0
On
$\binom{6}{4}x^2\times(\frac{2}{x})^4$ would give the coefficient for $\frac{1}{x^2}$. What you want instead is $$\binom{6}{2}x^4\times(\frac{2}{x})^2$$
You have mistake.
$\binom{6}{4} . x^2 . \left(\frac 2x\right)^4$
= $15 . x^2 . \frac{16}{x^4}$
= $240 . \frac{1}{x^2}$
Here 240 is coefficient of $x^{-2}$ not $x^2$.
$\binom{6}{2} . x^4 . \left(\frac 2x\right)^2$
= $15 . x^4 . \frac{4}{x^2}$
= $60 . x^2$
So answer is 60.