PDF

What is a Venn diagram in probability?

A Venn diagram is a picture that helps you see how groups (events) overlap. In probability, each circle is an event (something that can happen). The whole drawing shows the sample space (all possible outcomes).

Key words

  • Sample space (S): all possible outcomes.
  • Event A, Event B: groups of outcomes (each is a circle).
  • Intersection (A ∩ B): outcomes that are in both A and B (the overlapping part).
  • Union (A ∪ B): outcomes that are in A or B or both (everything covered by the two circles).
  • Complement (A') or (Aᶜ): outcomes NOT in A. Probability of A' = 1 − P(A).
  • Mutually exclusive: events that cannot happen at the same time (their intersection is empty).

Important formulas

  • For two events A and B: P(A ∪ B) = P(A) + P(B) − P(A ∩ B). (We subtract the intersection because it was counted twice.)
  • Complement: P(Aᶜ) = 1 − P(A).
  • If A and B are mutually exclusive (no overlap): P(A ∪ B) = P(A) + P(B).

How to draw and use a 2-circle Venn diagram (step-by-step)

  1. Draw two overlapping circles and label them A and B. The rectangle around them is the sample space S.
  2. Put the number (or probability) that belongs to both A and B in the overlapping middle. Then put the numbers that belong only to A or only to B in the non-overlapping parts.
  3. Anything outside both circles but inside the rectangle is "neither A nor B."
  4. Use the formula P(A ∪ B) = P(A) + P(B) − P(A ∩ B) to find the union probability.
A B A ∩ B

Worked example 1 — Overlapping events (kids who like pizza and burgers)

There are 30 children. 15 like pizza (P), 12 like burgers (B), and 6 like both pizza and burgers. If I pick one child at random, what's the probability they like pizza or burgers?

  1. Use the formula: P(P ∪ B) = P(P) + P(B) − P(P ∩ B).
  2. We need probabilities, not counts. Convert counts to probabilities by dividing by 30 (the total): P(P) = 15/30 = 0.5, P(B) = 12/30 = 0.4, P(P ∩ B) = 6/30 = 0.2.
  3. Now compute: P(P ∪ B) = 0.5 + 0.4 − 0.2 = 0.7.

Answer: 0.7 (or 70%). That means 70% of the kids like pizza or burgers or both.

Also, probability that a child likes neither = 1 − 0.7 = 0.3 (30%).

Worked example 2 — Mutually exclusive events (a simple die)

Roll one fair six-sided die. Let A = {roll a 1 or 2} and B = {roll a 3 or 4}. Are these mutually exclusive? What is P(A ∪ B)?

  1. A outcomes: 1 or 2 → 2 outcomes, so P(A) = 2/6 = 1/3 ≈ 0.333. B outcomes: 3 or 4 → 2 outcomes, so P(B) = 2/6 = 1/3.
  2. Can a roll be in both A and B? No — a single roll can't be 1 and 3 at the same time. So they are mutually exclusive and P(A ∩ B) = 0.
  3. Therefore P(A ∪ B) = P(A) + P(B) = 1/3 + 1/3 = 2/3 ≈ 0.6667.

Tips for solving Venn probability problems

  • Always decide if the numbers are counts or probabilities. Convert counts to probabilities by dividing by the total.
  • If you are given counts: fill the center (both) first, then only-A = A_total − both, only-B = B_total − both, and neither = total − (only-A + both + only-B).
  • Use the union formula so you don’t double-count the middle part.

Practice problems (try them)

  1. In a class of 24 students, 14 like math, 10 like science, and 5 like both. What is the probability a randomly chosen student likes math or science?
  2. A bag has 8 red and 6 blue marbles. If "A = red" and "B = blue", are A and B mutually exclusive? What is P(A ∪ B)?

Answers

  1. Counts → P(Math) = 14/24, P(Science) = 10/24, P(both) = 5/24. P(Math ∪ Science) = 14/24 + 10/24 − 5/24 = 19/24 ≈ 0.7917 (79.17%).
  2. Yes, red and blue are mutually exclusive (a marble cannot be both colors). P(A ∪ B) = P(A) + P(B) = 8/14 + 6/14 = 14/14 = 1 (100%). (Because every marble is either red or blue in that bag.)

If you want, tell me a specific question (numbers or picture) and I will draw the Venn diagram and solve it step by step with you.


Ask a followup question

Loading...