Chapter 5 The Normal Distribution and Some Basics of Probability

5.2.2 Simple Probability Calculations

This section is a brief side quest which shows you how to calculate combinations of probabilities. For example, back to die rolling, what is the probability of throwing a two or a four?

 

I’m certain you already know the answer. In this case the “outcomes of interest” are two instead of one, so the probability is two out of six possible outcomes:

 

    \[p(\textrm{two or four})=\frac{\textrm{number of outcomes we are interested in}}{\textrm{number of all outcomes}}=\frac{2}{6}=\frac{1}{3}=0.333\]

 

Or I could have just as easily simply added the two outcomes’ individual probabilities:

 

    \[p(\textrm{two or four})=\frac{\textrm{number of two's}}{\textrm{all outcomes}} + \frac{\textrm{number of four's}}{\textrm{all outcomes}}=\frac{1}{6}+\frac{1}{6}=\frac{2}{6}=0.333\]

 

And this is it: to combine the probabilities of two outcomes which cannot happen at the same time (a.k.a. disjoint events[1]), you simply have to add them together. (Recall we already used this when we started with the probability of getting heads or tails being 1; it’s simply the probability of getting heads (0.5) added to the probability of getting tails (0.5)).

 

Do It! 5.4 Adding Probabilities

 

Since we already imagined a bowl with ten consecutively numbered balls inside, let’s save ourselves the effort of imagining a new one and reuse it again. What is the probability of randomly selecting the #5 ball or the #7 ball or the #9 ball out of the ten numbered balls in our bawl?

(Answer: 0.3)

 

 

On the other hand, combining probabilities of events that can happen at the same time, or that happen one after another in time (both a.k.a. independent events[2]) is a tad more complicated and requires multiplication.

 

For example, the probability of throwing double two’s when rolling two dice (or throwing a two with one die and then immediately throwing again another two) is:

 

    \[p(\textrm{double two's})=\frac{\textrm{number of two's (1st die)}}{\textrm{all outcomes (1st die)}}\times\frac{\textrm{number of two's (2nd die)}}{\textrm{all outcomes (2nd die)}}=\]

=\frac{1}{6}\times\frac{1}{6}=\frac{1}{36}=0.028

 

Or, if we flip a coin three times (or three coins at the same time), the probability of getting three tails is the probability of getting tails once out of one coin flip (i.e., 0.5) multiplied by the same probability and then multiplied by the same probability again (or simply 0.53):

 

    \[p(\textrm{three tails})=\frac{1}{2}\times\frac{1}{2}\times\frac{1}{2}=\frac{1}{8}=0.125\]

 

Thus the probability of flipping three tails in a row (or three tails with three coins at the same time) is 1.25 percent.

 

Do it! 5.5 Multiplying Probabilities

 

Using the same imaginary bowl with ten consecutively numbered balls inside as in the previous exercise, what is the probability of randomly selecting first the #3 ball, then the #4 ball, and then the #5 ball, if you return the selected balls immediately back in the bowl before selecting the next one?

(Answer: 0.001)

 

 

Now take the time to note the italicized condition at the end of the question in the exercise you just did. It’s important enough to necessitate its own scary-red warning,

 

Watch Out!! #10… for Replacement When Working with Probabilities

 

What would have happened had I not specified that in the calculation in Do It! 5.5 you should consider the selected balls being returned right after their random selection? Why, you would have tempered with the number of all possible outcomes, of course.

After all, after randomly selecting the first ball, unless you imagine returning it back in the bowl, there will be only (10-1=) 9 balls left from which to make the second selection. Then after removing the second ball, and again not returning it back in the bowl, you’d have left only (9-1=) 8 imaginary balls from which to select your third ball. Then, unlike the \frac{1}{10}\times\frac{1}{10}\times\frac{1}{10} you should have used above, the calculation now becomes:

 

    \[p(\textrm{"3", "4", "5" balls in a row})=\frac{1}{10}\times\frac{1}{9}\times\frac{1}{8}=0.0013\]

 

The difference between this result and the one in the exercise seems small but that’s only because we’re working with small numbers. It’s still important to understand how random selection with replacement differs from random selection without replacement and to use the correct calculations.

 

 

Before we move on using probabilities with actual data, you could use a bit more practice.

 

Do It! 5.6 Adding and Multiplying Probabilities, With and Without Replacement

 

Imagine you and four of your friends (let’s call them Adam, Bhav, Chen, and Dila) are in a class of 25 students. Assume that it’s the first time your class meets and your professor doesn’t know any of you; she only has the class roster in front of her so any name she calls, she calls from the roster at random. Answer the following questions:

  • What is the probability that your professor will call your name?
  • What is the probability that she calls on Bhav?
  •  What is the probability that she calls on you, then Chen, and then Dila, one after the other? (Hint: She won’t call a name twice in a row, she remembers that much.)
  • What is the probability that she calls either your name or Adam’s?
  • What is the probability that she calls on any one of your friends?
  • Your professor also needs  to randomly pair up students for a group assignment; what is the probability that she selects Chen and Dila to be in the same group?

(Answers: 0.04; 0.04; 0.000; 0.08; 0.16; 0.002)


  1. You can recognize dijoint event by the usage of "or": it's one or the other (or a third one, etc.). When flipping one coin, you can either get heads or tails; when you roll one die, you can get only one of its sides at a time. Hence, we add their probabilities.
  2. Events are called independent when the outcome of one doesn't affect the outcome of the other whatsoever. (Contrast this with getting heads in a coin toss, which precludes getting tails; same with throwing any number on a die as it precludes the other numbers from being thrown.)

License

Simple Stats Tools Copyright © by Mariana Gatzeva. All Rights Reserved.

Share This Book