Let "X=" the number of bulls that the archer hits: "X\\sim Bin(n,p)"
The binomial mass function
Given "p=1\/32,n=96"
(a) The probability mass function of the number of bulls that the archer hits.
(b) Give an approximation for the probability of the archer hitting no more than one bull
"=\\binom{96}{0}\\bigg({1\\over 32}\\bigg)^0\\bigg(1-{1\\over 32}\\bigg)^{96-0}+"
Poisson Approximation to the Binomial
"\\lambda=np=3"
"P(X=0)\\approx{e^{-3}3^0\\over 0!}=e^{-3}"
"P(X=1)\\approx{e^{-3}3^1\\over 1!}=3e^{-3}"
"P(X\\leq1)=P(X=0)+P(X=1)\\approx"
"\\approx e^{-3}+3e^{-3}=4e^{-3}\\approx0.19914827"
Comments
Leave a comment