TC3 → Stan Brown → Statistics → Chapter 5 Practice Quiz
revised 5 Oct 2011

Practice Quiz with Solutions: Chapter 5 (50 min)

Before looking at these solutions, please work the practice quiz.

Disclaimer: This quiz is representative of the level of difficulty you should expect, but it doesn’t include every single topic from the week’s work. The real quiz may include some other topics and may skip some that are in this practice quiz. (The real quiz also may not word questions in the same way as the practice quiz. You should focus on the concepts, not a particular form of words.)

See also:  How to Take a Math Test

These solutions show about the same level of work I expect from you, though I often add some extra commentary. Please see Show Your Work for the what, why, and how.

1(points: 2)  A seed packet is labeled “probability of germination guaranteed 95%”. Give two interpretations of this probability.

Answer: 

Remark: Remember your two interpretations: probability of one = proportion of all.

2(points: 3) You toss three coins.
(a) Construct the sample space of equally likely events.
(b) Find P(2H), the probability of getting exactly two heads.

Solution:  (a)

S = {   HHH HTH THH TTH   }
  HHT HTT THT TTT  

(b) Three events out of eight equally likely events: P(2H) = 3/8

Common mistake: Sometimes students write the sample space correctly but miss one of the combinations of 2 heads. I wish I could offer some “magic bullet” for counting correctly, but the only advice I have is just to be really careful.

3(points: 3)  P(A), the probability of event A, is 0.7. A and B are complementary events.
(a) Find P(not A).
(b) Find P(B).
(c) Find P(A and B).
If any of the above cannot be determined from the information given, say so.

Solution:  (a) P(not A) = 1−P(A) = 1−0.7 → P(not A) = 0.3
(b) That A and B are complementary means that one or the other must happen, but not both. Therefore P(B) = P(not A) → P(B) = 0.3
(c) Since the events are complementary, they can’t both happen: P(A and B) = 0

Common mistake: Many students get (c) wrong, giving an answer of 1. If events are complementary, they can’t both happen at the same time. That means P(A and B) must be 0, the probability of something impossible.

Maybe those students were thinking of P(A or B). It’s true that if A and B are complementary then P(A or B) = P(A) + P(B) = 1. But part (c) was about probability and, not probability or.

4(points: 2) You draw a card at random from the deck. What’s the probability that it’s an ace or a spade?

“Ace” and “spade” are non-disjoint events, since a given card can be both an ace and a spade. Therefore, you have not learned in class how to solve this problem. Your answer: non-disjoint events; can’t find probability “or”. Keep reading if you’re interested in this on your own.

Solution: 

P(Ace or Spade) = P(Ace) + P(Spade) − P(Ace and Spade)

P(Ace or Spade) = 4/52 + 13/52 − 1/52

P(Ace or Spade) = 16/52

5(points: 2)  In Monopoly, if you roll doubles you get an extra roll, but if you roll doubles three times in a row you go to jail.
(a) On any given turn, what’s the probability you’ll roll doubles? (The picture on page 228 may help.)
(b) On any given turn, what’s the probability you’ll go to jail for rolling doubles three times in a row?

Solution: (a) There are 6 ways to roll doubles, and the sample space is 36 equally likely events.

P(doubles on 1 roll) = 6/36 = 1/6

(b) Successive rolls are independent events, so you use the simple multiplication rule:

P(doubles three times) = P(doubles) × P(doubles) × P(doubles)

P(doubles three times) = (1/6) × (1/6) × (1/6) = 1/216 or about 0.0046

6(points: 2) Students attending a job fair included 62 nursing majors, 45 business majors, 12 hospitality, 8 construction, 10 science, and 63 liberal arts. If you randomly select a student, what’s the probability that he or she is majoring in nursing or liberal arts?

Solution: “Nursing” and “liberal arts” are disjoint events, so you can use the simple addition rule:

P(N or LA) = P(N) + P(LA)

To find those probabilities, you might find it easier to think of them as proportions of the group instead of probabilities for one student. To find the proportions of nursing and liberal arts students, compute the sample size:

62 + 45 + 12 + 8 + 10 + 63 = 200

P(N or LA) = P(N) + P(LA)

P(N or LA)= 62/200 + 63/200 = 125/200 or 5/8 or 0.625

7(points: 4) You’ll be missing your favorite show while you’re in Statistics class. You set your Tivo, but just to be safe you also set your creaky old VCR to record it. But you’re having roommate trouble, and there’s a 20% chance your roommate will reprogram the Tivo. The VCR just unaccountably fails 30% of the time. What’s the probability that your program will be recorded? (Hint: What is your friend when a probability problem looks complex?)

Solution: This looks quite messy, but really it’s not. You’re given the probability of each independent device failing, and you need to know whether the program gets recorded. But since you have failure probabilities of the devices, it’s easy to compute the probability that the program doesn’t get recorded, and that’s just the complement of the event you want. Remember, the complement is your friend when you suspect that a probability computation is more complicated than it needs to be.

