Peter K. answered 12/15/19
Math / Statistics / Data Analytics
mu = 259
sigma = 12
z_low = (234 - mu)/sigma
z_high = (275 - mu)/sigma
z_low = -2.083333
z_high = 1.333333
P(z_low < z < z_high) = [P(z < 1.333) - P( z < -2.083)] = 89.01%
You can get those probabilities from a table or a calculator; which ever you are using.