there are 15 students in a class. assuming that each student is equally likely to have been born on any day of the week. find the probability that three or fewer were born on a monday.
1
Expert's answer
2013-01-18T08:54:42-0500
The probability of a student to be born at some day in a week is p=1/7. Let X be the number of students from the class born on a Monday. Then X has binomial distribution with parameters n=15, p=1/7 Put q=1-p =6/7
Then the probability P(X=k) is computed by the following formula: P(X=k) = C^n_k p^k q^(n-k), where C^n_k = n! / (k!*(n-k)! )
We should find P(X<=3) =P(X=0) + P(X=1) + P(X=2) + P(X=3).
Comments
Leave a comment