Let $p\in \mathbb{R}$ and $n\in \mathbb{N}$ and $$\binom{p}{n}=\frac{p(p-1)(p-2)...(p-n+1)}{n!}$$
b) Prove $$n\binom{p}{n}=p\binom{p-1}{n-1}$$
Thanks for all the help with a! I definitely understand it now. Now part b is simply asking me to multiply those, correct? I did that and it just seems to easy. Also I never used the fact that $$\binom{p}{0}=1.$$ Was I supposed to use it for b?

To prove two algebraic expressions are equal, you typically write out each one and try to simplify it, and see whether the simplified versions of the expression are equal. For instance, to prove that $$ x^2 - 1 = (x + 1) (x -1) $$ you look at the left side and say "That looks simple already." Then look at the right and say $$ (x+1)(x-1) = x(x-1) + 1(x-1) = x^2 - x + x - 1 = x^2 - 1. $$ Hunh! Look at that...it's equal to the thing I had on the left, so I'm done!"
In your case, try pluggin the definition into the two expressions on the left in (a), and the one expression on the right, and see whether the resulting things can be simplified into one another.