Compound Probability

Probability
definition

Also known as: compound events, P(A and B), P(A or B), combined probability

Grade 6-8

View on concept map

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. 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.

Definition

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.

πŸ’‘ Intuition

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).

🎯 Core Idea

For 'and,' multiply probabilities (adjusting for dependence). For 'or,' add probabilities and subtract the overlap to avoid double-counting.

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.)

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)

Notation

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

🌟 Why It 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.

πŸ’­ Hint When Stuck

For 'and' (both events), multiply probabilities β€” adjust for dependence if needed. For 'or' (either event), add probabilities and subtract the overlap. Draw a Venn diagram or tree diagram to visualize.

Formal View

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

See Also

🚧 Common Stuck Point

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.

⚠️ 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

Frequently Asked Questions

What is Compound Probability in Math?

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.

What is the Compound Probability 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 do you use Compound Probability?

For 'and' (both events), multiply probabilities β€” adjust for dependence if needed. For 'or' (either event), add probabilities and subtract the overlap. Draw a Venn diagram or tree diagram to visualize.

How Compound Probability Connects to Other Ideas

To understand compound probability, you should first be comfortable with probability, independent events and conditional probability. Once you have a solid grasp of compound probability, you can move on to binomial distribution and expected value.