English:Probability of Compound Events

Probability of Compound Events
Introduction
Probability describes how likely an event is. A probability of 0 means an event is impossible, a probability of 1 means it is certain, and values between 0 and 1 describe different levels of likelihood. You can also write probability as a fraction, decimal, or percentage.
A compound event combines two or more simple events. Examples include flipping a coin twice, rolling two dice, choosing two objects from a bag, or drawing a card and then rolling a die. Compound events are important because many real situations involve several stages rather than one isolated action.
In this aiMOOC, you will learn how to organize possible outcomes, decide whether events are independent or dependent, calculate probabilities involving and, or, and at least one, and compare theoretical probability with results from experiments and simulations. The examples are designed for Grades 7–8 and emphasize reasoning, diagrams, tables, and clear explanations.
A coin toss is a simple random experiment. Repeating it creates a compound event because several outcomes must be considered together.
Learning Goals
By the end of this aiMOOC, you should be able to explain and apply the following ideas:
| Skill | What you should be able to do |
|---|---|
| Describe outcomes and events | Identify individual outcomes, simple events, compound events, and the sample space. |
| Organize outcomes | Use lists, tables, and tree diagrams so that no possible outcome is missed or counted twice. |
| Analyze independence | Decide whether one event changes the probability of another event. |
| Calculate compound probability | Use multiplication for suitable "and" situations and addition with overlap correction for suitable "or" situations. |
| Use complements | Find probabilities involving phrases such as "at least one" by considering the opposite event. |
| Test predictions | Compare theoretical probability with experimental results or simulations. |
| Communicate reasoning | Explain why a calculation matches the situation instead of giving only a numerical answer. |
Foundations of Probability
Outcomes, Events, and Sample Spaces
An outcome is one possible result of a random experiment. When you roll a fair six-sided die, the outcomes are 1, 2, 3, 4, 5, and 6. An event is a collection of outcomes that satisfies a condition. For example, the event "roll an even number" contains 2, 4, and 6.
The sample space is the set of all possible outcomes. A complete sample space is essential because probability calculations depend on counting every possible result correctly.
For equally likely outcomes,
Probability of an event = number of favorable outcomes ÷ total number of possible outcomes.
For a fair six-sided die, the probability of rolling an even number is 3/6 = 1/2.

What Makes an Event Compound?
A simple event focuses on one result or one condition in a single stage. A compound event joins events across several stages or combines conditions.
Examples of compound events include:
- rolling a die and flipping a coin;
- drawing two cards;
- getting a total greater than 8 when two dice are rolled;
- choosing a red object or a triangle from a set of colored shapes;
- getting at least one head in three coin flips.
The main challenge is not usually arithmetic. The challenge is representing the situation so that you know which outcomes belong to the event and whether the events affect each other.
Representing Compound Events
Organized Lists and Tables
Suppose you flip a fair coin and roll a fair six-sided die. The coin has 2 outcomes and the die has 6 outcomes, so the combined experiment has 2 × 6 = 12 ordered outcomes.
You can write outcomes such as H1, H2, H3, H4, H5, H6, T1, T2, T3, T4, T5, and T6. An organized table can show the same information more clearly.
If the event is "heads and an even number," the favorable outcomes are H2, H4, and H6. Therefore,
P(heads and even) = 3/12 = 1/4.
A table is especially useful when two stages have only a few possible results.
Tree Diagrams
A tree diagram shows each stage as a set of branches. Every complete path from the beginning to an endpoint represents one possible sequence of results.
For two fair coin flips, the possible ordered outcomes are HH, HT, TH, and TT. Each has probability 1/4.
For three fair coin flips, a tree has eight endpoints. If the coin is fair and each flip is independent, every complete three-flip sequence has probability 1/8.

To find the probability of one complete path, multiply the probabilities along that path. To find the probability of several acceptable paths, add the probabilities of those paths.
Two-Dice Sample Space
Rolling two fair six-sided dice creates 36 equally likely ordered outcomes because there are 6 possibilities for the first die and 6 for the second.
For example, the sum 7 can occur as: (1,6), (2,5), (3,4), (4,3), (5,2), and (6,1).
There are 6 favorable outcomes out of 36, so
P(sum of 7) = 6/36 = 1/6.
The sums are not equally likely. A total of 7 has more combinations than a total of 2 or 12.

