I'm dealing with a sample problem where I want to work out the probability of a fair coin toss landing heads and a fair die roll landing 6. We are then told that at least one of those events has happened.
Why is the probability of this not as simple as P(C)P(D) = 0.083? How would one work out the correct probability using the Bayes theorem?
Thanks
Because now you have the additional information that at least one of those events has happened.
Hence the corresponding probability is $$\frac{P(CD)}{P(CD^c) + P(C^cD) + P(CD)}=\frac{P(CD)}{1-P(C^cD^c)}$$
That is I have excluded the possibility of $C^cD^c$ from happening.
Try to compute this quantity.