UtilityBase logoUtilityBase

Calculators

Probability Calculator

Single events, two independent events, and exact nCr/nPr counting.

Updated July 10, 2026

How to use the probability calculator

  1. 1Pick the mode: one event, two events, or counting.
  2. 2Enter the two numbers the mode asks for.
  3. 3Read probability as percent, decimal, and odds.
  4. 4For counting: nCr ignores order, nPr respects it.

Common uses

  • Probability homework across all three standard problem types
  • Converting between probability, percent, and betting odds
  • Lottery and card-game combinatorics done exactly
  • Sanity-checking and/or reasoning in risk estimates

Frequently asked questions

What's the difference between probability and odds?

Probability is favorable over total; odds are favorable against unfavorable. Drawing a heart from a deck: probability 13/52 = 25%, but odds 13:39, i.e. 1:3 for. The two get conflated constantly — '3 to 1 odds' is a 25% probability, not 33%. Converting: odds of a:b means probability a/(a+b). Gambling and horse racing speak odds; science and statistics speak probability; this calculator shows both so the translation is visible.

When do I multiply probabilities and when do I add?

Multiply for 'and' (both events happen): P(A and B) = P(A)×P(B) — for independent events. Add for 'or' (at least one happens), then subtract the overlap so it isn't double-counted: P(A or B) = P(A) + P(B) − P(A)×P(B). Forgetting the subtraction is the classic error, and it shows itself when probabilities sum past 100% — two 70% events don't have a 140% chance of at least one occurring; they have 91%.

What does 'independent' mean, and when does the math break?

Independent means one event's outcome doesn't change the other's probability — separate coin flips, different dice. The formulas here assume it, and they break for dependent events: drawing two aces without replacement isn't (4/52)², because the first draw changes the deck — it's (4/52)×(3/51). The tell for dependence is 'without replacement' or any shared pool. Dependent problems need conditional probability, which means tracking how the situation changes step by step.

Combinations or permutations — how do I decide?

One question: does order matter? Choosing 3 pizza toppings from 10 — order irrelevant, combinations: 10C3 = 120. Awarding gold, silver, bronze among 10 runners — order is the whole point, permutations: 10P3 = 720. The relationship is exact: nPr = nCr × r!, because each unordered group of r can be arranged r! ways. Passwords and PINs are permutations (with repetition, actually — nʳ); lottery tickets and committees are combinations.

About this tool

The probability calculator covers the three problems that make up most of a probability unit: a single event from favorable and total outcomes (with the decimal, percentage, odds, and complement all shown — the format conversions that cost points), two independent events (and/or/neither, with the overlap subtraction explained), and combinations vs permutations computed exactly with big-integer arithmetic, so 500C250 returns the true 150-digit answer rather than overflowing. Each mode is two inputs and a clear result — no clutter, no sign-up, all local.

Like most tools on UtilityBase, the probability calculator runs entirely in your browser — nothing you enter is uploaded or stored on a server. It's free to use with no account required. Browse more calculators here.

Was this tool helpful?

Related tools