Skip to main content

Calculating Probability: Single Events

Apply probability rules to real problems β€” compute probabilities for single events using addition rules, mutually exclusive events, and known sample spaces.

Lesson 7 of 10 Statistics & Probability Beginner ⏱ 8 min read
πŸ”₯ Why This Matters

Once you understand what probability is, the next step is calculating it for realistic scenarios. A game designer needs to know the probability that a player draws a winning card to balance difficulty. A risk analyst calculates the probability that at least one of several system components fails. A recruiter running a lottery for tickets wants to verify the odds are fair. Simple probability rules β€” especially the addition rule for overlapping and non-overlapping events β€” appear constantly in the real world under different names: "risk," "odds," "likelihood," "chance."

🎯 What You'll Learn
  • Identify mutually exclusive events and apply the simplified addition rule
  • Apply the general addition rule \(P(A \cup B) = P(A) + P(B) - P(A \cap B)\) for overlapping events
  • Calculate probabilities from structured sample spaces (cards, dice, spinners)
πŸ“– Key Vocabulary
Mutually ExclusiveEvents that cannot both occur at the same time β€” if A happens, B cannot. E.g., rolling a 2 and a 5 on a single die roll. Union (\(A \cup B\))"A or B" β€” the event that at least one of A or B occurs. Intersection (\(A \cap B\))"A and B" β€” the event that both A and B occur simultaneously. Addition Rule\(P(A \cup B) = P(A) + P(B) - P(A \cap B)\). Subtract the overlap to avoid double-counting. Exhaustive EventsEvents that together cover every possible outcome in the sample space.
Key Concept β€” The Addition Rules
\[ \text{Mutually Exclusive: } P(A \cup B) = P(A) + P(B) \] \[ \text{General (overlapping): } P(A \cup B) = P(A) + P(B) - P(A \cap B) \]

When A and B can't both happen, \(P(A \cap B) = 0\), so the terms simplify. Always check whether events overlap before choosing which formula to use.

Sample Space β€” Standard 52-Card Deck

CategoryCountProbability
Hearts (β™₯)1313/52 = 0.25
Face cards (J, Q, K)1212/52 β‰ˆ 0.231
Heart face cards (overlap)33/52 β‰ˆ 0.058
Heart OR face card2222/52 β‰ˆ 0.423
Worked Example 1 β€” Basic: Mutually Exclusive Events (Die Roll)

Roll a fair die. What is the probability of rolling a 2 or a 5?

These are mutually exclusive (a single roll can't show both):

\[ P(2 \text{ or } 5) = P(2) + P(5) = \frac{1}{6} + \frac{1}{6} = \frac{2}{6} = \mathbf{\frac{1}{3}} \]
Worked Example 2 β€” Intermediate: Overlapping Events (Card Draw)

Draw one card from a standard 52-card deck. What is the probability of drawing a Heart or a Face Card?

\[ P(\text{Heart}) = \frac{13}{52}, \quad P(\text{Face}) = \frac{12}{52}, \quad P(\text{Heart AND Face}) = \frac{3}{52} \] \[ P(\text{Heart OR Face}) = \frac{13}{52} + \frac{12}{52} - \frac{3}{52} = \frac{22}{52} = \frac{11}{26} \approx \mathbf{0.423} \]
Worked Example 3 β€” Real World: IT System Reliability

A server has two independent components. Component A has a 5% chance of failing in a month, Component B has a 3% chance. What is the probability that at least one fails?

\[ P(A \text{ fails}) = 0.05, \quad P(B \text{ fails}) = 0.03 \] \[ P(\text{both fail}) = 0.05 \times 0.03 = 0.0015 \quad \text{(independent events)} \] \[ P(\text{at least one fails}) = 0.05 + 0.03 - 0.0015 = \mathbf{0.0785 \approx 7.85\%} \]

The IT manager now has a quantified monthly risk figure to present to leadership for budget decisions.

✏️ Quick Check
  1. A bag has 4 red and 6 blue marbles. What is the probability of drawing red or blue?
  2. From a 52-card deck, what is P(Ace or King)?
  3. Events A and B overlap: P(A)=0.4, P(B)=0.3, P(A and B)=0.1. Find P(A or B).
β–Ά Show Answers
  1. Red or blue includes all marbles: \(10/10 =\) 1.0 (certain). Red and blue are exhaustive and mutually exclusive here.
  2. Aces and Kings are mutually exclusive: \(4/52 + 4/52 = 8/52 =\) 2/13 β‰ˆ 0.154.
  3. \(P(A \cup B) = 0.4 + 0.3 - 0.1 =\) 0.6.
⚠️ Common Mistakes
  • Double-counting overlapping events: P(Heart or Face) β‰  P(Heart) + P(Face) when they share elements. Always subtract the intersection or your answer will be too high.
  • Assuming events are mutually exclusive when they're not: "Heart" and "Face card" can both apply to the same card (Jack of Hearts). Check for overlap before using the simpler formula.
  • Misreading "or" in everyday language: In math, "or" is inclusive (A or B or both). In everyday English, "or" sometimes means one or the other but not both. Statistics uses the inclusive definition.
βœ… Key Takeaways
  • Mutually exclusive events share no outcomes: \(P(A \cup B) = P(A) + P(B)\).
  • Overlapping events share some outcomes: \(P(A \cup B) = P(A) + P(B) - P(A \cap B)\).
  • Always subtract the intersection to avoid double-counting shared outcomes.
  • Define the full sample space first β€” it anchors every probability calculation.
πŸ’Ό Career Connection β€” Game Designer & Risk Analyst

Game designers use probability tables to balance game mechanics β€” if drawing a winning card is too likely, the game is too easy; too unlikely and it's frustrating. Every card game, board game, and video game drop rate is calibrated using the same addition rules covered here. Risk analysts in cybersecurity, infrastructure, and finance use overlapping probability calculations to model scenarios where multiple failure modes can coexist. The addition rule ensures they don't overestimate safety by accidentally omitting shared risk scenarios.

Calculator Connection

The Binomial Probability Calculator computes the probability of exactly k successes across n trials β€” the standard model for repeated independent events like drawing cards with replacement, quality inspection batches, or survey response likelihoods.

Try it with the Calculator

Apply what you've learned with this tool.

Binomial Probability
Calculate probability for a fixed number of independent trials.
Use calculator β†’
← Previous Lesson
Back to
Introduction to Probability
Continue Learning
Up Next: Independent vs. Dependent Events
Next Lesson →
Test Your Knowledge

Calculating Probability: Single Events: Quiz

5 questions per attempt  Β·  Intermediate  Β·  Pass at 70%

Start Quiz β†’

More in Statistics & Probability

Understanding Data and Types of Data Organizing Data with Frequency Tables Calculating the Mean (Average)
← All Statistics & Probability lessons