Bunuel
A new cards game for four people is consisting of 105 cards: two normal cards deck with 52 cards each, and one additional card which is Ace of Spades. The game starts when each player, in turn, pulls randomly 1 card and leaves it in his hand. What is the probability that the third player will pull a black Ace?
(A) 1/18
(B) 1/19
(C) 1/20
(D) 1/21
(E) 1/22
The probability of picking a black ace on the third pick is the same as the probability of picking a black ace on the first pick. Since there are 5 black aces (2 in each pack and 1 extra), the probability of picking a black ace on the first pick will be 5/105 = 1/21. SO probability of picking a black ace on the third pick will also be 1/21
Answer (D)
Think why conceptually - Let's consider the case of probability of picking a black ace on the second pick.
If a black ace is picked on the first pick, then probability of picking a black ace on the second pick reduces. \((\frac{5}{105} * \frac{4}{104})\)
If a non black ace card is picked on the first pick, the probability of picking a black ace card on the second pick increases. \((\frac{100}{105} * \frac{5}{104})\)
So overall, taking both cases, the impact is that the probability stays the same.
\((\frac{5}{105} * \frac{4}{104}) + (\frac{100}{105} * \frac{5}{104})\)
\(= \frac{5*104}{105*104}\)
\(= 1/21\)
For every pick, this would be the case. The probability of picking a black ace will stay the same whether it is the second pick or the third or the fourth etc.