Probability of normal distribution less than some value

57 Views Asked by At

I've got quite confused with the following:

Find $$P(N(0,1)<1.96)$$

Is it true that $P(N(0,1)<1.96)=P(Z<1.96)$, where $Z\sim N(0,1)$?

Thus in R one would use the command pnorm(1.96) ?