โž•Pre-Algebra

Key Concepts in Probability Basics

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Probability is the math of uncertainty, and it shows up constantly in Pre-Algebra. You'll need to calculate likelihoods, tell different types of events apart, and pick the right formula for each situation. These skills form the foundation for statistics, data analysis, and real-world decision-making.

The most important thing to understand up front: you need to recognize what type of problem you're facing before you can solve it. Are the events independent or dependent? Mutually exclusive or overlapping? The concepts below are organized by how they connect to each other. Don't just memorize definitions. Know when and why each concept applies.


The Foundation: What Probability Actually Measures

Before you can calculate anything, you need to understand what probability represents and the building blocks that make calculations possible.

Definition of Probability

Probability measures how likely an event is to occur. It's the mathematical way of expressing chance.

  • Values range from 0 to 1, where 0 means impossible and 1 means certain. You can express probability as a decimal, fraction, or percentage.
  • A probability of 0.5 (or 50%) means the event has an equal chance of happening or not happening. Think of a fair coin flip.

Sample Space

The sample space is the complete set of all possible outcomes. You must identify this before calculating any probability.

  • Rolling a standard die has 6 outcomes. Flipping two coins has 4 outcomes (HH, HT, TH, TT).
  • The sample space is often written as SS or listed in braces like {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}.

Events

An event is any outcome or group of outcomes you're interested in. It's a subset of the sample space.

  • A simple event has exactly one outcome (rolling a 3). A compound event combines multiple outcomes (rolling an even number includes 2, 4, and 6).
  • Events are written with capital letters like AA, BB, or CC in probability expressions.

Compare: Sample space vs. event โ€” the sample space is everything that could happen, while an event is the specific thing you're asking about. If a problem asks "what's the probability of rolling a 3," the sample space is {1, 2, 3, 4, 5, 6} but the event is just {3}.


The Core Calculation: Formulas and Scales

Once you know your sample space and event, you need the tools to actually calculate probability.

Probability Formula

P(event)=favorableย outcomestotalย outcomesP(\text{event}) = \frac{\text{favorable outcomes}}{\text{total outcomes}}

This is the formula you'll use most often. Favorable outcomes are the ones that match what you're looking for. Total outcomes come from your sample space.

One catch: this formula only works when all outcomes are equally likely. Rolling a fair die qualifies, but a weighted die or a rigged spinner would not.

