The strength X of a certain material is such that its distribution is found by $X=e^Y$, where Y~N(10,1). Find the cdc and pdf of X and compute P(10,000
I've approached this first by finding the cdf:
$ F(x)=P(X \leq x)=P(e^Y \leq x)=P(Y \leq ln x)$
So F (ln x) or the cdf is simply the integral from negative infinity to positive ln x of the pdf of the normal distribution N(10,1).
To get pdf I used the chain rule to get f(ln x) * 1/x. This gives me a complex equation. I know that I would use this equation to do an integral from 10,000 to 20,000. How would you do this without using a computer?
$$P(10000 \le X \le 20000) = P(\ln(10000) \le Y \le \ln(20000)) \approx P(-0.7897 \le (Y-10) \le -0.0965),$$ where $Y-10 \sim N(0,1)$. Indeed, you need a computer/table to compute these kinds of probabilities, since there is no closed form for these kinds of integrals.