College Statistics Quiz: Basic Probability Rules
20 questions · exam conditions
0:00
Basic Probability RulesQuestion 1 of 20

A card is drawn from a standard 52-card deck. Let H be the event the card is a Heart, and let F be the event the card is a face card (Jack, Queen, or King). What is P(HF)P(H \cup F)?

21/52
28/52
25/52
22/52
← Back to quizzes

College Statistics Quiz

College Statistics Quiz: Basic Probability Rules

Practice Basic Probability Rules in College Statistics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Basic Probability Rules, giving you a quick way to practice the rules, question types, and explanations that matter most for College Statistics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A card is drawn from a standard 52-card deck. Let H be the event the card is a Heart, and let F be the event the card is a face card (Jack, Queen, or King). What is P(HF)P(H \cup F)?

  1. 21/52
  2. 28/52
  3. 25/52
  4. 22/52 (correct answer)
Explanation: When you encounter a union probability question like this, you're dealing with the probability that at least one of two events occurs. The key insight is recognizing that simply adding the individual probabilities will double-count any overlap between the events. To find P(HF)P(H \cup F), we use the formula: P(HF)=P(H)+P(F)P(HF)P(H \cup F) = P(H) + P(F) - P(H \cap F). First, let's identify each component. There are 13 hearts in a standard deck, so P(H)=1352P(H) = \frac{13}{52}. There are 12 face cards total (3 face cards in each of 4 suits), so P(F)=1252P(F) = \frac{12}{52}. The intersection P(HF)P(H \cap F) represents cards that are both hearts AND face cards—that's the Jack, Queen, and King of hearts, so P(HF)=352P(H \cap F) = \frac{3}{52}. Therefore: P(HF)=1352+1252352=2252P(H \cup F) = \frac{13}{52} + \frac{12}{52} - \frac{3}{52} = \frac{22}{52}, which is answer D. Answer A (21/52) likely comes from incorrectly calculating the overlap as 4 instead of 3. Answer B (28/52) results from forgetting to subtract the intersection entirely—just adding 13 + 12 + 3. Answer C (25/52) suggests adding the probabilities without accounting for overlap: 1352+1252=2552\frac{13}{52} + \frac{12}{52} = \frac{25}{52}. Remember: whenever you see "or" in probability (union), always check for overlap between events. The inclusion-exclusion principle prevents double-counting and is essential for union problems.

Question 2

A system relies on two independent components, C1 and C2. The probability that C1 works is 0.9, and the probability that C2 works is 0.8. The system works if at least one of the components works. What is the probability that the system fails?

  1. 0.02 (correct answer)
  2. 0.18
  3. 0.28
  4. 0.72
Explanation: Let W1 be the event C1 works, and W2 be the event C2 works. We are given P(W1)=0.9P(W1)=0.9 and P(W2)=0.8P(W2)=0.8. The system fails only if BOTH components fail. Let F1 be the event C1 fails and F2 be the event C2 fails. These are the complements of W1 and W2. So, P(F1)=1P(W1)=10.9=0.1P(F1) = 1 - P(W1) = 1 - 0.9 = 0.1, and P(F2)=1P(W2)=10.8=0.2P(F2) = 1 - P(W2) = 1 - 0.8 = 0.2. Since the components are independent, the events F1 and F2 are also independent. The probability that both fail is P(F1F2)=P(F1)P(F2)=0.10.2=0.02P(F1 \cap F2) = P(F1) \cdot P(F2) = 0.1 \cdot 0.2 = 0.02.

Question 3

A card is drawn from a standard 52-card deck. Let H be the event the card is a Heart, and let F be the event the card is a face card (Jack, Queen, or King). What is P(HF)P(H \cup F)?

  1. 21/52
  2. 28/52
  3. 25/52
  4. 22/52 (correct answer)
Explanation: When you encounter a union probability question like this, you're dealing with the probability that at least one of two events occurs. The key insight is recognizing that simply adding the individual probabilities will double-count any overlap between the events. To find P(HF)P(H \cup F), we use the formula: P(HF)=P(H)+P(F)P(HF)P(H \cup F) = P(H) + P(F) - P(H \cap F). First, let's identify each component. There are 13 hearts in a standard deck, so P(H)=1352P(H) = \frac{13}{52}. There are 12 face cards total (3 face cards in each of 4 suits), so P(F)=1252P(F) = \frac{12}{52}. The intersection P(HF)P(H \cap F) represents cards that are both hearts AND face cards—that's the Jack, Queen, and King of hearts, so P(HF)=352P(H \cap F) = \frac{3}{52}. Therefore: P(HF)=1352+1252352=2252P(H \cup F) = \frac{13}{52} + \frac{12}{52} - \frac{3}{52} = \frac{22}{52}, which is answer D. Answer A (21/52) likely comes from incorrectly calculating the overlap as 4 instead of 3. Answer B (28/52) results from forgetting to subtract the intersection entirely—just adding 13 + 12 + 3. Answer C (25/52) suggests adding the probabilities without accounting for overlap: 1352+1252=2552\frac{13}{52} + \frac{12}{52} = \frac{25}{52}. Remember: whenever you see "or" in probability (union), always check for overlap between events. The inclusion-exclusion principle prevents double-counting and is essential for union problems.

