Math 362 - Lab #2 - Fall 2002

Introduction to Probability Theory

Lab 2: Discrete Random Variables


Equipment: a bag containing 12 colored objects of similar shape. The objects in the bag are only of two possible colors, which we will call Color A and Color B. There are 8 objects of Color A and 4 objects of Color B. Look at the contents of your bag and write down which colors are Color A and Color B.

Color A ...
Color B ...

Definitions:

In this lab, we will get familiar with some common discrete random variables.


I. The Bernoulli random variable

Consider the experiment of drawing one object from the bag. If the object is of Color A, we will consider the outcome to be a success (S). If not, the outcome is a failure (F).


II. The binomial random variable

Consider an experiment which consists of n independent Bernoulli trials, each of which has the probability p of being successful. Let the random variable X represent the number of successes in one experiment. Then X is said to be binomial with parameters (n, p).

Experiment # X (Binomial) Experiment # X (Binomial)
1 ... 4 ...
2 ... 5 ...
3 ... 6 ...


III. The geometric random variable

Let X be the number of Bernoulli trials necessary for exactly one success to occur. If p is the probability of a success, we say that X is a geometric random variable with parameter p.

Experiment # X (Geometric) Experiment # X (Geometric)
1 ... 6 ...
2 ... 7 ...
3 ... 8 ...
4 ... 9 ...
5 ... 10 ...


IV. The negative binomial random variable

We now consider the experiment in which we repeat Bernoulli trials until r successes occur. The random variable X which corresponds to the number of trials performed until the experiment ends is called a negative binomial random variable, with parameters r and p.




Experiment # X
(Negative binomial)
Experiment # X
(Negative binomial)
1 ... 4 ...
2 ... 5 ...
3 ... 6 ...


V. The hypergeometric random variable

Consider the experiment of drawing n objects from the bag, without replacement. Let X be the random variable giving the number of objects of Color A which have been selected. This random variable is said to be hypergeometric with parameters 8 (the number of objects of Color A in the bag), 4 (the number of objects of Color B in the bag) and n (the number of object selected from the bag).

Experiment # X (Hypergeometric) Experiment # X (Hypergeometric)
1 ... 4 ...
2 ... 5 ...
3 ... 6 ...

Back to Math 362