SOLUTION: If X is normally distributed with a mean of 10 and a standard deviation of 4.2, and we know that P(X < c) = 0.7357, find c.

Algebra ->  Probability-and-statistics -> SOLUTION: If X is normally distributed with a mean of 10 and a standard deviation of 4.2, and we know that P(X < c) = 0.7357, find c.      Log On


   



Question 473128: If X is normally distributed with a mean of 10 and a standard deviation of 4.2, and we know that P(X < c) = 0.7357, find c.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
If X is normally distributed with a mean of 10 and a standard deviation of 4.2, and we know that P(X < c) = 0.7357, find c.
---
Find the z-value with a left tail of 0.7357
invNorm(0.7357) = 0.6301
----
Find the corresponding x-value:
---
x = z*s+u
x = 0.6301*4.2+10 = 12.65
=============================
Cheers,
Stan H.
============