SOLUTION: The marks obtained by students in a mathematics test had an unknown mean and standard deviation. It is known that 12% of students gained a mark greater than 90, and 20% of the stu
Algebra ->
Probability-and-statistics
-> SOLUTION: The marks obtained by students in a mathematics test had an unknown mean and standard deviation. It is known that 12% of students gained a mark greater than 90, and 20% of the stu
Log On
Question 1081613: The marks obtained by students in a mathematics test had an unknown mean and standard deviation. It is known that 12% of students gained a mark greater than 90, and 20% of the students scored a mark less than 60. Determine the value of mean and standard deviation assuming that the data is normally distributed. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The marks obtained by students in a mathematics test had an unknown mean and standard deviation. It is known that 12% of students gained a mark greater than 90, and 20% of the students scored a mark less than 60. Determine the value of mean and standard deviation assuming that the data is normally distributed.
--------
Note:: The 12$ have a left-tail of 88%
Find the z-value with a left-tail of 0.88
invNorm(0.88) = 1.1749
------------
So:: 90 = 1.1749*s + u
--------------
Note:: The 20% is a left-tail
Find the z-value with a left-tail of 20%
invNorm(0.20) = -0.8146
------
So 60 = -0.8146*s + u
--------------------------------
Equation:: 90-1.1749s = 60+0.8146s
30 = 2.0165s
s = 14.88
------------
Solve for "u"::
u = 60 + 0.9146*14.88
u = 73.61
--------------
Cheers,
Stan H.
-----------