There are two planes intersecting at a line.
Plane 1: $x - 2y + z - 9 = 0 $ Plane 2: $x + y - z + 2 = 0$
There is a point $A = (p, q, 1)$ on the line of intersection.
How can I find $p ~\text{and}~ q$?
I tried to used orthogonal conditions ($a.n1=0, a.n2=0)$
but I got the values $p=1/3, q=2/3$ and the answer given is $p=2, q=-3$
Please show me the correct way to solve this.
I'm not sure if the answer is related to the first part of the question, for which I had to solve the angle between the two planes as $61.9^\circ$.
