40.3k views
0 votes
Suppose that your statistics professor tells you that the scores on a midterm exam were approximately normally distributed with a mean of 79 and a standard deviation of 6. The top 15% of all scores have been designated As. Your score is 89. Did you earn an A

User Hanu
by
5.9k points

1 Answer

5 votes

Answer:

You earned an A.

Explanation:

Problems of normally distributed samples are solved using the z-score formula.

In a set with mean
\mu and standard deviation
\sigma, the zscore of a measure X is given by:


Z = (X - \mu)/(\sigma)

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

In this problem, we have that:


\mu = 79, \sigma = 6

The top 15% of all scores have been designated As.

This means that if Z for the score has a pvalue of 1-0.15 = 0.85 or higher, the score is designated as A.

Your score is 89. Did you earn an A?

We have to find the pvalue of Z when X = 89. So


Z = (X - \mu)/(\sigma)


Z = (89 - 79)/(6)


Z = 1.67


Z = 1.67 has a pvalue of 0.9525. So yes, you earned an A.

User Agmin
by
5.5k points