Computing Probabilities: Complement and Addition Rules

Complement Rule

  • The complement of an event EE is the event that consists of all the outcomes not in EE (written as "NOT E").
  • Complement Rule Formula: For any event EE, P(NOT E)=1P(E)P(\text{NOT E}) = 1 - P(E).
  • Example 2: In a prestatistics class, the probability of selecting a student with blue eyes (BB) is 0.30.3. The probability of selecting a student who does not have blue eyes is calculated as:   P(NOT B)=10.3=0.7P(\text{NOT B}) = 1 - 0.3 = 0.7

Disjoint Events and the Addition Rule

  • Disjoint Events: Also known as mutually exclusive events, these have no outcomes in common.
  • Addition Rule for Disjoint Events: If EE and FF are disjoint, then P(E OR F)=P(E)+P(F)P(E \text{ OR } F) = P(E) + P(F).
  • Example 4: A six-sided die is rolled once.
    • Event EE (even-number outcomes: 2,4,62, 4, 6): 33 of the 66 outcomes are even, so P(E)=36P(E) = \frac{3}{6}.
    • Event FF (outcome 55): This is 11 of 66 outcomes, so P(F)=16P(F) = \frac{1}{6}.
    • Because the number 55 is not even, events EE and FF are disjoint.
    • The probability of one OR the other occurring is: P(E OR F)=36+16P(E \text{ OR } F) = \frac{3}{6} + \frac{1}{6}.

General Addition Rule

  • General Addition Rule Formula: For any events EE and FF, P(E OR F)=P(E)+P(F)P(E AND F)P(E \text{ OR } F) = P(E) + P(F) - P(E \text{ AND } F).
  • This rule states that the probability of one event OR the other occurring is the sum of their probabilities minus the probability of both events occurring simultaneously.
  • Example 7: Rolling a six-sided die once to find the probability of rolling a number that is at least 33 (TT) OR is even (EE).
    • Outcomes for TT are: 3,4,5,63, 4, 5, 6.
    • Outcomes for EE are: 2,4,62, 4, 6.
    • Because outcomes 44 and 66 are in both TT and EE, the events are not disjoint.
    • The general addition rule must be applied: P(T OR E)=P(T)+P(E)P(T AND E)P(T \text{ OR } E) = P(T) + P(E) - P(T \text{ AND } E).