IB Mathematics: Analysis and Approaches Quiz: Conditional Probability
20 questions · exam conditions
0:00
Conditional ProbabilityQuestion 1 of 20

Which of the following statements is always true for any two events A and B, where P(B)>0P(B) > 0?

If A and B are independent, then P(AB)=P(BA)P(A|B) = P(B|A).
If P(AB)=P(A)P(A|B) = P(A), then P(BA)=P(B)P(B|A) = P(B).
P(AB)+P(AB)=1P(A|B) + P(A'|B) = 1.
If P(A)>P(B)P(A) > P(B), then P(AB)>P(BA)P(A|B) > P(B|A).
← Back to quizzes

IB Mathematics: Analysis and Approaches Quiz

IB Mathematics: Analysis and Approaches Quiz: Conditional Probability

Practice Conditional Probability in IB Mathematics: Analysis and Approaches 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 Conditional Probability, giving you a quick way to practice the rules, question types, and explanations that matter most for IB Mathematics: Analysis and Approaches.

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

Which of the following statements is always true for any two events A and B, where P(B)>0P(B) > 0?

  1. If A and B are independent, then P(AB)=P(BA)P(A|B) = P(B|A).
  2. If P(AB)=P(A)P(A|B) = P(A), then P(BA)=P(B)P(B|A) = P(B).
  3. P(AB)+P(AB)=1P(A|B) + P(A'|B) = 1. (correct answer)
  4. If P(A)>P(B)P(A) > P(B), then P(AB)>P(BA)P(A|B) > P(B|A).
Explanation: Let's analyze each option: A. If A and B are independent, P(AB)=P(A)P(A|B) = P(A) and P(BA)=P(B)P(B|A) = P(B). The statement implies P(A)=P(B)P(A)=P(B), which is not always true for independent events. So A is false. B. If P(AB)=P(A)P(A|B) = P(A), A and B are independent. This implies P(BA)=P(B)P(B|A) = P(B), but only if P(A)>0P(A)>0. If P(A)=0P(A)=0, then P(AB)=0P(A|B)=0, so the condition 0=00=0 holds, but P(BA)P(B|A) is undefined. So B is not always true. C. P(AB)+P(AB)=P(AB)P(B)+P(AB)P(B)=P(AB)+P(AB)P(B)P(A|B) + P(A'|B) = \frac{P(A \cap B)}{P(B)} + \frac{P(A' \cap B)}{P(B)} = \frac{P(A \cap B) + P(A' \cap B)}{P(B)}. The events ABA \cap B and ABA' \cap B are mutually exclusive and their union is B. Thus, P(AB)+P(AB)=P(B)P(A \cap B) + P(A' \cap B) = P(B). The expression simplifies to P(B)P(B)=1\frac{P(B)}{P(B)} = 1. This is always true. D. P(AB)>P(BA)P(A|B) > P(B|A) is equivalent to P(AB)P(B)>P(AB)P(A)\frac{P(A \cap B)}{P(B)} > \frac{P(A \cap B)}{P(A)}. If P(AB)>0P(A \cap B) > 0, this simplifies to P(A)>P(B)P(A) > P(B). However, if P(AB)=0P(A \cap B) = 0, the inequality becomes 0>00 > 0, which is false. So D is not always true.

Question 2

A bag contains 3 red and 7 blue marbles. Two marbles are drawn at random without replacement.

Given that the second marble drawn was blue, what is the probability that the first marble was red?

  1. 3/103/10
  2. 1/31/3 (correct answer)
  3. 7/107/10
  4. 7/97/9
