I am having trouble figuring out how to do problem 5 on homework 9:
A multiple-choice test consists of 26 questions with possible answers of a, b, c, d. Estimate the probability that with random guessing, the number of correct answers is at least 10.
I really can’t figure out how the web work wants the answer either.
Any help is appreciated!
mark
The probability of getting any particular question right with random guessing is 0.25. Thus, if
X = \begin{cases}
1 & \text{ if we get a specific question right} \\
0 & \text{ if we get a specific question wrong}
\end{cases}
is a random variable that tallies our score on any single question, we have
Thus, you should approximate with a normal distribution using \mu = 6.5 and \sigma = \sqrt{4.875}. I do think that the +0.5 adjustment factor will be important here. Thus, your integral might look like