What does X = ?
number of successful trials
What does X~B (n,p) state ?
that X is modelled as a binomial distribution of the probability of success
What does p = ?
P(success)
What does n = ?
number of trials
What does q = ?
P(failure)
What must the trials be ?
independent of one another
What does ! mean ?
factorial
What does C = ?
combination nCk where n is the index/parameter
What do you use when you are dealing with greater/less than or equal to ?
Binomial CD
How do you write P(k successes in n trials) ?
n^C>k P^k q^n-k