Explanation: Let R1 be the event 'first marble is red' and B2 be the event 'second marble is blue'. We want to find P(R1B2)P(R1|B2). Using the formula for conditional probability, P(R1B2)=P(R1B2)P(B2)P(R1|B2) = \frac{P(R1 \cap B2)}{P(B2)}. First, find the probability of the intersection, P(R1B2)P(R1 \cap B2). This is the probability of drawing red then blue: P(R1B2)=P(R1)×P(B2R1)=310×79=2190=730P(R1 \cap B2) = P(R1) \times P(B2|R1) = \frac{3}{10} \times \frac{7}{9} = \frac{21}{90} = \frac{7}{30}. Next, find the overall probability of the second marble being blue, P(B2)P(B2), using the law of total probability: P(B2)=P(B2R1)P(R1)+P(B2B1)P(B1)P(B2) = P(B2|R1)P(R1) + P(B2|B1)P(B1) P(B2)=(79)(310)+(69)(710)=2190+4290=6390=710P(B2) = (\frac{7}{9})(\frac{3}{10}) + (\frac{6}{9})(\frac{7}{10}) = \frac{21}{90} + \frac{42}{90} = \frac{63}{90} = \frac{7}{10}. Finally, P(R1B2)=7/307/10=730×107=1030=13P(R1|B2) = \frac{7/30}{7/10} = \frac{7}{30} \times \frac{10}{7} = \frac{10}{30} = \frac{1}{3}. Distractor A is P(R1)P(R1), ignoring the condition. Distractor D is P(B2R1)P(B2|R1), confusing it with P(R1B2)P(R1|B2).

Question 3

In a school of 120 students, 70 students play a sport, 60 students are in the band, and 30 students do both.

A student is selected at random. Given that the student plays a sport, what is the probability they are also in the band?

  1. 1/41/4
  2. 3/73/7 (correct answer)
  3. 1/21/2
  4. 6/76/7
Explanation: Let S be the event that a student plays a sport, and B be the event that a student is in the band. We are looking for P(BS)P(B|S). The formula for conditional probability using counts is P(BS)=n(BS)n(S)P(B|S) = \frac{n(B \cap S)}{n(S)}. We are given n(S)=70n(S) = 70 and n(BS)=30n(B \cap S) = 30. Therefore, P(BS)=3070=37P(B|S) = \frac{30}{70} = \frac{3}{7}. Distractor A is P(BS)=30/120=1/4P(B \cap S) = 30/120 = 1/4. Distractor C is P(SB)=n(BS)/n(B)=30/60=1/2P(S|B) = n(B \cap S) / n(B) = 30/60 = 1/2 or P(B)=60/120=1/2P(B)=60/120=1/2. Distractor D is P(B)/P(S)=(60/120)/(70/120)=6/7P(B)/P(S) = (60/120)/(70/120) = 6/7.

Question 4

A test for a disease is 99% accurate for people who have the disease. It gives a false positive 5% of the time for people who do not have the disease. It is known that 1% of the population has the disease.

A person is selected at random and tests positive. What is the probability, to two significant figures, that this person actually has the disease?

  1. 0.0099
  2. 0.17 (correct answer)
  3. 0.83
  4. 0.99
