Question 833918
30% of the students on campus bring their textbook to class with them. In a random group of 10 people, what is the probability that exactly six brought their books to class?
-------
Binomial Problem with n = 10 and p(bring) = 0.3
----
P(x = 6) = 10C6*0.3^6*0.7^4 = binompdf(10,0.3,6) = 0.0368
======================
Cheers,
Stan H.
----------------------