Imagine I have two events $A$ and $B$. On a day only one event can occur and $P(A) = 0.05$ and $P(B) = 0.95$. Also, let there be another event $C$ that occurs where, $P(C | A) = 0.8$ and $P(C | B) = 0.1$. How do I calculate the probability of $C$ happening on the first, second and third days?
I am assuming Bayes' rule would be good for this but I can't figure out the exact Formula for this.
What if either of $A$ or $B$ can only occur in all 3 days? Does that change the probability? Meaning if A occurs on day 1 it also occurs on all 3 days. Just a curious question.