Need help finding the 80th percentile of random variable X with a normal distribution with $μ_X = 80, σ_X = 10,$ using standard normal distribution and also the 90th percentile when $μ_X = 12, σ_X = 1.$
I get that you start off with $x = μ+zσ,$ but then I have no clue where to go with since I don't know what $X$ and $Z$ are.
You can standardize the random variable: $Z=\frac{X-\mu_x}{\sigma_x}$, with $Z\sim \mathcal N(0,1)$
Then the equation is $P(X\leq x)=\Phi\left(\frac{x-\mu_x}{\sigma_x}\right)=\Phi\left(\frac{x-80}{10}\right)=0.8$
Inverse function
$\frac{x-80}{10}=\Phi^{-1}\left(0.8\right)$
Now you take a table of a standard normal distribution (cummulative) and look for the value of $z$ where $\Phi(z)\approx 0.8$. This is at $z=0.84$ I have circled the number.
$\frac{x-80}{10}=0.84$
I think you can proceed. Just solve the equation for $x$.