Explanation: Let D be the event that a person has the disease, and T be the event that they test positive. We are given: P(D)=0.01P(D) = 0.01, P(TD)=0.99P(T|D) = 0.99, and P(TD)=0.05P(T|D') = 0.05. We want to find P(DT)P(D|T). Using Bayes' theorem: P(DT)=P(TD)P(D)P(T)P(D|T) = \frac{P(T|D)P(D)}{P(T)} First, we find P(T)P(T) using the law of total probability: P(T)=P(TD)P(D)+P(TD)P(D)P(T) = P(T|D)P(D) + P(T|D')P(D') P(T)=(0.99)(0.01)+(0.05)(10.01)=0.0099+(0.05)(0.99)=0.0099+0.0495=0.0594P(T) = (0.99)(0.01) + (0.05)(1-0.01) = 0.0099 + (0.05)(0.99) = 0.0099 + 0.0495 = 0.0594. The numerator is P(TD)=P(TD)P(D)=0.0099P(T \cap D) = P(T|D)P(D) = 0.0099. So, P(DT)=0.00990.0594=99594=160.1666...P(D|T) = \frac{0.0099}{0.0594} = \frac{99}{594} = \frac{1}{6} \approx 0.1666.... To two significant figures, this is 0.17. Distractor D, 0.99, is P(TD)P(T|D), a common error of confusing the conditional probabilities. Distractor A is the numerator P(TD)P(T \cap D).

Question 5

In a class, 60% of students have a laptop, 70% have a smartphone, and 10% have neither.

What is the probability that a student who has a smartphone also has a laptop?

  1. 0.4
  2. 4/74/7 (correct answer)
  3. 2/32/3
  4. 0.9
Explanation: Let L be the event a student has a laptop, and S be the event a student has a smartphone. We are given P(L)=0.6P(L)=0.6, P(S)=0.7P(S)=0.7, and P(LS)=0.1P(L' \cap S')=0.1. We want to find P(LS)=P(LS)P(S)P(L|S) = \frac{P(L \cap S)}{P(S)}. First, find P(LS)P(L \cup S). By De Morgan's laws, P(LS)=P((LS))=0.1P(L' \cap S') = P((L \cup S)') = 0.1. So, P(LS)=1P((LS))=10.1=0.9P(L \cup S) = 1 - P((L \cup S)') = 1 - 0.1 = 0.9. Now, find P(LS)P(L \cap S) using the addition rule: P(LS)=P(L)+P(S)P(LS)=0.6+0.70.9=0.4P(L \cap S) = P(L) + P(S) - P(L \cup S) = 0.6 + 0.7 - 0.9 = 0.4. Finally, P(LS)=0.40.7=47P(L|S) = \frac{0.4}{0.7} = \frac{4}{7}. Distractor A is P(LS)P(L \cap S). Distractor C is P(SL)=0.4/0.6=2/3P(S|L) = 0.4/0.6 = 2/3. Distractor D is P(LS)P(L \cup S).

Question 6

In a school of 120 students, 70 students play a sport, 60 students are in the band, and 30 students do both.

A student is selected at random. Given that the student plays a sport, what is the probability they are also in the band?

  1. 1/41/4
  2. 3/73/7 (correct answer)
  3. 1/21/2
  4. 6/76/7
Explanation: Let S be the event that a student plays a sport, and B be the event that a student is in the band. We are looking for P(BS)P(B|S). The formula for conditional probability using counts is P(BS)=n(BS)n(S)P(B|S) = \frac{n(B \cap S)}{n(S)}. We are given n(S)=70n(S) = 70 and n(BS)=30n(B \cap S) = 30. Therefore, P(BS)=3070=37P(B|S) = \frac{30}{70} = \frac{3}{7}. Distractor A is P(BS)=30/120=1/4P(B \cap S) = 30/120 = 1/4. Distractor C is P(SB)=n(BS)/n(B)=30/60=1/2P(S|B) = n(B \cap S) / n(B) = 30/60 = 1/2 or P(B)=60/120=1/2P(B)=60/120=1/2. Distractor D is P(B)/P(S)=(60/120)/(70/120)=6/7P(B)/P(S) = (60/120)/(70/120) = 6/7.

Question 7

A test for a disease is 99% accurate for people who have the disease. It gives a false positive 5% of the time for people who do not have the disease. It is known that 1% of the population has the disease.

A person is selected at random and tests positive. What is the probability, to two significant figures, that this person actually has the disease?

  1. 0.0099
  2. 0.17 (correct answer)
  3. 0.83
  4. 0.99
Explanation: Let D be the event that a person has the disease, and T be the event that they test positive. We are given: P(D)=0.01P(D) = 0.01, P(TD)=0.99P(T|D) = 0.99, and P(TD)=0.05P(T|D') = 0.05. We want to find P(DT)P(D|T). Using Bayes' theorem: P(DT)=P(TD)P(D)P(T)P(D|T) = \frac{P(T|D)P(D)}{P(T)} First, we find P(T)P(T) using the law of total probability: P(T)=P(TD)P(D)+P(TD)P(D)P(T) = P(T|D)P(D) + P(T|D')P(D') P(T)=(0.99)(0.01)+(0.05)(10.01)=0.0099+(0.05)(0.99)=0.0099+0.0495=0.0594P(T) = (0.99)(0.01) + (0.05)(1-0.01) = 0.0099 + (0.05)(0.99) = 0.0099 + 0.0495 = 0.0594. The numerator is P(TD)=P(TD)P(D)=0.0099P(T \cap D) = P(T|D)P(D) = 0.0099. So, P(DT)=0.00990.0594=99594=160.1666...P(D|T) = \frac{0.0099}{0.0594} = \frac{99}{594} = \frac{1}{6} \approx 0.1666.... To two significant figures, this is 0.17. Distractor D, 0.99, is P(TD)P(T|D), a common error of confusing the conditional probabilities. Distractor A is the numerator P(TD)P(T \cap D).

Question 8

In a class, 60% of students have a laptop, 70% have a smartphone, and 10% have neither.

What is the probability that a student who has a smartphone also has a laptop?

  1. 0.4
  2. 4/74/7 (correct answer)
  3. 2/32/3
  4. 0.9
Explanation: Let L be the event a student has a laptop, and S be the event a student has a smartphone. We are given P(L)=0.6P(L)=0.6, P(S)=0.7P(S)=0.7, and P(LS)=0.1P(L' \cap S')=0.1. We want to find P(LS)=P(LS)P(S)P(L|S) = \frac{P(L \cap S)}{P(S)}. First, find P(LS)P(L \cup S). By De Morgan's laws, P(LS)=P((LS))=0.1P(L' \cap S') = P((L \cup S)') = 0.1. So, P(LS)=1P((LS))=10.1=0.9P(L \cup S) = 1 - P((L \cup S)') = 1 - 0.1 = 0.9. Now, find P(LS)P(L \cap S) using the addition rule: P(LS)=P(L)+P(S)P(LS)=0.6+0.70.9=0.4P(L \cap S) = P(L) + P(S) - P(L \cup S) = 0.6 + 0.7 - 0.9 = 0.4. Finally, P(LS)=0.40.7=47P(L|S) = \frac{0.4}{0.7} = \frac{4}{7}. Distractor A is P(LS)P(L \cap S). Distractor C is P(SL)=0.4/0.6=2/3P(S|L) = 0.4/0.6 = 2/3. Distractor D is P(LS)P(L \cup S).

Question 9

In a group of 40 students, 20 study Chemistry, 25 study Physics, and 5 study neither.

A student is chosen at random. Given that the student studies Physics, what is the probability they also study Chemistry?

  1. 2/52/5 (correct answer)
  2. 1/41/4
  3. 1/21/2
  4. 7/87/8
Explanation: When you encounter a question asking for the probability that one event occurs "given that" another has occurred, you're dealing with conditional probability. This requires you to focus only on the subset where the given condition is true. First, let's organize the information using a Venn diagram approach. With 40 total students, 5 study neither subject, so 35 students study at least one subject. If 20 study Chemistry and 25 study Physics, then the total would be 45 students—but we only have 35 studying at least one subject. This means 4535=1045 - 35 = 10 students study both subjects. Now we can break down the Physics students: 25 total Physics students, with 10 studying both subjects and 15 studying only Physics. For conditional probability, we use: P(ChemistryPhysics)=Students studying bothTotal Physics students=1025=25P(\text{Chemistry}|\text{Physics}) = \frac{\text{Students studying both}}{\text{Total Physics students}} = \frac{10}{25} = \frac{2}{5} Looking at the wrong answers: B) 14\frac{1}{4} incorrectly uses 10 out of 40 total students rather than focusing on Physics students only. C) 12\frac{1}{2} might come from using 10 out of 20 Chemistry students, confusing the direction of the conditional probability. D) 78\frac{7}{8} appears to use an incorrect calculation, possibly 3540\frac{35}{40} (students studying at least one subject). The correct answer is A) 25\frac{2}{5}. Strategy tip: For conditional probability questions, always restrict your sample space to only those cases where the given condition is met. Draw a Venn diagram when dealing with overlapping groups—it prevents calculation errors and clarifies your thinking.

