🔍
Financial CalculatorsHealth & FitnessMath CalculatorsArithmeticAlgebraGeometryTrigonometryStatisticsTime & DateEducationEngineeringIT & UtilityConversionCreator Economy

Probability Calculator

Last updated: June 2026

Probability of Two Events

Calculates union, intersection, and related probabilities for two independent events.

ABA∩B
P(A ∪ B) — A or B or both
70.0000%
P(A')
50.0000%
P(B')
60.0000%
P(A ∩ B)
20.0000%
P(A Δ B) — XOR
50.0000%
P((A∪B)') — neither
30.0000%

Probability Solver — Provide Any 2 Values

Enter any 2 known values — the rest will be calculated automatically for independent events.

P(A)
Probability of A
50.0000%
P(B)
Probability of B
80.0000%
P(A')
A does NOT occur
50.0000%
P(B')
B does NOT occur
20.0000%
P(A∩B)
A and B both occur
40.0000%
P(A∪B)
A or B or both
90.0000%
P(AΔB)
A or B but NOT both
50.0000%
P((A∪B)')
Neither A nor B
10.0000%

Probability of a Series of Independent Events

Each event can repeat a given number of times. Calculates the probability all events occur, none occur, or at least one occurs.

Event
Probability
Repeat n
A
B
P(all events occur)
0.2100%
P(at least one)
99.6488%
P(none occur)
0.3512%
A × 5
7.7760%
B × 3
2.7000%

Probability of a Normal Distribution

Find the area P under the normal distribution between two bounds. Use -inf or inf for unbounded tails.

P = 68.2689%
P(Lb ≤ X ≤ Rb)
68.2689%
z (Left)
-1.00000
z (Right)
1.00000
P(X < Lb)
15.8655%
P(X > Rb)
15.8655%
Confidence Intervals (μ = 0, σ = 1)
Confidence LevelZ-scoreLower BoundUpper Bound
50%±0.674-0.674000.67400
75%±1.15-1.150001.15000
90%±1.645-1.645001.64500
95%±1.96-1.960001.96000
99%±2.576-2.576002.57600
99.5%±2.807-2.807002.80700
99.9%±3.291-3.291003.29100

Probability Concepts

Complement P(A')
P(A') = 1 − P(A)
The probability that event A does NOT occur. If P(A) = 0.65, then P(A') = 0.35.
Intersection P(A∩B)
P(A∩B) = P(A) × P(B)
For independent events, the joint probability of both A and B occurring.
Union P(A∪B)
P(A∪B) = P(A) + P(B) − P(A∩B)
Probability that A or B or both occur. Subtracts overlap to avoid double-counting.
Exclusive OR P(AΔB)
P(AΔB) = P(A) + P(B) − 2×P(A∩B)
Probability that A or B occurs, but NOT both at the same time.
Normal Distribution
z = (x − μ) / σ
Standardize to z-score, then use CDF to find area. Symmetric around the mean.
Mutually Exclusive
P(A∩B) = 0
Events that cannot occur simultaneously. P(A∪B) = P(A) + P(B) (no overlap).

Calculate union, intersection, complement, XOR, and other probabilities for two events. Solve for unknown probabilities, analyze event series, and compute normal distribution areas.

The Probability Calculator is a statistical utility designed to calculate the likelihood of events occurring. Probability is the mathematical measure of chance, expressed as a number between 0 (representing an impossible event) and 1 (representing a certain event), or as a percentage from 0% to 100%. Probability theory is essential for decision-making in finance, insurance, science, and daily risk management.

The calculator computes single event probabilities using the basic formula: P(A) = Successful Outcomes / Total Outcomes. For example, the probability of rolling a 4 on a fair six-sided die is 1/6 ≈ 0.1667 (16.67%). For multiple events, the calculator handles joint probabilities (events occurring together) and conditional probabilities (the likelihood of an event given that another has occurred).

A key concept is the distinction between independent and dependent events. Independent events do not influence one another, like rolling two dice. The probability of both events occurring is the product of their individual probabilities: P(A and B) = P(A) * P(B). Dependent events affect each other, such as drawing cards from a deck without replacement, where the probability of the second draw depends on the outcome of the first.

The probability calculator also handles binomial distributions, which model the probability of achieving a specific number of successes in a fixed number of independent trials, each with the same probability of success (e.g., flipping a coin 10 times and getting exactly 6 heads). This is governed by the formula: P(X = k) = C(n, k) * p^k * (1-p)^(n-k).

In industries like finance and insurance, probability is used to calculate risk profiles, set insurance premiums, and model market fluctuations. In medicine, it evaluates the accuracy of diagnostic tests using sensitivity and specificity rates. The probability calculator simplifies these complex computations, allowing users to assess risk and make informed, data-driven decisions.

How it Works & Formula

P(A∪B) = P(A) + P(B) − P(A∩B)

Calculates single, joint, conditional, and binomial distribution probabilities.

Practical Examples

Example 1: Drawing a Card

Probability of drawing an Ace from a standard 52-card deck is 4 / 52 ≈ 0.0769 (7.69%).

Frequently Asked Questions

What is conditional probability?

The probability of an event occurring given that another event has already occurred, written as P(A|B).