statistics video

This uses n choose k formula plus probabilities to determine the likelihood that something happens.

In english: The probability of exactly k successes is the number of arrangements () times the probability of success () to the power of the number of successes times the probability of failure () to the power of the number of failures.

Binomial random variables

To be a binomial random variable, it must qualify against these 5 criteria:

  1. The experiment consists of identical trials.
  2. There are only two possible outcomes on each trial (S=success, F=failure)
  3. The probability of S remains the same from trial to trial. This probability of this is and F is
  4. The trials are independent
  5. The binomial random variable x is the number of S’s in n trials.

For binomial random variables, these are the relevant calculations:

where .