Let $X_1,X_2...X_n$ be a random sample from $U(\theta-5,\theta+5)$ where $\theta \in(0,\infty) $ is unknown. Let $T=\max(X_1,X_2...,X_n)$ and $U=\min(X_1,X_2...,X_n)$. Then which of the following statements is TRUE?
$(A) \dfrac{2}{T+U}$ is M LE of $\dfrac{1}{\theta}$
$(B) MLE$ of $\dfrac{1}{\theta}$ doesnt exist
$(C)U+8$ is MLE of $\theta$
$(D)\dfrac{T+U}{2}$ is unique MLE of $\theta$
$\theta-5<x_{(1)} < x_{(2)}....x_{(n)}< \theta+5$
$\theta<x_{(1)}+5$ and $\theta>x_{(n)}-5$
$x_{(n)}-5<\theta<x_{(1)}+5$
Any statistic satisfying above condition is MLE of $\theta$ so there is no unique MLE here option $(D)$ rules out
$x_{(1)}+8<x_{(1)}+5$
Option $(C)$
$8<5$ which is false so option $C$ is false.
I am not sure how to prove $(A)$ and $(B)$ but in the exam, I have ticked $(B)$ so am I right? If I am wrong can anyone prove how?
If $\theta\in \mathbb R$, any MLE of $\theta$ can be expressed as a convex combination $X_{(n)}-5$ and $X_{(1)}+5$:
$$\hat\theta_{\alpha}=\alpha(X_{(n)}-5)+(1-\alpha)(X_{(1)}+5)\,,$$
where $\alpha\in (0,1)$ is free of $\theta$.
Under the restriction $\theta>0$, MLE is $\hat\theta_{\alpha}$ provided $\hat\theta_{\alpha}>0$. If $\hat\theta_{\alpha}<0$, then technically MLE of $\theta$ and hence MLE of $1/\theta$ does not exist.
So for $\alpha=\frac12$, one MLE of $\theta$ is $\hat\theta=\frac{X_{(n)}+X_{(1)}}{2}$ if $X_{(n)}+X_{(1)}>0$. Then $1/\hat\theta$ is guaranteed to be one MLE of $1/\theta$ provided $X_{(n)}+X_{(1)}>0$.
So I think the correct option among (A) and (B) depends on the sample observed.