Probability measures how likely an event is to occur, expressed as a number between 0 (impossible) and 1 (certain). The foundation of all probability is simple: count the favorable outcomes and divide by the total possible outcomes. This single formula, P(A) = favorable / total, is the basis for everything from gambling odds to scientific research and machine learning algorithms.
The Formula
Probability can be expressed in three convenient formats. A probability fraction like 1/6 shows the exact ratio of favorable to total outcomes. A probability percentage like 16.67% is easiest for quick comprehension. A probability ratio like 1:5 compares favorable to unfavorable outcomes and is commonly used in betting and gambling contexts. Our calculator automatically provides all three formats, and the built-in odds converter lets you switch freely between probability and odds representations.
Combined Events
For independent events (one doesn't affect the other):
- P(A and B) = P(A) × P(B) — the probability both happen
- P(A or B) = P(A) + P(B) − P(A)×P(B) — the probability at least one happens
For mutually exclusive events (they cannot both occur), the "or" formula simplifies to P(A or B) = P(A) + P(B). For example, the probability of rolling a 2 or a 5 on a single die is 1/6 + 1/6 = 2/6 = 1/3 ≈ 33.33%. Understanding when events are independent versus mutually exclusive is critical for correct probability calculation.
Independent Probability vs Dependent Probability
Independent probability applies when one event's outcome does not affect another — flipping a coin and rolling a die are independent events. The independent probability calculator scenario assumes each trial stands alone. For dependent events (drawing cards without replacement), the hypergeometric distribution is needed instead. Our multiple event probability calculator handles both independent combined events and can be adapted for dependent scenarios.
Odds vs Probability
Odds and probability are related but different concepts. Probability compares favorable outcomes to total outcomes: P = favorable / total. Odds compare favorable to unfavorable outcomes: odds = favorable : unfavorable. To convert from probability p to odds, use odds = p / (1 − p), giving the ratio favorable : unfavorable. Our odds converter handles both directions instantly, including "1 in X" notation commonly used in epidemiology and risk communication.
Worked Examples
What's the probability of rolling a 4 on a six-sided die? There's 1 favorable outcome (rolling a 4) out of 6 total outcomes. So P(4) = 1/6 ≈ 0.1667 or 16.67%. As odds this is 1:5 (one favorable for every five unfavorable). As a probability fraction this is 1/6.
What about rolling an even number? Three favorable outcomes (2, 4, 6) out of 6 total: P(even) = 3/6 = 0.5 or 50%. The odds converter would show odds of 1:1 (even money).
For a more complex example, what is the probability of rolling a 4 on a die AND getting heads on a coin flip? Since these are independent events: P(4 and heads) = 1/6 × 1/2 = 1/12 ≈ 8.33%. This demonstrates how to calculate probability for multiple independent events by multiplying their individual probabilities.
Common Mistakes
- Adding probabilities incorrectly: P(A or B) is not simply P(A) + P(B) unless the events are mutually exclusive (they can't both happen).
- Forgetting to check independence: P(A and B) = P(A) × P(B) only works for independent events. If events affect each other, use conditional probability.
- Confusing odds and probability: Odds of 1:5 means probability of 1/6 ≈ 16.7%, not 1/5 = 20%. Many people mistakenly use odds ratios as probabilities, which leads to significant errors in risk assessment and betting calculations. Use the odds converter tab to verify your conversions.