Probability Calculator - Fraction, Percent and Odds

    What are the odds? Calculate probability of any event as fraction, percentage and odds. Four modes: single event, independent events, union, and repeated trials.

    Parameters

    Enter data for calculations

    Choose the type of probability calculation

    Number of outcomes favorable to event A

    Total size of the sample space

    Form progress0 / 3 fields

    💡 Fill in all required fields to unlock the calculate button

    Four probability modes, one click

    Whether you need the chance of rolling a six, the probability that two independent events both occur, the likelihood of at least one success in ten tries, or how two overlapping events combine - this calculator handles all four scenarios instantly. Enter your numbers, choose a mode, and get the result as a fraction, decimal, percentage, odds ratio, and a plain-language classification.

    4
    probability modes
    5
    output formats per result
    7
    classification levels
    0
    sign-up required

    Formula reference for all four modes

    Mode Formula When to use
    Single event P(A) P(A) = k / n One experiment, one event
    Independent events P(A and B) P(A∩B) = P(A) x P(B) Two separate experiments
    Union P(A or B) P(A∪B) = P(A)+P(B)-P(A∩B) Either event from same sample
    Repeated trials P(≥1) = 1-(1-P(A))^n Same experiment n times

    How probability is expressed

    The calculator shows each result in five forms so you can use whichever suits your context:

    • Fraction - the simplest reduced fraction (e.g. 1/6). Exact and unambiguous.
    • Decimal - six decimal places (e.g. 0.166667). Useful for spreadsheet calculations.
    • Percentage - intuitive for most people (e.g. 16.67%). The calculator uses adaptive precision so very small probabilities are not rounded to zero.
    • Odds - expressed as "X to Y" (e.g. 1 to 5). Odds of 1 to 5 means one favorable outcome for every five unfavorable ones. Common in sports betting and risk analysis.
    • Classification - a plain-English label from "Impossible event" to "Certain event" based on seven probability ranges.

    Common probability reference table

    Event Fraction Percent Odds
    Fair coin - heads 1/2 50% 1 to 1
    Standard die - rolling a 6 1/6 16.67% 1 to 5
    Standard die - rolling even 1/2 50% 1 to 1
    Drawing an ace from a standard deck 1/13 7.69% 1 to 12
    Drawing a heart from a standard deck 1/4 25% 1 to 3
    Rolling two sixes (independent dice) 1/36 2.78% 1 to 35
    Lottery 6/49 jackpot 1/13,983,816 ~0.000007% 1 to 13,983,815
    At least one head in 10 coin flips 1023/1024 99.90% 1023 to 1

    Practical examples

    Example 1 - rolling a die (single event)
    You want the probability of rolling a 5 on a standard six-sided die.
    Favorable outcomes: 1 (only the face showing 5). Total outcomes: 6.
    P(A) = 1/6 = 16.67%. Odds: 1 to 5. Classification: Unlikely event.
    Example 2 - drawing a card (single event)
    Probability of drawing a face card (Jack, Queen, King) from a standard 52-card deck.
    Favorable outcomes: 12 (4 Jacks + 4 Queens + 4 Kings). Total: 52.
    P(A) = 12/52 = 3/13 = 23.08%. Odds: 3 to 10. Classification: Unlikely event.
    Example 3 - two independent events
    Probability that it rains today (30%) AND you win a raffle (1 in 100).
    P(A) = 3/10 = 30%. P(B) = 1/100 = 1%. P(A and B) = 0.30 x 0.01 = 0.003 = 0.3%.
    Use the "Two independent events" mode: favorable A = 30, total A = 100, favorable B = 1, total B = 100.
    Example 4 - union of events
    A deck of 52 cards. What is P(drawing a heart OR a face card)?
    Hearts: 13. Face cards: 12. Cards that are both (heart face cards): 3.
    P(A or B) = (13+12-3)/52 = 22/52 = 11/26 = 42.31%. Use the "union" mode with intersection = 3.
    Example 5 - repeated trials (complement method)
    What is the probability of rolling at least one 6 in 4 rolls of a die?
    P(A) = 1/6. n = 4. P(at least one 6) = 1 - (5/6)^4 = 1 - 625/1296 = 671/1296 = 51.77%.
    Enter favorable = 1, total = 6, trials = 4 in the "Repeated trials" mode.
    Example 6 - complement probability
    If P(A) = 3/8 = 37.5%, then P(not A) = 1 - 3/8 = 5/8 = 62.5%.
    The "Single event" mode always shows the complement P(not A) alongside the main result.

    Understanding probability classification

    Probability range Classification Example
    P = 0 Impossible event Rolling a 7 on a standard die
    0 < P < 1% Extremely unlikely Lottery jackpot
    1% - 5% Very unlikely Drawing a specific card
    5% - 25% Unlikely Rolling a specific face on a die
    25% - 50% Fairly likely Drawing a heart from a deck
    50% - 75% Likely Coin flip landing on heads or tails
    75% - 100% Very likely At least one head in 5 coin flips
    P = 1 Certain event Rolling any number 1-6 on a standard die

    The difference between odds and probability

    Probability and odds express the same information differently. If the probability of an event is P, then:

    Odds in favor = P / (1 - P)    expressed as a ratio (favorable : unfavorable)
    Probability from odds = favorable / (favorable + unfavorable)

    For example, probability 1/4 (25%) gives odds of 1 to 3 (one favorable outcome for every three unfavorable). A 50% probability gives odds of 1 to 1 (even odds). Odds above 1 to 1 mean the event is more likely than not.

    In betting, "odds" are sometimes quoted differently (e.g. decimal odds or American moneyline odds). This calculator uses the classical mathematical definition: favorable outcomes to unfavorable outcomes.

    Why the complement rule matters

    The complement of event A is "not A" - everything that can happen except A. The complement rule states:

    P(not A) = 1 - P(A)

    This is especially powerful for the repeated trials mode. Calculating the probability of "at least one success in n trials" directly would require summing binomial terms. Using the complement, the calculation collapses to a single formula: P(at least 1) = 1 - P(zero successes) = 1 - (1 - P(A))^n.

    The complement is shown for every single-event calculation in the results table under "P(not A)".

    FAQ

    What is the difference between independent and mutually exclusive events?
    Independent events do not affect each other. Rolling a die twice: the result of the first roll has no impact on the second. The probability of both occurring is P(A) x P(B). Mutually exclusive events cannot both happen at the same time - if A happens, B cannot. For mutually exclusive events, P(A and B) = 0, so the union formula simplifies to P(A or B) = P(A) + P(B). Independent events are usually NOT mutually exclusive (unless one of them has probability 0).
    When should I use the union mode vs. the independent events mode?
    Use union (P(A or B)) when both events are drawn from the same sample space - for example, drawing a heart OR a face card from the same deck. Use independent events when the two events come from separate experiments - for example, rolling a 6 on a die AND flipping heads on a coin. In the union mode you must specify the intersection (outcomes belonging to both A and B). In the independent mode there is no intersection to specify because the experiments are separate.
    Why does the repeated trials mode only show "at least once"?
    "At least one success in n trials" is the most practically useful question for repeated experiments - it answers questions like "what is the chance I win at least once if I play 10 times?" or "how likely is a faulty component to fail at least once in 1,000 cycles?". The complement formula 1-(1-P)^n gives this directly without summing binomial terms. The calculator also shows P(every time) = P^n and P(never) = (1-P)^n for completeness.
    Can probability be greater than 1 or less than 0?
    No. By definition, probability is always a number between 0 and 1 (inclusive). P = 0 means the event is impossible. P = 1 means the event is certain. Values outside this range indicate an error in the inputs - for example, claiming more favorable outcomes than total outcomes. The calculator validates inputs and returns an error message if the numbers are inconsistent.
    What does "odds of 1 to 5" mean in practice?
    Odds of 1 to 5 means for every 1 favorable outcome there are 5 unfavorable outcomes - 6 total. So the probability is 1/6 = 16.67%. In betting contexts, if the bookmaker offers odds of 5 to 1 (against), a winning bet of $1 returns $5 profit plus the original $1 stake. The calculator always displays odds as "favorable to unfavorable" in the classical mathematical sense, not as betting returns.
    How do I calculate the probability of drawing a card and rolling a die simultaneously?
    These are independent events from separate experiments. Use the Two independent events mode. For example, P(drawing a heart) = 13/52 = 1/4, and P(rolling an even number) = 3/6 = 1/2. Enter favorable A = 13, total A = 52, favorable B = 3, total B = 6. The result P(A and B) = 1/4 x 1/2 = 1/8 = 12.5%. The calculator also shows P(A or B) = P(A) + P(B) - P(A and B) = 25% + 50% - 12.5% = 62.5%.
    How many trials do I need for a 99% chance of success?
    If the probability of success in a single trial is P, you need n trials such that 1-(1-P)^n = 0.99. Solving for n: n = log(0.01) / log(1-P). For P = 1/6 (rolling a 6): n = log(0.01) / log(5/6) = 4.605 / 0.1823 = 25.3, so 26 trials. For P = 1/2 (coin flip): n = log(0.01) / log(0.5) = 6.64, so 7 trials. Use the repeated trials mode and try different values of n until the "at least once" probability reaches 99%.
    What is conditional probability and does this calculator handle it?
    Conditional probability P(A|B) is the probability of event A given that event B has already occurred. The formula is P(A|B) = P(A and B) / P(B). This calculator does not have a dedicated conditional probability mode. However, you can compute P(A and B) using the union mode (if you know P(A), P(B) and P(A or B)) and then divide manually: P(A|B) = P(A and B) / P(B). Conditional probability is the foundation of Bayes' theorem and is widely used in medical testing, spam filtering, and machine learning.

    Related tools

    Percentage Calculator

    Calculate X% of a number, find what percent X is of Y, or compute percentage change - Open calculator

    Fraction Calculator

    Add, subtract, multiply and divide fractions - Open calculator

    Variations with Repetition Calculator

    Count arrangements with repetition for PINs, passwords and license plates - Open calculator

    Standard Deviation Calculator

    Variance and standard deviation for a set of numbers - Open calculator

    Average Calculator

    Arithmetic mean, weighted average, geometric and harmonic mean for any dataset - Open calculator

    Similar calculators from this section