Introduction to Probability
Learn how to express and calculate the likelihood of any event as a number between 0 and 1 β the foundation of all statistical reasoning.
Every decision made under uncertainty uses probability, whether or not we acknowledge it. An insurance company prices your car policy based on accident probability. A doctor explains that a test is 95% accurate. A weather forecaster says there's a 70% chance of rain. A lender evaluates the likelihood you'll default on a loan. Probability is how the world converts "I don't know exactly" into numbers precise enough to act on β and understanding it helps you evaluate claims, avoid bad bets, and make smarter decisions.
- Define probability and express it as a fraction, decimal, or percentage between 0 and 1
- Identify the sample space and list all possible outcomes for simple experiments
- Use the complement rule: \(P(A') = 1 - P(A)\)
This formula applies when all outcomes are equally likely. For unequal likelihoods, use relative frequencies from observed data or theoretical models.
The Probability Scale
| Probability | Description | Real Example |
|---|---|---|
| 0 | Impossible | Rolling a 7 on a standard die |
| 0.10 | Very unlikely | Winning a 1-in-10 raffle |
| 0.50 | Even chance | Flipping heads on a fair coin |
| 0.90 | Very likely | Drawing a non-ace from a standard deck |
| 1 | Certain | Drawing any card from a full deck |
A fair 6-sided die is rolled. What is the probability of rolling a number greater than 4?
Sample space: {1, 2, 3, 4, 5, 6}. Favorable outcomes: {5, 6}.
\[ P(\text{greater than 4}) = \frac{2}{6} = \frac{1}{3} \approx 0.333 \]A bag contains 3 red, 5 blue, and 2 green marbles. What is the probability of not drawing a blue marble?
\[ P(\text{blue}) = \frac{5}{10} = 0.5 \] \[ P(\text{not blue}) = 1 - 0.5 = \mathbf{0.5} \]The complement rule: instead of listing all non-blue marbles (5 marbles), subtract from 1. Both methods give the same answer.
A factory produces 500 light bulbs per hour. Historical data shows 20 are defective on average. An inspector picks one bulb at random. What is the probability it passes inspection?
\[ P(\text{defective}) = \frac{20}{500} = 0.04 \] \[ P(\text{passes}) = 1 - 0.04 = \mathbf{0.96} \]A 96% pass rate sounds good β but at 500 bulbs/hour, that's still 20 defective bulbs shipped every hour if no inspection is done. The probability model quantifies the business risk.
- A deck of 52 playing cards β what is the probability of drawing a heart?
- If P(rain tomorrow) = 0.35, what is P(no rain tomorrow)?
- Can a probability ever equal 1.5? Explain.
βΆ Show Answers
- \(13 \text{ hearts} / 52 \text{ cards} =\) 1/4 = 0.25 = 25%.
- \(1 - 0.35 =\) 0.65 (65%).
- No. Probability is always between 0 and 1 inclusive. A value of 1.5 would mean more favorable outcomes than total outcomes β mathematically impossible.
- Expressing probability greater than 1: "3 out of 2 chances" is not possible. Always check: numerator β€ denominator for classical probability.
- Confusing probability with odds: "Odds of 3 to 1 against" means P = 1/4, not 1/3. Probability and odds are related but different scales.
- Assuming past outcomes affect future ones: A coin that has landed heads 10 times in a row still has exactly P(heads) = 0.5 on the next flip. Each flip is independent.
- Probability is always a number from 0 (impossible) to 1 (certain).
- Classical probability: \(P(A) = \frac{\text{favorable outcomes}}{\text{total outcomes}}\) β only valid when all outcomes are equally likely.
- The complement rule: \(P(A') = 1 - P(A)\) β often easier than counting all non-A outcomes directly.
- Define your sample space completely before calculating β missing outcomes leads to wrong answers.
Actuaries use probability to price insurance products: the premium you pay for car insurance is calculated from the probability of you filing a claim, multiplied by the expected claim cost. Epidemiologists use probability to measure disease risk in populations β the probability that an unvaccinated person contracts a disease in an outbreak directly drives public health intervention decisions. Both careers require translating uncertain outcomes into precise numbers that businesses and governments use to allocate billions of dollars and protect millions of lives.
Calculator Connection
The Binomial Probability Calculator computes the probability of getting exactly k successes in n independent trials β the most common probability calculation in quality control, survey sampling, and clinical trials.
Try it with the Calculator
Apply what you've learned with this tool.
Introduction to Probability: Quiz
5 questions per attempt Β· Intermediate Β· Pass at 70%
Start Quiz β