The graph shows how the possible sums of two fair six-sided dice have different probabilities. The center sums occur in more ways than the extreme sums.
"And" Events and Multiplication
Independent Events
Two events are independent when the result of one does not change the probability of the other.
Examples:
- flipping a coin and rolling a die;
- rolling the same fair die twice;
- drawing a card, replacing it, shuffling, and drawing again.
For independent events A and B,
P(A and B) = P(A) × P(B).
Example: What is the probability of rolling a 6 on a fair die and then flipping heads on a fair coin?
P(6) = 1/6 and P(heads) = 1/2.
So,
P(6 and heads) = 1/6 × 1/2 = 1/12.
The multiplication rule works because every outcome of the first independent stage can be paired with every outcome of the second stage.
Dependent Events
Two events are dependent when the first result changes the probability of the next event.
A common example is drawing objects without replacement. Suppose a bag contains 3 red counters and 2 blue counters. You draw one counter and do not put it back before drawing again.
The probability of red on the first draw is 3/5. If the first counter is red, only 2 red counters remain among 4 total counters. The probability of red on the second draw is then 2/4.
Therefore,
P(red then red) = 3/5 × 2/4 = 6/20 = 3/10.
The second fraction changed because the first draw changed the contents of the bag.
A useful Grades 7–8 version of the dependent-event rule is:
P(A and then B) = P(A) × P(B after A has happened).

A standard deck can model dependent events when cards are drawn without replacement. After one card is removed, both the number of favorable cards and the total number of cards may change.
With Replacement and Without Replacement
The phrase with replacement usually means the first selected object is returned before the next selection. If the object is returned and the set is restored to its original condition, the probabilities can remain the same from one draw to the next.
The phrase without replacement means the first selected object is not returned. This usually makes later events dependent because the composition of the set changes.
Always read the wording carefully. A small phrase such as "without replacement" can completely change the calculation.
"Or" Events, Unions, and Overlap
The Meaning of "Or" in Probability
In probability, A or B usually means A happens, B happens, or both happen. This is called the union of the events.
If A and B cannot happen at the same time, you can add their probabilities directly.
Example: On one roll of a fair six-sided die, what is the probability of rolling a 1 or a 6?
The events do not overlap, so
P(1 or 6) = 1/6 + 1/6 = 2/6 = 1/3.
If events can overlap, simply adding counts the overlap twice. You must subtract the overlap once.
P(A or B) = P(A) + P(B) − P(A and B).

The union includes every outcome in A, every outcome in B, and the shared region.
Intersection: The Shared Part
The intersection of A and B contains outcomes that satisfy both conditions. It represents "A and B."

