Equation to calculate expected value
E.v = np
Where n is number of trials
And p is the probability
The general layout of binomial distribution
X~B(n, p)
When do you use binomial distribution
How to calculate binomial distribution
P(X=x) = (nCr)(p^x)(q^n-x)