Probability Calculator
MathCalculate the probability of any event. Enter favourable and total outcomes to find probability, percentage, complement, and odds in favour and against. Free online tool.
Number of outcomes that satisfy event A
Total outcomes in the sample space
3 / 10
P(A) = favourable ÷ total
Probability P(A)
As Percentage
0.00%
Complement P(A′)
1.0000
Odds
In Favour
Favourable : Unfavourable
0 : 1
Against
Unfavourable : Favourable
1 : 0
What is a Probability?
The Probability Calculator computes the probability of any event when you know the number of favourable outcomes and the total number of equally likely outcomes. Enter these two numbers and the calculator instantly outputs the probability as a decimal, as a percentage, the complement (probability the event does not occur), odds in favour, and odds against.
Probability measures how likely an event is to happen, on a scale from 0 (impossible) to 1 (certain). The formula P(A) = favourable outcomes / total outcomes is the classical definition, which assumes every outcome in the sample space is equally probable — a fair coin, a well-shuffled deck, or an unbiased die. This classical model underpins most school-level probability problems in India from Class 8 through Class 12.
Beyond academics, probability appears in everyday decisions: insurance pricing, quality control in manufacturing, weather forecasting, and risk analysis in finance. The Permutation and Combination Calculator is a natural companion tool — permutations and combinations are often used to count the number of favourable and total outcomes before applying the probability formula.
The odds display (e.g., "3 to 7 in favour") is particularly useful for understanding probability in the context of games and sports, where odds notation is more common than decimal probability in Indian newspapers and betting discussions.
How to use this Probability calculator
Enter Favourable Outcomes — type the number of outcomes that satisfy your event. For drawing a heart from a standard deck, this is 13 (hearts out of 52 cards).
Enter Total Outcomes — type the total number of equally likely outcomes in your sample space. For a standard deck, this is 52. Ensure all outcomes are genuinely equally likely — the formula does not apply to biased experiments.
Read Probability P(A) — the primary result shows the decimal probability and fills a visual bar to represent the likelihood. A value close to 0 is a rare event; close to 1 is near-certain.
Check the Complement — the complement P(A′) appears alongside the percentage. If you need the probability of "at least one" occurrence across multiple trials, use 1 minus the probability of zero occurrences (complement of zero).
Read the Odds — the odds cards show the ratio in two formats: "In Favour" (favourable : unfavourable) and "Against" (unfavourable : favourable). These ratios are already in lowest terms.
Formula & Methodology
Probability:P(A) = f / n Complement:P(A′) = 1 − P(A) = (n − f) / n Odds in Favour:f : (n − f) [reduced to lowest terms using GCF] Odds Against:(n − f) : f [reduced to lowest terms using GCF] Variable definitions: - f — number of favourable outcomes - n — total number of equally likely outcomes - n − f — number of unfavourable outcomes Worked example — drawing cards: From a standard deck of 52 cards, what is the probability of drawing a face card (Jack, Queen, or King)? f = 12 (4 Jacks + 4 Queens + 4 Kings)n = 52 P(face card) = 12 / 52 = 3/13 ≈ 0.2308 (23.08%) Complement P(not face card) = 1 − 3/13 = 10/13 ≈ 0.7692 (76.92%) Odds in favour: 12 : 40 = 3 : 10 (reduced by GCF 4)Odds against: 40 : 12 = 10 : 3 Assumption: The classical probability formula requires all outcomes to be equally likely. For non-uniform sample spaces (weighted dice, biased coins, historical frequency data), this formula gives incorrect results and empirical or Bayesian methods should be used instead.