InterviewSolution
Saved Bookmarks
| 1. |
When three cards are drawn at random from a well shuffled pack of cards, then what is the probability that all of them are from the different suits? |
|
Answer» `(""^(13)C_(3))/(""^(52)C_(3))` |
|