Finance & Loan Free · No Signup

Probability Calculator

Calculate probability for single and multiple events

Loading calculator…

Results are estimates for informational purposes only. Disclaimer — all calculations run privately in your browser.

Probability measures the likelihood that a specific event will occur, expressed as a number between 0 (impossible) and 1 (certain). Our probability calculator converts between decimal, fraction and percentage representations and calculates combined event probabilities — useful for statistics, data analysis, games and everyday decision-making.

Basic Probability Formula

Probability is the ratio of favourable outcomes to the total number of equally likely possible outcomes in a random experiment:

Formula
P(Event) = Favourable Outcomes ÷ Total Possible Outcomes
Examples: Coin flip (heads) = 1 favourable ÷ 2 total = 0.5 = 50% Rolling a 6 on a die = 1 ÷ 6 = 0.167 = 16.7% Drawing a heart from a deck = 13 ÷ 52 = 0.25 = 25% Rolling an even number = 3 ÷ 6 = 0.5 = 50%

Combined Event Probability

When two or more events occur together, the calculation depends on whether they are independent or mutually exclusive:

Independent Events (AND probability): Both events must occur. Multiply the individual probabilities.
P(A and B) = P(A) × P(B)

Example: Drawing two cards (with replacement) and getting hearts both times:
P = 13/52 × 13/52 = 0.25 × 0.25 = 0.0625 (6.25%)

Mutually Exclusive Events (OR probability): At least one of the events occurs. The events cannot happen simultaneously.
P(A or B) = P(A) + P(B)

Example: Rolling a 2 or a 5 on a die:
P = 1/6 + 1/6 = 2/6 = 1/3 (33.3%)

Non-Mutually Exclusive Events (OR with overlap): Events can both occur simultaneously. Subtract the overlap to avoid double-counting.
P(A or B) = P(A) + P(B) − P(A and B)

Example: Drawing a red card OR a king from a deck:
P(red) = 26/52, P(king) = 4/52, P(red king) = 2/52
P = 26/52 + 4/52 − 2/52 = 28/52 ≈ 53.8%

Formula
P(A and B) = P(A) × P(B) [independent] P(A or B) = P(A) + P(B) [mutually exclusive] P(A or B) = P(A) + P(B) − P(A∩B) [non-exclusive]

Theoretical vs Experimental Probability

There are two approaches to determining probability:

Theoretical Probability: Based on mathematical reasoning about equally likely outcomes. A fair coin has a theoretical probability of 0.5 for heads — determined by logic, not experiment. Requires that all outcomes are equally likely.

Experimental Probability: Based on actual observed outcomes from an experiment or data. Flip a coin 100 times and get 47 heads — experimental probability = 47/100 = 0.47.

As the number of trials increases, experimental probability tends toward theoretical probability. This is called the Law of Large Numbers. In 10 coin flips, getting 7 heads is not unusual. In 10,000 flips, getting 7,000 heads would be extraordinary.

💡
Pro Tip: Probability of 0 means impossible; probability of 1 means certain. All probabilities of all possible outcomes sum to exactly 1. This is useful for checking your work: if P(heads) = 0.5 and P(tails) = 0.5, sum = 1.0. ✓

Probability in Real Life

Understanding probability improves decision-making in many practical contexts:

Insurance: Premiums are priced based on the probability of a claim. A 1-in-1,000 chance of a ₹10 lakh claim justifies a premium of around ₹1,000 (plus insurer's costs and margin).

Medical Testing: A test with 95% sensitivity (true positive rate) and 99% specificity (true negative rate) still produces many false positives when testing a rare disease (1-in-1,000 prevalence). Understanding conditional probability helps interpret medical results.

Financial Markets: Options pricing (Black-Scholes model) is rooted in probability. Expected value calculations guide portfolio diversification.

Games and Gambling: The "house edge" in casino games is a probability calculation showing the long-term mathematical advantage the house holds. In European roulette, the house edge is 2.7% — meaning for every ₹100 wagered, the player expects to lose ₹2.70 on average over many spins.

Frequently Asked Questions

Independent events: the outcome of one does not affect the other. Rolling a die twice — each roll is independent. P(A and B) = P(A) × P(B). Dependent events: the first outcome changes the probability of the second. Drawing cards without replacement — after drawing one card, the deck is smaller, changing probabilities for subsequent draws. P(A and B) = P(A) × P(B|A), where P(B|A) is the conditional probability.
The complement of an event A is everything that is NOT A. P(not A) = 1 − P(A). This is often the easiest calculation method. "What is the probability of rolling at least one 6 in 4 dice rolls?" Rather than adding up many cases, calculate the complement: P(no 6 in any roll) = (5/6)^4 = 0.482. So P(at least one 6) = 1 − 0.482 = 0.518 (51.8%).
Expected value is the probability-weighted average of all possible outcomes. E(X) = Σ [P(outcome) × value of outcome]. For a lottery ticket costing ₹100 with a 1/1,000 chance of winning ₹50,000: Expected value = (1/1,000 × 50,000) + (999/1,000 × 0) = ₹50. Since ₹50 < ₹100 ticket price, the expected value is negative — you expect to lose ₹50 per ticket on average. Expected value underpins all rational financial and gambling decisions.
Probability is expressed as favourable outcomes ÷ total outcomes (0 to 1). Odds express favourable ÷ unfavourable outcomes (e.g., "3 to 2"). A probability of 0.6 = odds of 3:2 (60% ÷ 40% = 1.5 = 3:2). In sports betting, odds are often expressed as ratios or decimals that include the implied probability of the outcome. Converting odds to probability: probability = 1 ÷ decimal odds.
No. Probability is always between 0 and 1 (inclusive). P = 0 means the event is impossible. P = 1 means the event is certain. Any value outside this range indicates an error in the calculation. The sum of probabilities of all mutually exclusive and exhaustive outcomes always equals exactly 1.