There are two events, A & B, which revolve around the rolling of two normal dies. The events are as follows:
A = {The first roll of a dice lands up as a 1}
B = {The sum of the two dice lands up as 4}
So far, I have the following probabilities set up:
$P(A) = \frac{1}{6}, P(B) = \frac{1}{12}, P(A^c) = \frac{5}{6}, P(B^c) = \frac{11}{12}$
However, now I am required to find $P(A^c | B)$.
Work
I am attempting to use a mix of formulas here. Specifically, $$P(A^c | B) = \frac{P(A^c \cap B)}{P(B)}$$
The main issue comes down to the fact that I am entirely lost when it comes up to here. I have no idea on how to obtain this intersection. The best I can do at this point is use the formula:
$$P(A^c \cap B) = P(A^c \cup B) - P(A) - P(B)$$
However, I am unsure now of what to do because this just gives me that the intersection is $0$
How can I obtain $P(A^c | B)$?
