Free to Use

🎲 Probability Calculator

Calculate single event, multiple events (AND/OR), conditional probability, and complement probabilities. Perfect for statistics, gaming, data analysis, and academic research involving probability theory.

Single Event Probability: Calculate the probability of a single event occurring. P(A) = Favorable Outcomes ÷ Total Possible Outcomes. For example, the probability of rolling a 3 on a fair six-sided die is 1/6 ≈ 0.1667.
P(A∩B) — Probability of A AND B: Calculate the probability that both independent events occur. P(A∩B) = P(A) × P(B). This formula assumes events A and B are independent (the outcome of one does not affect the other).
P(A∪B) — Probability of A OR B: Calculate the probability that at least one of two events occurs. P(A∪B) = P(A) + P(B) - P(A∩B). This formula accounts for the overlap (intersection) so it isn't counted twice.
Conditional Probability P(A|B): Calculate the probability of event A occurring given that event B has already occurred. P(A|B) = P(A∩B) ÷ P(B). This is fundamental in Bayesian statistics and real-world probability analysis.
Complement Probability P(not A): Calculate the probability that event A does NOT occur. P(not A) = 1 - P(A). The complement rule is one of the most fundamental concepts in probability theory — the probability of an event plus its complement always equals 1.
🎯
Five Calculation Modes
Choose from single event, AND (intersection), OR (union), conditional, and complement probability calculations — all in one tool.
📊
Multiple Representations
View results as decimal, percentage, simplified fraction, and odds (for:against) — all at once for complete understanding.
📚
Educational Content
Includes real-world examples, step-by-step solutions, and formula explanations for each probability concept.
Instant & Accurate
Get instant results with high-precision decimal calculations. Supports fractions, decimals, and percentages as input.

What Is Probability?

Probability is a branch of mathematics that quantifies the likelihood of events occurring. It is expressed as a number between 0 and 1 (or 0% to 100%), where 0 indicates impossibility and 1 indicates certainty. Probability theory forms the foundation of statistics, risk assessment, game theory, and many scientific disciplines.

The probability of an event A, denoted P(A), is calculated as the number of favorable outcomes divided by the total number of possible outcomes, assuming all outcomes are equally likely. This simple formula can be extended to handle multiple events, conditional scenarios, and complex real-world problems.

The Five Probability Rules

Single Event: P(A) = Favorable ÷ Total
The probability of a single event occurring
AND Rule: P(A∩B) = P(A) × P(B)
For independent events — the probability that both A and B occur
OR Rule: P(A∪B) = P(A) + P(B) - P(A∩B)
The probability that at least one of A or B occurs
Conditional: P(A|B) = P(A∩B) ÷ P(B)
The probability of A given that B has occurred
Complement: P(not A) = 1 - P(A)
The probability that A does NOT occur

Real-World Probability Examples

🎲 Rolling a Die

Problem: What is the probability of rolling a 4 on a fair six-sided die?

Solution: Favorable outcomes = 1 (the number 4), Total outcomes = 6.

P(4) = 1 ÷ 6 = 0.1667 (16.67%)

This is a classic single event probability problem. Each face is equally likely.

🪙 Flipping Two Coins

Problem: What is the probability of getting heads on both coin flips?

Solution: P(Heads) = 0.5 for each coin. Since flips are independent:

P(Heads AND Heads) = 0.5 × 0.5 = 0.25 (25%)

Use the AND rule (multiplication) for independent events.

🃏 Drawing from a Deck

Problem: What is the probability of drawing a king OR a heart from a standard 52-card deck?

Solution: P(King) = 4/52, P(Heart) = 13/52, P(King of Hearts) = 1/52.

P(King ∪ Heart) = 4/52 + 13/52 - 1/52 = 16/52 = 0.3077 (30.77%)

Use the OR rule (addition) and subtract the overlap to avoid double counting.

🌧️ Weather Prediction

Problem: If the probability of rain on Monday is 40% and the probability of rain on Tuesday is 30%, what is the probability it rains on at least one of the days (assuming independence)?

Solution: P(Monday) = 0.4, P(Tuesday) = 0.3.

