Let $X_1$ and $X_2$ be independent random variables with distributions, with $X_1 \sim N(-1; 2)$ and $X_2 \sim N(2; 3)$
Prove that random variable $Y_2=((2X_1+X_2)^2)/11$ is chi-square distributed.
My approach:
$2X_1+X_2 =Z,$ with $Z \sim N(-2+2;4*2+3)=N(0;11).$
$Y_2 \sim (N(0,11)^2)/11 =(N(0;1)^2)*(\sqrt{11}/11).$
Where am I making mistake?