Question
Question: A fair coin is tossed \(n\) times. If the probability that head occurs 6 times is equal to the proba...
A fair coin is tossed n times. If the probability that head occurs 6 times is equal to the probability that head occurs 8 times, then n is equal to
A. 15
B. 14
C. 12
D. 7
Solution
Here the given question is based on the concept of probability. We have to find the number of times which coin tossed on equating the given condition i.e., probability of head occurs 6 times to the probability of head occurs 8 times by Bernoulli condition P(X=x)=nCx(p)x(q)n−x, and further simplify by using a combination formula to get the required solution.
Complete step by step answer:
Probability is a measure of the likelihood of an event to occur. Many events cannot be predicted with total certainty. We can predict only the chance of an event to occur i.e., how likely they are to happen, using it. Probability can range in from 0 to 1, where 0 means the event to be an impossible one and 1 indicates a certain event. The probability formula is defined as the probability of an event to happen is equal to the ratio of the number of favourable outcomes and the total number of outcomes.
Probability of event to happenP(E)=Total Number of outcomesNumber of favourable outcomes
Consider the question: A fair coin is tossed n times, we need to find the value of n.
The number of trails n=?
Let us take ‘p’ be the probability of head and ‘q’ be the probability of tail.
Probability of head p=21 ----(1)
Probability of tail q=21 ------(2)
Given the condition, the probability of that head occurs 6 times is equal to the probability of that head occurs 8 times i.e., we have,
P(X=6)=P(X=8) -------(1)
Let X be the random variable that represents the number of successes in four trials. It’s a Bernoulli trial so, X has a binomial distribution, we obtain
P(X=x)=nCx(p)x(q)n−x
Then equation (1) becomes
⇒nC6(21)6(21)n−6=nC8(21)8(21)n−8
We know the property of exponent aman=am+n, then
⇒nC6(21)6+n−6=nC8(21)8+n−8
⇒nC6(21)n=nC8(21)n
On cancelling the like terms (21)n on both side
⇒nC6=nC8
We know the formula of combination nCr=(n−r)!r!n!, then
⇒(n−6)!6!n!=(n−8)!8!n!
Again, on cancelling the like terms n! on both side in numerator, then
⇒(n−6)!6!1=(n−8)!8!1
On cross multiplication
⇒(n−8)!(n−6)!=6!8!
⇒(n−8)!(n−6)(n−7)(n−8)!=6!8×7×6!
On simplification, we get
⇒(n−6)(n−7)=56
⇒n2−7n−6n+42=56
⇒n2−13n+42=56
Subtract 56 on both side
⇒n2−13n+42−56=0
⇒n2−13n−14=0
Apply a method of factorization, then
⇒n2−14n+n−14=0
⇒n2−14n+n−14=0
⇒n(n−14)+1(n−14)=0
⇒(n−14)(n+1)=0
⇒n−14=0 or n+1=0
∴n=14 or n=−1
The number of coins tossed never be in negative numbers. Hence the required value of n=14.
Therefore, option B is the correct answer.
Note: The probability is a number of possible values. Candidates must know that we have to use the permutation concept or combination concept to solve the given problem because it is the first and main thing to solve the problem. Remember, factorial is the continued product of first n natural numbers is called the “n factorial” and it is represented by n!=n⋅(n−1)⋅(n−2)⋅(n−3)⋅...⋅3⋅2⋅1.