

InterviewSolution
Saved Bookmarks
1. |
A card is drawn at random from a well - shuffled pack of 52 cards. Find the probability that the drawn card is neither a king nor a queen. |
Answer» Correct Answer - ` 11/13` Total number of cards = 52. Total number of kings and queens = 4 + 4 = 8. Remaining number of cards = 52 - 8 = 44. ` :. ` P(getting a card which is neither a king nor a queen) ` = 44/52 = 11/13`. |
|