Skip to content
MathAnvil
§ Probability

Introduction to Probability

§ Probability

Introduction to Probability

CCSS.7.SP3 min read

Probability quantifies the likelihood of an event occurring, expressed as a number between 0 and 1, where 0 means impossible and 1 means certain. The basic formula divides favorable outcomes by total possible outcomes. For example, the probability of rolling a 4 on a standard die is 1/6, since there is 1 favorable outcome out of 6 total possibilities.

§ 01

Why it matters

Probability forms the foundation for statistics, data analysis, and decision-making in numerous fields. Weather forecasters use probability models to predict a 30% chance of rain. Insurance companies calculate risk probabilities to set premium rates — a 25-year-old driver might have a 2% annual accident probability compared to a 16-year-old's 8% rate. Medical researchers report that a treatment has an 85% success rate. Financial analysts assess investment risks using probability distributions. Sports analysts calculate that a basketball player with a 45% three-point shooting average has specific odds for making consecutive shots. Probability concepts extend into advanced mathematics including combinatorics, calculus-based statistics, and mathematical modeling, making this topic essential for STEM careers and data-driven fields.

§ 02

How to solve introduction to probability

Probability — Introduction

  • Probability = number of favourable outcomes ÷ total outcomes.
  • P is always between 0 (impossible) and 1 (certain).
  • List all possible outcomes before counting.
  • P(not A) = 1 − P(A).

Example: Fair die: P(3) = 16. P(not 3) = 56.

§ 03

Worked examples

Beginner§ 01

A spinner has 3 equal sections numbered 1 to 3. What is the probability of landing on 2?

Answer: 13

  1. Count the total possible outcomes Total = 3 The spinner has 3 equal sections. Each section is equally likely, like slicing a pizza into 3 equal pieces.
  2. Count the favourable outcomes Favourable = 1 (section 2) Only 1 section has the number 2. That's our target -- just one 'winning' slice.
  3. Calculate: probability = favourable / total P(2) = 13 = 13 Probability = 1/3. Each section has an equal 33% chance of being landed on.
Easy§ 02

A spinner has 1 red, 1 blue, 1 yellow sections. What is P(landing on blue)?

Answer: 13

  1. Count total sections Total = 3 Add all sections: 3. Each section is the same size, so each has an equal chance.
  2. Count blue sections Favourable = 1 There are 1 blue section(s) on the spinner.
  3. Calculate probability P(blue) = 13 = 13 P = 1/3. About 33% chance.
Medium§ 03

A card is drawn from a standard 52-card deck. What is P(face card (J, Q, K))?

Answer: 313

  1. Count face card (J, Q, K) cards in a deck Favourable = 12 A standard deck has 52 cards (4 suits x 13 ranks). The number of face card (J, Q, K) cards is 12.
  2. Total cards 52 A standard deck has 52 cards. Each card is equally likely to be drawn.
  3. Calculate and simplify P(face card (J, Q, K)) = 1252 = 313 12/52 simplifies to 3/13. That's about 23%.
§ 04

Common mistakes

  • Confusing probability with percentages leads to errors like writing P(heads) = 50 instead of 0.5 or 1/2.
  • Adding probabilities incorrectly, such as calculating P(rolling 1 or 2) = 1/6 + 1/6 = 2/6 = 1/3 on a die, which is actually correct, but writing P(A and B) = P(A) + P(B) for independent events instead of P(A) × P(B).
  • Forgetting that probabilities must sum to 1, like stating P(rain) = 0.4 and P(no rain) = 0.7 instead of 0.6.
  • Miscounting outcomes in compound events, such as claiming there are 11 possible sums when rolling two dice (2 through 12) and treating each as equally likely, rather than recognizing that sum 7 occurs 6 ways while sum 2 occurs only 1 way.
§ 05

Frequently asked questions

What is the difference between theoretical and experimental probability?
Theoretical probability uses mathematical reasoning to predict outcomes, like calculating P(heads) = 1/2 for a fair coin. Experimental probability comes from actual trials — flipping a coin 100 times might yield 52 heads, giving experimental probability of 52/100 = 0.52. As trial numbers increase, experimental probability approaches theoretical probability.
How do you calculate the probability of an event NOT happening?
The complement rule states P(not A) = 1 - P(A). If the probability of rain is 0.3, then P(no rain) = 1 - 0.3 = 0.7. This works because all possible outcomes must sum to 1, so the event either happens or it doesn't.
Can probability be greater than 1 or less than 0?
No, probability values must fall between 0 and 1, inclusive. A probability of 0 means the event is impossible, while 1 means it's certain to occur. Any calculation yielding a probability outside this range indicates an error in counting outcomes or applying formulas.
What does equally likely mean in probability?
Equally likely means each outcome has the same chance of occurring. A fair die has 6 equally likely outcomes, each with probability 1/6. However, when rolling two dice and finding their sum, the sums are not equally likely — sum 7 occurs 6 ways while sum 12 occurs only 1 way.
How do you find probability when outcomes aren't equally likely?
Weight each outcome by its relative frequency or given probability. For a biased coin that lands heads 60% of the time, P(heads) = 0.6 and P(tails) = 0.4. In a bag with 3 red marbles and 2 blue marbles, P(red) = 3/5 = 0.6, not 1/2.
§ 06

See also

§ 06

Where to next?

Share this article