Question 4

In a city, 60% of households subscribe to a streaming service, 50% subscribe to cable television, and 20% subscribe to neither. What is the probability that a randomly selected household subscribes to both?

  1. 0.10
  2. 0.20
  3. 0.30 (correct answer)
  4. 0.40
Explanation: Let S be the event of subscribing to a streaming service and C be the event of subscribing to cable television. We are given P(S)=0.6P(S)=0.6, P(C)=0.5P(C)=0.5, and P(ScCc)=0.2P(S^c \cap C^c)=0.2. The event 'subscribing to neither' is the complement of the union of S and C. By De Morgan's laws, P(ScCc)=P((SC)c)=1P(SC)P(S^c \cap C^c) = P((S \cup C)^c) = 1 - P(S \cup C). So, 0.2=1P(SC)0.2 = 1 - P(S \cup C), which means P(SC)=0.8P(S \cup C) = 0.8. Now we use the general addition rule to find the intersection: P(SC)=P(S)+P(C)P(SC)P(S \cup C) = P(S) + P(C) - P(S \cap C). Substituting the values gives 0.8=0.6+0.5P(SC)0.8 = 0.6 + 0.5 - P(S \cap C), which simplifies to 0.8=1.1P(SC)0.8 = 1.1 - P(S \cap C). Therefore, P(SC)=0.3P(S \cap C) = 0.3.

Question 5

In a survey of pet owners, 45% own a dog, 30% own a cat, and 15% own both a dog and a cat. What is the probability that a randomly selected pet owner owns neither a dog nor a cat?

  1. 0.10
  2. 0.25
  3. 0.40 (correct answer)
  4. 0.55
Explanation: Let D be the event of owning a dog and C be the event of owning a cat. We are given P(D)=0.45P(D) = 0.45, P(C)=0.30P(C) = 0.30, and P(DC)=0.15P(D \cap C) = 0.15. The probability of owning at least one of these pets is the union, P(DC)=P(D)+P(C)P(DC)=0.45+0.300.15=0.60P(D \cup C) = P(D) + P(C) - P(D \cap C) = 0.45 + 0.30 - 0.15 = 0.60. The probability of owning neither is the complement of this union, P((DC)c)=1P(DC)=10.60=0.40P((D \cup C)^c) = 1 - P(D \cup C) = 1 - 0.60 = 0.40.

Question 6

A company has two backup power generators, G1 and G2. The probability that G1 fails is 0.10, the probability that G2 fails is 0.08, and the probability that both fail is 0.03. What is the probability that at least one generator is operational?

  1. 0.15
  2. 0.85
  3. 0.97 (correct answer)
  4. 0.992
Explanation: Let F1 be the event that G1 fails, and F2 be the event that G2 fails. We are given P(F1)=0.10P(F1) = 0.10, P(F2)=0.08P(F2) = 0.08, and P(F1F2)=0.03P(F1 \cap F2) = 0.03. The event 'at least one generator is operational' is the complement of the event 'both generators fail'. The probability that both generators fail is given as P(F1F2)=0.03P(F1 \cap F2) = 0.03. Therefore, the probability that at least one is operational is 1P(F1F2)=10.03=0.971 - P(F1 \cap F2) = 1 - 0.03 = 0.97.

Question 7

Let A, B, and C be three independent events with P(A)=0.5P(A) = 0.5, P(B)=0.4P(B) = 0.4, and P(C)=0.2P(C) = 0.2. What is the probability that at least one of these events occurs?

  1. 0.04
  2. 0.76 (correct answer)
  3. 0.80
  4. 1.10
