"

Chapter 3: Probability Topics

3.1 Terminology

Learning Objectives

By the end of this section, you should be able to:

  • Define and use common probability terms
  • Compute probabilities for common experiments with equally likely outcomes
  • Combine events and compute the resulting probabilities
  • Compute conditional probabilities

Probability is a measure that is associated with how certain we are of outcomes of a particular experiment or activity. An experiment is a planned operation carried out under controlled conditions. If the result is not predetermined, then the experiment is said to be a probability experiment. Flipping one fair coin twice is an example of an experiment.

A result of an experiment is called an outcome. The sample space of an experiment is the set of all possible outcomes. Three ways to represent a sample space are: to list the possible outcomes, to create a tree diagram, or to create a Venn diagram. The uppercase letter [latex]S[/latex] is used to denote the sample space. For example, if you flip a fair coin once, the possible outcomes are [latex]H[/latex] = heads and [latex]T[/latex] = tails, so the sample space is [latex]S = \{ H, T \}[/latex].

An event is a set containing any combination of outcomes. Upper case letters like [latex]A[/latex] and [latex]B[/latex] represent events. For example, if the experiment is to flip one fair coin twice, event [latex]A[/latex] might be getting at most one head.

Example

Consider the sample space [latex]S[/latex] that contains the whole numbers (starting at one) less than 20.

Let event [latex]A[/latex] = the even numbers and event [latex]B[/latex] = numbers greater than 13.

List the elements of [latex]S, A, \text{ and }B.[/latex]

Solution

[latex]S = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 9}[/latex]. Note that 20 is not included because the description was “less than.”

[latex]A = {2, 4, 6, 8, 10, 12, 14, 16, 18}[/latex]. These are only the even numbers in S.

[latex]B = {14, 15, 16, 17, 18, 19}[/latex]

Definition of Probability

The probability of any outcome is the long-term relative frequency of that outcome. Probabilities are between zero and one, inclusive (that is, zero and one and all numbers between these values). The probability of an event [latex]A[/latex] is written [latex]P(A)[/latex]. If an event [latex]A[/latex] cannot occur, then [latex]P(A) = 0[/latex]. If the event is guaranteed to occur, [latex]P(A) = 1[/latex]. If [latex]P(A) = \frac{1}{2} = 0.5[/latex], the event [latex]A[/latex] is equally likely to occur or not to occur. For example, if you flip one fair coin repeatedly (from 20 to 2,000 to 20,000 times) the relative frequency of heads approaches 0.5 (the probability of heads).

Equally likely means that each outcome of an experiment occurs with equal probability. For example, if you toss a fair, six-sided die, each face (1, 2, 3, 4, 5, or 6) is as likely to occur as any other face. If you toss a fair coin, a Head ([latex]H[/latex]) and a Tail ([latex]T[/latex]) are equally likely to occur. If you randomly guess the answer to a true/false question on an exam, you are equally likely to select a correct answer or an incorrect answer.

To calculate the probability of an event [latex]A[/latex] when all outcomes in the sample space are equally likely, count the number of outcomes for event [latex]A[/latex] and divide by the total number of outcomes in the sample space.

Example

 If you toss a fair dime and a fair nickel, the sample space is [latex]\{HH, TH, HT, TT\}[/latex]. The sample space has four outcomes. Let [latex]A =[/latex] getting exactly one Head. There are two outcomes that meet this condition, so [latex]A = \{HT, TH \}[/latex], so [latex]P(A) = \frac{2}{4} = 0.5[/latex].

The Law of Large Numbers

An important characteristic of probability experiments, known as the law of large numbers, states that as the number of repetitions of an experiment is increased, the relative frequency obtained in the experiment tends to become closer and closer to the theoretical probability. Even though the outcomes do not happen according to any set pattern or order, overall, the long-term observed relative frequency will approach the theoretical probability. (The word empirical is often used instead of the word observed.)

You toss a coin and record the result. What is the probability that the result is heads? If you flip a coin two times, does probability tell you that these flips will result in one heads and one tail? You might toss a fair coin ten times and record nine heads. Probability does not describe the short-term results of an experiment, rather it gives information about what can be expected in the long term. To demonstrate this, Karl Pearson once tossed a fair coin 24,000 times! He recorded the results of each toss, obtaining heads 12,012 times. In his experiment, Pearson illustrated the Law of Large Numbers.

