Venn Diagram vs Tree Diagram

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Venn diagram

Probability

A Venn diagram draws events as overlapping circles inside the sample space so unions, intersections, and complements appear as regions.

Each circle holds the outcomes in one event, the lens where circles overlap is the intersection ABA \cap B, and the area outside every circle is the complement of the union. Filling in the overlap first keeps you from double counting, which is the same idea the addition rule enforces with subtraction. In a class of 30 students, 18 play a sport and 12 play an instrument with 7 doing both, so the sport-only region holds 187=1118 - 7 = 11, the instrument-only region holds 127=512 - 7 = 5, and 30(11+7+5)=730 - (11 + 7 + 5) = 7 students do neither. Mutually exclusive events show up as circles that do not touch.

Full entry for venn diagram

Tree diagram

Probability

A tree diagram lays out a multi-stage chance process as branches, and the probability of any path is the product of the branches along it.

Branches at the first stage carry the probabilities of the starting events, and branches further out carry conditional probabilities given the path so far. Multiplying along a path is just the general multiplication rule P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B \mid A) drawn in picture form. From a bag of 3 red and 2 blue chips, drawing two without replacement gives P(red then blue)=3524=0.3P(\text{red then blue}) = \frac{3}{5} \cdot \frac{2}{4} = 0.3. To get the probability of a result that several paths lead to, add those path probabilities.

Full entry for tree diagram

Where each one fits in the course