Explanation: The probability that at least one event occurs is the complement of the probability that none of the events occur. The probability of none occurring is P(AcBcCc)P(A^c \cap B^c \cap C^c). Since A, B, and C are independent, so are their complements. First, find the probabilities of the complements: P(Ac)=10.5=0.5P(A^c) = 1 - 0.5 = 0.5, P(Bc)=10.4=0.6P(B^c) = 1 - 0.4 = 0.6, and P(Cc)=10.2=0.8P(C^c) = 1 - 0.2 = 0.8. Then, P(AcBcCc)=P(Ac)P(Bc)P(Cc)=0.5×0.6×0.8=0.24P(A^c \cap B^c \cap C^c) = P(A^c)P(B^c)P(C^c) = 0.5 \times 0.6 \times 0.8 = 0.24. The probability of at least one event occurring is 10.24=0.761 - 0.24 = 0.76.

Question 8

Events E and F are independent, with P(E)=0.4P(E) = 0.4 and P(F)=0.5P(F) = 0.5. What is the probability of the event EcFE^c \cup F?

  1. 0.90
  2. 0.80 (correct answer)
  3. 0.70
  4. 0.60
Explanation: We use the general addition rule: P(EcF)=P(Ec)+P(F)P(EcF)P(E^c \cup F) = P(E^c) + P(F) - P(E^c \cap F). First, find P(Ec)=1P(E)=10.4=0.6P(E^c) = 1 - P(E) = 1 - 0.4 = 0.6. Because events E and F are independent, their complements are also independent, so EcE^c and F are independent. Thus, P(EcF)=P(Ec)P(F)=0.60.5=0.3P(E^c \cap F) = P(E^c) \cdot P(F) = 0.6 \cdot 0.5 = 0.3. Substituting these values into the addition rule gives P(EcF)=0.6+0.50.3=0.8P(E^c \cup F) = 0.6 + 0.5 - 0.3 = 0.8.

Question 9

For two events, A and B, it is known that P(AB)=0.75P(A \cup B) = 0.75 and P(Ac)=0.40P(A^c) = 0.40. The events A and B are independent. What is the value of P(B)P(B)?

  1. 0.25
  2. 0.375 (correct answer)
  3. 0.40
  4. 0.50
Explanation: First, find P(A)P(A) from its complement: P(A)=1P(Ac)=10.40=0.60P(A) = 1 - P(A^c) = 1 - 0.40 = 0.60. Let P(B)=pP(B) = p. Since A and B are independent, P(AB)=P(A)P(B)=0.60pP(A \cap B) = P(A)P(B) = 0.60p. Now use the general addition rule: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). Substitute the known values: 0.75=0.60+p0.60p0.75 = 0.60 + p - 0.60p. Simplify the equation: 0.15=0.40p0.15 = 0.40p. Solve for p: p=0.15/0.40=0.375p = 0.15 / 0.40 = 0.375.

Question 10

Given that P(X)=0.7P(X) = 0.7 and P(Y)=0.6P(Y) = 0.6. What is the minimum possible value for the probability of the intersection P(XY)P(X \cap Y)?

  1. 0.0
  2. 0.3 (correct answer)
  3. 0.42
  4. 0.6
Explanation: The general addition rule states P(XY)=P(X)+P(Y)P(XY)P(X \cup Y) = P(X) + P(Y) - P(X \cap Y). We know that the probability of any event, including the union, cannot exceed 1. So, P(XY)1P(X \cup Y) \le 1. Substituting the given probabilities, we have 0.7+0.6P(XY)10.7 + 0.6 - P(X \cap Y) \le 1, which simplifies to 1.3P(XY)11.3 - P(X \cap Y) \le 1. Rearranging this inequality to solve for P(XY)P(X \cap Y) gives 0.3P(XY)0.3 \le P(X \cap Y). Therefore, the minimum possible value for the intersection is 0.3.

Question 11

For two events, A and B, P(A)=0.5P(A) = 0.5 and P(AB)=0.8P(A \cup B) = 0.8. Let P(B)=pP(B) = p. If A and B are mutually exclusive, then p=p1p = p_1. If A and B are independent, then p=p2p = p_2. What is the value of p1+p2p_1 + p_2?

  1. 0.6
  2. 0.8
  3. 0.9 (correct answer)
  4. 1.1
Explanation: Case 1 (Mutually Exclusive): The addition rule is P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B). Substituting the values, 0.8=0.5+p10.8 = 0.5 + p_1, which gives p1=0.3p_1 = 0.3. Case 2 (Independent): The addition rule is P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). Since they are independent, P(AB)=P(A)P(B)=0.5p2P(A \cap B) = P(A)P(B) = 0.5 p_2. Substituting gives 0.8=0.5+p20.5p20.8 = 0.5 + p_2 - 0.5 p_2. This simplifies to 0.3=0.5p20.3 = 0.5 p_2, which means p2=0.6p_2 = 0.6. The required sum is p1+p2=0.3+0.6=0.9p_1 + p_2 = 0.3 + 0.6 = 0.9.

