Basic Probability

P(event) = favorable outcomes / total outcomes

Rolling a 3 on a fair die: P = 1/6 ≈ 0.167 ≈ 16.7%

Drawing a red card from a deck: P = 26/52 = 1/2 = 50%

Theoretical vs Experimental

Theoretical: calculated from math (fair coins, dice).
Experimental: based on actual trials. As trials increase, experimental approaches theoretical.

Complementary Events

P(event NOT happening) = 1 − P(event)

If P(rain) = 0.3, then P(no rain) = 0.7

Compound Events

Independent events (one doesn't affect the other):
P(A and B) = P(A) × P(B)

Flipping heads twice: (1/2) × (1/2) = 1/4

Step by Step: Setting Up a Probability

Almost every probability question comes down to two counts: how many outcomes you want, and how many outcomes exist in total.

A bag holds 4 red, 6 blue, and 2 green marbles. What is P(blue)?

  1. Count the favorable outcomes: 6 blue marbles.
  2. Count all outcomes: 4 + 6 + 2 = 12 marbles.
  3. Divide: 6/12 = 1/2 = 50%.

Sanity check: the answer is between 0 and 1, and blue is the most common colour, so a probability at or above one third makes sense.

Dependent Events

Independent events do not affect each other. Dependent events do, and the difference changes the arithmetic.

Drawing two marbles without replacement

From the same bag, what is the probability of drawing two blues in a row if you keep the first marble?

First draw: 6/12. Now only 5 blues remain out of 11 marbles, so the second draw is 5/11.

P(blue, then blue) = 6/12 × 5/11 = 30/132 ≈ 0.227

If you had put the first marble back, both draws would be 6/12 and the events would be independent.

The keyword to hunt for "With replacement" means independent — the numbers stay the same. "Without replacement" means dependent — both the top and bottom of the fraction shrink.

"And" Versus "Or"

Rolling one die: P(even or greater than 4)

Even: 2, 4, 6 → 3/6. Greater than 4: 5, 6 → 2/6.

The number 6 is in both lists, so subtract it once: 3/6 + 2/6 − 1/6 = 4/6 = 2/3.

Common Mistakes

Watch out for these

Where You Will Use This

Summary

FAQ

Can probability be greater than 1? No. Values range from 0 to 1 only.

What does P = 0.5 mean? The event is equally likely to happen or not.

What is the fastest way to handle "at least one"? Use the complement. P(at least one) is 1 − P(none), and "none" is usually far easier to count.

Why does experimental probability not match theoretical? Random variation. Flip a coin ten times and you might get seven heads; flip it ten thousand times and you will land very close to half.

Can two events be both independent and mutually exclusive? Not unless one is impossible. Mutually exclusive events affect each other completely — if one happens, the other cannot.

How do I convert a probability to a percentage? Multiply by 100. A probability of 0.25 is a 25% chance.

Quick Quiz

Test what you just learned. Choose the best answer for each question.