Question 10

An arithmetic sequence has first term u1u_1 and common difference dd. The values of u1u_1 and dd are determined by rolling two independent fair six-sided dice.

What is the probability that the third term of the sequence, u3u_3, is greater than 10, given that the second term, u2u_2, is greater than 6?

  1. 17/3617/36
  2. 1/21/2
  3. 7/127/12
  4. 17/2117/21 (correct answer)
Explanation: Let A be the event u3>10u_3 > 10 and B be the event u2>6u_2 > 6. We want P(AB)=n(AB)n(B)P(A|B) = \frac{n(A \cap B)}{n(B)}. u2=u1+d>6u_2 = u_1 + d > 6 and u3=u1+2d>10u_3 = u_1 + 2d > 10. The sample space for (u1,d)(u_1, d) has 6×6=366 \times 6 = 36 outcomes. First, find the number of outcomes in B (u1+d>6u_1+d > 6). By listing pairs (u1,d)(u_1, d): (6,1), (5,2), (6,2), (4,3), (5,3), (6,3), (3,4), (4,4), (5,4), (6,4), (2,5), (3,5), (4,5), (5,5), (6,5), (1,6), (2,6), (3,6), (4,6), (5,6), (6,6). There are 1+2+3+4+5+6=211+2+3+4+5+6 = 21 outcomes. So n(B)=21n(B)=21. Next, find the outcomes in ABA \cap B, which are the pairs from the list above that also satisfy u1+2d>10u_1 + 2d > 10. Checking the list: (5,3), (6,3), (3,4), (4,4), (5,4), (6,4), (2,5), (3,5), (4,5), (5,5), (6,5), (1,6), (2,6), (3,6), (4,6), (5,6), (6,6). There are 2+4+5+6=172+4+5+6 = 17 outcomes. So n(AB)=17n(A \cap B) = 17. The required probability is P(AB)=1721P(A|B) = \frac{17}{21}.

Question 11

In a group of 40 students, 20 study Chemistry, 25 study Physics, and 5 study neither.

A student is chosen at random. Given that the student studies Physics, what is the probability they also study Chemistry?

  1. 2/52/5 (correct answer)
  2. 1/41/4
  3. 1/21/2
  4. 7/87/8
Explanation: When you encounter a question asking for the probability that one event occurs "given that" another has occurred, you're dealing with conditional probability. This requires you to focus only on the subset where the given condition is true. First, let's organize the information using a Venn diagram approach. With 40 total students, 5 study neither subject, so 35 students study at least one subject. If 20 study Chemistry and 25 study Physics, then the total would be 45 students—but we only have 35 studying at least one subject. This means 4535=1045 - 35 = 10 students study both subjects. Now we can break down the Physics students: 25 total Physics students, with 10 studying both subjects and 15 studying only Physics. For conditional probability, we use: P(ChemistryPhysics)=Students studying bothTotal Physics students=1025=25P(\text{Chemistry}|\text{Physics}) = \frac{\text{Students studying both}}{\text{Total Physics students}} = \frac{10}{25} = \frac{2}{5} Looking at the wrong answers: B) 14\frac{1}{4} incorrectly uses 10 out of 40 total students rather than focusing on Physics students only. C) 12\frac{1}{2} might come from using 10 out of 20 Chemistry students, confusing the direction of the conditional probability. D) 78\frac{7}{8} appears to use an incorrect calculation, possibly 3540\frac{35}{40} (students studying at least one subject). The correct answer is A) 25\frac{2}{5}. Strategy tip: For conditional probability questions, always restrict your sample space to only those cases where the given condition is met. Draw a Venn diagram when dealing with overlapping groups—it prevents calculation errors and clarifies your thinking.

