Matthew S. answered 03/20/13
Statistics, Algebra, Math, Computer Programming Tutor
The key here is remembering that a given normal distribution's mean and standard deviation, if not 0 and 1, respectively, requires converting the x values into Z values, to be able to use a Z table to look up the correct probabilities.
You also have to determine if the value you looked up matches the area under the curve you seek. If your table only goes from Z = 0 to, say, 3.5, and you have negative values of Z, you'll have to use the fact that the Z curve is symmetric about Z =0, such that the probability of P(0 < Z < z) is the same as P(-z < Z < 0). Some tables may run from -3.5 to 3.5 which simplifies things, but remember the probability you look up off this table is for P(Z < z), so if you need P(Z > z) you'll need to subtract the area you look up from 1, i.e., P(Z > z) = 1 - P(Z < z).