What Probability Means and How to Find It

Probability is the chance that something will happen, written as a number between 0 and 1. A probability of 0 means it will not happen. A probability of 1 means it will definitely happen. Most real events fall somewhere in between.

The basic formula is straightforward: divide the number of ways something can happen by the total number of possible outcomes. If you flip a coin, there are two possible outcomes (heads or tails) and one way to get heads, so the probability of heads is 1 ÷ 2 = 0.5, or 50 percent.

This guide shows you how to set up that division correctly, handle situations where outcomes are not equally likely, and combine probabilities when multiple events are involved.

Key Takeaways

  • Probability equals the number of favorable outcomes divided by the total number of possible outcomes, written as a fraction, decimal, or percentage.
  • All possible outcomes must be equally likely for the basic formula to work—if they are not, you must weight each outcome by its individual probability.
  • When two events both need to happen, multiply their individual probabilities; when either event can happen, add them and subtract the overlap.
  • Conditional probability—the chance of one event given that another already happened—requires you to recalculate using only the outcomes where the first event occurred.
  • A probability tree or table helps you organize all possible combinations when tracking multiple events at once.

The Basic Formula: Favorable Outcomes Over Total Outcomes

Start by identifying what you want to find the probability of. Call this the favorable outcome. Then count how many ways that outcome can happen, and how many total outcomes are possible.

For example: you have a bag with 3 red marbles and 7 blue marbles. You want to find the probability of drawing a red marble. There are 3 ways to draw red (you could pick any of the three red marbles) and 10 total marbles you could draw. So the probability is 3 ÷ 10 = 0.3, or 30 percent.

Write your answer as a fraction (3/10), a decimal (0.3), or a percentage (30%). All three are correct; use whichever form the problem asks for or makes most sense to you.

The formula only works when every outcome has an equal chance of happening. Drawing any single marble from the bag is equally likely, so the formula works. If the marbles were different sizes and you were more likely to grab a large one, the formula would not work—you would need to weight each outcome by its actual probability instead.

When Outcomes Are Not Equally Likely

Some situations do not have equally likely outcomes. A weighted die lands on 6 more often than on 1. A basketball player makes 70 percent of free throws, not 50 percent. In these cases, you cannot straightforward count outcomes.

Instead, assign each outcome its own probability based on what you know. If a player makes 70 percent of free throws, the probability of making the next one is 0.7. The probability of missing is 0.3. These two probabilities must add up to 1, because one of them must happen.

When you have multiple outcomes with different probabilities, add all the probabilities of the outcomes you care about. If you want to know the probability that a player makes at least one of two free throws, you would add the probability of making the first, the probability of making the second, and the probability of making both—but subtract the overlap (making both) once so you do not count it twice. This is easier to see with a table or tree diagram.

Multiplying Probabilities When Both Events Must Happen

When you need two or more events to all happen, multiply their individual probabilities. This is called the multiplication rule.

Example: you flip a coin twice and want both flips to be heads. The probability of heads on the first flip is 0.5. The probability of heads on the second flip is also 0.5. The probability of both being heads is 0.5 × 0.5 = 0.25, or 25 percent.

This rule assumes the events are independent—meaning the outcome of one does not change the probability of the other. A coin flip is independent; the first flip does not affect the second. Drawing marbles without putting the first one back is not independent; removing one marble changes how many are left.

If events are not independent, you must adjust the second probability based on what happened first. If you draw a red marble from a bag of 3 red and 7 blue, then draw again without replacing it, there are now only 2 red marbles left and 9 total. The probability of drawing red on the second draw is now 2 ÷ 9, not 3 ÷ 10.

Adding Probabilities When Either Event Can Happen

When you want to find the probability that at least one of two events happens, use the addition rule: add the individual probabilities, then subtract the probability that both happen.

Example: you roll a die and want either a 5 or a 6. The probability of rolling a 5 is 1/6. The probability of rolling a 6 is 1/6. You cannot just add them to get 2/6, because a single roll cannot be both a 5 and a 6 at the same time. There is no overlap to subtract, so the answer is 1/6 + 1/6 = 2/6, or about 33 percent.

