The correct option is
C 14
For sum
=klet tail occurs n times then head will occur 10−n times
Then 10−n+2n=k
k=10+n
P(K) is the probability of scoring atleast K point , if we subtract all the cases in which all head occurs then we get the desired P(K) , only in the case in which all head occcurs our sum will be less than k
P(K)=1−(C(10,0)×(12)0×(12)10+C(10,1)×(12)1×(12)9..............C(10,n−1)×(12)10)
P(K)=1−(12)10(C(10,0)+C(10,1).............C(10,n−1))
and we have n=k−10
P(K)=1−(12)10(C(10,0)+C(10,1).............C(10,n−1))
P(K)>12
1−(12)10(C(10,0)+C(10,1).............C(10,k−11))>12C(10,0)+C(10,1).............C(10,k−11)<29
Now the best approach to find the value of k is to check by options
so by hit and trail method
k=14