Example: Roll one fair six-sided die.
Let A be "roll an even number": {2, 4, 6}.
Let B be "roll a number greater than 4": {5, 6}.
The overlap is {6}. Therefore,
P(A) = 3/6, P(B) = 2/6, and P(A and B) = 1/6.
So,
P(A or B) = 3/6 + 2/6 − 1/6 = 4/6 = 2/3.
You can also confirm this directly because A or B contains {2, 4, 5, 6}, which is 4 of the 6 equally likely outcomes.
"At Least One" and the Complement Strategy
The phrase at least one often becomes easier when you calculate the opposite event first.
The complement of an event contains all outcomes in the sample space that are not in the event. If event A has probability P(A), then
P(not A) = 1 − P(A).
Example: What is the probability of getting at least one head in two fair coin flips?
It is easier to find the opposite event: no heads. "No heads" means TT.
P(TT) = 1/2 × 1/2 = 1/4.
Therefore,
P(at least one head) = 1 − 1/4 = 3/4.
This strategy becomes even more useful when an experiment has many stages.
Theoretical and Experimental Probability
Theoretical Probability
Theoretical probability is based on a mathematical model of the possible outcomes. If a die is fair, each face is modeled as having probability 1/6.
For compound events, theoretical probability may be found by counting outcomes, multiplying along paths, adding acceptable paths, using a complement, or combining these methods.
Experimental Probability
Experimental probability is based on actual trials.
Experimental probability = number of times the event occurs ÷ total number of trials.
If a pair of dice is rolled 100 times and a sum of 7 appears 18 times, the experimental probability is 18/100 = 0.18.
The theoretical probability for a sum of 7 is 1/6, which is about 0.167. The experimental result does not have to equal the theoretical value exactly.
As the number of well-designed trials grows, experimental proportions often become more stable and may get closer to theoretical expectations, although random variation still occurs.
Simulation
A simulation imitates a random process. You can simulate compound events with coins, dice, spinners, shuffled cards, random-number generators, or a spreadsheet.
A good simulation must match the important probabilities in the original situation. For example, if you simulate a fair coin with random digits, the rule should give heads and tails equal chances.
A useful simulation process is:
- Define the event you want to study.
- Choose a random model that matches the probabilities.
- Run many trials and record the outcome of each trial.
- Calculate the experimental probability.
- Compare the result with the theoretical probability and explain differences.
Choosing a Strategy
When solving a compound probability problem, ask yourself the following questions:
| Question | Why it matters |
|---|---|
| What are the stages? | This tells you whether the situation is simple or compound. |
| What is the complete sample space? | Missing outcomes leads to incorrect probabilities. |
| Are the outcomes equally likely? | Counting favorable outcomes directly works only when the outcomes being counted are equally likely. |
| Does one stage change the next? | This helps you decide whether events are independent or dependent. |
| Does the wording say "and"? | Multiplication or a path-based method may be appropriate. |
| Does the wording say "or"? | Addition may be appropriate, but you must check for overlap. |
| Does the wording say "at least one"? | The complement may be the shortest method. |
| Can a table or tree make the sample space clearer? | A visual representation reduces counting errors. |
Common Mistakes and How to Check Your Work
Mistake 1: Adding when you should multiply. If a problem asks for a sequence such as "heads and then a 6," think about a complete path through the stages.
Mistake 2: Multiplying unchanged probabilities in a dependent situation. Without replacement, the total number of objects usually changes after the first draw.
Mistake 3: Double-counting an overlap in an "or" problem. If an outcome belongs to both events, subtract the intersection once.
Mistake 4: Assuming all combined results are equally likely. With two dice, the 36 ordered pairs are equally likely, but the sums 2 through 12 are not equally likely.
Mistake 5: Treating experimental probability as a guarantee. Random trials vary. A model predicts long-run patterns, not an exact result in every small experiment.
A strong answer should pass these checks:
- The probability is between 0 and 1.
- The sample space is complete.
- The method matches the wording and the dependence structure.
- Fractions or decimals are simplified or interpreted clearly.
- A sentence explains what the final probability means in context.
Real-World Connections
Compound probability appears in many settings. In quality control, a product may pass several checks. In computer systems, engineers may study the chance that several components work or fail. In sports, analysts may consider combinations of events in a sequence. In science, repeated trials help researchers understand random variation. In everyday decisions, probability helps you compare risks and possibilities.
Probability does not tell you exactly what will happen in one individual case. It describes patterns of uncertainty under a model. Good reasoning includes checking whether the model is reasonable and whether the data were collected fairly.
Interactive Tasks
Quiz: Test Your Knowledge
What best describes a compound event? (An event that combines two or more simple events) (!An event that must have probability one) (!An event with only one possible outcome) (!An event that cannot be represented)
What is the sample space for two fair coin flips? (HH HT TH TT) (!H T) (!HH TT) (!HHT TTH)
What is the probability of getting heads on two independent fair coin flips? (1/4) (!1/2) (!1/3) (!3/4)
How many ordered outcomes are possible when a fair six-sided die is rolled and a fair coin is flipped? (12) (!6) (!8) (!18)
What is the probability that two fair six-sided dice have a sum of 7? (1/6) (!1/12) (!1/7) (!1/3)
Which situation usually creates dependent events? (Drawing two cards without replacement) (!Flipping a coin and rolling a die) (!Rolling a fair die twice) (!Drawing a card replacing it and shuffling before another draw)
What is the probability of at least one head in two fair coin flips? (3/4) (!1/4) (!1/2) (!1)
Why is overlap subtracted when finding the probability of A or B? (The shared outcomes were counted twice) (!The shared outcomes are impossible) (!The events must be independent) (!Probability can never be added)
A simulation produces 60 successes in 100 trials. What is the experimental probability of success? (0.60) (!0.40) (!0.06) (!1.60)
In a probability tree, how do you find the probability of one complete path? (Multiply the probabilities along the path) (!Add every branch in the tree) (!Count only the first branch) (!Subtract the final branch)
Memory Game
| Sample space | All possible outcomes of a random experiment |
| Independent events | Events where one result does not change the probability of the other |
| Dependent events | Events where one result changes the probability of the next |
| Intersection | Outcomes that belong to both events |
| Union | Outcomes that belong to either event or to both |
| Complement | All outcomes that are not in a chosen event |
| Simulation | A model that imitates a random process through repeated trials |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| Independent events | First result does not change the probability of the second |
| Dependent events | First result changes the probability of the second |
| Intersection | Outcomes that satisfy both conditions |
| Union | Outcomes that satisfy either condition or both |
| Complement | Outcomes outside the chosen event |
...
Crossword Puzzle
| Outcome | What do you call one possible result of a random experiment? |
| Compound | What word describes an event that combines two or more simple events? |
| Independent | What word describes events when one result does not change the probability of another? |
| Dependent | What word describes events when one result changes the probability of the next? |
| Complement | What is the event containing all outcomes not in a chosen event? |
| Simulation | What is a repeated random model used to imitate a probability situation? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Coin Flip Sample Space: Create a clear diagram or poster showing the sample space for two coin flips, label a compound event, and explain its probability in two or three sentences.
- Dice Table Investigation: Make a 6 by 6 table for two fair dice, highlight every outcome with a sum of 7, and explain why the probability is 1/6.
- Probability Photo Hunt: Take or draw four images of everyday objects that could be used in random experiments, such as coins, dice, cards, or spinners, and write one compound-event question for each image.
- And or At Least One: Write three short probability problems using the phrases "and," "or," and "at least one," then solve them and explain which strategy you used.
Standard
- Counter Bag Experiment: Build a bag with colored counters or paper slips, run a two-draw experiment with replacement and another without replacement, record at least 30 trials for each version, and compare the results.
- Probability Interview: Interview a classmate, teacher, coach, or family member about a situation where they use chance or risk in decisions, then explain whether compound events are involved and where assumptions enter the model.
- Simulation Spreadsheet: Use a spreadsheet or random-number tool to simulate at least 200 trials of a two-stage random experiment, calculate the experimental probability, and compare it with a theoretical result.
- Probability Explainer Video: Produce a one- to three-minute video that teaches the difference between independent and dependent events using an original example and a tree diagram or table.
Advanced
- Game Fairness Project: Design a small two-stage game with coins, dice, cards, or spinners, calculate the probability of each important outcome, and decide whether the scoring system makes the game fair.
- Compound Event Investigation: Choose a real or simulated process with at least three stages, create a full sample-space representation, calculate one target probability in two different ways, and compare the methods.
- Probability Around Us Visit: With appropriate teacher or guardian approval, visit a school club, sports activity, game setting, makerspace, or workplace and identify a process involving uncertainty, then model a compound event from your observations without collecting private personal data.
- Model Critique Presentation: Find a probability claim in a news report, advertisement, game description, or public information source, identify the assumptions behind the claim, test a simplified version with data or simulation, and present what the model can and cannot conclude.
Learning Assessment
- Sample Space Reasoning: A student says there are 11 equally likely outcomes when two dice are rolled because the possible sums are 2 through 12. Explain the error, build a correct representation, and use it to compare the probabilities of sums 2 and 7.
- Dependence Analysis: Compare drawing two red cards with replacement and without replacement from the same deck, and explain exactly why the second probability calculation changes in one case but not the other.
- Strategy Selection: Solve one problem involving "and," one involving overlapping "or," and one involving "at least one," and justify why multiplication, overlap correction, or a complement is appropriate in each case.
- Simulation Evaluation: A simulation result differs from the theoretical probability by 0.08 after 20 trials. Explain whether this automatically proves the theoretical model is wrong and describe what additional evidence you would want.
- Error Diagnosis: Analyze an incorrect compound-probability solution, identify where the sample space, dependence, or counting went wrong, and rewrite the solution so each step matches the situation.
- Transfer Challenge: Create a new real-world compound-event problem that cannot be solved reliably by guessing, represent it with a table or tree, solve it, and explain how another student could check your result.
Evidence of Learning
- Knowledge
- You can define outcome, event, sample space, compound event, independence, dependence, intersection, union, complement, theoretical probability, experimental probability, and simulation in your own words.
- Skills
- You can build complete sample spaces, use tables and tree diagrams, recognize with-replacement and without-replacement situations, calculate "and" and "or" probabilities, use complements for "at least one," and compare theoretical and experimental results.
- Products
- Strong evidence may include a correct probability table, a tree diagram, a simulation record, an explanatory poster or video, a fair-game design, or a written investigation that shows calculations and reasoning.
- Transfer
- You can recognize compound probability in an unfamiliar situation, choose a suitable model, state assumptions, check whether events are independent or dependent, and explain limits of the conclusion.
OERs on the Topic
The English Wikipedia article on Probability provides a broad reference for probability concepts and vocabulary.
Linked Learning Areas
aiMOOC Projects
NEWSLernweltNOAH fragen