Now imagine you draw a card from a deck and want either a heart or a face card (jack, queen, or king). There are 13 hearts in a 52-card deck, so P(heart) = 13/52. There are 12 face cards, so P(face card) = 12/52. But 3 of those face cards are hearts, so they are counted in both groups. The probability of either a heart or a face card is 13/52 + 12/52 − 3/52 = 22/52, or about 42 percent.

Conditional Probability: When One Event Changes the Odds

Conditional probability is the chance of one event happening given that another event has already happened. It is written as P(A | B), meaning "the probability of A given B."

To find it, narrow your focus to only the outcomes where the first event occurred, then find the probability of the second event within that smaller set. Example: you draw a card from a deck. What is the probability it is a heart, given that it is a red card? There are 26 red cards in the deck (13 hearts and 13 diamonds). Of those 26, exactly 13 are hearts. So P(heart | red card) = 13/26 = 0.5, or 50 percent. This is higher than the overall probability of drawing a heart (13/52 = 25 percent) because you already know the card is red.

The formula is: P(A | B) = P(A and B) ÷ P(B). This divides the probability that both events happen by the probability that the condition (B) happened. The result tells you how likely A is, now that you know B is true.

Using Tables and Trees to Organize Multiple Events

When you are tracking three or more events, or when outcomes are not equally likely, a table or tree diagram prevents mistakes.

A probability tree branches out from left to right. Each branch shows one possible outcome and is labeled with its probability. At the end of each path through the tree, multiply the probabilities along that path to find the probability of that complete sequence. Then add the probabilities of all the paths that lead to the outcome you care about.

A table works better when you have two events with a small number of outcomes each. List one event's outcomes down the left side and the other event's outcomes across the top. Fill in each cell with the probability of that combination. This layout makes it straightforward to see all possibilities at once and to add up the rows or columns you need.

Both methods force you to list every outcome and assign it a probability, which catches errors that mental math often misses. For homework or real decisions, taking 30 seconds to draw a straightforward tree or table is worth the time.

Common Mistakes to Avoid

The most common error is forgetting to check whether outcomes are equally likely. If they are not, the basic formula (favorable ÷ total) will give you the wrong answer. Always ask: does each outcome have the same chance of happening?

A second mistake is confusing when to multiply and when to add. Multiply when you need all events to happen. Add when any one of them can happen. If you are unsure, draw a tree or table instead of trying to decide in your head.

A third mistake is forgetting to adjust probabilities when events are not independent. If you are drawing without replacement, or if one outcome changes the setup for the next event, recalculate the second probability based on what is left.

Finally, do not mix up conditional probability with independent events. "Given that" always signals conditional probability—you must recalculate using only the outcomes where the condition is true.

Frequently Asked Questions

What is the difference between probability and odds?

Probability is the chance of something happening, written as a number between 0 and 1 (or as a percentage). Odds compare the number of favorable outcomes to the number of unfavorable outcomes. If the probability of an event is 0.25 (25 percent), the odds are 1 to 3 (one favorable outcome for every three unfavorable ones). Probability is more common in math and science; odds are more common in gambling and betting.

Can a probability be greater than 1?

No. A probability is always between 0 and 1. A probability of 0 means the event will not happen. A probability of 1 means it will definitely happen. If you calculate a probability greater than 1, you made an error—check that you counted the outcomes correctly and that all your probabilities add up to 1.

How do I find the probability of something that has not happened yet?

Use past data or a model. If a coin has been flipped 1,000 times and landed heads 510 times, you can estimate the probability of heads on the next flip as 510 ÷ 1,000 = 0.51. If you have no data, assume equally likely outcomes (0.5 for heads) unless you have reason to believe otherwise. The more data you have, the more confident your estimate.

What does it mean if two events are mutually exclusive?

Mutually exclusive means the two events cannot both happen at the same time. Rolling a 5 and rolling a 6 on a single die are mutually exclusive—you cannot do both. When events are mutually exclusive, there is no overlap, so you straightforward add their probabilities. If events are not mutually exclusive (like drawing a heart and drawing a face card), you must subtract the overlap.

How do I know if I should use the multiplication rule or the addition rule?

Ask yourself: do I need all the events to happen, or do I need at least one to happen? If all must happen, multiply. If at least one can happen, add (and subtract any overlap). When in doubt, draw a tree or table showing all possible outcomes—it will be clear which ones you need to combine.