- Home
- /
- Statistics
- /
- Concept Map
- /
- Probability
Probability Concepts
7 concepts ยท Grades 6-8, 9-12 ยท 8 prerequisite connections
Probability is the mathematical language of uncertainty. Starting from simple experiments like coin flips and dice rolls, students build up to conditional probability, independence, and expected value. These concepts are the bridge between descriptive statistics (what happened) and inferential statistics (what can we conclude).
This family view narrows the full statistics map to one connected cluster. Read it from left to right: earlier nodes support later ones, and dense middle sections usually mark the concepts that hold the largest share of future work together.
Use the graph to plan review, then use the full concept list below to open precise pages for definitions, examples, and related content.
Concept Dependency Graph
Concepts flow left to right, from foundational to advanced. Hover to highlight connections. Click any concept to learn more.
Connected Families
Probability concepts have 12 connections to other families.
All Probability Concepts
Basic Probability
Probability is the measure of how likely an event is to occur, expressed as a number between 0 (impossible) and 1 (certain). It is calculated as the ratio of favorable outcomes to total possible outcomes when all outcomes are equally likely.
"Probability is a way of putting a number on chance. Flipping heads? That's $0.5$ (half the time). Rolling a 6 on a die? That's $\frac{1}{6}$ (one out of six possible outcomes). It's like asking 'if we did this many times, what fraction would this outcome happen?'"
Why it matters: Probability is the math of uncertainty. It helps us make decisions when we don't know exactly what will happen - from weather forecasts to medical treatments.
Theoretical Probability
Theoretical probability is the expected probability of an event calculated by mathematical reasoning about equally likely outcomes, without conducting experiments. It equals the number of favorable outcomes divided by the total number of possible outcomes.
"For a fair coin, you KNOW heads is $\frac{1}{2}$ without flipping. You calculate based on logic: 1 favorable outcome (heads) out of 2 possible outcomes. That's theoretical - it's what SHOULD happen."
Why it matters: Theoretical probability lets us predict outcomes without experiments. It's the foundation of probability calculations.
Experimental Probability
Experimental probability is the probability of an event estimated from actual experimental data, calculated as the number of times the event occurred divided by the total number of trials. It approaches the theoretical probability as more trials are conducted.
"You flip a coin 100 times and get 53 heads. Your experimental probability is $\frac{53}{100} = 0.53$. It's based on what DID happen, not what should happen theoretically."
Why it matters: Real-world probabilities (like machine failure rates) come from experiments. More trials make experimental probability closer to theoretical.
Sample Space
The sample space is the complete set of all possible outcomes for a probability experiment, listed without repetition. It forms the foundation for every probability calculation because the probability of any event is a fraction of the sample space.
"Before calculating probability, list every possible outcome. For a die: $\{1, 2, 3, 4, 5, 6\}$. For two coins: $\{HH, HT, TH, TT\}$. That's your sample space - the complete menu of what could happen."
Why it matters: The sample space is the foundation of every probability calculation in games, simulations, risk analysis, and insurance. Missing even one outcome leads to incorrect probabilities, which is why systematic listing methods are critical.
Tree Diagram
A tree diagram is a branching diagram that shows all possible outcomes of a multi-step random process. Each branch represents one choice or event, and complete paths show combined outcomes.
"A tree diagram prevents you from losing cases when a probability problem unfolds in stages. Instead of guessing the outcomes, you build them step by step."
Why it matters: Tree diagrams make compound events, conditional probabilities, and multi-step experiments easier to organize correctly.
Compound Events
Compound events are probability events made up of two or more simple events combined using 'and' (both events occur) or 'or' (at least one occurs). For independent 'and' events, multiply probabilities; for 'or' events, add probabilities and subtract any overlap.
"Simple event: rolling a 6. Compound event: rolling a 6 AND then flipping heads. For 'and,' multiply probabilities. For 'or,' add them (but subtract overlap if any)."
Why it matters: Most real probability problems involve multiple events. Understanding compound events opens up complex probability calculations.
Conditional Probability
Conditional probability is the probability that one event happens given that another event has already happened. It narrows the sample space to the cases where the given condition is true.
"Once you know event B happened, you no longer look at every outcome. You only look at the part of the sample space where B is true, then ask how much of that smaller space also satisfies A."
Why it matters: Conditional probability is central to risk analysis, medical testing, machine learning, and two-way-table interpretation.