

InterviewSolution
Saved Bookmarks
1. |
Two cards are drawn simultaneously (without replacement) from a well-shuffled pack of 52 cards. Find the mean and variance of the number of red cards. |
||||||||||||||||||||
Answer» Total no. of cards in the deck = 52 Number of red cards = 26 No. of cards drawn = 2 simultaneously ∴ X = value of random variable = 0, 1, 2
Mean = μ = ∑xiP(X) = 1 Variance = σ2 = ∑x2iP(X) - μ2 = 152/102 - 1 = 50/102 = 25/51 = 0.49 |
|||||||||||||||||||||