Fatskills
Practice. Master. Repeat.
Study Guide: **Modern Math – Probability: The 99+ Percentile Playbook**
Source: https://www.fatskills.com/cat-mba/chapter/modern-math-probability-the-99-percentile-playbook

**Modern Math – Probability: The 99+ Percentile Playbook**

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

Modern Math – Probability: The 99+ Percentile Playbook

(For CAT QA Section)


What This Is

Probability is a high-frequency, high-scoring topic in CAT QA, appearing in 3–5 questions per paper (often as standalone or data-sufficiency problems). It tests logical reasoning over rote formulas, making it a percentile differentiator—top scorers solve it in <2 minutes per question with near-perfect accuracy. Mastering probability also sharpens your combinatorics and set theory skills, which spill over into other CAT topics.

Real-CAT Style Example:
A bag contains 5 red, 4 blue, and 3 green balls. If 3 balls are drawn at random, what is the probability that at least two are red? (Answer: 11/22, but the trap is miscounting "at least two" cases—more on this later.)


Key Concepts & Techniques

  1. Sample Space (S) & Events (E)
  2. What: Total possible outcomes (S) vs. favorable outcomes (E).
  3. When to use: Every probability question starts here. For finite outcomes, list or count systematically.
  4. CAT Trap: Ignoring order when it matters (e.g., drawing balls with vs. without replacement).

  5. Basic Probability Formula

  6. P(E) = n(E) / n(S)
  7. When to use: When outcomes are equally likely (e.g., fair dice, random draws).
  8. Pro Tip: If n(S) is large, use combinatorics (nCr, nPr) to count n(E) and n(S).

  9. Complementary Probability

  10. P(E) = 1 – P(not E)
  11. When to use: For "at least one" or "at most k" questions (e.g., "probability of at least 1 red ball" = 1 – P(no red balls)).
  12. Why? Saves time vs. enumerating all cases.

  13. Addition Rule (Mutually Exclusive Events)

  14. P(A or B) = P(A) + P(B) if A and B cannot occur together.
  15. When to use: "Either A or B" scenarios (e.g., drawing a red or blue ball in one draw).
  16. CAT Trap: Forgetting to check if events are mutually exclusive.

  17. General Addition Rule (Non-Mutually Exclusive)

  18. P(A or B) = P(A) + P(B) – P(A and B)
  19. When to use: When events can overlap (e.g., "probability of drawing a red card or a king" in a deck).
  20. Key Insight: P(A and B) = P(A) × P(B|A) if dependent.

  21. Multiplication Rule (Independent Events)

  22. P(A and B) = P(A) × P(B)
  23. When to use: Events with no influence on each other (e.g., rolling two dice, flipping two coins).
  24. CAT Trap: Assuming independence when events are dependent (e.g., drawing cards without replacement).

  25. Conditional Probability

  26. P(B|A) = P(A and B) / P(A)
  27. When to use: "Given that A occurred, what’s the probability of B?" (e.g., "Given the card is red, what’s the probability it’s a king?").
  28. Shortcut: Restrict sample space to A’s outcomes.

  29. Bayes’ Theorem (Advanced CAT)

  30. P(A|B) = [P(B|A) × P(A)] / P(B)
  31. When to use: Reverse conditional probability (e.g., "Given a positive test result, what’s the probability the patient has the disease?").
  32. CAT Frequency: Rare (~1 question per 3 years), but high reward if mastered.

  33. Expected Value (Weighted Average)

  34. E(X) = Σ [x × P(x)]
  35. When to use: "Average outcome" questions (e.g., "Expected number of heads in 5 coin flips").
  36. CAT Trap: Misapplying to non-numeric outcomes (e.g., colors).

  37. Geometric Probability (Rare but Deadly)


    • P = Favorable Area / Total Area
    • When to use: Problems involving continuous outcomes (e.g., "Probability a random point in a square lies in a circle inscribed in it").
    • CAT Frequency: ~1 question per 5 years, but easy if you visualize.

Step-by-Step Strategy (The 5-Step Probability Framework)

Step 1: Identify the Experiment
- What’s the action? (e.g., "drawing 2 cards," "rolling 3 dice") - Is it with replacement or without replacement? (Critical for dependency.)

Step 2: Define the Sample Space (n(S))
- Count total possible outcomes.
- Order matters? → Use permutations (nPr).
- Order doesn’t matter? → Use combinations (nCr).
- Shortcut: If n(S) is large, keep it symbolic (e.g., 52C2 for 2 cards from a deck).

Step 3: Define the Event (n(E))
- Translate the question into cases (e.g., "at least 2 red balls" = "exactly 2 red + exactly 3 red").
- Use complementary probability for "at least/at most" questions.
- Break into sub-cases if needed (e.g., "probability of 2 kings and 1 queen" = (4C2 × 4C1) / 52C3).

Step 4: Apply the Probability Formula
- P(E) = n(E) / n(S) for equally likely outcomes.
- Adjust for dependencies (e.g., P(A and B) = P(A) × P(B|A) if dependent).
- Simplify fractions early to avoid calculation errors.

Step 5: Verify with Answer Choices (MCQ Only)
- Eliminate absurd options (e.g., probabilities >1 or negative).
- Check units (e.g., if n(S) = 52C3, the denominator must be 52C3).
- Plug in numbers for variables if the question is abstract.


