Let event A is "1st card is a spade", event B is "2nd card is a spade", event C is "3rd card is a spade"
You need to find P(A | B and C) = P(A and B and C) / P(B and C).
- P(A and B and C) = P(A) × P(B | A) × P(C | A and B) = 13/52 × 12/51 × 11/50 = 11/850
- P(B and C) = P(A and B and C) + P(not A and B and C)
P(not A and B and C) = P(not A) × P(B | not A) × P(C | not A and B) = 39/52 ×13/51 × 12/50 = 39/850
P(B and C) = 11/850 + 39/850 = 50/850
Finally, P(A | B and C) = (11/850) / (50/850) = 11/50 = 0.22.