SOLUTION: An analyst believes that the price of an IBM stock is a normally distributed random variable with mean $105 and variance 24. The analyst would like to determine a value such that t
Algebra ->
Probability-and-statistics
-> SOLUTION: An analyst believes that the price of an IBM stock is a normally distributed random variable with mean $105 and variance 24. The analyst would like to determine a value such that t
Log On
Question 465610: An analyst believes that the price of an IBM stock is a normally distributed random variable with mean $105 and variance 24. The analyst would like to determine a value such that there is a .90 probability that the price of the stock will be greater than the value. Find the required value. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! An analyst believes that the price of an IBM stock is a normally distributed random variable with mean $105 and variance 24. The analyst would like to determine a value such that there is a .90 probability that the price of the stock will be greater than the value. Find the required value.
----------------------
Find the z-value with a 0.90 right tail: invNorm(0.10) = -1.2816
---
Use x = zs+u to find the corresponding price.
-----
price = -1.2816*24+105 = $74.24
====================================
Cheers,
Stan H.
============