I'm given the following exercise; Let $X_1$,$X_2$,...,$X_n$ a sample from Uniform distribution $U(\theta,2\theta)$, $\theta>0$, with PDF $$f(x)=\frac{1}{\theta}, \theta<x<2\theta$$ and $$T=\frac{n+1}{2n+1}X_{(n)}$$where $X_{(n)}=max{X_i}, i=1,2,....,n$. I 'm instructed to show that $T$ is an unbiased estimator for $\theta$, and determine its variance ($Var(T)$).
The only step I 'm sure of, is that I need to show $E[T]=\theta$, the definiton of an unbiased estimator. From there, I am not sure how to continue. Normally I would have to simplify $E[T]$, which might go like this; $$E[T]=E[\frac{n+1}{2n+1}X_{(n)}]=\frac{n+1}{2n+1}E[X_{(n)}]$$... and that's it. Even if I take $E[X_{(n)}]=E[X]=\frac{3\theta}{2}$ (where the first equality is probably not correct / the second equality derives from the fact that $E[X]=\frac{a+b}{2}$ for the uniform distribution in a domain $(a,b)$), I don't see the path that would lead me to $E[T]=\theta$.
Any help would be really appreciated, I 'm just getting started with statistics on Uni and only at the beginning of getting the hang of it.