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.
~ bin(n, p)
where,
n= 400
p= 1/5 = 0.2
q = 1- p = 0.8
We can say that the sampling distribution of X can be approximately normal with :
mean =
Standard deviation
Now, the probability that a guesswork yields exactly 80 correct answers is :
[TI84 function : normalcdf (79.5,80.5,80,8) ]
Comments