SOLUTION: 4) The amount of Jen’s monthly phone bill is normally distributed with a mean of $50 and a standard deviation of $10. Find the 25th percentile.
Algebra ->
Probability-and-statistics
-> SOLUTION: 4) The amount of Jen’s monthly phone bill is normally distributed with a mean of $50 and a standard deviation of $10. Find the 25th percentile.
Log On
Question 682799: 4) The amount of Jen’s monthly phone bill is normally distributed with a mean of $50 and a standard deviation of $10. Find the 25th percentile. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The amount of Jen’s monthly phone bill is normally distributed with a mean of $50 and a standard deviation of $10. Find the 25th percentile.
---------
Find the z-value with a left tail of 25%:
invNorm(0.25) = -0.6745
------------------------------
Find the corresponding phone bill using x = z*s+u
----
x = -0.6745*10 + 50 = $43.26
===============================
Cheers,
Stan H.
==================