Events (Formal) Formula

The Formula

P(A^c) = 1 - P(A)

When to use: An event is a question like 'Did I roll higher than 3?' that has yes/no answer.

Quick Example

Die roll: Event A = \{\text{rolling even}\} = \{2, 4, 6\}. P(A) = \frac{3}{6} = 0.5

Notation

A \subseteq S denotes an event; A^c or \bar{A} is the complement (NOT A); A \cap B is AND; A \cup B is OR

What This Formula Means

A formal event is a subset of the sample space โ€” a collection of outcomes to which a probability is assigned; events can be simple (one outcome) or compound (many outcomes).

An event is a question like 'Did I roll higher than 3?' that has yes/no answer.

Formal View

A \subseteq S; P(A^c) = 1 - P(A); P(A \cup B) = P(A) + P(B) - P(A \cap B)

Worked Examples

Example 1

easy
Rolling a fair die: Event A = rolling an even number. Find P(A) and P(A^c), and verify the complement rule.

Solution

  1. 1
    Sample space: S = \{1,2,3,4,5,6\}
  2. 2
    Event A (even): \{2,4,6\}; P(A) = \frac{3}{6} = \frac{1}{2}
  3. 3
    Complement A^c (odd): \{1,3,5\}; P(A^c) = \frac{3}{6} = \frac{1}{2}
  4. 4
    Verify: P(A) + P(A^c) = \frac{1}{2} + \frac{1}{2} = 1 โœ“

Answer

P(A) = \frac{1}{2}; P(A^c) = \frac{1}{2}; sum = 1. โœ“
The complement rule states P(A^c) = 1 - P(A). An event and its complement are mutually exclusive and exhaustive โ€” together they cover all possible outcomes. Often it's easier to compute P(A) = 1 - P(A^c) if the complement is simpler.

Example 2

medium
At least one approach: Find P(\text{at least one head in 3 coin flips}) using the complement rule.

Common Mistakes

  • Confusing an event (a set of outcomes) with a single outcome โ€” rolling an even number is the event \{2, 4, 6\}, not one roll
  • Forgetting that the empty set \emptyset is a valid event with probability 0
  • Treating 'A or B' as exclusive when events can overlap โ€” unless explicitly stated as mutually exclusive, P(A \text{ or } B) requires the inclusion-exclusion formula

Why This Formula Matters

Precise language for describing what outcomes we care about.

Frequently Asked Questions

What is the Events (Formal) formula?

A formal event is a subset of the sample space โ€” a collection of outcomes to which a probability is assigned; events can be simple (one outcome) or compound (many outcomes).

How do you use the Events (Formal) formula?

An event is a question like 'Did I roll higher than 3?' that has yes/no answer.

What do the symbols mean in the Events (Formal) formula?

A \subseteq S denotes an event; A^c or \bar{A} is the complement (NOT A); A \cap B is AND; A \cup B is OR

Why is the Events (Formal) formula important in Math?

Precise language for describing what outcomes we care about.

What do students get wrong about Events (Formal)?

Simple event = one outcome. Compound event = multiple outcomes.

What should I learn before the Events (Formal) formula?

Before studying the Events (Formal) formula, you should understand: sample space.