The life span of a machine follow the law $\mathcal N(174,29^2)$.
1) On 200 machines, how many will have a life span of more that 160 days ?
2) After how many day the probability that a machine still work is less that $0.1$ ?
Attempts
I have problem to solve this two question.
1) I was thinking about set $X_i$ is 1 if the $i-$th machine work after 160 days and 0 otherwise, and try to use that central limit theorem with $S_n=X_1+...+X_n$, but I don't really see what to compute. Is it to find $S_n$ s.t. $$\mathbb P\{\frac{S_n-n\mu}{n\sigma }\geq 160\}=1\ \ ?$$
It looks weird, espacially that I don't know $\mu$ neither $\sigma $.
2) Same problem, I don't really see how to interpret mathematically the problem. I have to solve an equation of type $$\mathbb P\{X=k\}=0.1$$ but I can't identify the parameters.