I want to see if I am doing this right:
Let $X_{1},\dots,X_{n}$ denote a random sample from the exponential distribution, with unknown location parameter $\theta$ and scale parameter $\lambda$, whose density is given by $$ p(x|\theta,\lambda)=\lambda\exp[-\lambda(x-\theta)],\ \theta\leq x<\infty, $$ where $-\infty<\theta<\infty$ and $0<\lambda<\infty$. Find the mean and the variance of $X-\theta$.
--For the mean, I computed $E(X-\theta)=E(X)-E(\theta)=E(X)-\theta$. After some integration by parts, I found that $E(X-\theta)=1/\lambda$.
--For the variance, I computed $Var(X-\theta)=Var(X)+Var(\theta)=Var(X)$. I computed $E(X^{2})=\theta^{2}+2\theta/\lambda+2/\lambda^{2}$, which yields a variance of $$ Var(X)=\left(\theta^{2}+\frac{2\theta}{\lambda}+\frac{2}{\lambda^{2}}\right)-\left(\theta+\frac{1}{\lambda}\right)^{2}.$$