In: Statistics and Probability
The students in one college have the following rating system for
their professors:excellent, good, fair, and bad. In a recent poll
of the students, it was found that they believe that 20% of the
professors are excellent, 50% are good, 20% are fair, and 10% are
bad. Assume that 12 professors are randomly selected from the
college.
a. What is the probability that 6 are excellent, 4 are good, 1 is
fair, and 1 is bad?
b. What is the probability that 6 are excellent, 4 are good, and 2
are fair?
c. What is the probability that 6 are excellent and 6 are
good?
d. What is the probability that 4 are excellent and 3 are
good?
e. What is the probability that 4 are bad?
f. What is the probability that none is bad?
Multinomial Formula. Suppose a multinomial experiment consists of n trials, and each trial can result in any of kpossible outcomes: E1, E2, . . . , Ek. Suppose, further, that each possible outcome can occur with probabilities p1, p2, . . . , pk. Then, the probability (P) that E1 occurs n1 times, E2 occurs n2 times, . . . , and Ek occurs nk times is:
P = [ n! / ( n1! * n2! * ... nk! ) ] * ( p1n1 * p2n2 * . . . * pknk )
where n = n1 + n2 + . . . + nk.
Let k1is the number of excellent professors, k2 is the number of good professors, k3 is the number of fair professors and k4 is the number of bad professors.
And let p1 is the probability that a excellent professor is randomly selected, p2 , p3 and p4 are the probability of randomly selecting good, fair and bad professor respectively.
From the information we have,
p1 = 0.2
p2 = 0.5
p3 = 0.2
p4 = 0.1
a) Probability that 6 are excellent, 4 are good, 1 is fair, and 1 is bad
n = 12
= 0.0022176
b) The probability that 6 are excellent, 4 are good, and 2 are fair.
where q = 1 - p1 + p2 + p3
= 0.0022176
c) The probability that 6 are excellent and 6 are good.
where q = 1 - p1 + p2
= 0.000924
d) The probability that 4 are excellent and 3 are good
where q = 1 - p1 + p2
= 0.0002245