$X_1,\ldots,X_6$ is a sample from a uniform distribution $ \left[ 0, \theta \right] $, $\theta$ is $[1,2]$. Find an unbiased estimator for $\theta$ with variance less than $\dfrac{1}{10}$.
I thought the M.L.E is $\max \left( X_i \right) $,and the unbiased estimator without other restriction shoud be $\hat\theta_N=\dfrac{N+1}N\max(X_i)$, (N=6).
But, I have no idea how to make the variance be less than $\dfrac{1}{10}$. I know that $$ \mathrm{Var}\left(\hat\theta\right) = \theta^2\dfrac{N}{(N+1)^2(N+2)}\,, $$ so $\mathrm{Var}\left(\hat\theta\dfrac{N+1}{N}\right) = \dfrac{\theta^2}{(N+2)N}$.