To find the minimum score needed to get an A, you need to determine the score that corresponds to the 92nd percentile (since the top 8% is the same as the scores that are higher than 92% of the class).
You can use the TI-84 PLUS calculator to find this score using the inverse normal function, also known as invNorm
.
Here are the steps:
- Press the
2nd
button, thenVARS
to access the DISTR menu. - Select
invNorm(
. - Input the area to the left of the desired percentile: Since you want the 92nd percentile, you will input
0.92
. - After that, you need to input the mean and standard deviation: The mean is 72, and the standard deviation is 8.
The command will look like this:
invNorm(0.92, 72, 8)
- Press
ENTER
.
After performing this calculation, you should get the result, which will give you the minimum score needed to achieve an A.
Let's calculate it:
- Inputting the values, you'll find:
invNorm(0.92, 72, 8) ≈ 84.06
Therefore, rounding to two decimal places, the minimum score needed to get an A in this class is approximately 84.06.