In order to prove $b(x,n,p) =$ ${n \choose x}p^x(1-p)^{n-x}$$for$ $x=0,1,2,...,n$ (and $0$ otherwise) we must show $1 = \sum_{x=0}^n{n \choose x}p^x(1-p)^{n-x}$
However, all the answers I've seen are just stating the binomial theorem with no work shown. Would anyone be willing to show me the steps for $1 = 1^n = (p+1-p)^n = \sum_{x=0}^n{n \choose x}p^x(1-p)^{n-x}$ so I can grasp the idea better?
One is given that
$$ (x+y)^n = \sum_{i=0}^n {n \choose i} x^i y^{n-i} $$
This identity is called the Binomial. Now, if we put $y=1-x$ in our formula binomial we get
$$ 1=(x+1-x)^n = \sum_{i=0}^n {n \choose i} x^i (1-x)^{n-i} $$
If we put $x=p$ and $i=x$, then we get your result
Neymar.