Feb 22
Feb 22
Examples:
🔴 Common Mistakes:
Confusing when to multiply and when to add.
🛑 Your Mistakes:
Selecting between Multiplication & Addition.
🛑 Your Mistakes:
Expanding factorials when cancellation is possible.
✔ Special Cases:
🔴 Common Mistakes:
Using P&C formulas without checking if order matters.
🛑 Your Mistakes:
Forgetting when to use (n − 1)! in circular cases.
2/7
4️⃣ Combinations (Selections Without Order)
n!
C(n, r) =
r!(n − r)!
✔ Properties:
C(n, 0) = 1, C(n, n) = 1.
C(n, r) = C(n, n − r).
🔴 Common Mistakes:
Mixing up Permutation and Combination.
🛑 Your Mistakes:
Using Permutation instead of Combination.
3/7
✔ Use "AND" vs. "OR" Rule Properly
✔ Practice Trickier Case-Based Problems
✅ Example:
Tossing a fair die, probability of getting a 3:
1
P (3) =
6
3 1
P (odd) = =
6 2
🔴 Common Mistakes:
Forgetting that probability is always between 0 and 1.
🛑 Your Mistakes:
4/7
Missing some possible cases when calculating total outcomes.
✅ Example:
Classical Probability: Tossing a fair coin, P (H) = 12 .
80
Empirical Probability: 80 out of 100 students pass an exam, P (Pass) = 100
= 0.8.
🔴 Common Mistakes:
Confusing experimental probability with classical probability.
🛑 Your Mistakes:
Assuming real-world probabilities are always equal (e.g., thinking all dice are fair).
✅ Example:
Getting a 6 on a die (A) and not getting a 6 (A’):
1 5
P (A′ ) = 1 − P (A) = 1 − =
6 6
🔴 Common Mistakes:
Using the wrong formula for mutually exclusive events.
🛑 Your Mistakes:
5/7
Confusing mutually exclusive and independent events.
📌 Bayes' Theorem:
P (B∣A)P (A)
P (A∣B) =
P (B)
✅ Example:
A box has 3 red and 2 blue balls. If a red ball is already drawn, probability of drawing
another red:
2 1
P (R2 ∣R1 ) = =
4 2
🔴 Common Mistakes:
Forgetting to update the sample space after an event occurs.
🛑 Your Mistakes:
Misinterpreting conditional probability statements in word problems.
✅ Example:
Tossing two fair coins, probability of getting two heads:
1 1 1
P (H1 ∩ H2 ) = P (H1 ) × P (H2 ) = × =
2 2 4
6/7
🔴 Common Mistakes:
Applying the independence formula to dependent events.
🛑 Your Mistakes:
Forgetting to check if events are dependent or independent before applying formulas.
3
Rolling an even number on a die: P (E) = 6
= 12 .
✅ Probability in Combinations:
Selecting 2 red and 1 blue ball from a set:
C(3, 2) × C(2, 1)
P =
C(5, 3)
7/7