standard-deviation

Finding standard deviation using only mean, min, max?


I want to find the standard deviation:

Minimum = 5
Mean = 24
Maximum = 84

Overall score = 90

I just want to find out my grade by using the standard deviation

Thanks,


Solution

  • A standard deviation cannot in general be computed from just the min, max, and mean. This can be demonstrated with two sets of scores that have the same min, and max, and mean but different standard deviations:

    Also, what does an 'overall score' of 90 mean if the maximum is 84?