Given $\mu$ and $\sigma$ of a population, given $n$ of a sample, ask to find the $P(X>a)$.
Compare the value of computed $\chi^2$ and chi-squared distribution table to confirm “will the event happen”.
If $\chi^2_{0.975} < \chi^2 < \chi^2_{0.025}$, we can convince the event will happen.
$X=Z^2_1+Z^2_2+\cdots+Z^2_n$ follows a chi-squared distribution with $n$ DOF, denoted by $X\sim\chi^2_n$.
If $X_1\sim\chi^2_{n_1}$ and $X_2\sim\chi^2_{n_2}$,
then $X_1 + X_2\sim\chi^2_{n_1+n_2}$.
$\chi^2\sim(n-1)\frac{S^2}{\sigma^2}$ has a chi-squared distribution with DOF $v=n-1$. Note: DOF is $n-1$ rather than $n$.
The use of the 𝑡-distribution and the sample size consideration is not related to the Central Limit Theorem.
Given $Z\sim N(0,1)$ and $V\sim\chi^2_v$ ($v = n-1$ is DOF), if $Z$ and $V$ are independent, then $t=\frac{Z}{\sqrt{V/v}}$.
If $X_1,X_2,\cdots,X_n$ is normal, then$X_1,X_2,\cdots,X_n$$T=\frac{\bar X-\mu}{S / \sqrt n}$.
For questions like find $P(-\frac{1.5}{\sigma} \le Z\lt \frac{1.5}{\sigma})\lt0.99$, we have this figure, where the specific $\sigma$ value(position) is what we want.
However, we CAN’T get this by z-score table, because the shape of z-score table is like: