Jose S. answered 06/21/20
I am Jose! Currently pursing a bachelor degree.
Given:
Mean = 0
Standard Deviation= 1.00
let X defines the probability wanted,
then X ~ N(0,1)
formula: Z = (X - mean) / standard deviation)
Probability that the thermometer reads:
1) P(X > 0.45)
z = (0.45 - 0) / 1 = 0.54
P(x> 0.45) = P(Z> 0.45) = 0.3264 ( from a normal distribution table)
2) P(X > 2.11)
z = (2.11 - 0 ) / 1 = 2.11
P(x > 2.11)= P(Z > 2.11)= 0.0174 (from a normal distribution table)
3) P(1.05 < X < 2.20)
Z= (1.05-0)/1 = 1.05
Z = ( 2.20- 0)/1 = 2.20
P( 1.05< X < 2.20) = P ( 1.05< Z < 2.20) = 0.133
4) P( X > 2.73) = P (Z > 2.73) ( follow same steps as one and two.
P ( X > 2.73) = 0.0032
5) P ( X < -1.27) = P( Z < - 1.27) ( follow same steps as one and two)
P ( Z < -1.27) = 0.102
6) P ( X > -1.27)= P (Z > -1.27) ( follow same steps as previous one)
P ( X > -1.27)= 0.898
*Please leave feedback.