Example

Suppose you roll one fair six-sided die, with the numbers {1, 2, 3, 4, 5, 6} on its faces. Let event E = rolling a number that is at least five.

There are two outcomes {5, 6}, so [latex]P(E) = \frac{2}{6} = \frac{1}{3}[/latex].

If you were to roll the die only a few times, you would not be surprised if your observed results did not match the probability. But if you were to roll the die a very large number of times, you would expect that, overall, [latex]\frac{2}{6}[/latex] of the rolls would result in an outcome of “at least five”. You would not expect exactly [latex]\frac{2}{6}[/latex]. The long-term relative frequency of obtaining this result would approach the theoretical probability of [latex]\frac{2}{6}[/latex] as the number of repetitions grows larger and larger.

It is important to realize that in many situations, the outcomes are not equally likely. A coin or die may be unfair, or biased. Two math professors in Europe had their statistics students test the Belgian one Euro coin and discovered that in 250 trials, a head was obtained 56% of the time and a tail was obtained 44% of the time. The data seem to show that the coin is not a fair coin; more repetitions would be helpful to draw a more accurate conclusion about such bias. Some dice may be biased. Look at the dice in a game you have at home; the spots on each face are usually small holes carved out and then painted to make the spots visible. Your dice may or may not be biased; it is possible that the outcomes may be affected by the slight weight differences due to the different numbers of holes in the faces. Gambling casinos make a lot of money depending on outcomes from rolling dice, so casino dice are made differently to eliminate bias. Casino dice have flat faces; the holes are completely filled with paint having the same density as the material that the dice are made out of so that each face is equally likely to occur. Later we will learn techniques to use to work with probabilities for events that are not equally likely.

Combining Events

Often we are not just interested in a single event, but multiple events which may or may not happen at the same time. In order to find probabilities relating to multiple events, we first look at how to combine two events into a new one.

First, consider an "AND" Event: An outcome is in the event [latex]A \text{ AND } B[/latex] if the outcome is in both [latex]A[/latex] and [latex]B[/latex] at the same time. In set notation, this is called the intersection of two events, denoted [latex]A \cap B[/latex], and the set [latex]A \cap B[/latex] contains the outcomes that are in both events [latex]A \text{ AND } B[/latex].

Example

Let [latex]A = \{ 1, 2, 3, 4, 5\}[/latex] and [latex]B = \{4, 5, 6, 7, 8\}.[/latex]

Then [latex]A \text{ AND } B = A \cap B = \{ 4, 5\}[/latex].

Next, consider an "OR" Event: An outcome is in the event [latex]A \text{ OR } B[/latex] if the outcome is in [latex]A[/latex] or is in [latex]B[/latex] or is in both [latex]A[/latex] and [latex]B[/latex]. In set notation, this is called the union of two events, denoted [latex]A \cup B[/latex], and the set [latex]A \cup B[/latex] contains the outcomes that are in either event A or B or both.

Example

Let [latex]A = \{ 1, 2, 3, 4, 5\}[/latex] and [latex]B = \{4, 5, 6, 7, 8\}.[/latex]

Then  [latex]A \text{ OR } B = A \cup B = \{1, 2, 3, 4, 5, 6, 7, 8\}[/latex]. Notice that 4 and 5 are NOT listed twice; duplicates are not listed in set notation.

Third, the complement of event [latex]A[/latex] is denoted [latex]A'[/latex] (read “A prime”) and consists of all outcomes that are NOT in A. As a result, [latex]P(A) + P(A') = 1[/latex].

Example

