Question 1051715
your problem states that 10% of american high school students drop out before graduation.


this means that 90% will graduate.


when you take a sample of 10 students out of the population and you want to know the probability that 6 or more out of the 10 will graduate, then you are most likely looking at a binomial probability.


the binomial probability is used when you either have success or failure and nothing in between


success in this case is the probability that the student will graduate.


failure im this case is the probability that the student will not graduate.


since there are only two probabilities total, the probability of failure is always 1 minus the probability of success.


similarly, since there are only two probabilities total, the probability of success is always 1 minus the probability of failure.


since the probability of success is the probability that the students will graduate, then p = probability of success = .9.


since the probability of failure is the probability that the students will not graduate (drop out), then q = .1.


the binomial formula is:


p(x) = c(n,x) * p^x * q^(n-x).


c(n,x) is the combination formula of n! / (x! * (n-x)!).


the sum of all probabilities always has to be equal to 1.


i used excel to calculate all the probabilities of p(x) from x = 0 to x = 10.


the result are shown below:


<img src = "http://theo.x10hosting.com/2016/101101.jpg" alt="$$$" </>


you can see from this table, that the probability of getting AT LEAST 6 out of the 10 students, chosen at random from the general population, to be among the 10% of the general population that will drop out is 0.998365063, which is equal to .998 if you round to 3 decimal places.


what you do is you calculate for p(6), p(7), p(8), p(9), p(10).
you then add them up to get the probability of p(x) from x = 6 to 10.
that becomes the probability that at least 6 out of the 10 students will graduate.


here's a reference on binomial probability that might help you to understand.


<a href="http://www.regentsprep.org/regents/math/algtrig/ats7/blesson.htm" target="_blank">http://www.regentsprep.org/regents/math/algtrig/ats7/blesson.htm</a>