InterviewSolution
Saved Bookmarks
| 1. |
If A Card Is Drawn From A Well Shuffled Pack Of Cards, The Probability Of Drawing A Spade Or A King Is |
|
Answer» <P>P(SNK) = P(S) + P(K) – P(SnK), where S denotes SPADE and K denotes king. P(SnK) = 13/52 + 4/52 – 1/52 = 4/13 P(SnK) = P(S) + P(K) – P(SnK), where S denotes spade and K denotes king. P(SnK) = 13/52 + 4/52 – 1/52 = 4/13 |
|