In: Statistics and Probability
Suppose that one of the students takes the examination answers each of the questions with an independent random guess. Let Y be the number of questions answered correctly. If Y has a binomial distribution, compute P(Y<7). Compute P(1<Y<5).
n = 15
p = 1/4 = 0.25
P(Y= y) = 15Cy * 0.25y * (1 - 0.25)15-y
a) P(Y < 7) = P(Y = 0) + P(Y = 1) + P(Y = 2) + P(Y = 3) + P(Y = 4) + P(Y = 5) + P(Y = 6)
= 15C0 * 0.250 * 0.7515 + 15C1 * 0.251 * 0.7514 + 15C2 * 0.252 * 0.7513 + 15C3 * 0.253 * 0.7512 + 15C4 * 0.254 * 0.7511 + 15C5 * 0.255 * 0.7510 + 15C6 * 0.256 * 0.759
= 0.9434
b) P(1 < Y < 5) = P(Y = 2) + P(Y = 3) + P(Y = 4)
= 15C2 * 0.252 * 0.7513 + 15C3 * 0.253 * 0.7512 + 15C4 * 0.254 * 0.7511
= 0.6063