Problem 80: Binomial distribution - Find the probability that 7 of 10 persons will recover from a tropical disease if we can assume independence and the probability is 0.80 that any one of them will recover from the disease.
Problem 80: Find the probability that 7 of 10 persons will recover from a tropical disease if we can assume independence and the probability is 0.80 that any one of them will recover from the disease.
Solution:
Given that $x=7,n=10,$ and $p=0.8$
Binomial distribution given by
$b(x;n,p)=\left(\begin{array}{c}n\\ x\end{array}\right){p}^{x}(1-p)^{n-x}$
$b(7;10,0.8)=\left(\begin{array}{c}10\\ 7\end{array}\right){0.8}^{7}(1-0.8)^{10-7}$
$=^{10}C_{7}(0.8)^7(0.2)^3 =120(0.8)^7(0.2)^3 = 0.20$
Comments
Post a Comment