Computing probabilities
Basic probability formula
Probability is a way to compare:
- how many outcomes satisfy a condition (the event), to
- how many outcomes are possible overall (the sample space).
So every probability question starts by identifying the sample space and the event of interest.
For any event in a finite sample space,
This works because probability is a proportion. If an event occurs in half of all equally likely outcomes, its probability is . If it occurs in one out of ten outcomes, its probability is . Probabilities are always between and , inclusive: means the event cannot occur, and means it must occur.
Many probability questions - especially on the Praxis - give information in tables instead of listing outcomes. The same proportion idea still applies; you just read the favorable count and the total count from the table.
Reading one-way tables
A one-way table organizes counts for a single categorical variable. Each entry is a count for one category, and the entire table represents the sample space.
To find a probability from a one-way table:
- Compute the grand total by summing all counts in the table.
- Identify the count corresponding to the event of interest.
- Divide that category count by the grand total.
This is the basic probability formula in table form: the category count is the number of favorable outcomes, and the grand total is the number of possible outcomes.
Example: Marble colors A bag contains:
Color Count Red Blue Green What is ?
There are green marbles out of total, so
Answer:
Reading two-way tables
A two-way table organizes counts for two categorical variables at the same time. Each cell shows how often a specific combination occurs. That lets you compute probabilities for single events and for relationships between events.
In a two-way table:
- Rows typically represent categories of one variable.
- Columns represent categories of a second variable.
- Cell entries show joint counts.
- Row and column totals summarize overall frequencies and form the basis for marginal probabilities.
- The grand total represents the full sample space.
A generic two-way table looks like this:
| Event | Not | Total | |
|---|---|---|---|
| Event | |||
| Not | |||
| Total |
From this table, you can compute three different types of probabilities.
-
Joint probability measures the chance that both events occur together. Use one cell count divided by the grand total:
-
Marginal probability measures the chance of a single event, ignoring the other variable. Use a row or column total divided by the grand total:
-
Conditional probability measures the chance of one event given that another event has occurred. Here, the “total possible outcomes” becomes the relevant row or column total:
The main difference is what you treat as the sample space:
- Joint probabilities use the entire table.
- Marginal probabilities use the entire table but focus on one variable.
- Conditional probabilities restrict attention to outcomes that satisfy the condition.
Example: Joint, marginal, and conditional probabilities A café records how customers pay (Cash, Card, or Mobile) across three days.
Day Cash Card Mobile Monday Tuesday Wednesday Sometimes a problem won’t provide totals. In that case, compute the row totals, column totals, and the grand total before finding probabilities.
First, compute the totals for each row, each column, and the grand total. The row totals and column totals both add to , so the table is consistent.
Day Cash Card Mobile Total Monday Tuesday Wednesday Total The marginal probability of paying by card uses the column total for Card divided by the grand total:
The joint probability of a customer paying in cash on Tuesday uses the Tuesday-Cash cell divided by the grand total:
The conditional probability of paying with mobile given it is Wednesday restricts the sample space to the Wednesday row:
Interpretation: About of all customers pay by card overall (marginal).
The chance of randomly selecting a Tuesday cash transaction is (joint).
If it is known to be Wednesday, there is a chance the customer paid using mobile (conditional).
Answer:
After you can compute probabilities from sample spaces and tables, the next step is combining events. Here, it matters whether events can overlap and whether one event changes the probability of the other.
Unions and intersections of events
When you combine events, two common questions come up:
- Are you finding the probability that at least one of two events occurs (a union)?
- Or are you finding the probability that both events occur (an intersection)?
The correct rule depends on whether the events can occur together and whether they affect each other.
-
Union, mutually exclusive If two events cannot occur at the same time, there is no overlap. The probability that at least one occurs is the sum of their probabilities:
-
Union, non-mutually exclusive If two events can occur together, adding and counts the overlap twice. Subtract once to correct for that:
-
Intersection, independent If two events are independent, the occurrence of one does not change the probability of the other. Multiply their probabilities to get the probability both occur:
Example: Mutually exclusive union Two fair dice are rolled once. Let = “sum is ,” and = “sum is .” What is ?
These two sums cannot occur at the same time, so the events are mutually exclusive.
Answer:
Example: Non-mutually exclusive union You draw one card from a standard -card deck. Let = “heart” and = “king.” What is ?
These events are not mutually exclusive because the king of hearts is both a heart and a king.
Answer:
With and without replacement
When you draw multiple items from a finite set, decide whether the first draw changes the second. That depends on whether you put the item back.
-
With replacement means the item is returned before the next draw. The sample space stays the same, so the probabilities stay the same.
-
Without replacement means the item is not returned. The sample space shrinks, so the probabilities change after each draw.
Example: Without replacement A box contains red and blue balls ( total). You draw two balls without replacement. What is the probability both are red?
On the first draw, there are red balls out of total:
After drawing a red ball and not replacing it, there are red balls left out of total:
Because both events must occur, multiply the probabilities:
Answer:
Independent intersections
Sometimes one event has no effect on another. When events are independent, the probability that both occur is the product of their individual probabilities.
Example: Two-flip intersection What is the probability of flipping two heads in a row with a fair coin?
Each flip is independent, and the probability of heads on any single flip is . Therefore,
Answer:
Example: Pair of cards Draw two cards without replacement. What is ?
There are face cards in a -card deck. On the first draw,
After drawing a face card and not replacing it, there are face cards left out of total cards:
Multiply to find the joint probability:
Answer: