Answer on Question #72704, Math / Statistics and Probability.
Task. Suppose the probability that any given person will believe a tale about the transgressions of a famous actress is 0.8. What is the probability that
(a) the sixth person to hear this tale is the fourth one to believe it?
(b) the third person to hear this tale is the first one to believe it?
Solution.
(a) This is Negative Binomial Distribution.
If repeated independent trials can result in a success with probability p and a failure with probability q=1−p, then the probability distribution of the random variable X, the number of the trial on which the kth success occurs is
P(n;k,p)=(k−1n−1)pkqn−k.
So, n=6, k=4, p=0.8 and q=1−0.8=0.2. Then the probability that the sixth person to hear this tale is the fourth one to believe it is
P(6;4,0.8)=(4−16−1)⋅0.84⋅0.26−4=(35)⋅0.84⋅0.22=(35)⋅0.84⋅0.22=3!⋅2!5!⋅0.4096⋅0.04==10⋅0.4096⋅0.04=0.16384.
(b) In this case we have n=3, k=3, p=0.8 and q=0.2. Then the probability that the third person to hear this tale is the first one to believe it is
P(3;1,0.8)=(1−13−1)⋅0.81⋅0.23−1=(35)⋅0.84⋅0.22=(02)⋅0.8⋅0.04=1⋅0.8⋅0.04=0.032.
It is possible in another way:
P(No⋅No⋅Yes)=0.2⋅0.2⋅0.8=0.032.
Answer: (a) 0.16384; (b) 0.032.
Answer provided by www.AssignmentExpert.com
Comments