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

Popular posts from this blog

After analyzing the model, your manager has informed that your regression model is suffering from multicollinearity. How would you check if he's true? Without losing any information, can you still build a better model?

Is rotation necessary in PCA? If yes, Why? What will happen if you don't rotate the components?

What does Latency mean?