In the following problem check that it is appropriate to use
In the following problem, check that it is appropriate to use the normal approximation to the binomial. Then use the normal distribution to estimate the requested probabilities.
Ocean fishing for billfish is very popular in the Cozumel region of Mexico. In the Cozumel region about 47% of strikes (while trolling) resulted in a catch. Suppose that on a given day a fleet of fishing boats got a total of 20 strikes. Find the following probabilities. (Round your answers to four decimal places.)
(a) 12 or fewer fish were caught
(b) 5 or more fish were caught
(c) between 5 and 12 fish were caught
Solution
Since n*p is less than 10, we can not use the normal distribution to estimate the requested probabilities.
Given X follows Binomial distribution with n=20 and p=0.47
P(X=x)=20Cx*(0.47^x)*((1-0.47)^(20-x)) for x=0,1,2,...,20
----------------------------------------------------------------------------------------------------------------------
(a) 12 or fewer fish were caught
P(X<=12) = P(X=0)+P(X=1)+....+P(X=12)
=20C0*(0.47^0)*((1-0.47)^(20-0))+...+20C12*(0.47^12)*((1-0.47)^(20-12))
=0.9177
----------------------------------------------------------------------------------------------------------------------
(b) 5 or more fish were caught
P(X>=5) =1-P(X=0)-P(X=1)-...-P(X=4)
=1-20C0*(0.47^0)*((1-0.47)^(20-0))-...-20C4*(0.47^4)*((1-0.47)^(20-4))
=0.9879
----------------------------------------------------------------------------------------------------------------------
(c) between 5 and 12 fish were caught
P(5<=X<=12) = P(X=5)+P(X=6)+...+P(X=12)
=0.9056
