Question
Question: Two cards are drawn successively with replacement from a well shuffled pack of 52 cards. Find the pr...
Two cards are drawn successively with replacement from a well shuffled pack of 52 cards. Find the probability distribution of the number of kings.
Solution
Hint: For solving this question, we use the concept of Binomial Distribution. Using the formula P(X=x)=nCxqn−xpx, we can easily the calculate the probability distribution of the number of kings drawn from the deck of cards.
Complete step-by-step answer:
The Binomial Distribution is used when there are exactly two mutually exclusive outcomes of trials. The outcomes of the event are labelled as success and failure. And the formula of Binomial Distribution is:
P(X=x)=nCxqn−xpx
Here, x represents success and n represent number of trials, p is the probability of success on a single trial and q is the probability of failure on a single trial.
Number of cards drawn = n = 2.
Probability of a getting a king = p =524=131
Here, p is success.
Now, p + q = 1, so the probability of failure could be expressed as:
q = 1 – p =1−131=1312
⇒P(X=x)=2Cx(1312)n−x(131)x....(1)
Two cards are drawn from the deck of 52 cards,
We can get 0 king, 1 king or 2 kings.
So, the values of X can be 0,1 and 2.
Putting the value of x = 0 in equation (1), we get
P(X=0)=2C0(1312)2−0(131)0P(X=0)=1×1×(1312)2=169144
Hence, the probability of getting no king is 169144.
P(X=1)=2C1(1312)2−1(131)1P(X=1)=2×(131)1×(1312)1P(X=1)=16924
Hence, the probability of getting one king is 16924.
P(X=2)=2C2(1312)2−2(131)2P(X=2)=1×(131)2P(X=2)=1691
Hence, the probability of getting two kings are 1691.
Note: The key concept involved in solving this problem is the knowledge of a binomial distribution. Students can also verify their result by summing all the probabilities. For the above-mentioned case, when we add all the probability, we get 1. Hence, our obtained result is correct.