The success or failure of the Tivo and VCR are independent, so you can use the simple multiplication rule for probability “and”:

P(both fail) = P(Tivo fails) × P(VCR fails) = 0.2 × 0.3 = 0.06

P(one or both records) = 1 − P(both fail) = 1−0.06 = 0.94 or 94%

8(points: 4) Tom Turkey invested in two stocks, A and W. There is a 0.90 probability that company A will go bankrupt, and a 0.80 probability that company W will go bankrupt. Assuming the two companies have no connection, find the probabilities that (a) both will go bankrupt; (b) one of them, but not both, will go bankrupt; (c) neither will go bankrupt.

Solution: You’re being asked about all three possibilities: two fail, one fails, none fail. Therefore the three probabilities must add up to 1, and you need to compute only two of them. It’s also important to note that the companies are independent: whether one fails has nothing to do with whether the other fails.

(a) Since the companies are independent, you can use the simple multiplication rule:

P(A bankrupt and W bankrupt) = P(A bankrupt) × P(W bankrupt)

P(A bankrupt and W bankrupt) = .9 × .8 = 0.72

At this point you could compute (b), but it’s hard: you need the probability that A fails and W is okay, plus the probability that A is okay and W fails. (c) looks easier, so do that first.

(c) “Neither bankrupt” means both are okay. Again, the events are independent so you can use the simple multiplication rule.

P(neither bankrupt) = P(A okay and W okay)

P(A okay) = 1−.9 = 0.1; P(W okay) = 1−.8 = 0.2

P(neither bankrupt) = .1 × .2 = 0.02

(b) is now a piece of cake.

P(only one bankrupt) = 1 − P(both bankrupt) − P(none bankrupt)

P(only one bankrupt) = 1 − .72 − .02 = 0.26

Solution: If you have time, it’s always good to check your work using a different method. You can work out (b) the long way. You have only independent events (whether A is okay or fails, whether W is okay or fails) and disjoint events (A fails and W okay, A okay and W fails). The “okay” probabilities were computed in part (c).

P(only one bankrupt) = (A bankrupt and W okay) or (A okay and W bankrupt)

P(only one bankrupt) = (.9 × .2) + (.1 × .8) = 0.26

Common mistake: A very common mistake is to solve only half the problem when working this out the long way. When you have probability of one not the other, you have to consider both A-and-not-W and W-and-not-A.

Remark: If you computed all three probabilities the long way, pause a moment to check your work by adding them to make sure you get 1. Whenever possible, check your work with a second type of computation.

9(points: 2)  A poll found that 45% of baseball fans had attended a game in person within the past year. Of five randomly selected baseball fans, find the probability that at least one had not attended a game within the past year.

Solution: In “at least” and “no more than” probability problems, the complement is often your friend. The complement of “at elast one had not attended” is “all had attended”. If the fans are randomly selected, their opinions are independent and you can use the simple multiplication rule.

P(all 5 attended) = 0.45^5 = 0.0185

P(at least 1 had not attended) = 1 − 0.0185 = 0.9815

10(points: 2) A second poll found that 86% of baseball fans favored drug testing for baseball players. What’s the probability that a given baseball fan had attended a game within the past year and favored drug testing?

Solution: This is a probability “and”, so you need independent events. But you don’t have any basis to think that fans who attend games in person have the same opinions as fans who do not. In other words, you don’t know that “attended a game within the past year” and “favors drug testing” are independent events. Answer: events may not be independent; can’t solve

11(points: 3) In 2003 a federal government survey estimated that 58.2% of US households had both a cell phone and a landline, 2.8% had only cell service, and 1.6% had no phone service at all.
(a) Construct a probability model for type of phone service to US households.
(b) Polling agencies try (in theory) not to call cell phones, because consumers object to paying for the calls. What proportion of US households could be reached by a landline in 2003?
Service typeProb.
Landline only37.4%
Landline and cell58.2%
Cell only2.8%
No phone1.6%
  Total100.0%

Solution: (a)In a probability model, the probabilities must add to 1 (= 100%). The given probabilities add to 62.6%. What is the missing 37.4%? They’ve accounted for cell and landline, cell only, and nothing; the remaining possibility is landline only. The model is shown at right.

(b)

P(Landline) = P(Landline only) + P(Landline and cell)

P(Landline) = 37.4% + 58.2% = 95.6%

Remark: “Landline” and “cell” are not disjoint events, because a given household could have both. But “landline only” and “landline and cell” are disjoint, because a given house can’t both have a cell phone with landline and have no cell phone with landline.


This page is used in instruction at Tompkins Cortland Community College in Dryden, New York; it’s not an official statement of the College. Please visit www.tc3.edu/instruct/sbrown/ to report errors or ask to copy it.

For updates and new info, go to http://www.tc3.edu/instruct/sbrown/stat/