Let [latex]S = \{1, 2, 3, 4, 5, 6\}[/latex], like when rolling a fair six-sided die, and let [latex]A = \{1, 2, 3, 4\}[/latex]. Compute [latex]P(A)[/latex] and [latex]P(A')[/latex].

Solution

Since A contains 4 of the 6 outcomes in S, [latex]P(A)=\frac{4}{6}=\frac{2}{3}[/latex].

Then, [latex]A^{\prime}=\{5,6 \}[/latex], that is, it contains the two numbers in S but not in A. Since A contains two outcomes in S, [latex]P(A^{\prime})=\frac{2}{6}=\frac{1}{3}[/latex]. Thus [latex]P(A)+P(A^{\prime})=\frac{2}{3}+ \frac{1}{3}=1[/latex].

Finally, the conditional probability of [latex]A[/latex] given [latex]B[/latex], written [latex]P(A | B)[/latex], is the probability that event [latex]A[/latex] will occur given that the event [latex]B[/latex] has already occurred. A conditional reduces the sample space: we calculate the probability of [latex]A[/latex] from the reduced sample space containing the outcomes where [latex]B[/latex] has occurred. Assuming [latex]P(B)[/latex] is greater than zero, the formula to calculate [latex]P(A | B)[/latex]is

[latex]P(A | B) = \dfrac{P\left(A\text{ AND }B\right)}{P\left(B\right)}[/latex], or equivalently,

[latex]P(A | B) = \dfrac{P\left(A \cap B\right)}{P\left(B\right)}[/latex].

Example

Suppose we toss one fair, six-sided die. The sample space is [latex]S = \{1, 2, 3, 4, 5, 6\}[/latex]. Let [latex]A =[/latex] “face is 2 or 3” and [latex]B =[/latex] “face is even.” Calculate [latex]P(A | B)[/latex] two ways, first finding the smaller sample space, and then using the formula.

 

It is important to read each problem carefully to think about and understand what the events are. Understanding the wording is the first very important step in solving probability problems. Reread the problem several times if necessary. Clearly identify the event of interest. Determine whether there is a condition stated in the wording that would indicate that the probability is conditional; carefully identify the condition, if any.

Example

Consider the sample space [latex]S[/latex] that contains the whole numbers (starting at one) less than 20. Let event [latex]A[/latex] = the even numbers and event [latex]B[/latex] = numbers greater than 13. Compute each set or probability.

  1. [latex]P(A) = \underline{\hspace{2in}}[/latex]
  2. [latex]P(B) = \underline{\hspace{2in}}[/latex]
  3. [latex]A \cap B = \underline{\hspace{2in}}[/latex]
  4. [latex]A \cup B = \underline{\hspace{2in}}[/latex]
  5. [latex]P(A \cap B) = \underline{\hspace{2in}}[/latex]
  6. [latex]P(A \cup B)= \underline{\hspace{2in}}[/latex]
  7. [latex]A' = \underline{\hspace{2in}}[/latex]
  8. [latex]P(A') = \underline{\hspace{2in}}[/latex]
  9. [latex]P(A) + P(A')= \underline{\hspace{2in}}[/latex]
  10. [latex]P(A | B ) = \underline{\hspace{2in}}[/latex]
  11. [latex]P(B | A) = \underline{\hspace{2in}}[/latex]
Solution
  1. Since S contains 19 numbers and A contains 9 of them, [latex]P(A)=\frac{9}{19}[/latex].
  2. Since B contains 6 outcomes, [latex]P(B)=\frac{6}{19}[/latex].
  3. [latex]A \cap B[/latex] is equivalently A AND B and equals [latex]\{14,16,18 \}[/latex].
  4. [latex]A \cup B[/latex] is equivalently A OR B and equals [latex]\{2,4,6,8,10,12,14,15,16,17,18,19 \}[/latex].
  5. [latex]P(A \cap B)= \frac{3}{19}[/latex]
  6. [latex]P(A \cup B)= \frac{12}{19}[/latex]
  7. [latex]A^{\prime}= \{1,3,5,7,9,11,13,15,17,19 \}[/latex]
  8. [latex]P(A^{\prime})=\frac{10}{19}[/latex]
  9. [latex]P(A)+P(A^{\prime})=\frac{9}{19}+\frac{10}{19}=\frac{19}{19}=1[/latex] as expected.
  10. [latex]P(A|B)=\frac{P(A \cap B)}{P(B)}=\frac{3}{19} \div \frac{6}{19}= \frac{3}{6} = \frac{1}{2}[/latex]
  11. [latex]P(B|A)=\frac{P(A \cap B)}{P(A)}=\frac{3}{19} \div \frac{9}{19}=\frac{3}{9}= \frac{1}{3}[/latex]. Note that while [latex]A \cap B=B \cap A[/latex], the denominator in the formula has changed. So in general, [latex]P(A|B) \neq P(B|A)[/latex].

Your Turn!

The sample space S is the ordered pairs of two whole numbers, the first from one to three and the second from one to four (Example: (1, 4)). Let event A = the sum is even and event B = the first number is prime.

  1. Enumerate the set [latex]S[/latex].
  2. Enumerate the set [latex]A[/latex].
  3. Enumerate the set [latex]B[/latex].
  4. Compute [latex]P(A)[/latex].
  5. Compute [latex]P(B)[/latex].
  6. Enumerate the set [latex]A \cap B[/latex].
  7. Enumerate the set [latex]A \cup B[/latex].
  8. Compute [latex]P(A \cap B)[/latex].
  9. Compute [latex]P(A \cup B)[/latex].
  10. Enumerate the set [latex]B'[/latex].
  11. Compute [latex]P(B')[/latex]
  12. Check that [latex]P(B) + P(B') = 1[/latex].
  13. Compute [latex]P(A|B)[/latex] and [latex]P(B|A)[/latex]. Are they equal?
Solution
  1. [latex]S=\{(1,1),(1,2),(1,3),(1,4),(2,1),(2,2),(2,3),(2,4),(3,1),(3,2),(3,3),(3,4)\}[/latex]
  2. [latex]A=\{(1,1),(1,3),(2,2),(2,4),(3,1),(3,3)\}[/latex]
  3. [latex]B=\{(2,1),(2,2),(2,3),(2,4),(3,1),(3,2),(3,3),(3,4)\}[/latex]
  4. [latex]P(A)=\frac{6}{12}=\frac{1}{2}[/latex]
  5. [latex]P(B)=\frac{8}{12}=\frac{2}{3}[/latex]
  6. [latex]A\cap B=\{(2,2),(2,4),(3,1),(3,3)\}[/latex]
  7. [latex]A\cup B=\{(1,1),(1,3),(2,1),(2,2),(2,3),(2,4),(3,1),(3,2),(3,3),(3,4)\}[/latex]
  8. [latex]P(A \cap B)=\frac{4}{12}=\frac{1}{3}[/latex]
  9. [latex]P(A \cup B)= \frac{10}{12}=\frac{5}{6}[/latex]
  10. [latex]B^{\prime}=\{(1,1),(1,2),(1,3),(1,4)\}[/latex]
  11. [latex]P(B^{\prime})=\frac{4}{12}=\frac{1}{3}[/latex]
  12. [latex]P(B)+P(B^{\prime})=\frac{2}{3}+\frac{1}{3}=\frac{3}{3}=1[/latex] as expected.
  13. [latex]P(A|B)=\frac{P(A \cap B)}{P(B)}=\frac{1}{3} \div \frac{2}{3}= \frac{1}{2}[/latex]
    [latex]P(B|A)=\frac{P(A \cap B)}{P(A)}= \frac{1}{3} \div \frac{1}{2}= \frac{2}{3}[/latex]
    So no, these are not the same.

Your Turn!

A fair, six-sided die is rolled. Describe the sample space S, identify each of the following events with a subset of S and compute its probability (an outcome is the number of dots that show up).

  1. Event T = the outcome is two.
  2. Event A = the outcome is an even number.
  3. Event B = the outcome is less than four.
  4. The complement of A.
  5. A GIVEN B
  6. B GIVEN A
  7. A AND B
  8. A OR B
  9. A OR B′
  10. Event N = the outcome is a prime number.
  11. Event I = the outcome is seven.
Solution
  1. T = {2}, [latex]P(T) = \frac{1}{6}[/latex]
  2. A = {2, 4, 6}, [latex]P(A) = \frac{1}{2}[/latex]
  3. B = {1, 2, 3}, [latex]P(B) = \frac{1}{2}[/latex]
  4. A′ = {1, 3, 5}, [latex]P(A^{\prime}) = \frac{1}{2}[/latex]
  5. Reduced sample space: A|B = {2}, [latex]P(A|B) = \frac{1}{3}[/latex]
  6. Reduced sample space: B|A = {2}, [latex]P(B|A) = \frac{1}{3}[/latex]
  7. A AND B = {2}, [latex]P(A \text{ AND } B) = \frac{1}{6}[/latex]
  8. A OR B = {1, 2, 3, 4, 6}, [latex]P(A \text{ OR } B) =\frac{5}{6}[/latex]
  9. A OR B′ = {2, 4, 5, 6}, [latex]P(A \text{ OR } B^{\prime}) =\frac{2}{3}[/latex]
  10. N = {2, 3, 5}, [latex]P(N) = \frac{1}{2}[/latex]
  11. A six-sided die does not have seven dots. [latex]P(7) = 0[/latex].

Your Turn!

The table below shows the enrollment of 100 students in two freshman courses, English and Speech.

Taking English Not Taking English
Taking Speech 43 9
Not Taking Speech 44 4

Denote the events [latex]S =[/latex] taking Speech, [latex]NS =[/latex] Not taking Speech, [latex]E =  [/latex] taking English, and [latex]NE =[/latex] Not taking English. Compute the following probabilities.

  1. [latex]P(E)[/latex]
  2. [latex]P(S)[/latex]
  3. The probability that a student is not taking English.
  4. The probability that a student is not taking Speech.
  5. [latex]P(NE \cap NS)[/latex]
  6. The probability that a student is taking both English and Speech.
  7. The probability that a student is taking English and not Speech.
  8. The probability that a student is taking English or Speech.
  9. [latex]P(E')[/latex]
  10. The probability that a student is taking English or not taking Speech.
  11. The probability that a given Speech student is taking English.
  12. The probability that a given English student is taking Speech.
Solution
  1. [latex]P(E)=\frac{43+44}{100}=0.87[/latex]
  2. [latex]P(S)=\frac{43+9}{100}=0.52[/latex]
  3. [latex]P(NE)=\frac{9+4}{100}=0.13[/latex]
  4. [latex]P(NS)=\frac{44+4}{100}=0.48[/latex]
  5. [latex]P(NE \cap NS)=\frac{4}{100}=0.04[/latex]
  6. [latex]P(E\ cap S)=\frac{43}{100}=0.43[/latex]
  7. [latex]P(E\cap NS)=\frac{44}{100}=0.44[/latex]
  8. [latex]P(E\cup S)=\frac{43+44+9}{100}=0.96[/latex]
  9. [latex]E^{\prime}=NE[/latex], so [latex]P(E^{\prime})=P(NE)=0.13[/latex]
  10. [latex]P(E \cup NS)=\frac{44+43+4}{100}=0.91[/latex]
  11. [latex]P(E|S)=\frac{0.43}{0.52}={43}{52} \approx 0.827[/latex]
  12. [latex]P(S|E)=\frac{0.43}{0.87}=\frac{43}{87} \approx 0.49[/latex]

Section 3.1 Review

In this module we learned the basic terminology of probability. The set of all possible outcomes of an experiment is called the sample space. Events are subsets of the sample space, and they are assigned a probability that is a number between zero and one, inclusive.

Formula Review

[latex]A[/latex] and [latex]B[/latex] represent events

[latex]0 \leq P(A) \leq 1[/latex]

If [latex]S[/latex] is the sample space of an experiment, [latex]P(S) = 1[/latex]

[latex]P(A | B) = \frac{P(A \text{ AND }B)}{P(B)}[/latex]

or equivalently, [latex]P(A | B) = \frac{P(A \cap B)}{P(B)}[/latex]

Section 3.1 Practice

In a particular college class, there are male and female students. Some students have long hair and some students have short hair. Write the symbols for the probabilities of the events for parts a through j. (Note that you cannot find numerical answers here. You were not given enough information to find any probability values yet; concentrate on understanding the symbols.)

  • Let F be the event that a student is female.
  • Let M be the event that a student is male.
  • Let S be the event that a student has short hair.
  • Let L be the event that a student has long hair.
  1. The probability that a student does not have long hair.
  2. The probability that a student is male or has short hair.
  3. The probability that a student is a female and has long hair.
  4. The probability that a student is male, given that the student has long hair.
  5. The probability that a student has long hair, given that the student is male.
  6. Of all the female students, the probability that a student has short hair.
  7. Of all students with long hair, the probability that a student is female.
  8. The probability that a student is female or has long hair.
  9. The probability that a randomly selected student is a male student with short hair.
  10. The probability that a student is female.
Solution
  1. [latex]P(L′) = P(S)[/latex]
  2. [latex]P(M OR S)[/latex]
  3. [latex]P(F AND L)[/latex]
  4. [latex]P(M|L)[/latex]
  5. [latex]P(L|M)[/latex]
  6. [latex]P(S|F)[/latex]
  7. [latex]P(F|L)[/latex]
  8. [latex]P(F OR L)[/latex]
  9. [latex]P(M AND S)[/latex]
  10. [latex]P(F)[/latex]

Use the following information to answer the next four exercises. A box is filled with several party favors. It contains 12 hats, 15 noisemakers, ten finger traps, and five bags of confetti.

  • Let H = the event of getting a hat.
  • Let N = the event of getting a noisemaker.
  • Let F = the event of getting a finger trap.
  • Let C = the event of getting a bag of confetti.

1. Find [latex]P(H)[/latex].

 

2. Find [latex]P(N)[/latex].

Solution

[latex]P(N) = \frac{15}{42}[/latex] = [latex]\frac{5}{14}[/latex] = 0.36

 

3. Find [latex]P(F)[/latex].

 

4. Find [latex]P(C)[/latex].

Solution

[latex]P(C) = \frac{5}{42} = 0.12[/latex]

Use the following information to answer the next six exercises. A jar of 150 jelly beans contains 22 red jelly beans, 38 yellow, 20 green, 28 purple, 26 blue, and the rest are orange.

  • Let B = the event of getting a blue jelly bean.
  • Let G = the event of getting a green jelly bean.
  • Let O = the event of getting an orange jelly bean.
  • Let P = the event of getting a purple jelly bean.
  • Let R = the event of getting a red jelly bean.
  • Let Y = the event of getting a yellow jelly bean.

5. Find [latex]P(B)[/latex].

 

6. Find [latex]P(G)[/latex].

Solution

[latex]P(G) = \frac{20}{150}[/latex] = [latex]\frac{2}{15} = 0.13[/latex]

 

7. Find [latex]P(P)[/latex].

 

8. Find [latex]P(R)[/latex].

Solution

P(R) = [latex]\P(R) = frac{22}{150}[/latex] = [latex]\frac{11}{75} = 0.15[/latex]

 

9. Find [latex]P(Y)[/latex].

 

10. Find [latex]P(O)[/latex].

Solution

[latex]P(O) = \frac{150-22-38-20-28-26}{150} = \frac{16}{150} = \frac{8}{75} = 0.11[/latex]

Use the following information to answer the next six exercises. There are 23 countries in North America, 12 countries in South America, 47 countries in Europe, 44 countries in Asia, 54 countries in Africa, and 14 in Oceania (Pacific Ocean region).

  • Let A = the event that a country is in Asia.
  • Let E = the event that a country is in Europe.
  • Let F = the event that a country is in Africa.
  • Let N = the event that a country is in North America.
  • Let O = the event that a country is in Oceania.
  • Let S = the event that a country is in South America.

1. Find [latex]P(A)[/latex].

 

2. Find [latex]P(E)[/latex].

Solution

[latex]P(E) = \frac{47}{194} = 0.24[/latex]

 

3. Find [latex]P(F)[/latex].

 

4. Find [latex]P(N)[/latex].

Solution

[latex]P(N) = \frac{23}{194} = 0.12[/latex]

 

5. Find [latex]P(O)[/latex].

 

6. Find [latex]P(S)[/latex].

Solution

[latex]P(S) = \frac{12}{194} = \frac{6}{97} = 0.06[/latex]

1. What is the probability of drawing a red card in a standard deck of 52 cards?

 

2. What is the probability of drawing a club in a standard deck of 52 cards?

Solution

[latex]\frac{13}{52} = \frac{1}{4} = 0.25[/latex]

1. What is the probability of rolling an even number of dots with a fair, six-sided die numbered one through six?

 

2. What is the probability of rolling a prime number of dots with a fair, six-sided die numbered one through six?

Solution

[latex]\frac{3}{6} = \frac{1}{2} = 0.5[/latex]

Use the following information to answer the next two exercises. You see a game at a local fair. You have to throw a dart at a color wheel. Each section on the color wheel is equal in area.

  • Let B = the event of landing on blue.
  • Let R = the event of landing on red.
  • Let G = the event of landing on green.
  • Let Y = the event of landing on yellow.

1. If you land on Y, you get the biggest prize. Find [latex]P(Y)[/latex].

 

2. If you land on red, you don’t get a prize. What is [latex]P(R)[/latex]?

Solution

[latex]P\left(R\right)=\frac{4}{8}=0.5[/latex]

Use the following information to answer the next ten exercises. On a baseball team, there are infielders and outfielders. Some players are great hitters, and some players are not great hitters.

  • Let I = the event that a player is an infielder.
  • Let O = the event that a player is an outfielder.
  • Let H = the event that a player is a great hitter.
  • Let N = the event that a player is not a great hitter.

1. Write the symbols for the probability that a player is not an outfielder.

 

2. Write the symbols for the probability that a player is an outfielder or is a great hitter.

Solution

[latex]P(O \text{ OR } H)[/latex]

 

3. Write the symbols for the probability that a player is an infielder and is not a great hitter.

 

4. Write the symbols for the probability that a player is a great hitter, given that the player is an infielder.

Solution

[latex]P(H|I)[/latex]

 

5. Write the symbols for the probability that a player is an infielder, given that the player is a great hitter.

 

6. Write the symbols for the probability that of all the outfielders, a player is not a great hitter.

Solution

[latex]P(N|O)[/latex]

 

7. Write the symbols for the probability that of all the great hitters, a player is an outfielder.

 

8. Write the symbols for the probability that a player is an infielder or is not a great hitter.

Solution

[latex]P(I \text{ OR } N)[/latex]

 

9. Write the symbols for the probability that a player is an outfielder and is a great hitter.

 

10. Write the symbols for the probability that a player is an infielder.

Solution

[latex]P(I)[/latex]

1. What is the word for the set of all possible outcomes?

 

2. What is conditional probability?

Solution

The likelihood that an event will occur given that another event has already occurred.

A shelf holds 12 books. Eight are fiction and the rest are nonfiction. Each is a different book with a unique title. The fiction books are numbered one to eight. The nonfiction books are numbered one to four. Randomly select one book

  • Let F = event that book is fiction
  • Let N = event that book is nonfiction

1. What is the sample space?

 

2. What is the sum of the probabilities of an event and its complement?

Solution

1

Use the following information to answer the next two exercises. You are rolling a fair, six-sided number cube. Let E = the event that it lands on an even number. Let M = the event that it lands on a multiple of three.

1. What does [latex]P(E|M)[/latex] mean in words?

 

2. What does [latex]P(E \text{ OR } M)[/latex] mean in words?

Solution

the probability of landing on an even number or a multiple of three

This is a bar graph with three bars for each category on the x-axis: age groups, gender, and total. The first bar shows the number of people in the category. The second bar shows the percent in the category that approve, and the third bar shows percent in the category that disapprove. The y-axis has intervals of 200 from 0–1200.

The graph above displays the sample sizes and percentages of people in different age and gender groups who were polled concerning their approval of Mayor Ford’s actions in office. The total number in the sample of all the age groups is 1,045.

  1. Define three events in the graph.
  2. Describe in words what the entry 40 means.
  3. Describe in words the complement of the entry in question 2.
  4. Describe in words what the entry 30 means.
  5. Out of the males and females, what percent are males?
  6. Out of the females, what percent disapprove of Mayor Ford?
  7. Out of all the age groups, what percent approve of Mayor Ford?
  8. Find [latex]P(\text{Approve}|\text{Male})[/latex].
  9. Out of the age groups, what percent are more than 44 years old?
  10. Find P(\text{Approve}|\text{Age} \lt 35).

Explain what is wrong with the following statements. Use complete sentences.

  1. If there is a 60% chance of rain on Saturday and a 70% chance of rain on Sunday, then there is a 130% chance of rain over the weekend.
  2. The probability that a baseball player hits a home run is greater than the probability that he gets a successful hit.
Solution
  1. You can’t calculate the joint probability knowing the probability of both events occurring, which is not in the information given; the probabilities should be multiplied, not added; and probability is never greater than 100%
  2. A home run by definition is a successful hit, so he has to have at least as many successful hits as home runs.

References

“Countries List by Continent.” Worldatlas, 2013. Available online at http://www.worldatlas.com/cntycont.htm (accessed May 2, 2013).

definition

License

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

Introductory Statistics Copyright © 2024 by LOUIS: The Louisiana Library Network is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.