Algebra 2 Advanced probabilityconditionalnormal distribution

Conditional Probability & Distributions

Updating a probability on new information, and the shape of the normal curve.

Video by Khan Academy — “Introduction to the normal distribution | Probability and Statistics | Khan Academy” Watch on YouTube

The explanation

Key idea P(A|B) = P(A and B)/P(B).

Conditional probability asks: given that B happened, how likely is A?

P(A|B) = P(A and B) / P(B)

Knowing B happened shrinks the world to just the B outcomes, so you divide by P(B) to rescale.

If knowing B tells you nothing about A, the events are independent and P(A|B) = P(A).

The normal distribution is the bell curve that describes heights, measurement errors and test scores. It is symmetric about the mean, and the empirical rule says roughly:

  • 68% of values fall within 1 standard deviation of the mean
  • 95% within 2
  • 99.7% within 3

So a score 2 standard deviations above average beats about 97.5% of the group.

Worked example

In a class, 40% study Spanish, 25% study art, and 10% study both. Given a student studies Spanish, what is the probability they study art?

  1. P(art | Spanish) = P(both)/P(Spanish).
  2. = 0.10/0.40.
  3. = 0.25.
  4. Since P(art) = 0.25 too, the events are independent.

Answer: 0.25 — and the two subjects turn out to be independent here.

Common mistakes

  • Dividing by P(A) rather than by the given event's probability P(B).
  • Treating mutually exclusive events as independent. They are the opposite.