Suppose $Y_1 \dots Y_r$ are exponentially distributed i.i.d. RVs with parameter $\lambda$. I am supposed to show that for $n>r$ and
$$T_r = Y_1 + \dots + Y_r + (n-r)Y_r$$
the RV $2\lambda T_r$ is $\chi^2$ distributed with 2r degrees of freedom.
Here's what I've tried so far:
I tried using the transformation $(Y_1 \dots Y_r) \mapsto (Y_1 \dots Y_{r-1}, T_r)$ and evaluate the joint density $f_{Y_1, \dots ,Y_{r-1}, T_r}$ via the transformation formula. Integrating out $T_r$, this led me to
$$f_{T_r}(y)=\lambda \frac{(n-r+1)^{r-1}}{(n-r)^{r-1}}e^{-\lambda \frac{y}{n-r+1}}.$$
Adjusting for $2\lambda$ I get the density
$$f_{2\lambda T_r}(y)=1/2 \frac{(n-r+1)^{r-1}}{(n-r)^{r-1}}e^{-\lambda \frac{y}{2(n-r+1)}}.$$
However, I don't see how this is a $\chi^2$ distribution in any sense. What did I do wrong? What would be a better approach if this one doesn't work?