I have to prove the following formula:
$$\sum_{k=0}^n \frac{(-1)^k}{k+1} \binom{n}{k} = \frac{1}{n+1}$$
I do have absolutely no clue ye about how to even start. I'm thinking about using binomial theorem, but how?
Edit: Thanks to all the answers, but these are too complicated for me and use theorems which we do not use yet. Induction seem to be a way to go, but I'm constantly stuck there.
$$\sum_{k=0}^n \frac{(-1)^k}{k+1} \binom{n}{k} = \frac{1}{n+1}$$ n to n+1: $$\sum_{k=0}^{n+1} \frac{(-1)^k}{k+1} \binom{n+1}{k}$$ $$\sum_{k=0}^{n} (\frac{(-1)^k}{k+1} \binom{n+1}{k}) + \frac{(-1)^{n+1}}{(n+1)+1}$$
I'm probably missing something very basic there...