Question

In: Statistics and Probability

Let z denote a random variable having a normal distribution with μ = 0 and σ...

Let z denote a random variable having a normal distribution with μ = 0 and σ = 1. Determine each of the following probabilities. (Round all answers to four decimal places.)

(a)

P(z < 0.1) =



(b)

P(z < −0.1) =



(c)

P(0.40 < z < 0.85) =



(d)

P(−0.85 < z < −0.40) =



(e)

P(−0.40 < z < 0.85) =



(f)

P(z > −1.25) =



(g)

P(z < −1.5 or z > 2.50) =

Let z denote a variable that has a standard normal distribution. Determine the value z* to satisfy the following conditions. (Round all answers to two decimal places.)

(a) P(z < z*) = 0.0256
z* =

(b) P(z < z*) = 0.0098
z* =

(c) P(z < z*) = 0.0507
z* =

(d) P(z > z*) = 0.0198
z* =

(e) P(z > z*) = 0.0098
z* =

(f) P(z > z* or z < −z*) = 0.2009
z* =

Solutions

Expert Solution

Ans.

We find all answers using R:-

1 (a)  P(z < 0.1)

> pnorm(0.1,0,1)
[1] 0.5398278

P(z < 0.1) = 0.5398

(b) P(z < −0.1)

> pnorm(-0.1,0,1)
[1] 0.4601722

P(z < −0.1) = 0.4602

(c). P(0.40 < z < 0.85) = P(z<0.85) - P(z<0.40)

> pnorm(0.85,0,1)- pnorm(0.40,0,1)
[1] 0.1469157

P(0.40 < z < 0.85) = 0.1469

(d). P(−0.85 < z < −0.40) = P(z<-0.40) - P(z<-0.85)

> pnorm(-0.40,0,1)- pnorm(-0.85,0,1)
[1] 0.1469157

P(−0.85 < z < −0.40) = 0.1469

(e). P(−0.40 < z < 0.85) = P(z<0.85) - P(z<-0.40)

> pnorm(0.85,0,1)- pnorm(-0.40,0,1)
[1] 0.4577592

P(−0.40 < z < 0.85) = 0.4578

(f). P(z > −1.25) = P(z<1.25) = 1-P(z<-1.25)

>1- pnorm(-1.25,0,1)
[1] 0.8943502

P(z > −1.25) = 0.8944

(g). P(z < −1.5 or z > 1.50) = P(z<-1.5) or P(z>1.50) = P(z<-1.5) = P(z>1.50)

P(z<-1.5)

> pnorm(-1.5,0,1)
[1] 0.0668072

P(z<-1.5) = 0.0668

P(z>1.5) = 1 - P(z<1.5)

> 1-pnorm(1.5,0,1)
[1] 0.0668072

P(z>1.5) = 1 - P(z<1.5) = 0.0668

P(z < −1.5 or z > 1.50) = 0.0668

2 (a). P(z < z*) = 0.0256

> qnorm(0.0256,0,1)
[1] -1.9498

z* = -1.95
(b). P(z < z*) = 0.0098

> qnorm(0.0098,0,1)
[1] -2.333918

z* = -2.33
(c) P(z < z*) = 0.0507

> qnorm(0.0507,0,1)
[1] -1.638104

z* = -1.64

(d). P(z > z*) = 0.0198

> qnorm(0.0198,0,1,lower.tail=F)
[1] 2.057897

z* = 2.06

(e). P(z > z*) = 0.0098

> qnorm(0.0098,0,1,lower.tail=F)
[1] 2.333918

z* = 2.33
(f). P(z>z* or z<-z*) = 0.2009

P(z>z*) = P(z<-z*)

> qnorm(0.2009,0,1,lower.tail=F)
[1] 0.8384108

z* = 0.84


Related Solutions