Question 12

A bag contains 3 red and 7 blue marbles. Two marbles are drawn at random without replacement.

Given that the second marble drawn was blue, what is the probability that the first marble was red?

  1. 3/103/10
  2. 1/31/3 (correct answer)
  3. 7/107/10
  4. 7/97/9
Explanation: Let R1 be the event 'first marble is red' and B2 be the event 'second marble is blue'. We want to find P(R1B2)P(R1|B2). Using the formula for conditional probability, P(R1B2)=P(R1B2)P(B2)P(R1|B2) = \frac{P(R1 \cap B2)}{P(B2)}. First, find the probability of the intersection, P(R1B2)P(R1 \cap B2). This is the probability of drawing red then blue: P(R1B2)=P(R1)×P(B2R1)=310×79=2190=730P(R1 \cap B2) = P(R1) \times P(B2|R1) = \frac{3}{10} \times \frac{7}{9} = \frac{21}{90} = \frac{7}{30}. Next, find the overall probability of the second marble being blue, P(B2)P(B2), using the law of total probability: P(B2)=P(B2R1)P(R1)+P(B2B1)P(B1)P(B2) = P(B2|R1)P(R1) + P(B2|B1)P(B1) P(B2)=(79)(310)+(69)(710)=2190+4290=6390=710P(B2) = (\frac{7}{9})(\frac{3}{10}) + (\frac{6}{9})(\frac{7}{10}) = \frac{21}{90} + \frac{42}{90} = \frac{63}{90} = \frac{7}{10}. Finally, P(R1B2)=7/307/10=730×107=1030=13P(R1|B2) = \frac{7/30}{7/10} = \frac{7}{30} \times \frac{10}{7} = \frac{10}{30} = \frac{1}{3}. Distractor A is P(R1)P(R1), ignoring the condition. Distractor D is P(B2R1)P(B2|R1), confusing it with P(R1B2)P(R1|B2).

Question 13

Events E and F are independent, with P(E)=1/3P(E) = 1/3 and P(F)=3/4P(F) = 3/4. Find P(EEF)P(E | E \cup F).

  1. 1/41/4
  2. 1/31/3
  3. 2/52/5 (correct answer)
  4. 5/65/6
Explanation: We need to calculate P(EEF)=P(E(EF))P(EF)P(E | E \cup F) = \frac{P(E \cap (E \cup F))}{P(E \cup F)}. Since E is a subset of EFE \cup F, the intersection E(EF)E \cap (E \cup F) is simply E. So, P(EEF)=P(E)P(EF)P(E | E \cup F) = \frac{P(E)}{P(E \cup F)}. We need to find P(EF)P(E \cup F). Since E and F are independent, P(EF)=P(E)P(F)=(1/3)(3/4)=1/4P(E \cap F) = P(E)P(F) = (1/3)(3/4) = 1/4. Using the addition rule: P(EF)=P(E)+P(F)P(EF)=1/3+3/41/4=1/3+2/4=1/3+1/2=5/6P(E \cup F) = P(E) + P(F) - P(E \cap F) = 1/3 + 3/4 - 1/4 = 1/3 + 2/4 = 1/3 + 1/2 = 5/6. Finally, P(EEF)=1/35/6=13×65=615=25P(E | E \cup F) = \frac{1/3}{5/6} = \frac{1}{3} \times \frac{6}{5} = \frac{6}{15} = \frac{2}{5}. Distractor B is P(E)P(E). This would be the answer for P(EF)P(E|F), not P(EEF)P(E|E \cup F).

Question 14

