Probability Calculator
Calculate probabilities for two events, repeated events, and normal distributions with instant results, clear formulas, and step-by-step calculations.
Was this calculator helpful?
Your feedback helps us improve our calculators.
What Is a Probability Calculator?
A probability calculator is an online tool that calculates how likely an event or combination of events is to happen. Probability is expressed as a number from 0 to 1, where 0 represents an impossible event and 1 represents a certain event.
In percentage terms:
0 = 0% probability
0.25 = 25% probability
0.50 = 50% probability
0.75 = 75% probability
1 = 100% probability
For example, a fair coin has two equally likely outcomes: heads and tails. Therefore, the probability of getting heads on one toss is:
P(Heads)=21=0.5
or 50%.
Our probability solver includes four calculation modes: Two Events, Probability Solver, Series, and Normal Distribution. This lets you work with basic event probabilities as well as repeated events and normally distributed values.
How to Use the Probability Calculator
Select the tab that matches the probability problem you want to solve. Each mode uses different inputs and provides different results.
Two Events
Use this mode when you know the probability of two independent events.
Enter the Probability of A: P(A).
Enter the Probability of B: P(B).
Make sure both values are between 0 and 1.
Click Calculate.
Review the calculated probabilities and step-by-step calculations.
For example, if:
P(A)=0.5
and
P(B)=0.4
the calculator finds the probability of A not occurring, B not occurring, both occurring, either occurring, neither occurring, and several related combinations.
Probability Solver
The Probability Solver is useful when you already know any two related probability values and need to determine the remaining values.
You can provide values such as:
Probability of A: P(A)
Probability of B: P(B)
Probability of A NOT occurring: P(A′)
Probability of B NOT occurring: P(B′)
Probability of A and B occurring: P(A∩B)
Probability of A or B occurring: P(A∪B)
Probability of A or B, but not both: P(A△B)
Probability of neither A nor B occurring
Enter two known, logically consistent values and click Calculate. The probability solver determines the remaining values when they can be derived under its independent-event model.
Series
Choose Series when an event can occur repeatedly across independent trials.
Enter:
Event A - probability
Event A - repeat times
Event B - probability
Event B - repeat times
Click Calculate to see probabilities such as an event occurring every time, never occurring, occurring at least once, and combinations involving the repeated A and B events.
For example, entering a probability of 0.6 for Event A and repeating it 5 times calculates:
P(A every time)=0.65=0.07776
Normal Distribution
Use the Normal Distribution tab to calculate probability for values that follow a normal distribution.
Enter:
Mean ((\mu))
Standard deviation ((\sigma))
Left bound ((L_b))
Right bound ((R_b))
The results show the probability between the two bounds, outside the range, below the left bound, and above the right bound.
You can also review the distribution graph, calculation steps, and confidence interval information.
How to Calculate Probability
To calculate probability for equally likely outcomes, divide the number of favorable outcomes by the total number of possible outcomes:
P(A)=Total number of possible outcomesNumber of favorable outcomes
Here:
(P(A)) = probability of event A
Favorable outcomes = outcomes that satisfy the event
Possible outcomes = all equally likely outcomes that could occur
Example: Probability of Rolling a 4
Suppose you roll a fair six-sided die.
There are six possible outcomes:
1,2,3,4,5,6
Only one outcome is a 4. Therefore:
P(4)=61
P(4)≈0.1667
So, the probability of rolling a 4 is approximately 0.1667, or 16.67%.
This basic formula is appropriate when all outcomes in the sample space are equally likely.
Probability Formula
Different probability questions require different formulas. The following formulas cover the main calculations available in this conditional probability calculator.
Complement of an Event
The complement represents the probability that an event does not occur.
P(A′)=1−P(A)
If:
P(A)=0.6
then:
P(A′)=1−0.6=0.4
Therefore, there is a 40% probability that A does not occur.
Probability of Both Independent Events
For two independent events, the probability that both A and B occur is:
P(A∩B)=P(A)×P(B)
For example:
P(A)=0.5,P(B)=0.4
Then:
P(A∩B)=0.5×0.4=0.2
The probability that both occur is 0.2, or 20%. For independent events, the occurrence of one does not change the probability of the other.
Probability of A or B
The general addition rule is:
P(A∪B)=P(A)+P(B)−P(A∩B)
The intersection is subtracted because outcomes belonging to both A and B would otherwise be counted twice.
If:
P(A)=0.5,P(B)=0.4,P(A∩B)=0.2
then:
P(A∪B)=0.5+0.4−0.2=0.7
So, the probability of A, B, or both occurring is 70%.
Probability of A or B, but Not Both
The symmetric difference represents either A or B occurring, excluding the situation where both occur.
P(A△B)=P(A)+P(B)−2P(A∩B)
Using the same example:
P(A△B)=0.5+0.4−2(0.2)
=0.5
Therefore, the probability that A or B occurs, but not both, is 50%.
Probability of Neither Event
First calculate the probability that A or B occurs:
P(A∪B)
Then take its complement:
P((A∪B)′)=1−P(A∪B)
If:
P(A∪B)=0.7
then:
P((A∪B)′)=1−0.7=0.3
The probability that neither event occurs is 30%.
Probability of A but Not B
For independent events:
P(A but not B)=P(A)×(1−P(B))
Using (P(A)=0.5) and (P(B)=0.4):
0.5×(1−0.4)=0.3
So, the probability of A occurring without B is 30%.
Probability of B but Not A
Similarly:
P(B but not A)=(1−P(A))×P(B)
Therefore:
(1−0.5)×0.4=0.2
The probability is 20%.
Probability Calculator Example
Suppose two independent events have the following probabilities:
P(A)=0.5
P(B)=0.4
The calculator produces the following results.
A not occurring:
P(A′)=1−0.5=0.5
B not occurring:
P(B′)=1−0.4=0.6
Both A and B occurring:
P(A∩B)=0.5×0.4=0.2
A or B or both occurring:
P(A∪B)=0.5+0.4−0.2=0.7
A or B, but not both:
P(A△B)=0.5+0.4−2(0.2)=0.5
Neither A nor B occurring:
P((A∪B)′)=1−0.7=0.3
A occurring but not B:
0.5×(1−0.4)=0.3
B occurring but not A:
(1−0.5)×0.4=0.2
These results make it easier to understand the different ways two events can occur or fail to occur.
Understanding AND, OR, and NOT in Probability
AND means both events must occur. It is represented by an intersection:
P(A∩B)
For independent events:
P(A∩B)=P(A)P(B)
OR means A occurs, B occurs, or both occur. It is represented by a union:
P(A∪B)
The general formula is:
P(A∪B)=P(A)+P(B)−P(A∩B)
NOT represents the complement of an event. For event A:
P(A′)=1−P(A)
The symbols A∩B, A∪B, and A′ conventionally represent intersection, union, and complement.
Independent vs. Dependent Events
Understanding whether events are independent or dependent is essential when you calculate probability.
Independent Events
Two events are independent when the occurrence of one does not change the probability of the other.
For example, suppose you toss a coin and roll a die. The result of the coin toss does not affect the result of the die roll.
For independent events:
P(A∩B)=P(A)×P(B)
Dependent Events
Events are dependent when one event changes the probability of another event.
For example, imagine drawing two cards from a deck without replacing the first card. The first draw changes the number of cards available for the second draw.
The general multiplication rule is:
P(A∩B)=P(A)×P(B∣A)
where (P(B|A)) means the probability of B given that A has already occurred.
The calculator's Two Events calculations use the independent-event multiplication rule where independence is required. Do not apply that rule to dependent events without adjusting the conditional probability.
What Is Conditional Probability?
Conditional probability is the probability of an event occurring when another event is already known to have occurred.
It is written as:
P(A∣B)
and calculated using:
P(A∣B)=P(B)P(A∩B)
provided:
P(B)>0
For example, suppose:
P(A∩B)=0.15
and:
P(B)=0.30
Then:
P(A∣B)=0.300.15=0.5
So, given that B has occurred, the probability of A is 50%.
A conditional probability calculator is particularly useful for dependent-event questions. The current Two Events mode, however, is based on independent-event calculations, so conditional probability should not be confused with its standard AND calculation.
How to Find Probability of Repeated Events
The Series mode helps calculate probabilities when the same independent event is repeated several times.
Suppose an event has probability (p) and is independently repeated (n) times.
Event Occurs Every Time
The probability that the event occurs on every trial is:
P(every time)=pn
For example, if:
p=0.6,n=5
then:
P(every time)=0.65=0.07776
So, there is a 7.776% probability that the event occurs on all five trials.
Event Never Occurs
The probability that the event does not occur on a single trial is:
1−p
Across (n) independent trials:
P(never)=(1−p)n
For the same example:
(1−0.6)5=0.45=0.01024
So, there is a 1.024% probability that the event never occurs in five trials.
Event Occurs at Least Once
“At least once” means one or more occurrences.
Instead of adding the probabilities for one, two, three, or more occurrences separately, calculate the complement of no occurrences:
P(at least once)=1−(1−p)n
Therefore:
1−(1−0.6)5
=1−0.01024
=0.98976
So, the probability of the event occurring at least once is 98.976%.
How Normal Distribution Probability Works
A normal distribution is a continuous probability distribution characterized by its mean and standard deviation. Its familiar bell-shaped curve is symmetric around the mean.
The calculator uses four main values:
Mean (\mu): The center of the distribution.
Standard deviation (\sigma): Describes how spread out values are around the mean.
Left bound (L_b): The lower endpoint of the range.
Right bound (R_b): The upper endpoint of the range.
Converting a Value to a Z-Score
A z-score shows how many standard deviations a value is above or below the mean:
z=σx−μ
Subtracting the mean and dividing by the standard deviation converts a normally distributed value to the standard-normal scale.
For example, if:
μ=100,σ=15,x=130
then:
z=15130−100=2
The value 130 is therefore 2 standard deviations above the mean.
Probability Between Two Values
For:
X∼N(μ,σ2)
the probability between left and right bounds is:
P(Lb≤X≤Rb)Φ(σRb−μ)Φ(σLb−μ)
Here, (\Phi(z)) is the cumulative distribution function (CDF) of the standard normal distribution. It gives the area under the standard normal curve to the left of a specified z-score. Normal CDF values are generally evaluated numerically.
For the standard normal distribution with:
μ=0,σ=1
and bounds:
−1≤X≤1
the probability is approximately:
P(−1≤X≤1)≈0.68269
or about 68.27%.
The calculator's shaded graph provides a visual representation of this probability range.
When to Use a Probability Calculator
A probability calculator is useful whenever you need to estimate or verify the mathematical likelihood of an outcome.
Common applications include statistics and mathematics coursework, research, data analysis, quality control, risk analysis, forecasting, engineering, simulations, and business decision-making.
For example, a student may use it to check a probability exercise, while an analyst may use probability concepts to understand uncertainty in a dataset.
A probability value describes likelihood based on a mathematical model and its assumptions. It does not guarantee what will happen in an individual real-world situation.
Who Can Use This Probability Solver?
The conditional probability calculator can be useful for students and teachers learning probability formulas, as well as researchers and statisticians checking event probabilities.
Analysts, engineers, and data professionals can also use it for quick probability calculations, repeated independent events, and normal-distribution problems.
No advanced statistics software is required for the calculations provided by the tool.
Common Probability Mistakes
Confusing AND with OR: AND requires both events to occur, while OR includes A, B, or both.
Adding probabilities without accounting for overlap: For events that can both occur, use:
P(A∪B)=P(A)+P(B)−P(A∩B)
Assuming all events are independent: Multiplying (P(A)) by (P(B)) is appropriate for their intersection only when A and B are independent. Otherwise, conditional probability is required.
Confusing mutually exclusive and independent events: Mutually exclusive events cannot occur together, whereas independent events do not affect each other's probabilities. Non-overlapping events are mutually exclusive.
Using (p^n) for “at least once”: The expression (p^n) represents success on every independent trial, not at least one success. Use:
1−(1−p)n
for at least one occurrence.
Entering probabilities outside 0 and 1: A valid probability must fall between 0 and 1, inclusive.
Using an invalid standard deviation: For a non-degenerate normal distribution, the standard deviation must be greater than zero; non-positive scale parameters are not allowed in the standard location-scale model.
Tips for More Accurate Probability Calculations
First determine whether the events are independent, dependent, mutually exclusive, or overlapping. This decision determines which formula should be used.
Keep probabilities in decimal form while calculating. For example, convert 35% to:
0.35
Use complements whenever a problem asks about none, not, or at least one. Complement rules can turn a complicated calculation into a much simpler one.
For normal distribution calculations, verify the mean, standard deviation, and bounds before calculating. A small input error can significantly change a tail probability.
Finally, check that your result is between:
0≤P(A)≤1A result outside this range indicates that the inputs, assumptions, or calculation are invalid.
Frequently Asked Questions (FAQs)
What is a probability calculator?
A probability calculator is a tool that calculates the likelihood of events using known probabilities. It can help solve single-event, two-event, repeated-event, and distribution-based probability problems depending on the available calculation modes.
How do you calculate probability?
For equally likely outcomes, calculate probability by dividing the number of favorable outcomes by the total number of possible outcomes:
P(A)=Total possible outcomesFavorable outcomes
For example, the probability of rolling an even number on a fair six-sided die is (3/6=0.5).
How do you find the probability of two events?
It depends on the relationship between the events. For independent events, the probability that both occur is:
P(A∩B)=P(A)P(B)
For dependent events, use:
P(A∩B)=P(A)P(B∣A)
What is the probability formula?
The basic formula for equally likely outcomes is:
P(A)=Total number of possible outcomesNumber of favorable outcomes
More advanced problems may require addition, multiplication, complement, or conditional probability rules.
What does (P(A\cap B)) mean?
P(A∩B) represents the probability that both A and B occur. The symbol (\cap) represents the intersection of two events.
What does (P(A\cup B)) mean?
P(A∪B) is the probability that A occurs, B occurs, or both occur. It can be calculated with:
P(A∪B)=P(A)+P(B)−P(A∩B)
What is the difference between AND and OR probability?
AND probability refers to both events occurring and is represented by P(A∩B). OR probability means at least one of the events occurs and is represented by P(A∪B).
How do you calculate the probability of at least one occurrence?
For an independent event with probability (p) repeated (n) times, use:
P(at least once)=1−(1−p)n
This works by subtracting the probability of zero occurrences from 1.
What is conditional probability?
Conditional probability measures the probability of one event given that another event has
already occurred:
P(A∣B)=P(B)P(A∩B)
where (P(B)>0).
What is the difference between independent and dependent events?
Independent events do not change each other's probabilities. Dependent events do. For independent events, (P(B|A)=P(B)); for dependent events, knowing A occurred may change the probability of B.
Can probability be greater than 1?
No. A probability must satisfy:
0≤P(A)≤1
A probability of 0 means impossible, while 1 means certain.
How do you calculate probability using a normal distribution?
First standardize the relevant bounds using:
z=σx−μ
Then use the normal cumulative distribution function to find the probability below, above, or between the specified values.
Conclusion
A probability calculator makes it easier to calculate and understand probabilities without manually solving every equation. It can handle relationships between two independent events, solve related probability values, evaluate repeated independent events, and calculate probabilities across a normal distribution.
Understanding the formulas behind the results is equally important. Identifying whether events are independent or dependent, using the correct AND or OR rule, and applying complements correctly will help you interpret probability results accurately.
Helpful Resources
Pro Tips
Double-check if your events are truly independent before calculating joint probability.
Remember that the sum of all possible outcomes must equal 1.
Use decimal format (0.25) or percentages (25%) consistently.