A multiple choice quiz has 15 questions, each with 4 possible answers, of which one is correct. How many students would you expect to get more than 10 marks if a class contains 100 students?
Given that there are 4 possible choices.
Suppose a student guesses on each question.
The probability of getting the correct answer is "= \\frac{1}{4}=0.25"
X=the number of correct questions
n=number of trials=15
p=probability of success=0.25
X follows a binomial distribution with n=10 and p=0.25
"P(X=x) = C^n_xp^x(1-p)^{n-x} \\\\\n\nP(X>10) = P(X=11) + P(X=12) + P(X=13) + P(X=14) + P(X=15) \\\\\n\nP(X=11) = \\frac{15!}{11!(15-11)!} \\times 0.25^{11} \\times 0.75^{15-11} \\\\\n\n= 0.000102 \\\\\n\nP(X=12) = \\frac{15!}{12!(15-12)!} \\times 0.25^{12} \\times 0.75^{15-12} \\\\\n\n= 1.14 \\times 10^{-5} \\\\\n\nP(X=13) = \\frac{15!}{13!(15-13)!} \\times 0.25^{13} \\times 0.75^{15-13} \\\\\n\n= 8.80 \\times 10^{-7} \\\\\n\nP(X=14) = \\frac{15!}{14!(15-14)!} \\times 0.25^{14} \\times 0.75^{15-14} \\\\\n\n= 4.19 \\times 10^{-8} \\\\\n\nP(X=15) = \\frac{15!}{15!(15-15)!} \\times 0.25^{15} \\times 0.75^{0} \\\\\n\n= 9.31 \\times 10^{-10} \\\\\n\nP(X>10) = 0.000102 + (1.14 \\times 10^{-5}) + (8.80 \\times 10^{-7}) +(4.19 \\times 10^{-8}) + (9.31 \\times 10^{-10}) \\\\\n\n\u22480.0001"
N=100
Number of students with than 10 marks "= 100 \\times 0.0001 = 0.01 \u2248 0"
Comments
Leave a comment