SOLUTION: in a large survey, it was discovered that 1 out of every 5 adults visits disney world every year. if 30 adults are randomly selected, what is the probability that exactly 7 of them
Algebra ->
Probability-and-statistics
-> SOLUTION: in a large survey, it was discovered that 1 out of every 5 adults visits disney world every year. if 30 adults are randomly selected, what is the probability that exactly 7 of them
Log On
Question 473251: in a large survey, it was discovered that 1 out of every 5 adults visits disney world every year. if 30 adults are randomly selected, what is the probability that exactly 7 of them will visit disney world this year? Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! This is a binomial distribution problem. Recall that the binomial pdf value is given by the formula
P(X = x) = (n C x)*(p^x)*(1-p)^(n-x)
In this case, n=30, p=1/5=0.2 and x=7.
So plug these values into the formula and evaluate