Suggestion:
Standard deviation for a sample of 36 = sdev / sqrt(36) = 12 / 6 = 2.
The convert the two targets to Z-scores and look them up on your normal distribution table.
Z = ( value – mean ) / sdev
z1 = ( 55 – 60 ) / 2 = -5 / 2 = -2.5
z2 = ( 65 – 60 ) / 2 = 5 / 2 = +2.5
The table values are .0062 and .9938, so the probability of a value in between =
.9938 – .0062 = .9876 or 98.76%

You must log in to post a comment.