Question
Question: One hundred identical coins, each with probability p, of showing up heads are tossed once. If \(0\) ...
One hundred identical coins, each with probability p, of showing up heads are tossed once. If 0 < p < 1 and the probability of head showing on 50 coins is equal to that of heads showing on 51 coins, then the value of p is,
A) 1/2
B) 49/101
C) 50/101
D) 51/101
Solution
Here first we will use Bernoulli trial of probability in three of the cases to get the probability of success. After that we will compare the probability of heads showing on 50 coins and the same on 51 coins to get the value of p.
Complete step-by-step answer:
Let p = probability that coins shows head
1 – p = probability that coins does not show head
And n = number of coins
As per the Bernoulli trial of probability;
P(r)=nCr×pr×qn−r
Where P(r) is the probability of r success in n trial
Here n is 100
Case-1
For 50 successes, r=50
Hence, P(50)=100C50×p50×q100−50
⇒P(50)=100C50×p50×(1−p)100−50
⇒P(50)=100C50×p50×(1−p)50………………………(1)
Case-2
For 51 success, r=51
Hence, P(51)=100C51×p51×q100−51
⇒P(51)=100C51×p51×(1−p)100−51
⇒P(51)=100C51×p51×(1−p)49…………………….(2)
As per the question, P(50) = P(51)………………..(3)
Putting equation 1 and 2 in equation 3 we get,
100C50×p50×(1−p)50=100C51×p51×(1−p)49
Simplifying both the sides of the above equation we get,
100C50×(1−p)=100C51×p
Taking same terms to the same side we get,
⇒p1−p=100C50100C51
Putting formula of combination, nCr=r!(n−r)!n! on right hand side we get,
⇒p1−p=50!×50!100!51!×49!100!
Cancelling 100 from numerator and denominator of right hand side,
⇒p1−p=51!×49!50!×50!
Simplifying the above equation we get,
⇒p1−p=50!×51×49!50!×49!×50
Cancelling identical term from numerator and denominator of right hand side,
⇒p1−p=5150
Simplifying again we get,
51(1-p) = 50p
Or, 51 – 51p = 50p
Taking -51p to the right hand side,
51= 101p
Or, p= 51/101
Hence the value of p is 51/101.
Option 4 is the correct answer.
Note: Be cautious while solving probability value and while comparing probability value of both the cases. You might make mistakes due to lack of concentration.
Combination is a mathematical technique that determines the number of possible arrangements in the collection of items where the order of selection does not matter. Its formula is, nCr=r!(n−r)!n!
Probability is concerned with numerical description of how likely an event is to occur and how likely it is that a proposition is true. It is always between 0 and 1.
Bernoulli trial of probability is a random experiment with exactly two possible outcomes i.e. success and failure.