A multiple choice quiz has 400 questions, each question with five possible answers of which one is correct answer. What is the probability that a sheer guess yields exactly 80 correct answers using normal approximation.
X ~ Bin(n,p)
"n=400 \\\\\n\np=\\frac{1}{4}=0.2 \\\\\n\nq=1-p=1-0.2=0.8 \\\\\n\nmean = n \\times p = 400 \\times 0.2 =80 \\\\\n\n\\sigma = \\sqrt{npq}=\\sqrt{400 \\times 0.2 \\times 0.8}=8"
The probability that a sheer guess yields exactly 80 correct answers:
"P(X=80) = P(79.5\u2264X\u226480.5) \\\\\n\n= P(X\u226480.5) -P(X<79.5) \\\\\n\n=P(Z\u2264 \\frac{80.5-80}{8}) -P(Z< \\frac{79.5-80}{8}) \\\\\n\n=P(Z\u22640.0625) -P(Z< -0.0625) \\\\\n\n= 0.5251 -0.4752 \\\\\n\n= 0.0499"
Comments
Leave a comment