next up previous contents
Next: The Hypergeometric Distribution Up: Some Discrete Distributions Previous: Some Discrete Distributions

The Binomial Distribution

Perhaps the most commonly used discrete probability distribution is the binomial distribution. An experiment which follows a binomial distribution will satisfy the following requirements (think of repeatedly flipping a coin as you read these):

  1. The experiment consists of n identical trials, where n is fixed in advance.
  2. Each trial has two possible outcomes, S or F, which we denote ``success'' and ``failure'' and code as 1 and 0, respectively.
  3. The trials are independent, so the outcome of one trial has no effect on the outcome of another.
  4. The probability of success, tex2html_wrap_inline3341 , is constant from one trial to another.

The random variable X of a binomial distribution counts the number of successes in n trials. The probability that X is a certain value x is given by the formula

displaymath3351

where tex2html_wrap_inline3353 Recall that the quantity tex2html_wrap_inline3355 , ``n choose x,'' above is

displaymath3361

where

displaymath3363

We could use the formulas previously given to compute the mean and variance of X. However, for the binomial distribution these will always be equal to

displaymath3367

NOTE:\ A random variable X which follows the binomial distribution can be abbreviated tex2html_wrap_inline3371 , where tex2html_wrap_inline3373 is read ``is distributed as.''

NOTE:\ A particularly important example of the use of the binomial distribution is when sampling with replacement (this implies that tex2html_wrap_inline3375 is constant).

EXAMPLE:\ Suppose we have 10 balls in a bowl, 3 of the balls are red and 7 of them are blue. Define success S as drawing a red ball. If we sample with replacement, P(S)=0.3 for every trial. Let's say n=20, then tex2html_wrap_inline3383 and we can figure out any probability we want. For example,

eqnarray811

The mean and variance are

displaymath3385



Jan Lethen
Wed Nov 13 16:20:46 CST 1996