Fully Worked CAT-Style Example

Question:
A box contains 4 defective and 6 non-defective bulbs. If 3 bulbs are drawn at random, what is the probability that exactly two are defective?

Step 1: Identify the Experiment
- Action: Drawing 3 bulbs without replacement (since it’s a box, not a bag with replacement).
- Total bulbs = 4 defective + 6 non-defective = 10.

Step 2: Define Sample Space (n(S))
- Order doesn’t matter → Use combinations.
- n(S) = 10C3 = 120.

Step 3: Define the Event (n(E))
- "Exactly two defective" = 2 defective + 1 non-defective.
- n(E) = (4C2) × (6C1) = 6 × 6 = 36.

Step 4: Apply Probability Formula
- P(E) = n(E) / n(S) = 36 / 120 = 3/10.

Step 5: Verify (MCQ Check)
- If options are: A) 1/6 B) 3/10 C) 1/2 D) 2/5 - 3/10 matches option B.
- Trap: Misreading "exactly two" as "at least two" (which would include 3 defective cases).

Answer: 3/10 (Option B)


Common Mistakes

  1. Mistake: Assuming independence when events are dependent.
  2. Why it happens: Forgetting that drawing without replacement changes probabilities.
  3. Correct approach: Always ask: "Does the outcome of the first event affect the second?"
  4. Example: Probability of drawing 2 aces from a deck without replacement = (4/52) × (3/51), not (4/52)².

  5. Mistake: Miscounting "at least" or "at most" cases.

  6. Why it happens: Enumerating all cases manually (e.g., "at least 2 red" = 2 red + 3 red) but missing one.
  7. Correct approach: Use complementary probability (e.g., P(at least 1 red) = 1 – P(no red)).

  8. Mistake: Ignoring order when it matters.

  9. Why it happens: Treating "AB" and "BA" as the same in permutations.
  10. Correct approach: Use nPr if order matters (e.g., arranging books), nCr if not (e.g., selecting a team).

  11. Mistake: Misapplying the addition rule.

  12. Why it happens: Adding P(A) + P(B) without checking if A and B are mutually exclusive.
  13. Correct approach: Use P(A or B) = P(A) + P(B) – P(A and B) if overlap exists.

  14. Mistake: Overcomplicating with Bayes’ Theorem.

  15. Why it happens: Using Bayes’ for simple conditional probability questions.
  16. Correct approach: Use P(B|A) = P(A and B) / P(A) for basic "given that" questions.

CAT Traps & Time Management


Traps to Watch For

  1. "With vs. Without Replacement" Trap
  2. Trap: Questions often omit this detail, assuming you’ll infer it.
  3. How to spot: Look for keywords like "bag," "deck," or "box." If not specified, assume without replacement (more common in CAT).

  4. "At Least" vs. "Exactly" Trap

  5. Trap: Answer choices may include both (e.g., "at least 2" vs. "exactly 2").
  6. How to avoid: Underline the keyword in the question.

  7. Non-Equiprobable Outcomes Trap

  8. Trap: Assuming all outcomes are equally likely (e.g., "probability a biased coin lands heads").
  9. How to avoid: If the question doesn’t state "fair" or "random," re-examine the sample space.

  10. Geometric Probability Trap

  11. Trap: Forgetting to calculate areas for continuous outcomes.
  12. How to avoid: Draw a diagram (e.g., square with a circle inside) and label dimensions.

Time Management

  • Easy/Medium Questions: 1–2 minutes.
  • Hard Questions (Bayes’, Geometric): 2–3 minutes.
  • If stuck: Flag and move on. Probability questions can be time sinks—don’t let one question derail your section.


Quick Practice

  1. Question:
    A die is rolled twice. What is the probability that the sum of the outcomes is 7?
    Answer: 1/6
    Solution Path: Favorable outcomes = (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) → 6/36 = 1/6.

  2. Question:
    In a class of 10 boys and 8 girls, 3 students are selected at random. What is the probability that at least one is a girl?
    Answer: 142/153
    Solution Path: P(at least 1 girl) = 1 – P(no girls) = 1 – (10C3 / 18C3) = 1 – (120/816) = 142/153.


Last-Minute Cram Sheet (10 One-Liners)

  1. Probability = Favorable / Total (for equally likely outcomes).
  2. "At least one" = 1 – P(none) (complementary probability).
  3. Independent events: P(A and B) = P(A) × P(B).
  4. Dependent events: P(A and B) = P(A) × P(B|A).
  5. Mutually exclusive: P(A or B) = P(A) + P(B).
  6. Non-mutually exclusive: P(A or B) = P(A) + P(B) – P(A and B).
  7. Conditional probability: P(B|A) = P(A and B) / P(A).
  8. Bayes’ Theorem: P(A|B) = [P(B|A) × P(A)] / P(B).
  9. Geometric probability: P = Favorable Area / Total Area.
  10. ⚠️ Trap: Always check if events are with/without replacement and independent/dependent.

Final Tip: Probability is 80% logic, 20% formula. Focus on defining the experiment clearly before diving into calculations. Practice 10–15 CAT-level questions daily, and you’ll own this topic in 2 weeks. ?



ADVERTISEMENT