Skip to main content

Exercises 9.7 Chapter Test

1.

If we roll a pair of six-sided dice, what is the probability of a rolling

  1. A total of 2?

  2. A total of 6?

  3. A total of 15?

Answer.
  1. \(\displaystyle \frac{1}{36}\)

  2. \(\displaystyle \frac{5}{36}\)

  3. \(\displaystyle 0\)

Solution.
  1. The size of the sample space is \(n\left(S\right) = 6 \cdot 6 = 36\text{.}\) There is only one way we can get a total of 2—if both dice show a 1. The size of the event space is \(n\left(E\right) = 1\text{.}\)

    \begin{equation*} P\left(E\right) = \frac{1}{36} \end{equation*}

  2. The size of the sample space is \(n\left(S\right) = 6 \cdot 6 = 36\text{.}\) There are five ways we can get a total of 6:

    \begin{equation*} \{1, 5\}, \{2, 4\}, \{3, 3\}, \{4, 2\}, \{5, 1\} \end{equation*}
    \begin{equation*} n\left(E\right) = 5 \end{equation*}
    \begin{equation*} P\left(E\right) = \frac{5}{36} \end{equation*}

  3. It is impossible to get a total of 15—the largest possible total would be \(6 + 6 = 12\text{.}\)

    \begin{equation*} P\left(E\right) = 0 \end{equation*}

2.

Four drivers (A, B, C, and D) are entered in a race. The probability of driver A winning is 0.4.

  1. What is the probability that A will not win?

  2. If the other three drivers have an equal probability of winning, what is the probability that B will win?

Answer.
  1. 0.6

  2. 0.2

Solution.
  1. \begin{equation*} P\left(E^c\right) = 1 - 0.4 = 0.6 \end{equation*}

  2. Someone must win the race, so the probability must add up to 1.

    \begin{equation*} P\left(A\right) + P\left(B\right) + P\left(C]\right) + P\left(D\right) = 1 \end{equation*}
    We know that P(A) = 0.4 and the other probabilities are the same. Let P(B) = P(C) = P(D) = x,
    \begin{equation*} 0.4 + x + x + x = 1 \end{equation*}
    \begin{equation*} 0.4 + 3x = 1 \end{equation*}
    \begin{equation*} 3x = 0.6 \end{equation*}
    \begin{equation*} x = 0.6 \div 3 = 0.2 \end{equation*}
    \begin{equation*} P\left(B\right) = 0.2 \end{equation*}

3.

If we roll a regular six-sided die twice, what is the probability that both rolls will and as even numbers?

Answer.
\(\frac{1}{4}\)
Solution.

Each roll is independent. The probability of the first roll showing an even number is:

\begin{equation*} P\left(even\right) = \frac{3}{6} = \frac{1}{2} \end{equation*}

The probability of the 2nd roll showing an even number is also \(\frac{1}{2}\text{.}\)

So the probability of both die showing even numbers is:

\begin{equation*} P\left(E\right) = \frac{1}{2} \cdot \frac{1}{2} = \frac{1}{4} \end{equation*}
4.

A pitching machine throws 70% strikes and 30% balls. If five pitches are thrown by the machine, what is the probability that all five are balls?

Answer.
0.00243
Solution.

The probability of the first pitch being a ball is, P(ball) = 0.3.

Each pitch is an independent event, so the probability of all five being balls is:

\begin{equation*} P\left(E\right) = 0.3 \cdot 0.3 \cdot 0.3 \cdot 0.3 \cdot 0.3 = (0.3)^5 = 0.00243 \end{equation*}
5.

A standard deck of 52 cards is shuffled and a card is drawn.

  1. What is the probability of drawing a heart?

  2. What is the probability of drawing the King of hearts?

  3. What is the probability of drawing a King or a heart?

  4. Given that you draw a heart, what is the probability that the card is a King?

Answer.
  1. \(\displaystyle \frac{1}{4}\)

  2. \(\displaystyle \frac{1}{52}\)

  3. \(\displaystyle \frac{4}{13}\)

  4. \(\displaystyle \frac{1}{13}\)

Solution.
  1. There are 13 hearts in a deck of cards,

    \begin{equation*} P\left(\text{heart}\right) = \frac{13}{52} = \frac{1}{4} \end{equation*}

  2. There is only one King of hearts in the deck,

    \begin{equation*} P\left(\text{King and heart}\right) = \frac{1}{52} \end{equation*}

  3. Since we don’t want to count the King of hearts twice, use the following to compute the probability of drawing a King or a heart.

    \begin{equation*} P\left(\text{King or heart}\right) = P\left(\text{King}\right) + P\left(\text{heart}\right) - P\left(\text{King and heart}\right) \end{equation*}
    \begin{equation*} P\left(\text{King}\right) = \frac{4}{52} \end{equation*}
    \begin{equation*} P\left(\text{heart}\right) = \frac{13}{52} \end{equation*}
    \begin{equation*} P\left(\text{King and heart}\right) = \frac{1}{52} \end{equation*}
    \begin{equation*} P\left(\text{King or heart}\right) = \frac{4}{52} + \frac{13}{52} - \frac{1}{52} = \frac{16}{52} = \frac{4}{13} \end{equation*}

  4. If we know we have drawn a heart, n(S) = 13, because there are 13 hearts in the deck. One of those is a King,

    \begin{equation*} P\left(E\right) = \frac{1}{13} \end{equation*}

