Show that $$ P_{r}^{r} + P_{r}^{r+1} + ... + P_{r}^{2r} = P_{r}^{2r+1} $$ where r is a nonnegative integer.
This is what I've come up with so far but I'm not sure how to continue. I know I need to prove the following.
$$ r! + (r+1)!+ \frac{(r+2)!}{2!} + ... + \frac{(2r)!}{r!} = \frac{(2r+1)!}{(r+1)!} $$
EDIT: Applying Pascal Rule,
$$\binom{2r+1}{r+1} = \binom{2r}{r} + \binom{2r}{r+1} = \binom{2r}{r} + \binom{2r-1}{r} +\binom{2r-1}{r+1}$$
Still not clear how it will merge, pls explain. Thanks!
Hint: you need to show $$ \binom{r}{0}+\binom{r+1}{1}+\cdots+\binom{2r}{r}=\binom{2r+1}{r+1}.\tag{*} $$ This form can be proved by successive applications of the Pascal's rule to the RHS.
Edit: (*) can be obtained by dividing both sides of $$ r!+(r+1)!+\frac{(r+2)!}{2!}+\cdots+\frac{(2r)!}{r!}=\frac{(2r+1)!}{(r+1)!} $$ by $r!$.