The grades in a maths exam followed an aproximately normal distribution with mean value 112 and standard deviation 40 (in points. In this grading system the grades range from 0-200, 200 being the highest score).
In 10 students who took that exam, what is the probability that exactly 5 scored between 72 and 152 points?
a) 0.04
b) 0.12
c) 0.24
d) 0.34
Here is what I tried:
- Using the normalcdf function in my calculator, I know that the probability of scoring between 72-152 is $\approx .682689$
Then I did this:
$$.682689^5 \approx .148$$
Which is aproximately b), which my book says is the correct answer.
But this doesn't look correct. Did I do something wrong? How do I solve this correctly? And also, how does knowing the total number of students influence the resolution of this problem?