Find the POI of the following two planes:
$$\pi_1: -3x + 3y + z + 6= 0$$ $$\pi_2: 3x - y + 2z - 2 = 0$$
I started by isolating "$z$".
$$\pi_1: z = 3x - 3y - 6$$ $$\pi_2: z = \frac {-3x + y + 2}{2}$$
I then made them equal to each other: $z_1 = z_2$.
Therefore
$3x - 3y - 6 = \frac {-3x + y + 2}{2}$
Moving things around the above equation is $9x - 7y - 15 = 0$. Is this the equation of the line of intersection? I'm pretty sure my method is wrong because using my method you always get a line lying on a plane (i.e. the above line lies on the XY plane) because you always get rid of one variable.
If my method is wrong, how do I correctly solve the question, without changing forms and just solving the system of equations?
Hint:The equation for the plane of intersection of planes $\pi_1,\pi_2$ is $\pi_1-\lambda\pi_2=0$ for some $\lambda \in R$