SOLUTION: How do I solve this binomial distribution? The fewer than is throwing me off. I do not have the calculator for this but I do have access to Excel. If 15 students from the specia

Algebra ->  Statistics  -> Binomial-probability -> SOLUTION: How do I solve this binomial distribution? The fewer than is throwing me off. I do not have the calculator for this but I do have access to Excel. If 15 students from the specia      Log On


   



Question 1131012: How do I solve this binomial distribution? The fewer than is throwing me off. I do not have the calculator for this but I do have access to Excel.
If 15 students from the special programs are randomly selected, find the probability that fewer than 10 of them graduated (graduation rate is 84% for students admitted through the special programs).

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


You want



So use the Excel formula

=BINOMDIST(9,15,0.84,TRUE)

9 is the number of successes, 15 is the number of trials, 0.84 is the probability of success on any given trial and the TRUE parameter makes it cumulative so that you are summing the probabilities for all of the numbers of successes from 0 to 9, i.e. all of the possibilities less than 10.

By the way, if you have a later model of Excel, you can also use BINOM.DIST with the same parameters. Also, if you want the probability of 10 or more successes, use =1 - BINOMDIST(9,15,0.84,TRUE)


John

My calculator said it, I believe it, that settles it