Question 12

A manufacturer finds that 10% of its products have a cosmetic flaw and 5% have a functional flaw. If 2% of products have both flaws, what is the probability that a randomly selected product has a functional flaw but no cosmetic flaw?

  1. 0.03 (correct answer)
  2. 0.05
  3. 0.08
  4. 0.13
Explanation: Let C be the event of having a cosmetic flaw and F be the event of having a functional flaw. We are given P(C)=0.10P(C) = 0.10, P(F)=0.05P(F) = 0.05, and P(CF)=0.02P(C \cap F) = 0.02. The question asks for the probability of a functional flaw but no cosmetic flaw, which is represented by P(FCc)P(F \cap C^c). The formula for this is P(FCc)=P(F)P(FC)P(F \cap C^c) = P(F) - P(F \cap C). Substituting the given values: 0.050.02=0.030.05 - 0.02 = 0.03.

Question 13

Let E and F be events such that P(E)=0.4P(E) = 0.4 and P(EF)=0.7P(E \cup F) = 0.7. If E and F are mutually exclusive, what is P(F)P(F)?

  1. 0.30 (correct answer)
  2. 0.50
  3. 0.60
  4. 0.70
Explanation: If two events E and F are mutually exclusive, it means they cannot occur at the same time, so P(EF)=0P(E \cap F) = 0. The general addition rule P(EF)=P(E)+P(F)P(EF)P(E \cup F) = P(E) + P(F) - P(E \cap F) simplifies to P(EF)=P(E)+P(F)P(E \cup F) = P(E) + P(F). Substituting the given probabilities, we have 0.7=0.4+P(F)0.7 = 0.4 + P(F). Solving for P(F)P(F) gives P(F)=0.70.4=0.3P(F) = 0.7 - 0.4 = 0.3.

Question 14

If P(AB)=0.2P(A \cap B) = 0.2 and P(AcBc)=0.3P(A^c \cap B^c) = 0.3, what is P(A)+P(B)P(A) + P(B)?

  1. 0.5
  2. 0.7
  3. 0.9 (correct answer)
  4. 1.2
Explanation: We are given P(AcBc)=0.3P(A^c \cap B^c) = 0.3. By De Morgan's laws, this is equal to P((AB)c)P((A \cup B)^c). Using the complement rule, P(AB)=1P((AB)c)=10.3=0.7P(A \cup B) = 1 - P((A \cup B)^c) = 1 - 0.3 = 0.7. The general addition rule is P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). We can rearrange this to find the sum we need: P(A)+P(B)=P(AB)+P(AB)P(A) + P(B) = P(A \cup B) + P(A \cap B). Substituting the values we know: P(A)+P(B)=0.7+0.2=0.9P(A) + P(B) = 0.7 + 0.2 = 0.9.

Question 15

For two events, A and B, P(A)=0.5P(A) = 0.5 and P(AB)=0.8P(A \cup B) = 0.8. Let P(B)=pP(B) = p. If A and B are mutually exclusive, then p=p1p = p_1. If A and B are independent, then p=p2p = p_2. What is the value of p1+p2p_1 + p_2?

  1. 0.6
  2. 0.8
  3. 0.9 (correct answer)
  4. 1.1
Explanation: Case 1 (Mutually Exclusive): The addition rule is P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B). Substituting the values, 0.8=0.5+p10.8 = 0.5 + p_1, which gives p1=0.3p_1 = 0.3. Case 2 (Independent): The addition rule is P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). Since they are independent, P(AB)=P(A)P(B)=0.5p2P(A \cap B) = P(A)P(B) = 0.5 p_2. Substituting gives 0.8=0.5+p20.5p20.8 = 0.5 + p_2 - 0.5 p_2. This simplifies to 0.3=0.5p20.3 = 0.5 p_2, which means p2=0.6p_2 = 0.6. The required sum is p1+p2=0.3+0.6=0.9p_1 + p_2 = 0.3 + 0.6 = 0.9.

Question 16

Given that P(X)=0.7P(X) = 0.7 and P(Y)=0.6P(Y) = 0.6. What is the minimum possible value for the probability of the intersection P(XY)P(X \cap Y)?

  1. 0.0
  2. 0.3 (correct answer)
  3. 0.42
  4. 0.6
