Let $X_i$ be i.i.d. uniform random variables in $[0,\theta]$, for some $\theta>0$ and $M_n = max(X_i)$
I am trying to find the bias of $M_n$ as an estimator of $\theta:$
$$E[M_n] - \theta = $$
Computing $E[M_n] = \frac{n}{n+1}$ I guessed the answer would be $\frac{n}{n+1} - \theta$
But this doesn't seem to be the final answer. What would be the next step? Is there another way?