What are the odds? Calculate probability of any event as fraction, percentage and odds. Four modes: single event, independent events, union, and repeated trials.
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
💡 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.
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
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.
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.
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.
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.
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.
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:
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:
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
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