It is vital to distinguish between Independent and Dependent events when constructing the tree. In independent events, the probabilities on the second set of branches remain identical regardless of the first outcome; in dependent events (like sampling without replacement), these probabilities change.
| Feature | Independent Events | Dependent Events |
|---|---|---|
| Second Stage Probabilities | Remain constant ($P(B | A) = P(B)$) |
| Typical Scenario | Tossing a coin, rolling dice | Drawing items without replacement |
| Calculation Impact | Simpler multiplication | Requires updating denominators/numerators |
Check the Sums: Always verify that the branches from every single node sum exactly to 1. If they do not, an error has been made in the initial setup.
Label Clearly: Use clear notation like on the branches to avoid confusing conditional probabilities with intersection probabilities ().
The 'At Least' Shortcut: When asked for the probability of 'at least one' event occurring, it is often faster to calculate . This involves finding the single path where the event never occurs and subtracting it from 1.
Sanity Check: Ensure that the final calculated probabilities for all possible paths sum to 1. This confirms that you have accounted for the entire sample space.
Confusing Intersection and Condition: A common mistake is placing the intersection probability on the second branch instead of the conditional probability . Remember that the branch itself represents the 'given' state.
Static Probabilities: Students often forget to reduce the total count (denominator) and the specific item count (numerator) when dealing with 'without replacement' scenarios, leading to incorrect second-stage probabilities.
Incomplete Paths: Failing to identify all paths that lead to a specific outcome when calculating total probability will result in an underestimation of the likelihood.
Bayes' Theorem: Tree diagrams provide a visual framework for Bayes' Theorem. To find , you take the probability of the specific path and divide it by the sum of all paths that end in .
Binomial Distribution: For experiments with many repeated independent trials, tree diagrams become unwieldy, leading to the use of the Binomial Distribution formula as a more efficient alternative.