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

P(A) = Number of favorable outcomes / Total number of possible outcomes

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.
What's the difference between probability and odds?
Probability = favorable / total. Odds = favorable : unfavorable. A probability of 0.25 (25%) is the same as odds of 1:3. Use the Odds Converter tab to instantly convert between them.
Can probability be greater than 1?
No. Probability is always between 0 and 1 (0% to 100%). If you get a value outside this range, check your inputs.
What does "independent events" mean?
Two events are independent when the outcome of one does not affect the outcome of the other. Flipping a coin and rolling a die are independent events.
How do I calculate probability with "or"?
P(A or B) = P(A) + P(B) − P(A and B). You subtract the overlap to avoid double-counting outcomes where both events happen.
How do I convert odds to probability?
Odds of a:b convert to probability P = a / (a + b). For odds of 1:5, P = 1/(1+5) = 1/6 ≈ 16.67%.

Basic probability is fundamental to countless real-world applications. In finance, it's used to calculate the probability of default on loans and assess investment risk. In healthcare, it helps interpret diagnostic test results and estimate treatment success rates. Sports analysts use probability to calculate implied probability from betting odds and evaluate player performance.

Everyday uses include calculating the probability percentage of weather events, determining the likelihood of traffic delays, and assessing the probability ratio of winning games of chance. The odds converter is particularly useful for gamblers and sports bettors who need to convert between decimal odds, fractional odds, and implied probability.

Understanding basic probability also helps avoid common cognitive biases like the gambler's fallacy — the mistaken belief that past outcomes affect future independent events. Our calculator converts between probability percentage, fraction, and decimal formats seamlessly.

Key Formula

P(A) = Favorable / Total

P(not A) = 1 − P(A)

P(A∩B) = P(A)×P(B)

P(A∪B) = P(A)+P(B)−P(A∩B)

Odds = P / (1−P)