Explanation: The general addition rule states P(XY)=P(X)+P(Y)P(XY)P(X \cup Y) = P(X) + P(Y) - P(X \cap Y). We know that the probability of any event, including the union, cannot exceed 1. So, P(XY)1P(X \cup Y) \le 1. Substituting the given probabilities, we have 0.7+0.6P(XY)10.7 + 0.6 - P(X \cap Y) \le 1, which simplifies to 1.3P(XY)11.3 - P(X \cap Y) \le 1. Rearranging this inequality to solve for P(XY)P(X \cap Y) gives 0.3P(XY)0.3 \le P(X \cap Y). Therefore, the minimum possible value for the intersection is 0.3.

Question 17

A manufacturer finds that 10% of its products have a cosmetic flaw and 5% have a functional flaw. If 2% of products have both flaws, what is the probability that a randomly selected product has a functional flaw but no cosmetic flaw?

  1. 0.03 (correct answer)
  2. 0.05
  3. 0.08
  4. 0.13
Explanation: Let C be the event of having a cosmetic flaw and F be the event of having a functional flaw. We are given P(C)=0.10P(C) = 0.10, P(F)=0.05P(F) = 0.05, and P(CF)=0.02P(C \cap F) = 0.02. The question asks for the probability of a functional flaw but no cosmetic flaw, which is represented by P(FCc)P(F \cap C^c). The formula for this is P(FCc)=P(F)P(FC)P(F \cap C^c) = P(F) - P(F \cap C). Substituting the given values: 0.050.02=0.030.05 - 0.02 = 0.03.

Question 18

In a city, 60% of households subscribe to a streaming service, 50% subscribe to cable television, and 20% subscribe to neither. What is the probability that a randomly selected household subscribes to both?

  1. 0.10
  2. 0.20
  3. 0.30 (correct answer)
  4. 0.40
Explanation: Let S be the event of subscribing to a streaming service and C be the event of subscribing to cable television. We are given P(S)=0.6P(S)=0.6, P(C)=0.5P(C)=0.5, and P(ScCc)=0.2P(S^c \cap C^c)=0.2. The event 'subscribing to neither' is the complement of the union of S and C. By De Morgan's laws, P(ScCc)=P((SC)c)=1P(SC)P(S^c \cap C^c) = P((S \cup C)^c) = 1 - P(S \cup C). So, 0.2=1P(SC)0.2 = 1 - P(S \cup C), which means P(SC)=0.8P(S \cup C) = 0.8. Now we use the general addition rule to find the intersection: P(SC)=P(S)+P(C)P(SC)P(S \cup C) = P(S) + P(C) - P(S \cap C). Substituting the values gives 0.8=0.6+0.5P(SC)0.8 = 0.6 + 0.5 - P(S \cap C), which simplifies to 0.8=1.1P(SC)0.8 = 1.1 - P(S \cap C). Therefore, P(SC)=0.3P(S \cap C) = 0.3.

Question 19

For events E and F, P(EF)=0.25P(E \cap F) = 0.25 and P(EF)=0.85P(E \cup F) = 0.85. If the probability of event E is equal to the probability of event F, what is P(E)P(E)?

  1. 0.30
  2. 0.425
  3. 0.50
  4. 0.55 (correct answer)
Explanation: Let x=P(E)=P(F)x = P(E) = P(F). The general addition rule is P(EF)=P(E)+P(F)P(EF)P(E \cup F) = P(E) + P(F) - P(E \cap F). Substituting the given values and the variable x: 0.85=x+x0.250.85 = x + x - 0.25. This simplifies to 0.85=2x0.250.85 = 2x - 0.25. Adding 0.25 to both sides gives 1.10=2x1.10 = 2x. Dividing by 2 gives x=0.55x = 0.55. Thus, P(E)=0.55P(E) = 0.55.

Question 20

Given that P(Ac)=0.4P(A^c) = 0.4, P(B)=0.5P(B) = 0.5, and P(AB)=0.8P(A \cup B) = 0.8. What is P(AcBc)P(A^c \cup B^c)?

  1. 0.2
  2. 0.3
  3. 0.7 (correct answer)
  4. 0.9
Explanation: This is a multi-step problem. First, find P(A)=1P(Ac)=10.4=0.6P(A) = 1 - P(A^c) = 1 - 0.4 = 0.6. Next, use the general addition rule to find the intersection: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). Substituting the values: 0.8=0.6+0.5P(AB)0.8 = 0.6 + 0.5 - P(A \cap B), which means 0.8=1.1P(AB)0.8 = 1.1 - P(A \cap B), so P(AB)=0.3P(A \cap B) = 0.3. The question asks for P(AcBc)P(A^c \cup B^c). By De Morgan's laws, this is equal to P((AB)c)P((A \cap B)^c). Using the complement rule, P((AB)c)=1P(AB)=10.3=0.7P((A \cap B)^c) = 1 - P(A \cap B) = 1 - 0.3 = 0.7.