Solveeit Logo

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)>12P(k) > \dfrac{1}{2}?
(a). 14
(b). 15
(c). 16
(d). 17

Explanation

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)>12P(k) > \dfrac{1}{2}.

Complete step-by-step answer:
We know that the total number of ways of tossing a coin 10 times is 210{2^{10}}, which is 1024.
N(S)=1024............(1)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+x2x + {x^2} having two possibilities. Then, 10 tosses are given as follows:
10 tosses = (x+x2)10{(x + {x^2})^{10}}
The number of possibilities with value k is given as the coefficient of xk{x^k} in the expression (x+x2)10{(x + {x^2})^{10}}.
(x+x2)10{(x + {x^2})^{10}} can also be written as x10(1+x)10{x^{10}}{(1 + x)^{10}}. Hence, the number of possibilities of getting the value K is the coefficient of xk10{x^{k - 10}} in the expression (1+x)10{(1 + x)^{10}}.
Using the binomial theorem, we know that the coefficient of xk10{x^{k - 10}} in the expression (1+x)10{(1 + x)^{10}} is given as 10Ck10{}^{10}{C_{k - 10}}.
Hence, the number of possibilities of the score being at least k is given as follows:
N(k)=10Ck10+10Ck9+.......+10C10..........(2)N(k) = {}^{10}{C_{k - 10}} + {}^{10}{C_{k - 9}} + ....... + {}^{10}{C_{10}}..........(2)
The probability is given as the ratio of the number of favorable outcomes to the total number of outcomes.
P(k)=N(k)N(S)P(k) = \dfrac{{N(k)}}{{N(S)}}
From equations (1) and (2), we have:
P(k)=10Ck10+10Ck9+.......+10C101024...........(3)P(k) = \dfrac{{{}^{10}{C_{k - 10}} + {}^{10}{C_{k - 9}} + ....... + {}^{10}{C_{10}}}}{{1024}}...........(3)
Using the formula for the last half binomial coefficients for even n, we know that:
nCn22+nCn2+1+nCn2+2+.......nCn=2n1\dfrac{{{}^n{C_{\dfrac{n}{2}}}}}{2} + {}^n{C_{\dfrac{n}{2} + 1}} + {}^n{C_{\dfrac{n}{2} + 2}} + .......{}^n{C_n} = {2^{n - 1}}
Hence, for n = 10, we have:
10C52+10C6+10C7+.......+10C10=2101\dfrac{{{}^{10}{C_5}}}{2} + {}^{10}{C_6} + {}^{10}{C_7} + ....... + {}^{10}{C_{10}} = {2^{10 - 1}}
10C52+10C6+10C7+.......+10C10=29\dfrac{{{}^{10}{C_5}}}{2} + {}^{10}{C_6} + {}^{10}{C_7} + ....... + {}^{10}{C_{10}} = {2^9}
By adding another term 10C52\dfrac{{{}^{10}{C_5}}}{2}, we obtain:
10C5+10C6+10C7+.......+10C10>29{}^{10}{C_5} + {}^{10}{C_6} + {}^{10}{C_7} + ....... + {}^{10}{C_{10}} > {2^9}
Dividing both sides by 210{2^{10}}, we get:
10C5+10C6+10C7+.......+10C10210>29210\dfrac{{{}^{10}{C_5} + {}^{10}{C_6} + {}^{10}{C_7} + ....... + {}^{10}{C_{10}}}}{{{2^{10}}}} > \dfrac{{{2^9}}}{{{2^{10}}}}
Simplifying, we have:
10C5+10C6+10C7+.......+10C101024>12\dfrac{{{}^{10}{C_5} + {}^{10}{C_6} + {}^{10}{C_7} + ....... + {}^{10}{C_{10}}}}{{1024}} > \dfrac{1}{2}
Comparing the above equation with equation (3), we have:
k10=5k - 10 = 5
Then, solving for k, we have:
k=10+5k = 10 + 5
k=15k = 15
Hence, the value of k is 15.
Hence, option (b) is the correct answer.

Note: For P(k)>12P(k) > \dfrac{1}{2}, the number of favorable outcomes should be greater than 29{2^9}. Hence, you can use this number to equate to the number of favorable outcomes and find k by this method also.