Question 955661
A company management team knows that, in a given quarter, the mean of earnings of firms in their industry is $200,000 with an industry standard deviation of $80,000. Assume a normal distribution. What is the probability that a company makes more than $300,000? 
------
z(300000) = (300000-200000)/80000 = 100/80 = 5/4
----
P(x > 300000) = P(z > 5/4) = normalcdf(5/4,100) = 0.1057
--------------
Cheers,
Stan H.
-------------