$$ a = \begin{cases} x=-2+s \\ y=2+s \\ z=1-s \end{cases} $$ $$ b = \begin{cases} x=2p \\ y=4+2p \\ z=4+3p \end{cases} $$ Find the equasion of the plane in which a and b cross
So first I thought I can just get the vectors of the system and make a system like this: $$v_{a}=(1,1,-1) $$ $$ v_{b}=(2,2,3) $$ and after that make a matrix: $$[ \begin{matrix} x-1 & y-1 & z+1 \\ 2-1 & 2-1 & 3+1 \\ \end{matrix} ]$$
But I can't do anything with that after that I thought of a thing we did in class which I did not quite understand:
$$ \lambda (-2+s,2+s,1-s)+\mu (2p,4+2p,4+3p)=0 $$
But that also doesn't lead me to anywhere what do I have to do in this one ?