P(Monday OR Tuesday) = 0.4 + 0.3 - (0.4 × 0.3) = 0.4 + 0.3 - 0.12 = 0.58 (58%)

The OR rule with independent events requires subtracting the product (intersection).

Common Applications of Probability

🎮 Gaming & Gambling

Probability is the mathematical foundation of all games of chance — from dice and cards to roulette and lotteries. Understanding probability helps players make informed decisions.

📈 Finance & Risk

Financial analysts use probability to assess investment risk, calculate expected returns, price options, and model market behavior under uncertainty.

🔬 Scientific Research

Probability underpins statistical hypothesis testing, clinical trials, experimental design, and determining statistical significance in research findings.

🌤️ Weather Forecasting

Meteorologists use probability models to predict weather events — from the chance of rain to the probability of severe storms and hurricane paths.

🏥 Medical Diagnosis

Conditional probability (Bayes' theorem) is essential for interpreting diagnostic test results, calculating disease risk, and making treatment decisions.

📊 Data Science & AI

Machine learning algorithms rely heavily on probability — from Naive Bayes classifiers to probabilistic graphical models and Bayesian neural networks.

Frequently Asked Questions

What is the difference between independent and dependent events?
Independent events are events where the outcome of one does not affect the outcome of the other. For example, flipping a coin and rolling a die are independent. P(A∩B) = P(A) × P(B) for independent events.

Dependent events are events where the outcome of one affects the probability of the other. For example, drawing two cards from a deck without replacement. For dependent events, P(A∩B) = P(A) × P(B|A), where P(B|A) is the conditional probability of B given A.
What does mutually exclusive mean?
Mutually exclusive events are events that cannot occur at the same time. For example, rolling a 2 and rolling a 5 on a single die — you can't get both on one roll. When events are mutually exclusive, P(A∩B) = 0, so the OR rule simplifies to P(A∪B) = P(A) + P(B). The complement rule naturally involves mutually exclusive events — A and "not A" cannot happen simultaneously.
How do I convert between probability, percentage, odds, and fraction?
Probability ↔ Percentage: Multiply by 100 (e.g., 0.25 = 25%).
Probability ↔ Fraction: Write as favorable/total and simplify (e.g., 0.5 = 1/2).
Probability ↔ Odds: Odds in favor = P(A) / P(not A). For example, if P(A) = 0.75, odds in favor are 0.75/0.25 = 3:1 (three to one).
Odds ↔ Probability: P(A) = odds / (odds + 1). For odds of 3:1, P(A) = 3/(3+1) = 0.75.
What is the law of large numbers?
The law of large numbers states that as the number of trials increases, the experimental (observed) probability approaches the theoretical (expected) probability. For example, if you flip a fair coin 10 times, you might get 7 heads (70%), but if you flip it 10,000 times, you'll get very close to 50% heads. This is why casinos make money — short-term luck evens out to long-term probability over many games.
Can probability be greater than 1?
No, probability can never be greater than 1 (or 100%). A probability of 0 means an event is impossible, while a probability of 1 means it is certain. All valid probabilities must be between 0 and 1 inclusive. If you get a result greater than 1, it typically means you've made an error — for example, using the OR rule without subtracting the intersection (P(A∩B)) when events are not mutually exclusive.
What is Bayes' Theorem and how is it related to conditional probability?
Bayes' Theorem is a powerful extension of conditional probability that allows you to reverse the condition: P(A|B) = P(B|A) × P(A) / P(B). This is incredibly useful in real-world scenarios where you want to update your beliefs based on new evidence. For example, if a medical test is 99% accurate and only 1% of the population has a disease, Bayes' Theorem tells you the actual probability you have the disease after a positive test result (which is much lower than 99% due to the base rate).

⚠️ Important Note: Probability calculations are only as reliable as the assumptions you make. The AND rule (multiplication) assumes events are independent. The OR rule assumes you correctly account for overlap (intersection). Conditional probability requires that P(B) ≠ 0. Always verify that your probabilities sum appropriately and consider the context of your specific scenario. For critical decisions involving risk or safety, consult a qualified statistician.