Question 299448: Please help me solve this question on binomial probability.
Question 37% of adults say cashews are their favorite kind of nut. You randomly select 12 adults and ask each to
4.2.21. name his or her favorite nut. Find the probability that the number who say cashews are their favorite nut is
(a) exactly three, (b) at least four, and (c) at most two. If convenient, use technology to find the probabilities.
(a) P(3) = (Round to the nearest thousandth as needed.)
(b) P(x 4) E (Round to the nearest thousandth as needed.)
(c) P(x 2) = (Round to the nearest thousandth as needed.)
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Question 37% of adults say cashews are their favorite kind of nut. You randomly select 12 adults and ask each to
4.2.21. name his or her favorite nut. Find the probability that the number who say cashews are their favorite nut is
(a) exactly three, (b) at least four, and (c) at most two. If convenient, use technology to find the probabilities.
(a) P(3) = binompdf(12,0.37,3) = 0.1742
(b) P(x >= 4) = 1 - binomcdf(12,0.37,3) = 0.7053
-------------------------------
(c) P(x <= 2) = binomcdf(12,0.37,2) = 0.2947
===================
Cheers,
Stan H.
===================
|
|
|