Probability already feels tricky. Conditional probability feels like someone moved the goalposts mid-game. But here’s the truth: it’s not a different game — it’s the same game played with updated information.
When you know that something has already happened, the sample space shrinks. Conditional probability is just regular probability inside a smaller, restricted sample space.
The formula is . Read "" as “probability of A given that B has already occurred.” The denominator normalises everything to the new, reduced sample space.
This concept shows up in Class 12 boards (3–5 marks, often combined with Bayes’ theorem), JEE Main (1–2 questions per session), and is foundational for NEET reasoning questions.
Key Terms & Definitions
Sample Space (S): The set of all possible outcomes of an experiment.
Event: A subset of the sample space.
Conditional Probability: — the probability of event A occurring, given that event B has already occurred.
Independent Events: Two events A and B are independent if , equivalently . Knowledge of B doesn’t change A’s probability.
Multiplication Rule: Directly from the conditional probability formula:
Total Probability Theorem: If are mutually exclusive exhaustive events:
Bayes’ Theorem: Reverses conditional probability — given effect, find cause:
Core Concepts
Why the Denominator is P(B)
When we know B has occurred, we’re no longer working in the full sample space S. We’re working inside B. So the total “space” is now , and we want to know what fraction of that space also includes A — which is .
Dividing by re-scales the probability so everything sums to 1 within the new restricted space. This is the geometric intuition.
Multiplication Rule
Rearranging the conditional probability formula:
This is enormously useful. When you’re computing the probability of two events happening in sequence, multiply: “probability B happens” × “probability A happens given B has happened.”
Example: Drawing two aces from a deck without replacement.
Chain Rule (Extended Multiplication)
For three events:
Independence vs. Mutual Exclusivity
Students constantly confuse these. They are almost opposites:
-
Mutually exclusive: . They can’t both happen. If occurs, B definitely doesn’t. So (unless both have zero probability). These events are highly dependent.
-
Independent: . Knowing B tells you nothing about A. They can both happen — in fact, typically.
Solved Examples
Example 1 — Easy (CBSE Level)
A bag contains 5 red and 3 blue balls. A ball is drawn at random. Given that it is red, what is the probability the next draw (without replacement) is also red?
Solution: Let A = second ball red, B = first ball red.
After one red ball is removed: 4 red, 3 blue → 7 balls total.
Answer:
Example 2 — Medium (CBSE Class 12)
A die is thrown twice. Find the probability that the sum is at least 9, given that the first throw shows a 4.
Solution: Let B = first throw shows 4. Let A = sum 9.
Given first throw = 4, the second throw must give at least 5 (since ).
Favourable outcomes for second throw: 5, 6 → 2 outcomes.
Example 3 — Hard (JEE Main Level)
Two cards are drawn successively without replacement from a pack of 52. Find the probability that both are kings.
Solution:
Example 4 — Advanced (Bayes’ Theorem)
Factory I produces 30% of total items, factory II produces 70%. Defect rate: factory I = 2%, factory II = 1%. An item is found defective. What is the probability it came from factory I?
Solution: Let = from factory I, = from factory II, A = defective.
Exam-Specific Tips
CBSE Class 12: Bayes’ theorem questions are standard 5-mark LA questions. They always give you a table of conditional probabilities and ask you to reverse one. Practise setting up the Bayes fraction carefully — the denominator is total probability using all branches.
JEE Main: Conditional probability appears in 1–2 questions per session. A JEE 2024 Shift 1 question asked about independence of events — know that is both the definition and the test for independence.
For problems involving cards, dice, or balls — always identify the reduced sample space explicitly. Write it out if needed. The biggest source of errors is computing incorrectly because students forget to update the denominator.
Common Mistakes to Avoid
Mistake 1: Forgetting to reduce the sample space. When computing , students still divide by 36 instead of 6. Once you condition on first die = 5, the sample space is only 6 outcomes (second die outcomes), not 36.
Mistake 2: Treating independent events as mutually exclusive. If A and B are independent, (usually). Mutually exclusive means they can’t happen together. These are different properties.
Mistake 3: Reversing the conditioning direction. in general. This is a critical distinction. Bayes’ theorem is specifically designed to go from to .
Mistake 4: Using conditional probability when events are independent. If A and B are independent, — the condition is irrelevant. Don’t do extra computation when you know events are independent.
Mistake 5: Dividing by the wrong probability in Bayes’ theorem. The denominator in Bayes’ theorem is computed via total probability — sum over ALL branches. Missing even one branch gives a wrong answer.
Practice Questions
Q1. A card is drawn from a pack of 52. Given that it is a face card, what is the probability it is a king?
There are 12 face cards (J, Q, K × 4 suits) and 4 kings.
Q2. P(A) = 0.4, P(B) = 0.5, P(A ∩ B) = 0.2. Find P(A|B) and P(B|A).
. Since , events A and B are independent.
. Confirms independence.
Q3. A box has 4 defective and 6 good items. Two items drawn without replacement. Find P(both defective).
Q4. Given P(A) = 1/3, P(B) = 1/4, and A and B are independent. Find P(A ∪ B).
Q5. Three coins tossed. Given at least one head, find probability of all three heads.
Let B = at least one head, A = all three heads.
(HHH satisfies both)
Q6. Events A and B: P(A) = 0.5, P(B) = 0.3, P(A|B) = 0.4. Are they independent?
For independence: should equal .
But .
Therefore, A and B are not independent.
Q7. In a group, 40% have diabetes. Among diabetics, 70% have high BP. Among non-diabetics, 20% have high BP. A person selected randomly has high BP. Find probability they have diabetes.
Let = has diabetes, = has high BP.
, , ,
Q8. A die thrown twice. P(sum = 7 | first throw is 3)?
Given first = 3, need second = 4 for sum = 7.
FAQs
What is the difference between P(A|B) and P(B|A)?
is probability of A given B has occurred. is probability of B given A. They are generally not equal. Bayes’ theorem relates them: .
When are two events independent?
Events A and B are independent when — equivalently, . This is the test you use in problems.
Can mutually exclusive events be independent?
Only if at least one of them has probability zero. If both A and B have non-zero probability and (mutually exclusive), then , so they are dependent.
What is Bayes’ theorem used for?
Bayes’ theorem is used to “reverse” conditional probabilities — given that an effect (A) has occurred, find the probability of a particular cause (). Classic applications: medical diagnosis, quality control, spam filters.
How is conditional probability different from regular probability?
Regular probability works on the full sample space. Conditional probability works on a restricted sample space — only the outcomes where B has occurred. The formula mathematically captures this restriction.
Is the multiplication rule always valid?
Yes, is always valid (as long as ). It simplifies to only when A and B are independent.
What does P(A|B) = 1 mean?
It means: whenever B occurs, A must also occur. In set terms: .
Additional Worked Examples
Total Probability with Three Events
A company has three machines M₁, M₂, M₃ producing 30%, 45%, 25% of items. Defect rates: M₁ = 3%, M₂ = 4%, M₃ = 5%. An item is randomly selected and found defective. Find the probability it came from M₂.
, ,
, ,
About 45.6% probability the defective item came from M₂.
CBSE Class 12 board exams 2023 and 2024 both had a Bayes’ theorem question worth 5 marks in Section E. The standard format: 3 factories/machines/bags with given probabilities, one conditional event, find the reverse conditional. Setting up the fraction correctly — with the denominator being the total probability sum — is where most marks are lost.
Repeated Independent Trials (Bernoulli Trials)
When an experiment with two outcomes (success/failure) is repeated independently, the probability of exactly successes in trials is:
where = probability of success in a single trial.
Example: A coin is tossed 5 times. Find P(exactly 3 heads).
Mean , Variance
This connects counting (combinations) with conditional probability (independent trials).