2 coins are tossed. Find the probability of getting 1 head and 1 tail
We can either flip HT or TH. Let's review probabilities:
HT = 1/2 * 1/2 = 1/4 <-- We multiply since each event is independent
TH = 1/2 * 1/2 = 1/4 <-- We multiply since each event is independent
P(1 H, 1 T) = P(HT) + P(TH)...