Question 328619
If many random samples of 64 students who took the second midterm examination in Math 10 are taken, what is the 95th percentile of the average time to completion for these samples?
---
Find the z-value with a left tail of 0.95
invNorm(0.95) = 1.645
-----
Find the corresponding exam score using x = zs+u
x = 1.645*s + u
---
Comment: You need to be given s and u.
----------------- 
Explain what this number means.
95% of the sample means are less than 1.645s+u
===================================================
Cheers,
Stan H.
============