Skip to content

general addition rule

⭐ General Addition Rule

The general addition rule tells you how to find the probability that A or B happens — even when the events overlap.

📌 The formula

P(A \text{ or } B) = P(A) + P(B) - P(A \cap B)

Why subtract the intersection?
Because if A and B can happen together, that overlap gets counted twice when you add P(A) and P(B). The rule fixes that by removing the double-counted part.

🧠 When do you use it?

Always use the general rule unless you know the events are mutually exclusive.

  • If the events cannot happen together (mutually exclusive), then
    P(A \cap B) = 0
    and the rule simplifies to
    P(A \text{ or } B) = P(A) + P(B)

🎯 Quick Example

Suppose you roll a die.
Let

  • A = “roll an odd number”
  • B = “roll a number ≤ 3”

These events overlap (1 and 3 are in both).
Using the general rule:
P(A \text{ or } B) = P(A) + P(B) - P(A \cap B)

🧩 Intuition

Think of two circles in a Venn diagram.

  • Add the size of circle A
  • Add the size of circle B
  • Subtract the part where they overlap so you don’t count it twice

That’s the whole idea.

See also  Mutually Exclusive Events

Leave a Reply

error: Content is protected !!