Events (Formal) Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

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

Solution

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

Answer

P(A)=12P(A) = \frac{1}{2}; P(Ac)=12P(A^c) = \frac{1}{2}; sum = 1. โœ“
The complement rule states P(Ac)=1โˆ’P(A)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(Ac)P(A) = 1 - P(A^c) if the complement is simpler.

About Events (Formal)

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

Learn more about Events (Formal) โ†’

More Events (Formal) Examples