

InterviewSolution
Saved Bookmarks
1. |
Four cards are drawn at a time from a pack of 52 playing cards. Find theprobability of getting all the four cards of the same suit. |
Answer» `n(S)=.^52C_4` `n(A)=4*.^13C_4` `P(A)=(4*.^13C_4)/(.^52C_4)`. |
|