Hi Andranique,
This problem uses the classic elementary statistics equation z=(x-mu)/sigma where:
z=z-score, explained below
x=value you are given
mu=mean
sigma=standard deviation
Here, we have two x values and we are asked to find the probability that x falls within that range, so I will use x1 to denote the lower value and z1 for corresponding z-score. For the higher value, I will use x2 and z2.
Thus:
z1=(x1-mu)/sigma
where:
x1=433
mu=529
sigma=35
Substituting:
z1=(433-529)/35
z1= -2.74
Keep that number in mind; now let's find z2.
z2= (x2-mu)/sigma
where:
x2=586
mu=529
sigma=35
z2=(586-529)/35
z2=1.63
Now, we must consult a z-score table. You can find these online , but Wyzant reviews posts when I include links, so I can't include a link here. Anyway, look at the left column for the whole number and tenths place--i.e. -2.7 for z1--and the top column for the hundredths place--i.e. 0.04. From this, you can get our first probability, which I'll call P1 that x<433:
P(Z<-2.74)=P(X<433)= 0.0031
Similarly, for P2 from Z2
P(Z<1.63)=P(X<529)=0.9484
To get the probability for the area between, simply subtract:
P(Z<1.63)-P(Z<-2.74)=P(X<529)-P(X<433)=
0.9484-0.0031=
P=0.9453
I hope this helps.