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 46% of strikes (while trolling)
resulted in a catch. Suppose that on a given day a fleet of fishing
boats got a total of 23 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 :
Given that n = 23 , p = 0.46
=> q = 1-p = 1 - 0.46 = 0.54
=> Mean ? = n*p = 23*0.46 = 10.58
=> standard deviation ? = sqrt(n*p*q) = sqrt(23*0.46*0.54) = 2.3902
(a) 12 or fewer fish were caught
=> apply continuity correction, e.g. < = 12 means < = 12.5
P(x <= 12) = P(x < 12.5)
= P((x - ?)/? < (12.5 - 10.58)/2.3902)
= P(Z < 0.8033)
= 0.7881
(b) 5 or more fish were caught
P(x >= 5) = P(x > 4.5)
= P(Z > (4.5 - 10.58)/2.3902)
= P(Z > -2.5437)
= 0.9945
(c) between 5 and 12 fish were caught
P(5 < x < 12) = P((5 - 10.58)/2.3902 < Z < (12 - 10.58)/2.3902)
= P(-2.3345 < Z < 0.5941)
= 0.7125
Get Answers For Free
Most questions answered within 1 hours.