Compound Probability Formula

The Formula

P(A \text{ and } B) = P(A) \times P(B|A) P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B)

When to use: Single-event probability asks about one thing happening. Compound probability asks about combinations: 'What's the chance of rolling a 6 AND flipping heads?' or 'What's the chance of drawing a heart OR a face card?' The word 'and' usually means multiply; the word 'or' usually means add (but subtract the overlap).

Quick Example

**AND (independent):** Flip heads AND roll a 6: P = \frac{1}{2} \times \frac{1}{6} = \frac{1}{12}
**OR (overlapping):** Draw a heart OR a king from a standard deck: P = \frac{13}{52} + \frac{4}{52} - \frac{1}{52} = \frac{16}{52} = \frac{4}{13}
(Subtract the king of hearts counted twice.)

Notation

P(A \cap B) for 'A and B'; P(A \cup B) for 'A or B'

What This Formula Means

The probability of two or more events occurring together (P(A \text{ and } B)) or at least one occurring (P(A \text{ or } B)), accounting for whether the events are independent or dependent.

Single-event probability asks about one thing happening. Compound probability asks about combinations: 'What's the chance of rolling a 6 AND flipping heads?' or 'What's the chance of drawing a heart OR a face card?' The word 'and' usually means multiply; the word 'or' usually means add (but subtract the overlap).

Formal View

P(A \cap B) = P(A) \cdot P(B|A); P(A \cup B) = P(A) + P(B) - P(A \cap B)

Worked Examples

Example 1

medium
Events A and B: P(A)=0.5, P(B)=0.4, P(A \cap B)=0.2. Find (a) P(A \cup B), (b) P(A|B), and verify whether A and B are independent.

Solution

  1. 1
    (a) Addition rule: P(A \cup B) = P(A)+P(B)-P(A \cap B) = 0.5+0.4-0.2 = 0.7
  2. 2
    (b) Conditional probability: P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{0.2}{0.4} = 0.5
  3. 3
    Independence check: P(A|B) = 0.5 = P(A) β†’ A and B are independent
  4. 4
    Verify: P(A) \times P(B) = 0.5 \times 0.4 = 0.20 = P(A \cap B) βœ“

Answer

(a) P(A \cup B) = 0.7. (b) P(A|B) = 0.5. A and B are independent.
Compound probability uses the addition rule for unions and the multiplication rule for intersections. When P(A|B) = P(A), the events are independent. The addition rule prevents double-counting the intersection: P(A \cup B) = P(A) + P(B) - P(A \cap B).

Example 2

hard
A card is drawn from a standard deck. Event A: card is red. Event B: card is a face card (J, Q, K). Find P(A \cup B) and P(A \cap B).

Common Mistakes

  • Adding probabilities for 'and' events instead of multiplying: P(\text{heads and 6}) \neq \frac{1}{2} + \frac{1}{6}
  • Forgetting to subtract the overlap in 'or' problems, leading to a probability greater than 1
  • Using the simple multiplication rule P(A) \times P(B) when events are dependentβ€”must use P(A) \times P(B|A) instead

Why This Formula Matters

Most real-world probability questions involve compound events: the chance of rain on both Saturday AND Sunday, the probability a patient has condition A OR condition B, or the likelihood of passing both exams.

Frequently Asked Questions

What is the Compound Probability formula?

The probability of two or more events occurring together (P(A \text{ and } B)) or at least one occurring (P(A \text{ or } B)), accounting for whether the events are independent or dependent.

How do you use the Compound Probability formula?

Single-event probability asks about one thing happening. Compound probability asks about combinations: 'What's the chance of rolling a 6 AND flipping heads?' or 'What's the chance of drawing a heart OR a face card?' The word 'and' usually means multiply; the word 'or' usually means add (but subtract the overlap).

What do the symbols mean in the Compound Probability formula?

P(A \cap B) for 'A and B'; P(A \cup B) for 'A or B'

Why is the Compound Probability formula important in Math?

Most real-world probability questions involve compound events: the chance of rain on both Saturday AND Sunday, the probability a patient has condition A OR condition B, or the likelihood of passing both exams.

What do students get wrong about Compound Probability?

The 'or' formula requires subtracting P(A \text{ and } B) to avoid counting the overlap twice. If events are mutually exclusive (can't both happen), the overlap is zero.

What should I learn before the Compound Probability formula?

Before studying the Compound Probability formula, you should understand: probability, independent events, conditional probability.