InterviewSolution
Saved Bookmarks
| 1. |
A card is drawn at random from a pack of 52 cards. What will be the probability of 9 of heart?1. 1/522. 1/263. 1/134. 1/48 |
|
Answer» Correct Answer - Option 1 : 1/52 Formula used: nCr = n!/((n-r)! × r!) Calculation: Let S be the sample space then, n(S) = number of way of selecting 1 card out of 52 card ⇒ 52C1 = 52 Let E be the event of getting 9 of heart Among 52 cards there is only one 9 of heart n(E) = 1 P(E) = n(E)/n(S) ⇒ 1/52 ∴ Probability of getting 9 of heart is 1/52 |
|