InterviewSolution
Saved Bookmarks
| 1. |
One card is drawn from a pack of well shuffle cards. what will be the probability of a diamond card?1. 1/82. 1/43. 1/54. 1/65. 1/2 |
|
Answer» Correct Answer - Option 2 : 1/4 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 ⇒ n(S) = 52C1 = 52 Let E be the event of getting a diamond card Total number of diamond card = 13 n(E) = 13C1 ⇒ 13 P(E) = n(E)/n(S) ⇒ P(E) = 13/52 ⇒ 1/4 ∴ The probability of a diamond card is 1/4 |
|