Intersection of symmetric lines.

568 Views Asked by At

So I have to determine if these 2 symmetric lines intersect.

I converted them to parametric:

$$\begin{align} -6+2t&=10+4s\\ -4+3t&=4-2s\\ -1+2t&=-1-4s \end{align}$$

Now, I know I have to solve so I solved it and when t=4 and s=-2 the equation is equal, but how do I know where these 2 lines intersect? I know that they do, I just don't know where.