The Multiplication Rule states that to find the probability of a specific path (the intersection of events), you must multiply the probabilities along that path. For example, .
The Law of Total Probability allows us to find the overall probability of a later event by summing the probabilities of all paths leading to that event. If event can happen via path or path , then .
The sum of probabilities for all branches originating from a single node must always equal . This reflects the fact that the branches represent a collectively exhaustive and mutually exclusive set of possibilities for that specific stage.
It is vital to distinguish between Independent and Dependent events when filling a tree diagram. In independent events, the probabilities on the second stage remain identical regardless of the first stage outcome ().
| Feature | Conditional Branch Value | Path End Value |
|---|---|---|
| Notation | $P(B | A)$ |
| Meaning | Probability of given | Probability of both and |
| Calculation | Given or calculated per stage | Product of branches ($P(A) \times P(B |
The 'Sum to One' Check: Always verify that every set of branches from a single node adds up to . If they do not, you have likely miscalculated a complement or misinterpreted the scenario.
Labeling is Critical: Clearly label the end of every path with its intersection notation (e.g., ). This prevents confusion when you need to sum multiple paths for a total probability calculation.
Fractional Precision: Use fractions instead of rounded decimals whenever possible. Rounding errors in early branches can compound significantly when multiplying across paths, leading to incorrect final answers.
Sanity Check: The final sum of all path end-probabilities must equal exactly . This is the ultimate verification that your tree diagram is complete and mathematically sound.
Confusing with : Students often mistakenly place the joint probability (the result of multiplication) directly on the branch. The branch itself should only contain the conditional probability.
Ignoring 'Without Replacement': In sampling problems, the denominator and numerator of the second stage probabilities usually change because the total number of items has decreased. Failing to adjust these is a frequent source of error.
Misidentifying the Condition: In 'working backwards' questions, students often use the wrong denominator. Always ensure the denominator represents the total probability of the condition specified in the 'given' part of the question.