The following table represents a distribution of candies in a bag. Each candy has two properties: Its texture and its color.
Question:
If I draw two candies without replacement, what is the probability of first drawing a blue candy and then drawing a hard candy?
Attempt:
Let $B = \text{blue}$ , $H = \text{hard}$, $R = \text{red}$, $S = \text{soft}$
I first considered multiplying the marginal probability of $B$ with the marginal probability of $H$ (with one less in the denominator to take into account non-replacement):
$$\frac{11}{28} \cdot \frac{13}{27} = \frac{143}{756}$$
It then occurred to me that the first candy drawn could be both blue and hard which would effect $P(H)$ during the second draw as illustrated in the probability tree.
+----------------+-----------------------+
| If first candy | P(H) on second draw = |
| is blue and | |
+----------------+-----------------------+
| Hard | 12/27 |
+----------------+-----------------------+
| Soft | 13/27 |
+----------------+-----------------------+
I assume the correct answer would be to add both cases in the tree:
$$\frac{60}{756} + \frac{78}{756} = \frac{138}{756}$$

