209k views
1 vote
Grading managers. Some companies "grade on a bell curve" to compare the performance of their managers and professional workers. This forces the use of some low performance ratings so that not all workers are listed as "above average." Ford Motor Company’s "performance management process" for this year assigned 10% A grades, 80% B grades, and 10% C grades to the company’s managers. Suppose Ford’s performance scores really are Normally distributed. This year, managers with scores less than 25 received C grades and those with scores above 475 received A grades. What are the mean and standard deviation of the scores?

User G Quintana
by
4.5k points

1 Answer

4 votes

Answer:


\mu = 250, \sigma = 175.781

Explanation:

Previous concepts

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

The Z-score is "a numerical measurement used in statistics of a value's relationship to the mean (average) of a group of values, measured in terms of standard deviations from the mean".

Solution to the problem

Let X the random variable that represent the grades of a population, and for this case we know the distribution for X is given by:


X \sim N(\mu,\sigma)

For this case we have two conditions given:


P(X<25) = 0.1


P(X>475) = 0.1 or equivalently
P(X<475) =0.9

And the best way to solve this problem is using the normal standard distribution and the z score given by:


z=(x-\mu)/(\sigma)

So we can find a value from the normal standard distribution that accumulates 0.1 and 0.9 of the area in the left, for this case the two values are:


z= -1.28, z=-1.28

We can verify that P(Z<-1.28) =0.1[/tex] and P(Z<1.28) =0.9[/tex]

And then using the z score we have the following formulas:


-1.28 = (25 -\mu)/(\sigma) (1)


1.28 = (475 -\mu)/(\sigma) (2)

If we add equations (1) and (2) we got:


(25 -\mu)/(\sigma) + (475 -\mu)/(\sigma) =0

We can multiply both sides of the equation by
\sigma and we got:


25+ 475 -2 \mu = 0


\mu = (500)/(2)= 250

And then we can find the standard deviation for example from equation (1) and we got:


\sigma = (25-250)/(-1.28)=175.781

So then the answer would be:


\mu = 250, \sigma = 175.781

User SV Madhava Reddy
by
4.4k points