Hi Xavier,
This is another problem featuring the statistics classic equation:
z= (x-mu)/sigma
x= value you're interested in
mu= mean
sigma= standard deviation
Now, in this case, we are interested in the area between two x-values, so we'll designate the x and z variables as x1, x2, z1, and z2.
x1 = 270.3
mu = 266.8
sigma = 2.2
z1= (270.3 - 266.8)/ 2.2
z1 = 1.59 Keep this value in mind.
x2= 271.4
mu= 266.8
sigma = 2.2
z2 = (271.4 - 266.8) / 2.2
z2 = 2.09
Now, from z-table:
P(Z<1.59) = 0.9441
P(Z<2.09) = 0.9817
To get the area between, subtract the smaller from the larger:
P = 0.9817 - 0.9441
P = 0.0376
I hope this helps.