Let $S$ be the surface where $x + 2y + 3z = 0$ and $-1 \leq y \leq 1, 0 \leq z \leq 1$. Compute the surface integral $$\int \int_S (2x,3y-x,1-2y) \cdot \mathbf{\hat{N}}dS$$ where the unit normal vector $\mathbf{\hat{N}}$ points upwards.
My attempt: Using that $f = z = -x/3 -2y/3$ we find that $\mathbf{\hat{N}}$ points in the direction $(-f_x,-f_y,1) = (1/3,2/3,1)$. Further, by looking at the projection of $f$ onto the $xy$-plane, we set $z = 0$ and see that $y = -x/2$, which means $-2 \leq x \leq 2$ when $-1 \leq y \leq 1$as given.
We therefore obtain $\mathbf{F} \cdot \mathbf{\hat{N}}dS = 1dydx$. Further, when integrating over the region in the $xy$-plane given by $y = -x/2$ for $-2 \leq x \leq 2$ and $-1 \leq y \leq 1$ we obtain $0$, since there is as much area above and below the $y$-axis. Hence, I obtain the answer zero for the surface integral, however the correct answer is $6$.
Is anyone able to see where I'm wrong?