Probability of an Event

Calculate the probability of a single event as the ratio of favorable outcomes to total possible outcomes, expressed as a percentage. Also shows the probability of the event NOT occurring (complement) and the odds in favor.

Probability16.67%
Probability it does NOT happen
83.33%
Odds in favor (to 1)
0.2

Probability = favorable outcomes / total outcomes. The result is a value between 0% (impossible) and 100% (certain). Total outcomes must be greater than zero, and favorable outcomes should not exceed total outcomes.

What This Probability Calculator Does

This Probability Calculator finds the chance of a single event happening when every possible outcome is equally likely. You enter the number of favorable outcomes (the results you care about) and the total number of possible outcomes, and it returns the probability as a decimal, a fraction, and a percentage.

It is built for students learning basic statistics, teachers checking answers, gamers and gamblers estimating odds, and anyone working with simple chance: drawing a card, rolling a die, picking a marble, or flipping a coin. It handles classical (theoretical) probability, not experimental data or compound multi-step events.

How It Works: The Probability Formula

The calculator uses the classical definition of probability:

P(E) = number of favorable outcomes / total number of possible outcomes

Every probability falls between 0 and 1. A value of 0 means the event is impossible, and 1 means it is certain. To express the result as a percentage, multiply by 100.

  • Favorable outcomes: the specific results that count as the event happening.
  • Total outcomes: every possible result in the sample space, equally likely.
  • Complement: the chance the event does NOT happen is 1 - P(E).

Worked Example

Suppose you draw one card from a standard 52-card deck and want the probability of drawing a heart.

There are 13 hearts (favorable outcomes) and 52 cards in total. Plug the numbers in: P = 13 / 52 = 0.25. As a fraction that simplifies to 1/4, and as a percentage it is 25%.

The complement, the chance of NOT drawing a heart, is 1 - 0.25 = 0.75, or 75%. The two probabilities add up to 1, which is a quick way to check your work.

Tips and Common Mistakes

Most errors come from miscounting the sample space rather than from the arithmetic. Keep these points in mind:

  • Count the total carefully. A die has 6 faces, a coin has 2 sides, a deck has 52 cards. An off-by-one total skews the whole result.
  • Favorable outcomes can never exceed the total, so the answer can never be above 1 (100%). If it is, recheck your inputs.
  • This formula assumes all outcomes are equally likely. A loaded die or weighted spinner breaks that assumption.
  • For 'at least one' or multi-draw questions, single-event probability is not enough; you need compound rules or the complement.
  • Use the complement to save effort. Finding 1 - P(not E) is often easier than counting many favorable cases directly.

Factors That Affect the Result

The probability changes whenever the sample space changes. Removing items without replacement (for example, drawing a second card without returning the first) shrinks the total and shifts the odds for later draws.

Defining the event precisely also matters: 'rolling an even number' on a die has 3 favorable outcomes (2, 4, 6) for a probability of 3/6 = 0.5, while 'rolling a 6' has only 1, giving 1/6 ≈ 0.167. Always pin down what counts as a favorable outcome before you calculate.

Frequently asked questions

How is probability calculated?

Probability equals the number of favorable outcomes divided by the total number of possible outcomes. For example, rolling a 4 on a six-sided die is 1 favorable outcome out of 6 total, which is 1/6 ≈ 16.67%.

What does the complement (NOT happen) value mean?

It is the probability that the event does not occur, calculated as 1 minus the probability. The two always add up to 100%.

What are odds in favor?

Odds in favor compare favorable outcomes to unfavorable outcomes. For a probability of 1/6, the odds in favor are 1 to 5 (0.2 to 1). They differ from probability, which compares favorable outcomes to the total.

Can probability be more than 100%?

No. A valid probability is always between 0% and 100%. If you enter more favorable outcomes than total outcomes, the inputs are invalid.