Since we don't care about the actual ordering of heads and tails, we need to consider the following permutations:
The probability of each permutation is
. Consequently,
the overall probability of getting 2 heads and 3 tails from 5
flips is
.
When we generalize binomial distribution, it is conventional to use the term ``successful'' and ``fail'' to describe the result of each experiment. Therefore, our question becomes as follows.
In general, given the probability of success is
,
trials, and
successful results,
what is the overall
probability of such a combination?
We need to first figure out the number of permutations
of
successes and
failures from
trials.
This number turns out to
be
(
choose
)!
To explain this, let us assume
represents success in
experiment
. Then, we can construct a set
to represent all the successful experiments (within
trials).
When we say that we want to have
successes, that means
we need to select
elements from the set
. This brings us back to
module 0058. There are
subsets of
elements
from set
(which has
elements).
We can quickly apply this to our coin-flipping example. We are to
flip a coin five times, and want to find out the number of permutations
that have to heads. By enumeration, we ended with 10 permutations.
However, by calculation,
!
The random variable (function) of binomial distribution is often
chosen to be the number of successes (in
experiments). As a result,
the range of the random variable (function) is
.
This means that:
![]() |
(1) |
The binomial distribution has many applications. For example, let us assume that the probability of a student passing a class with a letter grade of `B' or better is 0.3. Assume we have a class of 20 students. We can now answer the question of ``what are the chances that at least 10 students pass the class with a letter grade of `B' or better?''
The answer is as follows:
![]() |
(2) |
Copyright © 2006-10-09 by Tak Auyeung