Given two lines, how do I find the plane?

44 Views Asked by At

$$r_1(t) = \langle t, 2t, 3t\rangle$$ $$r_2(t) = \langle3t, t, 8t\rangle$$

I found $\mathbf{n} = \langle13,1,-5\rangle$

Can I just plug in say $P_0 = (0,0,0)$ and get $13x+y-5z = 0$?