SOLUTION: A study conducted at a certain high school shows that 61% of its graduates enroll in a college. Find the probability that among 5 randomly selected graduates, at least one goes to
Algebra ->
Probability-and-statistics
-> SOLUTION: A study conducted at a certain high school shows that 61% of its graduates enroll in a college. Find the probability that among 5 randomly selected graduates, at least one goes to
Log On
Question 941745: A study conducted at a certain high school shows that 61% of its graduates enroll in a college. Find the probability that among 5 randomly selected graduates, at least one goes to on to college. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A study conducted at a certain high school shows that 61% of its graduates enroll in a college. Find the probability that among 5 randomly selected graduates, at least one goes on to college.
-----
Binomial Problem with n = 5 and p(enroll) = 0.61
-----
P(1<= x <=5) = 1 - P(x = 0) = 1- binompdf(5,0.61,0) = 0.9910
-------------
Cheers
Stan H.
-----------