Question
Question: A man tosses a coin 10 times, scoring 1 point for each head and 2 points for each tail. Let P(k) be ...
A man tosses a coin 10 times, scoring 1 point for each head and 2 points for each tail. Let P(k) be the probability of scoring at least k points. What is the largest value of K such that P(k)>21?
(a). 14
(b). 15
(c). 16
(d). 17
Solution
Hint: Find the number of ways the score is greater than k and then find the total number of ways of throwing 10 coins. Then, find the largest value of k such that P(k)>21.
Complete step-by-step answer:
We know that the total number of ways of tossing a coin 10 times is 210, which is 1024.
N(S)=1024............(1)
It is given that 1 point is given for one head and 2 points for a tail. Hence, one toss can be represented by x+x2 having two possibilities. Then, 10 tosses are given as follows:
10 tosses = (x+x2)10
The number of possibilities with value k is given as the coefficient of xk in the expression (x+x2)10.
(x+x2)10 can also be written as x10(1+x)10. Hence, the number of possibilities of getting the value K is the coefficient of xk−10 in the expression (1+x)10.
Using the binomial theorem, we know that the coefficient of xk−10 in the expression (1+x)10 is given as 10Ck−10.
Hence, the number of possibilities of the score being at least k is given as follows:
N(k)=10Ck−10+10Ck−9+.......+10C10..........(2)
The probability is given as the ratio of the number of favorable outcomes to the total number of outcomes.
P(k)=N(S)N(k)
From equations (1) and (2), we have:
P(k)=102410Ck−10+10Ck−9+.......+10C10...........(3)
Using the formula for the last half binomial coefficients for even n, we know that:
2nC2n+nC2n+1+nC2n+2+.......nCn=2n−1
Hence, for n = 10, we have:
210C5+10C6+10C7+.......+10C10=210−1
210C5+10C6+10C7+.......+10C10=29
By adding another term 210C5, we obtain:
10C5+10C6+10C7+.......+10C10>29
Dividing both sides by 210, we get:
21010C5+10C6+10C7+.......+10C10>21029
Simplifying, we have:
102410C5+10C6+10C7+.......+10C10>21
Comparing the above equation with equation (3), we have:
k−10=5
Then, solving for k, we have:
k=10+5
k=15
Hence, the value of k is 15.
Hence, option (b) is the correct answer.
Note: For P(k)>21, the number of favorable outcomes should be greater than 29. Hence, you can use this number to equate to the number of favorable outcomes and find k by this method also.