SOLUTION: 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?

Algebra ->  Probability-and-statistics -> SOLUTION: 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?       Log On


   



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?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
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.
----------------------