Probability Calculator — Free 2026
Calculate combined, complementary, and conditional probabilities for independent or dependent events.
How It Works
- Enter event probabilities
- Select event relationship
- Read all probability results
Understanding Probability
Probability is the mathematical framework for quantifying uncertainty. Every probability is a number between 0 (impossible) and 1 (certain). When we say the probability of rain tomorrow is 0.7, we mean that in similar conditions, it rains about 70% of the time. Understanding how to combine probabilities — when events happen together, when either can happen, or when one depends on another — is essential for decision-making in fields from medicine and engineering to finance and everyday life.
Combined Probability: AND and OR
The probability of two events both occurring (AND) depends on whether they are independent. For independent events like coin flips, P(A and B) = P(A) × P(B). The probability of flipping two heads is 0.5 × 0.5 = 0.25. For the probability of either event occurring (OR), use the addition rule: P(A or B) = P(A) + P(B) - P(A and B). The subtraction prevents double-counting the overlap. For example, the probability of drawing a heart or a king from a standard deck is 13/52 + 4/52 - 1/52 = 16/52. For related calculations with percentages, see our percentage calculator.
Conditional Probability and Bayes' Theorem
Conditional probability answers the question: "What is the probability of A, given that B has occurred?" The formula P(A|B) = P(A and B) / P(B) adjusts the probability space to only consider outcomes where B is true. This concept leads to Bayes' Theorem, one of the most powerful tools in statistics: P(A|B) = P(B|A) × P(A) / P(B). Bayes' Theorem is the foundation of spam filters, medical diagnosis, machine learning algorithms, and courtroom evidence evaluation.
Independent vs. Dependent Events
Events are independent when one does not affect the other's probability. Rolling a die and flipping a coin are independent — the die result has no bearing on the coin. Events are dependent when one outcome changes the probability of the next. Drawing cards without replacement is a classic example: after drawing an ace, the probability of drawing another ace changes from 4/52 to 3/51. Correctly identifying whether events are independent or dependent is crucial for accurate probability calculations. For more data analysis tools, explore our statistics calculator.
Comments