Patrick B. answered 10/15/20
Math and computer tutor/teacher
Need the z-score Zk, such that
Prob ( z < Zk) = 0.25
which is found via REVERSE table look-up
Zk = -0.67448975
THat is Prob( z < -0.67448975) = 0.25 per the table
Zk = (X - mean)/stndDev
Zk * stndDev + mean = X
-0.67448975 * 22 + 102.9 = X
X=88.0612255
That is Prob(X <= 88.0612255) =
Prob(z <= -0.67448975) = 0.25