Reading through my textbook I came across the following problem and I am looking for some help solving it.
Prove that,
$$\binom{3n}{r}=\binom{3n-1}{r} + \binom{3n-1}{r-1}$$
In a previous problem I solved the following but I wasn't sure how to use it to prove the question above. Prove,
$$\binom{n}{r}=\binom{n}{n-r}$$
Solution:
left Side,
$$\binom{n}{r}=\frac{n!}{(n-r)!r!}$$
right side,
$$\binom{n}{n-r}=\frac{n!}{(n-(n-r))!(n-r)!} = \frac{n!}{(n-r)!r!}$$
Therefore completing the proof,
but how do I solve my first question? thanks!