Anyone know how to go about solving this? I've tried adding the individual terms with no luck, and also I don't get how the 'n' in 15Cn doesn't correspond to (-1)^n like in most binomial formats.
$$\sum_{n=0}^5(-1)^n\binom5nx^{5-2n}=32$$
Terribly sorry for the formatting, I'm new here and still trying to figure everything out. Thanks!
It can be written as $$x^{-5}\sum_{n=0}^5 \binom{5}{n}(-1)^n x^{10-2n}$$ $$x^{-5}\sum_{n=0}^5 \binom{5}{n}(-1)^n (x^2)^{5-n}$$ $$=x^{-5}(x^2-1)^5$$ $$=(\frac{x^2-1}{x})^5=32$$
which then can be easily solved.