Example: What's the probability of rolling a number greater than 4 on a standard die?

  • Favorable outcomes: 5 and 6 (that's 2 outcomes)
  • Total outcomes: 6
  • P(greaterย thanย 4)=26=13P(\text{greater than 4}) = \frac{2}{6} = \frac{1}{3}

Probability Scale

The scale runs from 0 (impossible) to 1 (certain). Any probability outside this range means you made an error somewhere.

  • 0.5 is the midpoint, representing a 50-50 chance. Use it as your benchmark for "likely" vs. "unlikely."
  • You should be comfortable converting between forms: 14=0.25=25%\frac{1}{4} = 0.25 = 25\%. Exams may ask for any of these representations.

Compare: Probability of 0 vs. probability of 1 โ€” students often confuse "very unlikely" with "impossible." A probability of 0.01 is unlikely but still possible; only 0 means it absolutely cannot happen. Watch for questions that test this distinction.


Event Relationships: How Outcomes Interact

This is where most mistakes happen. Whether events can occur together and whether one affects another determines which formula you use.

Mutually Exclusive Events

Mutually exclusive events cannot happen at the same time. If one occurs, the other is automatically ruled out.

  • Use addition: P(Aย orย B)=P(A)+P(B)P(A \text{ or } B) = P(A) + P(B)
  • Flipping heads and flipping tails on a single flip is the classic example. You get one or the other, never both.
  • Another example: rolling a 2 or rolling a 5 on one die. Those can't both happen on the same roll.

Independent Events

Independent events don't influence each other's outcomes. Knowing one happened tells you nothing about the other.

  • Use multiplication: P(Aย andย B)=P(A)ร—P(B)P(A \text{ and } B) = P(A) \times P(B)
  • The key phrase to watch for is "with replacement." Drawing a card, putting it back, then drawing again means the second draw isn't affected by the first.
  • Rolling a die and then flipping a coin are also independent. The die result has no effect on the coin.

Dependent Events

Dependent events affect each other. The first outcome changes the probability of the second.

  • After drawing one card from a 52-card deck, only 51 cards remain for the second draw. The sample space has shrunk.
  • The key phrase is "without replacement." If you don't put the first item back, the probabilities shift for every draw after that.

Compare: Independent vs. dependent events โ€” both involve multiple events, but the calculation differs. For independent events, multiply the original probabilities. For dependent events, you must recalculate after each step because the total outcomes change. Always identify which type you're dealing with before you start calculating.


Combining Events: Compound Probability

When problems involve multiple events happening together or in sequence, you need strategies for organizing and calculating these more complex scenarios.

Probability of Compound Events

A compound event combines two or more simple events. "Rolling a 6 AND flipping heads" is a compound event.

The two core rules:

  • "Or" problems โ†’ add (when events are mutually exclusive)
  • "And" problems โ†’ multiply (when events are independent)

Watch the language carefully. The word "and" typically means multiply, and "or" typically means add.

Example: What's the probability of rolling a 6 on a die AND flipping heads on a coin?

  • P(6)=16P(\text{6}) = \frac{1}{6} and P(heads)=12P(\text{heads}) = \frac{1}{2}
  • P(6ย andย heads)=16ร—12=112P(\text{6 and heads}) = \frac{1}{6} \times \frac{1}{2} = \frac{1}{12}

Tree Diagrams

Tree diagrams map out every possible outcome visually. Each branch represents one possibility at each stage.

How to use them:

  1. Draw the first set of branches for the first event, labeling each branch with its outcome and probability.
  2. From the end of each branch, draw new branches for the second event.
  3. Multiply along a path (left to right) to find the probability of that specific sequence.
  4. Add across paths when you want the combined probability of multiple sequences.

Tree diagrams are especially useful for dependent events, where probabilities change at each stage.

Compare: Addition rule vs. multiplication rule โ€” addition finds the probability of either event occurring (or), while multiplication finds the probability of both events occurring (and).


Theory vs. Reality: Two Types of Probability

Probability can come from mathematical reasoning or from actual experiments. Understanding the difference helps you interpret results correctly.

Theoretical vs. Experimental Probability

  • Theoretical probability uses math and logic. A fair coin has P(heads)=0.5P(\text{heads}) = 0.5 because there are 2 equally likely outcomes.
  • Experimental probability uses actual data. Flip a coin 100 times, get 53 heads, and your experimental probability is 53100=0.53\frac{53}{100} = 0.53.
  • These two values may differ, especially with small numbers of trials, but they should get closer as you collect more data.

Law of Large Numbers

As the number of trials increases, experimental probability gets closer to theoretical probability. This is why larger samples are more reliable.

  • Flipping 5 heads in a row doesn't mean the coin is unfair. Small samples can be misleading.
  • Casinos, insurance companies, and pollsters all rely on this principle. They use huge numbers of trials so their predictions are accurate.

Compare: Theoretical vs. experimental probability โ€” theoretical tells you what should happen based on math; experimental tells you what actually happened in trials. If they differ significantly, either your sample is too small or your assumptions about the situation are wrong.


Quick Reference Table

ConceptBest Examples
Basic probability formulaRolling dice, drawing cards, spinner problems
Sample space identificationCoin flips, die rolls, card decks
Mutually exclusive eventsHeads vs. tails, rolling a 2 vs. rolling a 5
Independent eventsRolling a die then flipping a coin, drawing with replacement
Dependent eventsDrawing cards without replacement, selecting students from a group
Compound probability (AND)Rolling 6 and flipping heads, drawing two aces in a row
Compound probability (OR)Rolling a 2 or a 4, drawing a heart or a diamond
Theoretical vs. experimentalPredicted outcomes vs. actual trial results

Self-Check Questions

  1. A bag contains 4 red marbles and 6 blue marbles. If you draw one marble, replace it, then draw again, are these events independent or dependent? What formula would you use to find P(red,ย thenย blue)P(\text{red, then blue})?

  2. Compare and contrast mutually exclusive events and independent events. Can two events be both mutually exclusive AND independent? Explain your reasoning.

  3. Which two concepts from this guide would you use together to solve this problem: "What's the probability of drawing a king OR a queen from a standard deck?"

  4. If you flip a coin 10 times and get 7 heads, your experimental probability of heads is 0.7. The theoretical probability is 0.5. Does this mean the coin is unfair? What concept explains why these numbers might differ?

  5. A tree diagram shows all possible outcomes when you spin a spinner twice. If the first branch shows P(red)=13P(\text{red}) = \frac{1}{3} and the second branch shows P(blue)=12P(\text{blue}) = \frac{1}{2}, how would you find the probability of getting red first, then blue? Show the calculation.