In: Statistics and Probability
1. Find the probability the student gets between 2 and 7, exclusive, questions correct.
2. Find the probability the student gets more than 6 questions correct.
Here in the quiz there are 10 multiple choice questions.
Each question has 4 answer choices.
Now, we see that student takes the quiz and randomly guesses on every question and there is only one right answer.
so here probability that he gets the right answer = 1/4
so here if x is the number of right answer he has get out of 10 questions. x will follow binomial distribution where
x ~ BIN(n = 10, p = 0.25)
p(x) = 10Cx (0.25)x(0.75)(10-x)
Question 1
So here we are required, the probability the student gets between 2 and 7, exclusive, questions correct.
Pr(2 < = x < = 7) = Pr(x = 2) + Pr(x = 3) + Pr(x = 4) + Pr(x = 5) + Pr(x = 6) + Pr(x = 7)
= 10C2 (0.25)2(0.75)8+ 10C3 (0.25)3(0.75)7 + 10C4 (0.25)4(0.75)6 + 10C5 (0.25)5(0.75)5 + 10C6 (0.25)6(0.75)4 + 10C7 (0.25)7(0.75)3
= 0.2816 + 0.2503 + 0.1460 + 0.0584 + 0.0162 + 0.0031 = 0.7556
Question 2
Pr(x > 6) = Pr(x = 7) + Pr(x = 8) + Pr(x = 9) + Pr(x = 10)
= 10C7 (0.25)7(0.75)3 + 10C8 (0.25)8(0.75)2 + 10C9 (0.25)9(0.75)1 + 10C10 (0.25)10(0.75)0
= 0.0031 + 0.0004 + 0.000029 + 0.000001 = 0.9965