Problem 81: Find the probability of getting five heads and seven tails in 12 flips of a balanced coin.
Problem 81: Find the probability of getting five heads and seven tails in 12 flips of a balanced coin.
Solution:
Given that $x=5,n=12,$ and $p=\frac{1}{2}$
Binomial distribution given by
$b(x;n,p)=\left(\begin{array}{c}n\\ x\end{array}\right){p}^{x}(1-p)^{n-x}$
$b(5;12,\frac{1}{2})=\left(\begin{array}{c}12\\ 5\end{array}\right){\frac{1}{2}}^{5}(1-\frac{1}{2})^{12-5}$
$=^{12}C_{5}(\frac{1}{2})^{12} =792(\frac{1}{2})^{12} = 0.19$.
Comments
Post a Comment