Let z denote a random variable having a normal distribution with μ = 0 and σ...
Let z denote a random variable having a normal distribution with μ = 0 and σ = 1. Determine each of the probabilities below. (Round all answers to four decimal places.) (a) P(z < 0.2) =   (b) P(z < -0.2) =   (c) P(0.40 < z < 0.86) =   (d) P(-0.86 < z < -0.40) =   (e) P(-0.40 < z < 0.86) =   (f) P(z > -1.24) =   (g) P(z < -1.5 or z > 2.50) =
Let z denote a random variable having a normal distribution with ? = 0 and ?...
Let z denote a random variable having a normal distribution with ? = 0 and ? = 1. Determine each of the probabilities below. (Round all answers to four decimal places.) (a) P(z < 0.3) =   (b) P(z < -0.3) =   (c) P(0.40 < z < 0.85) =   (d) P(-0.85 < z < -0.40) =   (e) P(-0.40 < z < 0.85) =   (f) P(z > -1.26) =   (g) P(z < -1.5 or z > 2.50) =
Let Z denote a random variable with a standard normal distribution. Evaluate: Pr {-0.42 < Z...
Let Z denote a random variable with a standard normal distribution. Evaluate: Pr {-0.42 < Z < 1.67} 0.3212 0.3372 0.3401 0.6153 0.9525
Let z be a random variable with a standard normal distribution. Find P(0 ≤ z ≤...
Let z be a random variable with a standard normal distribution. Find P(0 ≤ z ≤ 0.46), and shade the corresponding area under the standard normal curve. (Use 4 decimal places.)
Let Z be a normal random variable with mean µ = 0 and standard deviation σ...
Let Z be a normal random variable with mean µ = 0 and standard deviation σ = 1, that is, Z ∼ N(0, 1). Find each of the following: (a) P(Z ≤ −1.13). (b) P(Z ≥ −2.18). (c) P(2.13 ≤ Z ≤ 2.57). (d) P(−2.3 ≤ Z ≤ −1.1). (e) P(0 ≤ Z ≤ 1.54). (f) P(−1.54 ≤ Z ≤ 1.54). (g) N(1.1243). (h) N(−1.1243).
Given a random variable X having a normal distribution with μ=50, and σ =10. The probability...
Given a random variable X having a normal distribution with μ=50, and σ =10. The probability that Z assumes a value between 45 and 62 is: ___________.
Let z denote a variable that has a standard normal distribution. Determine the value z* to...
Let z denote a variable that has a standard normal distribution. Determine the value z* to satisfy the following conditions. (Round all answers to two decimal places.) (a) P(z < z*) = 0.0244 z* =    (b) P(z < z*) = 0.0097 z* =   (c) P(z < z*) = 0.0484 z* =   (d) P(z > z*) = 0.0208 z* =   (e) P(z > z*) = 0.0097 z* =   (f) P(z > z* or z < −z*) = 0.2043 z* =
Assume a normal distribution with μ = 0 and σ = 1, find the z-score(s) for...
Assume a normal distribution with μ = 0 and σ = 1, find the z-score(s) for each statement below: a) the area is 0.4 to the left of z b) the area is 0.18 to the right of z c) the middle area is 0.31 between −z and z __________________________ The heights of a certain population of corn plants follow a distribution with a mean of 137 cm and a standard deviation 23.19 cm. Find the raw scores for the...
Let be a continuous random variable that has a normal distribution with μ = 48 and...
Let be a continuous random variable that has a normal distribution with μ = 48 and σ = 8. Assuming , n/N ≤ 0.05, find the probability that the sample mean, x , for a random sample of 16 taken from this population will be more than 45.30 . Round your answer to four decimal places.
Let the random variable X follow a normal distribution with a mean of μ and a...
Let the random variable X follow a normal distribution with a mean of μ and a standard deviation of σ. Let 1 be the mean of a sample of 36 observations randomly chosen from this population, and 2 be the mean of a sample of 25 observations randomly chosen from the same population. a) How are 1 and 2 distributed? Write down the form of the density function and the corresponding parameters. b) Evaluate the statement: ?(?−0.2?< ?̅1 < ?+0.2?)<?(?−0.2?<...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT