I need to find the equation for the plane which goes through the intersection line of the planes $x-z=1$ and $y+2z=3$, and perpendicular to the plane $x+y-2z=1$.
What I got so far - to find the intersection line I looked at $x-z = 1$ and $y+2x=5$, so I chose $z=0$ and I got a point $P_{1}$(1, 3, 0), which is on the intersection line.
Now I tried to express the plane equation using a point and a normal - I used $P_1$ as the point and $n_3 =<1, 1, -2>$ as the normal, so I got -
$x +y -2z = 4$, as the required plane.
Am I correct?
Thanks.