Skip to main content

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.

Lesson 6 of 10 Statistics & Probability Beginner ⏱ 8 min read
πŸ”₯ Why This Matters

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.

🎯 What You'll Learn
  • 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)\)
πŸ“– Key Vocabulary
ExperimentAny process with an uncertain outcome (rolling a die, drawing a card, measuring rainfall). Sample Space (S)The complete set of all possible outcomes of an experiment. Event (A)Any subset of the sample space β€” one or more specific outcomes we're interested in. Probability P(A)A number from 0 to 1 (or 0% to 100%) measuring the likelihood of event A occurring. Complement (A')All outcomes NOT in event A. \(P(A') = 1 - P(A)\). Equally Likely OutcomesWhen every outcome in the sample space has the same probability of occurring.
Key Concept β€” Classical Probability
\[ P(A) = \frac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}} \] \[ 0 \leq P(A) \leq 1 \qquad P(A) + P(A') = 1 \]

This formula applies when all outcomes are equally likely. For unequal likelihoods, use relative frequencies from observed data or theoretical models.

The Probability Scale

ProbabilityDescriptionReal Example
0ImpossibleRolling a 7 on a standard die
0.10Very unlikelyWinning a 1-in-10 raffle
0.50Even chanceFlipping heads on a fair coin
0.90Very likelyDrawing a non-ace from a standard deck
1CertainDrawing any card from a full deck
Worked Example 1 β€” Basic: Rolling a Die

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 \]
Worked Example 2 β€” Intermediate: Using the Complement

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.

Worked Example 3 β€” Real World: Quality Inspection

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.

✏️ Quick Check
  1. A deck of 52 playing cards β€” what is the probability of drawing a heart?
  2. If P(rain tomorrow) = 0.35, what is P(no rain tomorrow)?
  3. Can a probability ever equal 1.5? Explain.
β–Ά Show Answers
  1. \(13 \text{ hearts} / 52 \text{ cards} =\) 1/4 = 0.25 = 25%.
  2. \(1 - 0.35 =\) 0.65 (65%).
  3. No. Probability is always between 0 and 1 inclusive. A value of 1.5 would mean more favorable outcomes than total outcomes β€” mathematically impossible.
⚠️ Common Mistakes
  • 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.
βœ… Key Takeaways
  • 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.
πŸ’Ό Career Connection β€” Actuary & Epidemiologist

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.

Binomial Probability
Calculate probability for a fixed number of independent trials.
Use calculator β†’
← Previous Lesson
Back to
Measuring Spread: Range, Variance, and Standard Deviation
Continue Learning
Up Next: Calculating Probability: Single Events
Next Lesson →
Test Your Knowledge

Introduction to Probability: Quiz

5 questions per attempt  Β·  Intermediate  Β·  Pass at 70%

Start Quiz β†’

More in Statistics & Probability

Understanding Data and Types of Data Organizing Data with Frequency Tables Calculating the Mean (Average)
← All Statistics & Probability lessons