Question 874806: 15. The graph below shows the results of a survey of drivers who were asked to name the most annoying habit of other drivers. You randomly select six people who participated in the survey and ask each one of them to name the most annoying habit of other drivers. Let x represent the number who named talking on cell phones as the most annoying habit. Complete parts (a) through (c).
a. Construct a binomial distribution. Find the probability of each value of x to construct the binomial distribution.
b. Find the probability that exactly two people will name “talking on cell phones.”
c. Find the probability that at least five people will name “talking on cell phones.”
Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website! From graph(did not make the trip) Find p(chose talking on cell phone) n = 6
P(x = 2) = binompdf(6,p,2)
P(x ≥ 5) = 1 - binomcdf(6,p,4)
|
|
|