SOLUTION: z score location on a vertical line that separates a normal distribution in each of the following.
20% tail on left
40% tail on right
75% tail on left
99 percent in the body o
Algebra ->
Probability-and-statistics
-> SOLUTION: z score location on a vertical line that separates a normal distribution in each of the following.
20% tail on left
40% tail on right
75% tail on left
99 percent in the body o
Log On
Question 457472: z score location on a vertical line that separates a normal distribution in each of the following.
20% tail on left
40% tail on right
75% tail on left
99 percent in the body on the right. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! z score location on a vertical line that separates a normal distribution in each of the following.
20% tail on left::: z = invNorm(0.20) = -0.8416
40% tail on right::: z = invNorm(0.60) = 0.2533
75% tail on left::: z = invNorm(0.75) = 9.6745
99 percent in the body on the right.::invNorm(0.01) = -2.3263
========================
Cheers,
Stan H.
========================