> sample(1:6,size=2,replace=T) repeat 5 times
[1] 2 2
X-values: 2,4,3,4,5
5.14
If Z is Normal(0,1) find the following:
1) P(Z=<2.2)> pnorm(2.2, mean=0,sd=1)
2) P(-1
3) P(Z>2.5) = 0.006209665
> 1-pnorm(2.5, mean=0, sd=1)
4) b such that P(-b
>qnorm(c(.05, .5, .95)))
b = 1.644854
5.18
given mean=3.20, sd=0.35, what is P(3.5
[1] 0.1845475