An observed sample of four observations from $N(u, \sigma^2)$ distribution has mean $54.75$ and standard deviation $10.21$. A table of quantiles of the chisquare distribution is given below
$(a)$ Assume the hypothesis $H_0 : u = 59$ by computing the relevant $p$-value
(b) Compute a $0.9$ confidence interval for $u$
(c) Compute an equal tail $0.9$-confidence interval for $\sigma^2$
ans:
(a) $pvalue = P(Z \leq \frac{\bar{x} - H_0}{\sigma_{0}/\sqrt{n}})$
$pvalue = P(Z \leq \frac{54.75-59}{10.21/2})$ (why is $\sqrt{n} = 2$?)
$P(Z \leq -0.832517401)$ (not sure what to do next)
(b) $CI = (\bar{x} \pm t_{\frac{1+r}{2}} \frac{\sigma_{0}}{\sqrt{n}})$
$=(54.75 \pm t_{\frac{1+0.9}{2}} \frac{10.21}{2})$ not sure how to get the CI from this
(c)
$$\left(\frac{(n-1)\sigma_0^2}{x^2_{n-1}\frac{1+r}{2}}, \frac{(n-1)\sigma_0^2}{x^2_{n-1}\frac{1-r}{2}} \right)$$
$$=\left(\frac{3\cdot 10.21^2}{x^2_{3}\frac{1+0.95}{2}}, \frac{3\cdot 10.21^2}{x^2_{3}\frac{1-0.9}{2}} \right)$$
$$=\left(\frac{3.127323}{x^2_{3}(0.95)}, \frac{3.127323}{x^2_{3}(0.05)} \right)$$
not sure how to solve for $x^2_{3}(0.05)$ and $x^2_{3}(0.95)$
Any help appreciated!

In all parts you must use special tables (software functions, online calculators)!
a) $$p\text{-value} = P\left(t \leq \frac{54.75-59}{10.21/2}\right)=P(t_{df=3}\le -0.8325)=0.2331\\ \sqrt{n}=\sqrt{4}=2, \ \text{(because the sample size is $4$)}$$ Note: Use Student's t-table or Wolframalpha for: $P(t_{df=3}\le -0.8325)=0.2331$.
b) CC=$0.9$ (confidence coefficient). $$CI = \left(\bar{x} \pm t_{\frac{1\color{red}-CC}{2},n-1} \frac{s}{\sqrt{n}}\right)=\left(54.75 \pm t_{\frac{1\color{red}-0.9}{2},3} \frac{10.21}{2}\right)=\left(54.75 \pm t_{0.05,3} \frac{10.21}{2}\right)=\\ \left(54.75 - 2.3534\frac{10.21}{2},54.75 + 2.3534 \frac{10.21}{2}\right)= (42.74,66.76).$$ Note: Use Student's t-table or Wolframalpha for: $t_{0.05,3}=2.$
c) CC=$0.9$ (confidence coefficient). $$\left(\frac{(n-1)s^2}{\chi^2_{\frac{1-CC}{2},n-1}}, \frac{(n-1)s^2}{\chi^2_{1-\frac{1-CC}{2},n-1}} \right)= \left(\frac{3\cdot 10.21^2}{\chi^2_{0.05,3}}, \frac{3\cdot 10.21^2}{\chi^2_{0.95,3}} \right)=\\ \left(\frac{3\cdot 10.21^2}{7.81}, \frac{3\cdot 10.21^2}{0.35} \right)=\left(40.04, 893.52 \right).$$ Note: Use Chi-squared table (or your post) or Wolframalpha for: $\chi^2_{0.05,3, right}=\chi^2_{0.95,3, left}=0.35$.