Probability Calculator

Probability
25%
0.25 · 1 in 4 chance

1Choose Mode

One event with equally likely outcomes — like drawing a heart from a full deck.

2Enter Values

Whole numbers only. Favorable can’t exceed total, and total must be at least 1.

Breakdown

Calculation13 / 52 = 0.25
Probability25% (1/4)
Odds for1 : 3
Odds against3 : 1
Complement P(not A)75%
Single-event mode assumes all outcomes are equally likely. Two-event mode assumes A and B are independent: P(A and B) = P(A) × P(B). Displays are rounded to six decimal places.

What Is a Probability Calculator?

A probability calculator turns counts and percentages into the chance that something happens. It works in two modes. In single event mode, you enter the number of favorable outcomes and the total number of possible outcomes — 13 hearts out of 52 cards, say — and it returns the probability as a percentage, a decimal, and a reduced fraction, plus the odds for, the odds against, and the complement (the chance the event does not happen). In two independent events mode, you enter P(A) and P(B) as percentages and it combines them: the chance both happen, the chance at least one happens, and the chance neither does. Everything updates live as you type.

How It Works

Single-event probability rests on one assumption: every outcome is equally likely. When that holds, probability is simply a ratio of counts.

Single event

Count what you want, divide by everything possible:

P(A) = favorable outcomes / total outcomes P(not A) = 1 − P(A)

Two independent events

Independence lets probabilities multiply:

P(A and B) = P(A) × P(B) P(A or B) = P(A) + P(B) − P(A and B)   ·   P(neither) = (1 − P(A)) × (1 − P(B))

The subtraction in the “or” formula matters: adding P(A) and P(B) alone would double-count the cases where both happen. And the multiplication rule only works when the events are independent — when knowing one happened tells you nothing about the other. Two coin flips are independent; drawing two cards without putting the first one back is not, because the first draw changes the deck.

Worked Example: Hearts and Coin Flips

Drawing one card from a standard deck, what’s the chance of a heart? There are 13 hearts among 52 cards, so P = 13/52 = 1/4 = 25% — the calculator’s default. The odds for are 13 : 39, which reduces to 1 : 3; the odds against are 3 : 1; and the complement — drawing anything but a heart — is 75%.

Now combine two independent events with P(A) = 50% (a fair coin lands heads) and P(B) = 30% (say, rain tomorrow). Both happen with probability 0.5 × 0.3 = 15%. At least one happens with probability 0.5 + 0.3 − 0.15 = 65%, and neither happens with probability 0.5 × 0.7 = 35%. Notice 65% + 35% = 100% — “at least one” and “neither” are complements, a handy self-check.

Odds vs. Probability: They’re Not the Same

Probability compares favorable outcomes to all outcomes; odds compare favorable outcomes to unfavorable ones. A 25% probability means 1 success in every 4 trials, but the odds for are 1 : 3 — one success against three failures. Sportsbooks, horse racing, and everyday phrases like “3-to-1 against” all speak in odds, which is why translating carelessly goes wrong: 1 : 3 odds is not a 1/3 probability. To convert, odds of a : b in favor mean a probability of a/(a+b). Going the other way, a probability p gives odds of p : (1 − p), which the calculator reduces to smallest whole numbers for you.

Common Mistakes to Avoid

The biggest trap in two-event mode is multiplying probabilities for events that aren’t actually independent. The chance of rain today and rain tomorrow, or of two aces drawn without replacement, can’t be found with P(A) × P(B) — those events feed into each other. Related is the gambler’s fallacy: believing five heads in a row makes tails “due.” Independent flips have no memory; the sixth flip is still 50/50.

In single-event mode, the usual slip is a miscounted total — forgetting outcomes that exist but aren’t wanted, or counting favorable outcomes twice. Another is adding probabilities for overlapping events without subtracting the overlap: the chance a card is a heart or a face card is not 13/52 + 12/52, because three cards are both. Finally, remember that no real probability exceeds 100% or drops below 0% — if your arithmetic produces one, an assumption broke somewhere upstream.

Frequently Asked Questions

What does “independent events” actually mean?

Two events are independent when the outcome of one gives you no information about the other — separate coin flips, separate dice rolls, unrelated machines failing. If one event changes the conditions for the second, like drawing cards without replacement, the events are dependent and the simple multiplication rule doesn’t apply.

How do I convert odds to probability?

Odds of a : b in favor convert to a probability of a/(a + b). So 1 : 3 odds in favor means 1/(1+3) = 25%. Odds against work the same way flipped: 3 : 1 against also means a 25% chance of the event happening.

Why is P(A or B) not just P(A) + P(B)?

Because both events can happen at once, and simple addition counts that overlap twice. The correct rule subtracts it: P(A) + P(B) − P(A and B). Only for mutually exclusive events — ones that can never co-occur — does plain addition work.

Can a probability be greater than 100%?

No. Probability always lives between 0 (impossible) and 1 (certain), or 0% to 100%. The calculator rejects percentages outside that range, and in single-event mode it blocks favorable counts larger than the total for the same reason.

Scroll to Top