Exercises - Finding Probabilities

  1. Suppose the event that a student has the flu during the peak week of flu season is denoted by $E$. It is known that $P(E) = 0.10$. Find $P(\overline{E})$ and explain what it represents.

    $P(\overline{E}) = 1 - 0.10 = 0.90$ is the probability that a student does not have the flu during the peak week of flu season (i.e., the probability of the complement of $E$).

  2. If a couple plans to have 6 children, what is the probability they have at least one boy?

    $1 - P(\textrm{all girls}) = 1 - (0.5)^6 = 0.984375$

  3. A quiz has 3 true/false questions and 4 multiple questions (with 4 possible answers each). If one randomly guesses the answer to each question on the quiz, what is the probability of getting all the correct answers?

    $\displaystyle{\left(\frac{1}{2}\right)^3 \left(\frac{1}{4}\right)^4 = \frac{1}{2048}}$
  4. If you make random guesses on 5 multiple-choice questions on an exam that have 4 possible answers each, what is the probability of getting at least 1 correct?

    $1 - P(\textrm{0 correct}) = 1 - (0.75)^5 \doteq 0.7627$

  5. A tetrahedral die with sides labeled 1, 2, 3, and 4 is rolled 10 times. What is the probability that in 10 rolls one sees at least one, but at most nine, rolls of a 1.

    $1 - (P(\textrm{all not 1}) + P(\textrm{all 1})) = 1 - ((0.75)^{10} + (0.25)^{10}) \doteq 0.9436$

  6. A large number of blood samples must be tested for a particular disease. The process can be made more efficient and less costly by combining samples 3 at a time and testing the combined sample. If the combined sample tests negative, we know that all 3 original samples were negative. Assuming the probability of any one sample testing positive for the disease is $0.1$, find the probability of the combined sample testing positive.

    $P(\textrm{at least one positive}) = 1 - P(\textrm{all negative}) = 1 - (0.9)^3 = 0.271$

  7. A medical test for a given condition is conducted on 98 subjects, giving the following results and compared to whether or not the subjects actually had the condition: $$\begin{array}{c|c|c} & \textrm{had the condition} & \textrm{did not have the condition}\\\hline \textrm{tested positive for the condition} & 60 & 5\\\hline \textrm{tested negative for the condition} & 8 & 25 \end{array}$$ If one of the subjects is selected at random, find the probability the subject:

    1. tested positive or had the condition
    2. had a true negative (i.e., tested negative and did not have the condition)
    3. tested negative, but actually had the condition
    4. had a correct test result

    1. $\displaystyle{\frac{60 + 5 + 8}{98} \doteq 0.7449}$

    2. $\displaystyle{\frac{25}{98} \doteq 0.2551}$

    3. $\displaystyle{\frac{8}{98} \doteq 0.0816}$

    4. $\displaystyle{\frac{60 + 25}{98} \doteq 0.8673}$

  8. Suppose one knows that for a randomly selected person, the probability he or she...

    1. tests positive for a given medical condition is $0.7$
    2. actually has this condition (i.e., is sick) is $0.1$
    3. both has the condition and tests positive is $0.04$.

    Find the probability that this person:

    1. tests positive or has the condition
    2. has a true negative test result (i.e., tests negative and does not have the condition)
    3. tests negative, but actually has the condition
    4. has a correct test result

    1. $P(\textrm{positive or sick}) = 0.7 + 0.1 - 0.04 = 0.76$

    2. $P(\textrm{negative and well}) = P(\overline{\textrm{positive or sick}}) = 1 - 0.76 = 0.24$

    3. $P(\textrm{negative and sick}) = P(\textrm{positive or sick}) - P(\textrm{positive}) = 0.76 - 0.7 = 0.06$

    4. $P(\textrm{positive and sick or negative and well}) = 0.04 + 024 = 0.28$
      Note, being negative and sick versus being positive and well are disjoint events.

  9. A medical test for a given condition is conducted on 98 subjects, giving the following results and compared to whether or not the subjects actually had the condition: $$\begin{array}{c|c|c} & \textrm{had the condition} & \textrm{did not have the condition}\\\hline \textrm{tested positive for the condition} & 60 & 5\\\hline \textrm{tested negative for the condition} & 8 & 25 \end{array}$$ Suppose $n$ of the 98 subjects are selected without replacement, for $n = 2, 3$, and $4$, find the probability all $n$ subjects tested positive but failed to have the condition (i.e., they were all false positives). For what values of $n$ would you characterize seeing only false positives unusual?

    1. $\displaystyle{P(\textrm{2 false positives}) = \frac{5}{98} \cdot \frac{4}{97} \doteq 0.002104}$

    2. $\displaystyle{P(\textrm{3 false positives}) = \frac{5}{98} \cdot \frac{4}{97} \cdot \frac{3}{96} \doteq 0.00006575}$

    3. $\displaystyle{P(\textrm{4 false positives}) = \frac{5}{98} \cdot \frac{4}{97} \cdot \frac{3}{96} \cdot \frac{2}{95} \doteq 0.000001384}$


    As a good rule of thumb, if something occurs less than 5% of the time (i.e., probability < 0.05), we often call it unusual. Using this rule, all of these events would be considered unusual.

  10. The following gives the blood groups and Rh types for 100 randomly selected individuals. $$\begin{array}{r|c|c|c|c} & O & A & B & AB\\\hline Rh^+ & 39 & 35 & 8 & 4\\\hline Rh^- & 6 & 5 & 2 & 1 \end{array}$$ Find the following probabilities when the selections are made with and without replacement:

    1. 2 people are selected and they are both "O positive"
    2. 3 people are selected and they are all "B negative"
    3. 3 people are selected and they are all "AB positive"
    4. 4 people are selected and they are all "AB positive" or they are all "O negative"

    1. with replacement: $(0.39)^2 = 0.1521$

      without replacement: $\displaystyle{\frac{39}{100} \cdot \frac{38}{99} \doteq 0.1497}$

    2. with replacement: $(0.02)^3 = 0.000008$

      without replacement: $0$ (there are only 2 of the 100 that are B negative)

    3. with replacement: $(0.04)^3 = 0.0000064$

      without replacement: $\displaystyle{\frac{4}{100} \cdot \frac{3}{99} \cdot \frac{2}{98} \doteq 0.00002474}$

    4. with replacement: $(0.04)^4 + (0.06)^4 = 0.00001552$

      without replacement: $\displaystyle{\frac{4}{100} \cdot \frac{3}{99} \cdot \frac{2}{98} \cdot \frac{1}{97} + \frac{6}{100} \cdot \frac{5}{99} \cdot \frac{4}{98} \cdot \frac{3}{97} \doteq 0.000004080}$

  11. A batch of 400 flu shots is to be shipped to a doctor's office. To ensure the shots work as expected, 3 shots randomly chosen from the 400 are tested (destructively, of course). If the 3 shots chosen work as expected, the entire batch is cleared for shipping. Assuming there are exactly 8 shots in the group of 400 that will not function as expected, what is the probability the batch is cleared for shipping?

    $\displaystyle{\frac{392}{400} \cdot \frac{391}{399} \cdot \frac{390}{398} \doteq 0.9410}$

  12. A standard six-sided die is rolled 5 times. What is the probability that exactly 4 of the 5 times the roll is a six?

    If one assumes the first roll is the "non-six", the probability would be $\displaystyle{\left(\frac{5}{6}\right)\left(\frac{1}{6}\right)^4}$

    However, there are 4 other positions in which the "non-six" could occur. The probabilities these cases occur are all quickly found to be identical to the probability given above.

    As these are disjoint events (e.g., the single "non-six" can't occur in say the first and the third position), we may add them together to find the probability of a single "non-six" occurring somewhere, yielding $$\displaystyle{5 \cdot \left(\frac{5}{6}\right)\left(\frac{1}{6}\right)^4 \doteq 0.0032}$$

  13. A test indicates the presence of a certain type of bacteria with 90% accuracy. If the bacteria is actually present and the test is conducted twice, what is the probability that both tests fail to indicate its presence?

    $P(\textrm{both fail}) = (1-0.9)^2 = (0.1)^2 = 0.01$

  14. Two cards from a shuffled deck are randomly selected without replacement. Find the probability of getting an ace on the first card and a spade on the second.

    There are two disjoint cases to be considered: the first card is the ace of spades, or it isn't. Finding the probability of each and adding, we have $$\frac{1}{52} \cdot \frac{12}{51} + \frac{3}{52} \cdot \frac{13}{51} \doteq 0.0192$$

  15. Use the following data to answer the three questions below.

    $$\begin{array}{r|c|c} & \textrm{High Blood Pressure} & \textrm{OK Blood Pressure}\\\hline \textrm{High Cholesterol} & 112 & 218\\\hline \textrm{OK Cholesterol} & 166 & 524 \end{array}$$
    1. If one of the subjects is randomly selected, find the probability of selecting someone:

      1. with high blood pressure

      2. with ok cholesterol

      3. who has high blood pressure or ok cholesterol

      4. who has ok blood pressure and ok cholesterol

      5. who has high blood pressure and high cholesterol

      6. who has high blood pressure given they have high cholesterol

      7. who has ok blood pressure given they have high cholesterol

      8. who has high cholesterol given they have high blood pressure

    2. If two of the subjects are randomly selected (without replacement), find the probability that both have high cholesterol given they both have high blood pressure.

    3. If two of the subjects are randomly selected (with replacement), find the probability that both have OK cholesterol given they both have OK blood pressure.

      1. $\displaystyle{\frac{278}{1020} \doteq 0.2725}$

      2. $\displaystyle{\frac{690}{1020} \doteq 0.6765}$

      3. $\displaystyle{\frac{802}{1020} \doteq 0.7863}$

      4. $\displaystyle{\frac{524}{1020} \doteq 0.5137}$

      5. $\displaystyle{\frac{112}{1020} \doteq 0.1098}$

      6. $\displaystyle{\frac{112}{330} \doteq 0.3394}$

      7. $\displaystyle{\frac{218}{330} \doteq 0.6606}$

      8. $\displaystyle{\frac{112}{278} \doteq 0.4029}$

    1. $\displaystyle{\frac{112}{278} \cdot \frac{111}{277} \doteq 0.1614}$

    2. $\displaystyle{\left(\frac{524}{742}\right)^2 \doteq 0.4987}$

  16. A card is randomly selected from a shuffled deck. Find the probability that it is a face card (i.e., Jack, Queen, or King) if it is known that it is not an ace, it's rank is greater than 5, and it is either a spade or a heart. (You may presume the ranks of face cards are greater than 10, and the ranks of cards 2 through 10 are the values 2 through 10, respectively.)

    There are $16$ cards that meet the criteria, and only $6$ that are face cards-- so the probability is $\displaystyle{\frac{3}{8}}$

  17. A game is played where one rolls two standard dice. If one rolls less than a 8, one loses two dollars. If one's roll is between 8 and 10, inclusive, one wins a dollar. If one's roll is 11 or 12, one wins four dollars. Find the probability of winning four dollars on a single roll if it is known that one won money on that roll.

    Sample space reduced from 36 possibilities to 15. Three result in a 4 dollar win, so probability is $\displaystyle{\frac{3}{15} = \frac{1}{5}}$

  18. Suppose the event that a student has the flu during the peak week of flu season is denoted by $E$. It is known that $P(E) = 0.10$. Find $P(\overline{E})$ and explain what it represents.

    $P(\overline{E}) = 1 - 0.10 = 0.90$ is the probability that a student does not have the flu during the peak week of flu season (i.e., the probability of the complement of $E$).

  19. If a couple plans to have 6 children, what is the probability they have at least one boy?

    $1 - P(\textrm{all girls}) = 1 - (0.5)^6 = 0.984375$

  20. A fair coin is tossed three times. Write out the sample space and find the probability that the last toss landed heads, given that at least one coin landed heads.

    Sample space: $\{HHH,HHT,HTH,THH,TTH,THT,HTT,TTT\}$; probability = $4/7$
  21. Two 4-sided dice (labeled 1,2,3,4) are rolled. Write out the sample space for the sum showing on the dice, and find the probability of rolling a sum of 3 or 4.

    Sample space: $$\begin{array}{c|c|c|c|c|} & 1 & 2 & 3 & 4\\\hline 1 & 2 & 3 & 4 & 5\\\hline 2 & 3 & 4 & 5 & 6\\\hline 3 & 4 & 5 & 6 & 7\\\hline 4 & 5 & 6 & 7 & 8\\\hline \end{array}$$ $\displaystyle{P(3 \textrm{ or } 4) = \frac{5}{16}}$
  22. A jar has 5 red, 6 blue, and 7 green marbles. Some of the marbles are large and the rest are small. Two of the red marbles are large, as are two of the blue marbles, and three of the green marbles. A marble is selected at random. Find the probability that this marble is ...

    1. small
    2. blue or large
    3. red, given that it is small

    $$\begin{array}{c|c|c|c|c} & \textrm{red} & \textrm{blue} & \textrm{green} & \textrm{total}\\\hline \textrm{large} & 2 & 2 & 3 & 7\\\hline \textrm{small} & 3 & 4 & 4 & 11\\\hline \textrm{total} & 5 & 6 & 7 & 18 \end{array}$$
    1. $\displaystyle{\frac{11}{18}}$

    2. $\displaystyle{\frac{11}{18}}$

    3. $\displaystyle{\frac{3}{11}}$

  23. A jar contains 8 red balls and 4 blue balls. Four balls are drawn at random without replacement.

    1. Find the probability that exactly one of the balls is blue.
    2. Find the probability that at most one of the balls is blue.

    1. $\displaystyle{\frac{({}_4 C_1)({}_8 C_3)}{{}_{12} C_4} = 0.4525}$

    2. We need the probability of $0$ or $1$ blue balls, which is given by

      $$\displaystyle{\frac{({}_4 C_1)({}_8 C_3)}{{}_{12} C_4} + \frac{({}_4 C_0)({}_8 C_4)}{{}_{12} C_4} = 0.5939}$$
  24. A jar has 5 red, 6 blue, and 7 green marbles. Five marbles are selected at random without replacement. Find the probability that there are

    1. exactly 3 green marbles
    2. at least 3 green marbles

    1. $\displaystyle{P(3\textrm{ green}) = \frac{({}_7 C_3)({}_{11} C_2)}{{}_{18} C_5} = 0.225}$

    2. $\displaystyle{P(3\textrm{ or }4\textrm{ or }5\textrm{ green}) = \frac{({}_7 C_3)({}_{11} C_2) + ({}_7 C_4)({}_{11} C_1) + {}_7 C_5}{{}_{18} C_5} = 0.272}$

  25. A club has 20 members, of which 12 are freshmen, 14 are female, and 8 are female freshmen. A club member is selected at random. Find the probability that the student is

    1. a sophomore
    2. a freshman or female
    3. a freshman, given that she is female

    $$\begin{array}{c|c|c|c} & \textrm{Freshmen} & \textrm{Sophomore} & \textrm{Total}\\\hline \textrm{Female} & 8 & 6 & 14\\\hline \textrm{Male} & 4 & 2 & 6\\\hline \textrm{Total} & 12 & 8 & 20 \end{array}$$
    1. $\displaystyle{\frac{8}{20}}$

    2. $\displaystyle{\frac{18}{20}}$

    3. $\displaystyle{\frac{8}{14}}$

  26. A club consists of 25 members (freshmen and sophomores) of which 12 are freshmen, 13 are female, and 5 are sophomore males. Find the probability that a randomly selected student is:

    1. a sophomore
    2. a female freshman
    3. a male, given they are a freshman

    $$\begin{array}{r|c|c|c} & \textrm{Freshmen} & \textrm{Sophomore} & \textrm{Tot.}\\\hline \textrm{Male} & 7 & 5 & 12\\\hline \textrm{Female} & 5 & 8 & 13\\\hline \textrm{Tot.} & 12 & 13 & 25\\\hline \end{array}$$
    1. $13/25$
    2. $5/25$
    3. $7/12$
  27. An urn contains 6 red balls and 3 blue balls. Three balls are drawn.

    1. If the balls are drawn with replacement, what is the probability of getting all red balls?
    2. If the balls are drawn without replacement, what is the probability of getting all red balls?
    3. If the balls are drawn without replacement, what is the probability of getting at least two red balls?

    1. $\displaystyle{\left( \frac{6}{9} \right)^3}$

    2. $\displaystyle{\frac{6}{9}\cdot \frac{5}{8} \cdot \frac{4}{7}}$

    3. Three ways to get 2 reds plus one way to get 3 reds:

      $\displaystyle{3 \cdot \frac{6}{9} \cdot \frac{5}{8} \cdot \frac{3}{7} + \frac{6}{9}\cdot \frac{5}{8} \cdot \frac{4}{7}}$

  28. A large number of blood samples must be tested for a particular disease. The process can be made more efficient and less costly by combining samples 3 at a time and testing the combined sample. If the combined sample tests negative, we know that all 3 original samples were negative. Assuming the probability of any one sample testing positive for the disease is $0.1$, find the probability of the combined sample testing positive.

    $P(\textrm{at least one positive}) = 1 - P(\textrm{all negative}) = 1 - (0.9)^3 = 0.271$

  29. Suppose one knows that for a randomly selected person, the probability he or she...

    1. tests positive for a given medical condition is $0.7$
    2. actually has this condition (i.e., is sick) is $0.1$
    3. both has the condition and tests positive is $0.04$.

    Find the probability that this person:

    1. tests positive or has the condition
    2. has a true negative test result (i.e., tests negative and does not have the condition)
    3. tests negative, but actually has the condition
    4. has a correct test result

    1. $P(\textrm{positive or sick}) = 0.7 + 0.1 - 0.04 = 0.76$

    2. $P(\textrm{negative and well}) = P(\overline{\textrm{positive or sick}}) = 1 - 0.76 = 0.24$

    3. $P(\textrm{negative and sick}) = P(\textrm{positive or sick}) - P(\textrm{positive}) = 0.76 - 0.7 = 0.06$

    4. $P(\textrm{negative and sick or positive and well}) = 0.04 + 024 = 0.28$
      Note, being negative and sick versus being positive and well are disjoint events.