0

I am not able to solve this problem

Find the coefficient of $x^k\;\;(k$ is greater than or equal to zero and lesser than or equal to $n$) in the expansion of $E = 1 + (1+x) + (1+x)^2 .... + (1+x)^n$

The final simplified answer is $(n+1)C(k+1)$

Any help would be thoroughly appreciated

Vladhagen
  • 4,878
user34304
  • 2,749

1 Answers1

4

Since $E$ is just the sum of the geometric series, $E=\dfrac{(1+x)^{n+1}-1}{x}$ and thus the coefficient of $x^k$ is ${n+1 \choose k+1}$

voldemort
  • 13,182