Events A and B are such that P(A)=0.4P(A) = 0.4 and P(AB)=0.7P(A \cup B) = 0.7. Let P(B)=pP(B) = p. For which value of pp are events A and B independent?

  1. 0.3
  2. 0.4
  3. 0.5 (correct answer)
  4. 0.7
Explanation: For events A and B to be independent, we must have P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B). First, we express P(AB)P(A \cap B) using the addition rule: P(AB)=P(A)+P(B)P(AB)=0.4+p0.7=p0.3P(A \cap B) = P(A) + P(B) - P(A \cup B) = 0.4 + p - 0.7 = p - 0.3. For independence, we set this equal to P(A)P(B)P(A)P(B): p0.3=(0.4)pp - 0.3 = (0.4)p 0.6p=0.30.6p = 0.3 p=0.30.6=0.5p = \frac{0.3}{0.6} = 0.5 Distractor A assumes A and B are mutually exclusive, so P(AB)=P(A)+P(B)    0.7=0.4+p    p=0.3P(A \cup B) = P(A) + P(B) \implies 0.7 = 0.4 + p \implies p=0.3.

Question 15

An arithmetic sequence has first term u1u_1 and common difference dd. The values of u1u_1 and dd are determined by rolling two independent fair six-sided dice.

What is the probability that the third term of the sequence, u3u_3, is greater than 10, given that the second term, u2u_2, is greater than 6?

  1. 17/3617/36
  2. 1/21/2
  3. 7/127/12
  4. 17/2117/21 (correct answer)
Explanation: Let A be the event u3>10u_3 > 10 and B be the event u2>6u_2 > 6. We want P(AB)=n(AB)n(B)P(A|B) = \frac{n(A \cap B)}{n(B)}. u2=u1+d>6u_2 = u_1 + d > 6 and u3=u1+2d>10u_3 = u_1 + 2d > 10. The sample space for (u1,d)(u_1, d) has 6×6=366 \times 6 = 36 outcomes. First, find the number of outcomes in B (u1+d>6u_1+d > 6). By listing pairs (u1,d)(u_1, d): (6,1), (5,2), (6,2), (4,3), (5,3), (6,3), (3,4), (4,4), (5,4), (6,4), (2,5), (3,5), (4,5), (5,5), (6,5), (1,6), (2,6), (3,6), (4,6), (5,6), (6,6). There are 1+2+3+4+5+6=211+2+3+4+5+6 = 21 outcomes. So n(B)=21n(B)=21. Next, find the outcomes in ABA \cap B, which are the pairs from the list above that also satisfy u1+2d>10u_1 + 2d > 10. Checking the list: (5,3), (6,3), (3,4), (4,4), (5,4), (6,4), (2,5), (3,5), (4,5), (5,5), (6,5), (1,6), (2,6), (3,6), (4,6), (5,6), (6,6). There are 2+4+5+6=172+4+5+6 = 17 outcomes. So n(AB)=17n(A \cap B) = 17. The required probability is P(AB)=1721P(A|B) = \frac{17}{21}.

Question 16

Let A and B be events such that P(A)=0.6P(A) = 0.6, P(B)=0.5P(B) = 0.5 and P(AB)=0.9P(A \cup B) = 0.9. Find P(AB)P(A|B).

  1. 0.2
  2. 1/31/3
  3. 0.4 (correct answer)
  4. 0.5
Explanation: First, we find P(AB)P(A \cap B) using the formula P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). 0.9=0.6+0.5P(AB)0.9 = 0.6 + 0.5 - P(A \cap B) P(AB)=1.10.9=0.2P(A \cap B) = 1.1 - 0.9 = 0.2 Now, we use the conditional probability formula: P(AB)=P(AB)P(B)=0.20.5=0.4P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{0.2}{0.5} = 0.4

Question 17

Given that P(AB)=0.8P(A|B) = 0.8, P(B)=0.5P(B) = 0.5, and P(A)=0.6P(A) = 0.6. Find P(BA)P(B|A).

  1. 0.4
  2. 0.5
  3. 2/32/3 (correct answer)
  4. 5/65/6
