The heights of people at some city is $N(\mu,\sigma^2)$.
25% of the people are above 176 cm. and 20% are below 165 cm.
- How do I found $\mu,\sigma^2$?
- We choose randomly a group of 100 people. What is the probability that at least 8 of them will above 180 cm.?
- How to I found $a,b$ s.t. at probability of 99% the average of those 100 people will be between $a$ and $b$?
I don't have any idea how to solve 1 and 3.
About two I assume that is Negative Binomial distribution, I'm right?
I'd like get any help...
Thank you!
Here's Q1: heights distributed as H, $Z \sim N(0,1)$.
$$H \sim \sigma Z + \mu$$
$$\frac{H-\mu}{\sigma} \sim Z $$
$$\mathbb{P}(H<165)=0.2=\mathbb{P}(Z<\frac{165-\mu}{\sigma})$$
$$\mathbb{P}(Z<-0.8416)=0.2 \therefore -0.8416=\frac{165-\mu}{\sigma}$$
Use $\mathbb{P}(Z>0.6745)=0.25$ to get the other equation and find $\sigma$, $\mu$.