You are on page 1of 3

1. Probability is 0.0072.

pnorm(35, mean=29,sd=2.45,lower.tail=FALSE);
[1] 0.007163078

2.Probability is 0.3759.
pnorm(4, mean=5,sd=3.162,lower.tail=TRUE);
[1] 0.3759043
3.Probability is 0.6523.
pnorm(27.5, mean=22,sd=5,lower.tail=TRUE)-pnorm(16.2,mean=22,sd=5,lower.tail=TRUE);
[1] 0.7413095
4. The standard deviation is 7.4122.
I guessed standard deviation until I got a probability of 0.5.
Standard deviation is 7.4122.

You might also like