Explanation: First, find P(AB)P(A \cap B) using the given conditional probability: P(AB)=P(AB)×P(B)=0.8×0.5=0.4P(A \cap B) = P(A|B) \times P(B) = 0.8 \times 0.5 = 0.4 Next, use this to find P(BA)P(B|A): P(BA)=P(AB)P(A)=0.40.6=46=23P(B|A) = \frac{P(A \cap B)}{P(A)} = \frac{0.4}{0.6} = \frac{4}{6} = \frac{2}{3} Distractor A is the value of P(AB)P(A \cap B). Distractor B is P(B)P(B), which would be the answer if A and B were independent. Distractor D is P(B)/P(A)P(B)/P(A).

Question 18

Let A and B be two events such that A is a subset of B (ABA \subset B). Given P(A)=0.2P(A) = 0.2 and P(B)=0.6P(B) = 0.6. What is P(BA)P(B|A)?

  1. 0.2
  2. 1/31/3
  3. 0.6
  4. 1 (correct answer)
Explanation: We want to find P(BA)=P(BA)P(A)P(B|A) = \frac{P(B \cap A)}{P(A)}. Since A is a subset of B (ABA \subset B), the intersection of A and B is A itself. That is, AB=AA \cap B = A. Therefore, P(BA)=P(A)=0.2P(B \cap A) = P(A) = 0.2. Substituting this into the conditional probability formula: P(BA)=P(A)P(A)=0.20.2=1P(B|A) = \frac{P(A)}{P(A)} = \frac{0.2}{0.2} = 1 Conceptually, if event A has occurred, then event B must also have occurred, since every outcome in A is also in B. Thus, the probability is 1. Distractor B is the value of P(AB)=P(AB)/P(B)=P(A)/P(B)=0.2/0.6=1/3P(A|B) = P(A \cap B)/P(B) = P(A)/P(B) = 0.2/0.6 = 1/3.

Question 19

A fair coin is tossed three times. What is the probability of getting exactly two heads, given that at least one head was obtained?

  1. 3/83/8
  2. 3/73/7 (correct answer)
  3. 1/21/2
  4. 3/43/4
Explanation: Let A be the event of getting exactly two heads. The outcomes for A are {HHT, HTH, THH}. There are 3 such outcomes, so P(A)=3/8P(A) = 3/8. Let B be the event of getting at least one head. The only outcome not in B is {TTT}. So there are 81=78-1=7 outcomes in B, and P(B)=7/8P(B) = 7/8. We want to find P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}. The event A (exactly two heads) is a subset of event B (at least one head). Therefore, AB=AA \cap B = A. So, P(AB)=P(A)P(B)=3/87/8=37P(A|B) = \frac{P(A)}{P(B)} = \frac{3/8}{7/8} = \frac{3}{7}. Distractor A is P(A)P(A), ignoring the condition. Distractor D is the probability of exactly two heads given at least two heads: P(Aat least 2 H)=(3/8)/(4/8)=3/4P(A | \text{at least 2 H}) = (3/8)/(4/8) = 3/4.

Question 20

Let A and B be events such that P(A)=0.6P(A) = 0.6, P(B)=0.5P(B) = 0.5 and P(AB)=0.9P(A \cup B) = 0.9. Find P(AB)P(A|B).

  1. 0.2
  2. 1/31/3
  3. 0.4 (correct answer)
  4. 0.5
Explanation: First, we find P(AB)P(A \cap B) using the formula P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). 0.9=0.6+0.5P(AB)0.9 = 0.6 + 0.5 - P(A \cap B) P(AB)=1.10.9=0.2P(A \cap B) = 1.1 - 0.9 = 0.2 Now, we use the conditional probability formula: P(AB)=P(AB)P(B)=0.20.5=0.4P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{0.2}{0.5} = 0.4