6.

A standard deck of 52 cards is shuffled and two cards are drawn.

  1. What is the probability that both cards are aces?

  2. What is the probability that both cards are hearts?

Answer.
  1. 0.0045

  2. 0.0588

Solution.
  1. There are \(_{52}C_{2}\) ways we can draw two cards from a deck.

    \begin{equation*} _{52}C_2 = \frac{52!}{2! 50!} = \frac{52\cdot 51}{2\cdot 1} = 1326 \end{equation*}
    There are \(_{4}C_{2}\) ways we can draw two aces.
    \begin{equation*} _4C_2 = \frac{4!}{2!2!} = \frac{4\cdot 3}{2\cdot 1} = 6 \end{equation*}
    \begin{equation*} P\left(E\right) = \frac{6}{1326} = 0.0045 \end{equation*}

  2. There are \(1326\) ways we can draw two cards from a deck (see previous part of the problem). There are \(_{13}C_2\) ways we can draw two hearts.

    \begin{equation*} _{13}C_2 = \frac{13!}{2!11!} = \frac{13\cdot 12}{2\cdot 1} = 78 \end{equation*}
    \begin{equation*} P\left(E\right) = \frac{78}{1326} = 0.0588 \end{equation*}

7.

A disease has an incidence rate of 1%. The test for this disease is 97% accurate. What is the probability that a person who tests positive actually has the disease?

Answer.
0.246
Solution.

We can use Bayes theorem or a tree to solve this one.

Suppose we start with a population of 1,000 people. Then \(0.01\left(1000\right) = 10\) people have the disease. The other 990 do not have the disease.

Since the test is 97% accurate, of the 10 people who have the disease:

  • 0.97(10) = 9.7 will test positive

  • 0.03(10) = 0.3 will test negative

Considering the 990 who do not have the disease:

  • 0.97(990) = 960.3 will test negative

  • 0.03(990) = 29.7 will test positive

There will be a total of 29.7 + 9.7 = 39.4 positive tests. Only 9.7 of those actually have the disease. Given that a person tests positive, the probability of having the disease is:

\begin{equation*} P\left(E\right) = \frac{9.7}{39.4} = 0.246 \end{equation*}
8.

Five hundred chances are sold at $5 apiece for a raffle. There is a grand prize of $500, two second prizes of $250, and five third prizes of $100. Calculate the expected value of a raffle ticket. Is this a fair game?

Answer.
-$2; No
Solution.

The table below gives all possible outcomes, as well as their probabilities.

Table 9.7.1.
Outcome Value Probability
Win Grand Prize 500 - 5 = 495 \(\frac{1}{500}\)
Win 2nd Prize 250 - 5 = 245 \(\frac{2}{500}\)
Win 3rd Prize 100 - 5 = 95 \(\frac{5}{500}\)
Win Nothing -5 \(\frac{492}{500}\)

\begin{equation*} EV = 495 \cdot \frac{1}{500} + 245 \cdot \frac{2}{500} + 95 \cdot \frac{5}{500} - 5 \cdot \frac{492}{500} = -2 \end{equation*}

No, this is not a fair game because the expected value is not 0.

9.

Assume that you have $10,000 to invest in stocks or bonds. The table below shows the probabilities for gains or losses for these investments. Find the expected value (in dollars) of both a stock investment and a bond investment. For example, there is a 0.5 probability that the stock investment will gain 7%. Then use expected value to determine whether you should invest in stocks or bonds.

Table 9.7.2.
Stocks Bonds
Gain 7%; P = 0.5 Gain 3%; P = 0.6
No Change; P = 0.2 No Change; P = 0.3
Lose 5%; P = 0.3 Lose 2%; P = 0.1

Answer.

EV for stocks is $200 and the EV for bonds is $160. Stocks are a better investment, with the higher expected value.

Solution.

If you put your money in stocks, the following outcomes are possible,

Table 9.7.3.
Outcome Value Probability
Gain Money 0.07(10,000) = 700 0.5
No Change 0 0.2
Lose Money -0.05(10,000) = -500 0.3
The expected value of investing in stocks is:

\begin{equation*} EV = 0.5 \cdot 700 + 0.2 \cdot 0 + 0.3 \cdot -500 = 200 \end{equation*}

If you put your money in bonds, the following outcomes are possible,

Table 9.7.4.
Outcome Value Probability
Gain Money 0.03(10,000) = 300 0.6
No Change 0 0.3
Lose Money -0.02(10,000) = -200 0.1
The expected value of investing in stocks is:

\begin{equation*} EV = 0.6 \cdot 300 + 0.3 \cdot 0 + 0.1 \cdot -200 = 160 \end{equation*}

The EV is slightly higher when you invest in stocks, so that would be the better investment.