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.
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."
- 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)
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
| Category | Count | Probability |
|---|---|---|
| Hearts (β₯) | 13 | 13/52 = 0.25 |
| Face cards (J, Q, K) | 12 | 12/52 β 0.231 |
| Heart face cards (overlap) | 3 | 3/52 β 0.058 |
| Heart OR face card | 22 | 22/52 β 0.423 |
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}} \]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} \]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.
- A bag has 4 red and 6 blue marbles. What is the probability of drawing red or blue?
- From a 52-card deck, what is P(Ace or King)?
- 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
- Red or blue includes all marbles: \(10/10 =\) 1.0 (certain). Red and blue are exhaustive and mutually exclusive here.
- Aces and Kings are mutually exclusive: \(4/52 + 4/52 = 8/52 =\) 2/13 β 0.154.
- \(P(A \cup B) = 0.4 + 0.3 - 0.1 =\) 0.6.
- 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.
- 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.
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.
Calculating Probability: Single Events: Quiz
5 questions per attempt Β· Intermediate Β· Pass at 70%
Start Quiz β