How to Calculate Probability
Quick Answer
Basic probability formula: P(event) = Number of favourable outcomes ÷ Total possible outcomes
Result is always between 0 and 1 (or 0% to 100%). P = 0 means impossible. P = 1 means certain.
- Example: Rolling a 4 on a fair six-sided die. P(4) = 1 ÷ 6 = 0.1667 = 16.67%
- Example: Drawing a red card from a standard 52-card deck. P(red) = 26 ÷ 52 = 0.5 = 50%
Probability is the mathematics of how likely events are to happen. It is used in statistics, science, finance, risk assessment and many areas of everyday decision-making. Use the free Probability Calculator on CalConvs for instant results.
The Basic Probability Formula
P(A) = Favourable outcomes ÷ Total outcomes
Rules: 0 ≤ P(A) ≤ 1. P(A) + P(not A) = 1 (complementary rule).
- Example 1: Flipping heads on a fair coin. P(heads) = 1 ÷ 2 = 0.5 = 50%
- Example 2: Drawing an ace from a 52-card deck. P(ace) = 4 ÷ 52 = 1/13 = 7.69%
Combined Probability: AND and OR Rules
The AND Rule (Both events occur)
For independent events: P(A AND B) = P(A) × P(B)
- Example: Flipping two heads in a row. P(heads AND heads) = 0.5 × 0.5 = 0.25 = 25%
- Example: Rolling a 6 on two dice. P(6 AND 6) = (1/6) × (1/6) = 1/36 = 2.78%
The OR Rule (At least one event occurs)
For mutually exclusive events: P(A OR B) = P(A) + P(B)
For non-mutually exclusive events: P(A OR B) = P(A) + P(B) - P(A AND B)
- Example (mutually exclusive): Drawing a king OR a queen. P = 4/52 + 4/52 = 8/52 = 15.38%
- Example (non-exclusive): Drawing a heart OR a king. P = 13/52 + 4/52 - 1/52 = 16/52 = 30.77%
Conditional Probability
P(A | B) = P(A AND B) ÷ P(B), the probability of A given that B has already happened.
Example: A bag has 3 red and 2 blue balls. You draw one ball (not replaced). P(second red | first red) = 2/4 = 0.5 = 50%.
Probability Reference Table
| Event | Calculation | Probability |
|---|---|---|
| Flipping heads on a fair coin | 1/2 | 50% |
| Rolling a specific number on a die | 1/6 | 16.7% |
| Rolling an even number on a die | 3/6 = 1/2 | 50% |
| Drawing a spade from a card deck | 13/52 = 1/4 | 25% |
| Drawing an ace from a card deck | 4/52 = 1/13 | 7.7% |
| Two heads in two coin flips | 1/2 × 1/2 | 25% |
| At least one head in two flips | 1 - (1/2 × 1/2) | 75% |
| Rolling a 6 twice in a row | 1/6 × 1/6 = 1/36 | 2.78% |
Probability in Real Life
- Medical testing: A test with 95% sensitivity does not mean a 95% chance of being sick. False positive rate and base rate (prevalence) matter. Bayes theorem is used in clinical medicine.
- Insurance and finance: Actuaries use probability to calculate insurance premiums and risk pricing for life insurance, car insurance and mortgages.
- Cricket statistics (India, Pakistan, Australia, UK): Batting averages, wicket probability per delivery and match winning probability are calculated using probability principles.
- Lotteries: National lottery odds in the UK are 1 in 45,057,474. US Powerball jackpot odds are 1 in 292,201,338.
- Weather forecasting: A 70% chance of rain means it rained on 70% of days with similar atmospheric conditions historically.
Frequently Asked Questions
What is the difference between probability and odds?
Probability expresses the chance of an event as a fraction of all possible outcomes. Odds express the ratio of favourable to unfavourable outcomes. Probability of 0.25 (25%) = odds of 1 to 3. Bookmakers in the UK and Australia often quote odds rather than probability.
What does independent events mean in probability?
Two events are independent if the outcome of one does not affect the outcome of the other. Flipping a coin is independent: the second flip is not affected by the first. Drawing cards without replacement is not independent: each draw changes the remaining deck.
How do I calculate the probability of at least one event happening?
P(at least one) = 1 - P(none). For example, the probability of getting at least one head in 3 coin flips = 1 - P(all tails) = 1 - (0.5 × 0.5 × 0.5) = 1 - 0.125 = 0.875 = 87.5%.
Related Tools
- Probability Calculator: calculate event probability instantly
- Statistics Calculator: mean, median, mode and range
- Z-Score Calculator: standardise values relative to a distribution
- All Math Tools: 46 tools on CalConvs
