Hi Bailey,
This one has a couple more steps than your previous problems, but still involves the classic z=x-mu/sigma equation. Here, we have two x-values, which means we need to get two z-values. I will call the lower bound z1 and the upper bound z2. Same with their corresponding x-values, those will be x1 and x2. Now:
x1=47.1
mu=55.6
sigma=6
z1=(47.1-55.6)/6
z1= -1.42
z2=(70.2-55.6)/6
z2=2.43
Now, we need to return to the z-table. The probability that z1 is less than -1.42 (and therefore the probability that x is less than 47.1) is 0.0778. Again, look at the column for -1.4 and look at the row for 0.02. This is the value you arrive at for z1.
Now, let's talk about z2. Same strategy. Look at the column for 2.4, look at the row for 0.03. P(Z2<2.43)=0.9147
To get the probability between the two, simply subtract:
P=0.9925-0.0778
P=0.9147, to 3 digits
P=0.915
I encourage you to try some more problems with z-scores on your own before posting any more here. Practice makes perfect.