Question

In: Statistics and Probability

2. Area under the normal curve a. Area between 2 sd above and the mean (z...

2. Area under the normal curve a. Area between 2 sd above and the mean (z scores of 0 and 2.0) b. Area below z score of 1 c. Z score below which 95% of all values fall

Solutions

Expert Solution

Solution2a:

P(0<X<2) to be found.

use pnormGC function in R.std normal distributions are with mean=0 and sd=1

Use R software

Rcode:

library(tigerstats)
pnormGC(c(0,2),region="between",mean=0,sd=1,graph=TRUE)

0.4772

Solutionb:

P(Z<1) to be found

pnormGC(bound=1,region="below", mean=0,sd=1,graph=TRUE)

0.8413

That is P(Z<1)=0.8413

Solutionc:

For z score -2 and 2

95% of teh area lies

Rcode is

pnormGC(c(-2,2),region="between",mean=0,sd=1,graph=TRUE)

P(-2<Z<2)=0.9545

=0.9545*100

=95.45%


Related Solutions

What is the area under the normal curve between z = -2.3 and z = 0.08
What is the area under the normal curve between z = -2.3 and z = 0.08
The area under the standard normal curve between z=-1.49 and z=2.61 is
The area under the standard normal curve between z=-1.49 and z=2.61 is
Find z such that 95% of the area under the standard normal curve lies between –z and z.
Find z such that 95% of the area under the standard normal curve lies between –z and z.
Find the area under the standard normal curve between z = 0.85 to z = 1.53....
Find the area under the standard normal curve between z = 0.85 to z = 1.53. Round answer to four decimal places. Show all work.
Find the area under the standard normal distribution curve: a) Between z = 0 and z...
Find the area under the standard normal distribution curve: a) Between z = 0 and z = 1.95 b) To the right of z = 1.99 c) To the left of z = -2.09 How would I do this?
Find the area under the standard normal distribution curve: a) Between z = 0 and z...
Find the area under the standard normal distribution curve: a) Between z = 0 and z = 1.95 b) To the right of z = 1.99 c) To the left of z = -2.09 How would I do this?
2. Find the z -score such that the area under the normal curve on the left...
2. Find the z -score such that the area under the normal curve on the left side of Z is 0.2264
The area under the standard normal curve Z between 1 and 2.37 is given by a....
The area under the standard normal curve Z between 1 and 2.37 is given by a. 0.3413 b. 0.4911 c. 0.1498 d. 0.8324
Why is the area under the standard normal curve above the mean always the same value?
Why is the area under the standard normal curve above the mean always the same value?
find the area under the standard normal distribution curve between z=1.22 and z=2.22
find the area under the standard normal distribution curve between z=1.22 and z=2.22
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT