Conditional Probability Practice Questions with Answers
Conditional Probability Practice Questions with Answers
Conditional probability is the likelihood of an event occurring given that another event has already occurred. Understanding this concept is essential for data science, medical diagnostics, and risk assessment, as it allows us to update our beliefs based on new evidence. Whether you are calculating the chance of a disease given a positive test result or predicting weather patterns, mastering conditional probability practice questions is a fundamental step in statistical literacy.
Concept Explanation
Conditional probability is defined as the probability of event A occurring, provided that event B has already taken place, and is mathematically expressed as P(A|B). This concept essentially restricts the sample space to only those outcomes where event B is true. If the occurrence of event B provides no information about event A, the two events are considered independent.
The standard formula for calculating conditional probability is:
P(A|B) = P(A ∩ B) / P(B)
Where:
-
P(A|B): The probability of A given B.
-
P(A ∩ B): The joint probability that both A and B occur.
-
P(B): The probability that event B occurs (must be greater than zero).
To visualize this, imagine a Venn diagram. While the standard probability of A is the area of circle A divided by the entire rectangle (the sample space), the conditional probability P(A|B) is the area where A and B overlap divided only by the area of circle B. This principle is a cornerstone of Bayes' Theorem, which is used extensively in machine learning and scientific research. Just as scientists use Mass Spectrometry Practice Questions to identify chemical structures, statisticians use conditional probability to identify patterns in data under specific constraints.
Solved Examples
Example 1: Rolling a Die
What is the probability that a fair six-sided die lands on 4, given that the result is an even number?
-
Identify the sample space for event B (the condition): The even numbers are {2, 4, 6}. So, P(B) = 3/6.
-
Identify the intersection P(A ∩ B): The only outcome that is both 4 and even is {4}. So, P(A ∩ B) = 1/6.
-
Apply the formula: P(A|B) = (1/6) / (3/6) = 1/3.
-
The result is 1/3 or approximately 33.3%.
Example 2: Drawing Cards
Two cards are drawn from a standard 52-card deck without replacement. What is the probability that the second card is a King, given that the first card was a King?
-
Identify the initial state: There are 4 Kings in a 52-card deck.
-
Apply the condition: Since the first card was a King and was not replaced, there are now 3 Kings left in a deck of 51 cards.
-
Calculate: The probability is simply the remaining Kings over the remaining total cards: 3/51.
-
Simplify: 3/51 = 1/17.
Example 3: Medical Testing
In a population, 1% of people have a specific disease. A test for this disease is 99% accurate (true positive) and has a 2% false positive rate. If a person tests positive, what is the probability they actually have the disease?
-
Define events: D = has disease, T = tests positive. We want P(D|T).
-
Use Bayes' Theorem: P(D|T) = [P(T|D) * P(D)] / P(T).
-
Calculate P(T): P(T) = (P(T|D) * P(D)) + (P(T|not D) * P(not D)) = (0.99 * 0.01) + (0.02 * 0.99) = 0.0099 + 0.0198 = 0.0297.
-
Calculate P(D|T): 0.0099 / 0.0297 = 1/3 or 33.3%.
Practice Questions
-
A jar contains 5 red marbles and 3 blue marbles. Two marbles are drawn without replacement. What is the probability that the second marble is blue, given that the first was red?
-
In a group of 100 students, 40 like Math, 30 like Science, and 10 like both. If a student is chosen at random and likes Math, what is the probability they also like Science?
-
A fair coin is flipped three times. What is the probability of getting all heads, given that at least one head was flipped?
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →-
The probability that it rains is 0.3. The probability that a football match is cancelled is 0.2 if it rains and 0.05 if it does not rain. What is the probability that it rained, given that the match was cancelled?
-
Two dice are rolled. What is the probability that the sum is 8, given that the two numbers are different?
-
A company produces light bulbs at two factories. Factory A produces 60% of the bulbs and 2% are defective. Factory B produces 40% and 1% are defective. If a bulb is defective, what is the probability it came from Factory A?
-
In a certain city, 25% of people own a dog, 20% own a cat, and 10% own both. If a randomly selected person owns a cat, what is the probability they also own a dog?
-
A bag contains 4 black balls and 6 white balls. Three balls are drawn one by one without replacement. What is the probability that all three are white, given that the first one was white?
-
A student takes a multiple-choice test where each question has 4 options. For a particular question, the student either knows the answer (probability 0.6) or guesses. If they guess, the probability of being correct is 0.25. If the student got the answer right, what is the probability they actually knew it?
-
If P(A) = 0.5, P(B) = 0.4, and P(A ∪ B) = 0.7, find P(A|B).
Just as identifying molecular weights in Medium Mass Spectrometry Practice Questions requires careful attention to detail, solving these problems requires a systematic approach to identifying the reduced sample space.
Answers & Explanations
-
Answer: 3/7. After drawing one red marble, 7 marbles remain in the jar (4 red, 3 blue). The probability of drawing a blue marble from the remaining set is 3/7.
-
Answer: 1/4 or 0.25. P(Science|Math) = P(Science ∩ Math) / P(Math). Here, P(Science ∩ Math) = 10/100 and P(Math) = 40/100. So, 10/40 = 1/4.
-
Answer: 1/7. The sample space for 3 flips has 8 outcomes. "At least one head" excludes only {TTT}, leaving 7 outcomes. Only one of these is {HHH}. Thus, 1/7.
-
Answer: 0.631. P(Rain|Cancelled) = [P(Cancelled|Rain) * P(Rain)] / P(Cancelled). P(Cancelled) = (0.2 * 0.3) + (0.05 * 0.7) = 0.06 + 0.035 = 0.095. P(Rain|Cancelled) = 0.06 / 0.095 ≈ 0.631.
-
Answer: 4/30 or 2/15. Total outcomes for two dice is 36. "Different numbers" excludes {1,1, 2,2, 3,3, 4,4, 5,5, 6,6}, leaving 30 outcomes. Sums of 8 are {2,6, 3,5, 4,4, 5,3, 6,2}. Since 4,4 is excluded, there are 4 successful outcomes. 4/30 = 2/15.
-
Answer: 0.75. P(A|D) = [P(D|A) * P(A)] / [P(D|A)P(A) + P(D|B)P(B)]. P(A|D) = (0.02 * 0.6) / [(0.02 * 0.6) + (0.01 * 0.4)] = 0.012 / (0.012 + 0.004) = 0.012 / 0.016 = 0.75.
-
Answer: 0.5. P(Dog|Cat) = P(Dog ∩ Cat) / P(Cat). P(Dog|Cat) = 0.10 / 0.20 = 0.5.
-
Answer: 1/3. After the first white ball is drawn, 5 white and 4 black remain. The probability the next two are white is (5/9) * (4/8) = 20/72 = 5/18. (Alternative: Use combinations).
-
Answer: 0.857. P(Know|Correct) = [P(Correct|Know) * P(Know)] / P(Correct). P(Correct) = (1.0 * 0.6) + (0.25 * 0.4) = 0.6 + 0.1 = 0.7. P(Know|Correct) = 0.6 / 0.7 ≈ 0.857.
-
Answer: 0.5. First find P(A ∩ B) using P(A ∪ B) = P(A) + P(B) - P(A ∩ B). 0.7 = 0.5 + 0.4 - P(A ∩ B) => P(A ∩ B) = 0.2. Then P(A|B) = 0.2 / 0.4 = 0.5.
For more challenging logic puzzles, you might enjoy exploring Hard Reaction Mechanism Practice Questions which also rely on step-by-step deductive reasoning.
Quick Quiz
1. If events A and B are independent, what is P(A|B)?
- A P(B)
- B P(A)
- C P(A ∩ B)
- D 0
Check answer
Answer: B. P(A)
2. In the formula P(A|B) = P(A ∩ B) / P(B), what must be true about P(B)?
- A It must be equal to 1
- B It must be greater than zero
- C It must be less than P(A)
- D It must be equal to P(A)
Check answer
Answer: B. It must be greater than zero
3. If P(A|B) = 0.6 and P(B) = 0.5, what is P(A ∩ B)?
- A 0.1
- B 1.1
- C 0.3
- D 0.83
Check answer
Answer: C. 0.3
4. You have two coins. One is fair, and one is two-headed. You pick one at random and flip it; it shows heads. What is the probability you picked the two-headed coin?
- A 1/2
- B 1/4
- C 2/3
- D 1/3
Check answer
Answer: C. 2/3
5. Which theorem is most commonly used to reverse conditional probabilities?
- A Pythagorean Theorem
- B Central Limit Theorem
- C Bayes' Theorem
- D Law of Large Numbers
Check answer
Answer: C. Bayes' Theorem
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →Frequently Asked Questions
What is the difference between joint probability and conditional probability?
Joint probability is the likelihood of two events occurring simultaneously, while conditional probability is the likelihood of one event occurring given that the other has already occurred. Mathematically, joint probability P(A ∩ B) is a component used to calculate the conditional probability P(A|B).
How do you know if two events are independent using conditional probability?
Two events are independent if the conditional probability P(A|B) is equal to the marginal probability P(A). This indicates that the occurrence of event B has no influence on the probability of event A.
Can conditional probability be greater than 1?
No, like all probabilities, conditional probability must be a value between 0 and 1, inclusive. It represents a ratio of the intersection of events to the probability of the conditioning event.
What is the "Conditioning Event" in P(A|B)?
The conditioning event is event B, which is the piece of information or the evidence we already know to be true. It effectively shrinks the sample space from the entire set of possibilities to only those outcomes contained within B.
Why is Bayes' Theorem important in conditional probability?
Bayes' Theorem provides a way to update the probability of a hypothesis as more evidence or information becomes available. It allows us to calculate P(A|B) if we already know P(B|A), which is vital in fields like medicine and forensic science.
What happens if P(B) is zero?
If the probability of the conditioning event B is zero, the conditional probability P(A|B) is undefined. You cannot condition an event on something that has no possibility of occurring.
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →Enjoyed this article?
Share it with others who might find it helpful.
Related Articles

Unit Conversion Practice Questions with Answers
Master unit conversion with our comprehensive guide featuring solved examples, practice questions, and detailed explanations for metric and imperial systems.
Apr 6, 2026

Decimal Conversion Practice Questions with Answers
Master decimal conversion with our comprehensive guide featuring solved examples, practice questions, and a quick quiz to sharpen your math skills.
Apr 6, 2026

Fraction Practice Questions with Answers
Fraction Practice Questions with Answers
Apr 6, 2026