A stack of cards consists of six red and five blue cards. A second stack of cards consists of nine red cards. A stack is selected at random and three of its cards are drawn. If all of them are red, what is the probability that the first stack was selected?
R means three red cards
S1 means stack 1
S2 means stack 2
How to know the question is asking about P(S1 | R) or about P(R | S1)?
I assumed P(S1 | R)
[imath]\displaystyle P(S_1 | R) = \frac{P(S_1 \ AND \ R)}{P(R)}[/imath]
R = {R1,R2,R3}
S1 = {R1,R2,R3,R4,R5,R6,B1,B2,B3,B4,B5}
so the intersection S1 AND R = {R1,R2,R3} = R
But [imath]\displaystyle P(S_1 \ AND \ R) \neq P(R)[/imath] because P(R) is an independent event to both stacks. I'm confused of how I will find the probability of the intersection.
R means three red cards
S1 means stack 1
S2 means stack 2
How to know the question is asking about P(S1 | R) or about P(R | S1)?
I assumed P(S1 | R)
[imath]\displaystyle P(S_1 | R) = \frac{P(S_1 \ AND \ R)}{P(R)}[/imath]
R = {R1,R2,R3}
S1 = {R1,R2,R3,R4,R5,R6,B1,B2,B3,B4,B5}
so the intersection S1 AND R = {R1,R2,R3} = R
But [imath]\displaystyle P(S_1 \ AND \ R) \neq P(R)[/imath] because P(R) is an independent event to both stacks. I'm confused of how I will find the probability of the intersection.