What Is a Compound Event in Probability?

A compound event in probability is any event that involves more than one outcome. Where a simple event has exactly one result (like rolling a 3 on a single die), a compound event combines two or more simple events into a single probability question. “What’s the chance of rolling a 3 and then a 5?” or “What’s the chance of drawing a queen or a heart from a deck of cards?” are both compound events. Understanding how to set them up correctly comes down to one key distinction: whether you’re looking for the probability of one outcome *and* another, or one outcome *or* another.

Simple Events vs. Compound Events

A simple event can only happen one way. Flipping a coin and getting heads is a simple event. Rolling a die and landing on 4 is a simple event. Each has a single outcome you’re measuring.

A compound event asks about a combination of outcomes. It might involve multiple steps (flip a coin, then roll a die), multiple criteria (draw a card that is a queen or a heart), or repeated trials (flip a coin three times and get heads every time). Any time the probability question involves more than one outcome, you’re dealing with a compound event. The math you use depends on how those outcomes relate to each other.

The Two Core Questions: “And” vs. “Or”

Every compound probability problem boils down to one of two words. If the problem asks for the chance that event A *and* event B both happen, you multiply. If it asks for the chance that event A *or* event B happens, you add. This is the single most important distinction in compound probability, and mixing them up is the most common source of errors.

“And” problems ask: what’s the probability that all of these things occur together? “Or” problems ask: what’s the probability that at least one of these things occurs? Each type has its own formula, with a slight adjustment depending on whether the events influence each other.

Independent Events and the Multiplication Rule

Two events are independent when the outcome of one has no effect on the outcome of the other. Flipping a coin twice produces independent events: getting heads on the first flip doesn’t change the probability of heads on the second flip. Rolling two dice, picking a card and then replacing it before picking again, or spinning a spinner multiple times are all independent.

For independent events, the probability of both A and B occurring is:

P(A and B) = P(A) × P(B)

Say you want the probability of flipping heads twice in a row. Each flip has a 1/2 chance of heads, so: 1/2 × 1/2 = 1/4. There’s a 25% chance of getting heads both times. Want heads three times in a row? That’s 1/2 × 1/2 × 1/2 = 1/8, or 12.5%. Notice how the probability shrinks with each additional requirement. The more independent events you chain together with “and,” the less likely the combined outcome becomes.

The Gambler’s Fallacy

A common mistake with independent events is believing that past results change future probabilities. If you flip a coin and get heads five times in a row, the probability of heads on the sixth flip is still exactly 1/2. The coin has no memory. Each flip is its own independent event, unaffected by what came before. This error is so widespread it has a name: the gambler’s fallacy. Roulette players fall for it when they bet on black after a long streak of red, believing the wheel is “due” to change. It isn’t.

Dependent Events and Conditional Probability

Events are dependent when the outcome of the first one changes the probability of the second. The classic example is drawing cards from a deck without putting them back. A standard deck has 52 cards. If you draw one card, the deck now has 51 cards, and the makeup of those remaining cards has shifted. That change in composition means the two draws are dependent events.

For dependent events, the formula adjusts to account for that shift:

P(A and B) = P(A) × P(B given A already happened)

Here’s a concrete example. Imagine you draw the queen of hearts from a full deck and keep it. What’s the probability that the next card you draw is also a queen? Originally there were 4 queens in 52 cards. Now there are 3 queens in 51 remaining cards. So the probability of drawing a queen on the second draw, given you already drew one, is 3/51 (about 5.9%), not 4/52 (about 7.7%). The first draw changed the conditions for the second.

The probability of both draws being queens is: 4/52 × 3/51 = 12/2652, which simplifies to about 0.45%. For three or more dependent events, you keep adjusting. The probability of A and B and C all occurring is P(A) × P(B given A) × P(C given both A and B). Each step accounts for everything that happened before it.

The Addition Rule for “Or” Problems

When a compound event asks for the probability of A *or* B occurring, you add their individual probabilities. But there’s a catch: you need to know whether the two events can happen at the same time.

Mutually Exclusive Events

Two events are mutually exclusive if they can’t both happen at once. Rolling a 3 and rolling a 5 on a single die are mutually exclusive: the die shows one number, not both. For mutually exclusive events, the formula is straightforward:

P(A or B) = P(A) + P(B)

The probability of rolling a 3 or a 5 on one die is 1/6 + 1/6 = 2/6, or about 33%.

Non-Mutually Exclusive Events

Two events are non-mutually exclusive (overlapping) if they can happen at the same time. Drawing a queen or a heart from a deck of cards is a classic example, because one card, the queen of hearts, satisfies both conditions. If you simply added the probability of drawing a queen (4/52) to the probability of drawing a heart (13/52), you’d count the queen of hearts twice. To fix this, you subtract the overlap:

P(A or B) = P(A) + P(B) − P(A and B)

So the probability of drawing a queen or a heart is 4/52 + 13/52 − 1/52 = 16/52, or about 30.8%. Forgetting to subtract that overlap is one of the most frequent mistakes in probability problems. Any time two categories share members, you need to account for the double-count.

Tools for Visualizing Compound Events

Two visual tools make compound events much easier to work through, especially when problems get complex.

A tree diagram maps out every possible outcome step by step. Each “branch” represents one outcome at one stage, and you follow paths from left to right to see all combinations. They’re especially useful for sequential events, like drawing multiple cards or flipping a coin several times, because each branch can show how probabilities change after each step. To find the probability of any specific path, you multiply across the branches. To find the probability of multiple acceptable paths, you add those products together.

A Venn diagram uses overlapping circles to represent events that share outcomes. It’s ideal for “or” problems involving non-mutually exclusive events, because the overlapping region visually shows you exactly what would get double-counted. For instance, if 50% of workers at a factory work a second job, 25% have a working spouse, and 5% have both, a Venn diagram makes it immediately clear that the 5% overlap sits in the intersection of the two circles and needs to be subtracted when calculating the probability of one or the other.

Putting It All Together

When you encounter a compound probability problem, run through three quick checks. First, is the problem asking “and” (both events happen) or “or” (at least one happens)? This tells you whether to multiply or add. Second, if it’s an “and” problem, are the events independent or dependent? Independent events use straightforward multiplication. Dependent events require you to adjust the second probability based on the first outcome. Third, if it’s an “or” problem, can both events happen simultaneously? If they can, subtract the overlap.

These three checks cover virtually every compound event problem you’ll encounter, from textbook exercises with dice and cards to real-world questions about overlapping risks and sequential outcomes. The underlying logic stays the same regardless of complexity. More events in the chain just means more steps of the same reasoning.