Probability Calculator

Calculate probabilities for single events, multiple outcomes, and conditional scenarios with detailed explanations

Result:
Enter values above and click calculate to see your probability result.

What is Probability?

Probability is a measure of how likely an event is to occur. It’s expressed as a number between 0 and 1, where 0 means the event is impossible and 1 means it’s certain to happen. You can also express probability as a percentage, where 0% means impossible and 100% means certain.

P(Event) = Number of Favourable Outcomes ÷ Total Number of Outcomes

Probability plays a crucial role in statistics, decision-making, risk assessment, and many real-world applications from weather forecasting to medical diagnosis.

Types of Probability Calculations

Single Event Probability

The likelihood that one specific event will occur. For example, the probability of rolling a 6 on a fair die is 1/6 or approximately 16.67%.

P(A) = Favourable Outcomes ÷ Total Outcomes

Conditional Probability

The probability of event A occurring given that event B has already occurred. This is written as P(A|B).

P(A|B) = P(A ∩ B) ÷ P(B)

Independent Events

When two events don’t affect each other. The probability of both occurring is the product of their individual probabilities.

P(A and B) = P(A) × P(B)

Mutually Exclusive Events

Events that cannot occur at the same time. The probability of either occurring is the sum of their individual probabilities.

P(A or B) = P(A) + P(B)

Complement Rule

The probability that an event does NOT occur. The complement of probability P is 1 – P.

P(A’) = 1 – P(A)

Addition Rule

For events that are not mutually exclusive, we subtract the overlap to avoid double-counting.

P(A or B) = P(A) + P(B) – P(A ∩ B)

Worked Examples

Example 1: Coin Toss

What’s the probability of getting heads when flipping a fair coin?

Solution: There’s 1 favourable outcome (heads) out of 2 total outcomes (heads or tails).

Answer: P(Heads) = 1/2 = 0.5 or 50%

Example 2: Drawing Cards

What’s the probability of drawing a red card from a standard deck?

Solution: There are 26 red cards (hearts and diamonds) in a deck of 52 cards.

Answer: P(Red) = 26/52 = 0.5 or 50%

Example 3: Conditional Probability

In a bag of 10 marbles (6 red, 4 blue), what’s the probability of drawing a red marble second, given that the first marble drawn was blue and not replaced?

Solution: After drawing a blue marble, there are 6 red marbles left out of 9 total marbles.

Answer: P(Red|Blue first) = 6/9 = 2/3 ≈ 66.67%

Frequently Asked Questions

What’s the difference between theoretical and experimental probability?

Theoretical probability is calculated based on mathematical principles and assumes perfect conditions. Experimental probability is based on actual observed results from repeated trials. For example, theoretically, a fair coin has a 50% chance of landing heads, but in practice, you might get 48% heads in 100 tosses.

Can probability be greater than 1 or less than 0?

No, probability must always be between 0 and 1 (or 0% and 100%). A probability of 0 means the event is impossible, 1 means it’s certain to happen, and anything outside this range indicates an error in calculation.

How do I calculate the probability of multiple independent events?

For independent events, multiply the probabilities together. For example, the probability of rolling two 6s in a row with a fair die is (1/6) × (1/6) = 1/36 ≈ 2.78%.

What are mutually exclusive events?

Mutually exclusive events cannot happen at the same time. For example, when rolling a die, getting a 3 and getting a 5 are mutually exclusive because you can’t roll both simultaneously on a single die.

How is probability used in real life?

Probability is used everywhere: weather forecasts (chance of rain), medical diagnosis (likelihood of disease), insurance (risk assessment), sports betting (odds calculation), quality control in manufacturing, and financial market analysis.

Common Probability Distributions

Binomial Distribution

Used for calculating the probability of a specific number of successes in a fixed number of independent trials, each with the same probability of success.

Normal Distribution

A continuous probability distribution that forms a bell-shaped curve. Many natural phenomena follow this pattern, such as heights, weights, and test scores.

Poisson Distribution

Used to calculate the probability of a certain number of events occurring in a fixed time period, when events occur independently.

Scroll to Top