A random variable X is normal with mean 1020 and standard deviation 50. Calculate P(X>1200)
A random variable X is normal with mean 1020 and standard deviation 50. Calculate P(X>1200)
X\~N(1020,50)X\~N(1020,50) Our new quantile: z=1200−102050=3.6z=1200−102050=3.6 R code:
pnorm(3.6,lower.tail=F)
## [1] 0.0001591086