Matthew S. answered 03/06/20
PhD in Ops Research with industry experience in Data Science
In the absence of indication to the contrary, I'll assume normal distribution.
Let's compute the probability of obtaining a score greater than 1 std deviation from the mean, then subtract that from 1 to get the final answer.
From a table, P(X > mean + 1 * std deviation) = P(X > 94.94 + 10.16) ≈ .1587
The normal distribution is symmetric, so P(X < mean - 1 * std deviation) is also .1587
Writing µ for mean and σ for std deviation,
P(|X - µ| ≤ σ) = 1 - [P(X < µ - σ) + P(X > µ + σ)] ≈ 1 - 2 * .1587 = .6826