Final answer:
To find the desired z-values, use the InvNorm function with 0.037 to find the z-value for part a), where 3.7% lies to the left of z, and with 0.952 for part b), where 4.8% lies to the right.
Step-by-step explanation:
To find the specific z-values for a certain area under the standard normal curve, we can use the InvNorm function on a calculator or software that provides this statistical function.
-
a) To find the z-value where 3.7% of the area lies to the left, use the InvNorm function with the area 0.037. Z = InvNorm(0.037).
-
b) To find the z-value where 4.8% lies to the right (95.2% to the left), use InvNorm with the area 0.952. Z = InvNorm(0.952).
In both scenarios, remember that the standard normal distribution is symmetrical, and the InvNorm function finds the z-value with a specified cumulative area to its left.