Find the equation of the line $ r $ that goes through $ (1, -2,3) $, concurrent with the line $$\begin{cases} x=2+3t \\ y=1+2t \\ z= -1 \\ \end{cases}$$
and has orthogonal director vector $ (1, -3,1) $
Solution: line r is contained in the plane $(x-1)-3(y+2)+(z-3)=0$
$x-3y+z=10$
Next we find the intersection of the plane and the concurrent line
$2+3t-3(1+2t)-1=10$
$-3t-2=10$
$t=-4, so (-10,-7,-1)$
So line r goes through the points (1,-2,3) and (-10,-7,-1) $\begin{cases} x=1-11t \\ y=-2-5t \\ z=3-4t \\ \end{cases}$
How to solve without using plan concepts? (Whatever if it's parametric, symmetrical, vector representation ....)
Here is another approach:
Let $\vec r=(a,b,c)$ be a directing vector of the line we search. Its parametric equation is then given by $$\begin{cases} x=\phantom{-}1+au,\\ y=-2+bu, \\ z=\phantom{-}3+cu,\end{cases}\quad(u\in\mathbf R).$$ It meets the given line if and only if the linear system (in $t$ and $u$): $$\begin{cases} \phantom{-}1+au=2+3t, \\ -2+bu=1+2t, \\ \phantom{-}3+cu= -1,\\ \end{cases}\iff \begin{cases} au-3t=1, \\ bu-2t=3, \\ cu= -4,\\ \end{cases}$$ has a solution.
Note the last equation implies that $u, c\ne 0$. Also, a directing vector is defined up to a nonzero scalar multiple, so we may choose the value of $c$ to simplify the computation. We'll take $c=4$, so $u=-1$.
Now the orthogonality condition is $$a-3b-4=0,$$ whence a linear system for $a$ and $b$ \begin{cases} a+3t=-1, \\ b+2t=-3, \\ a-3b=4,\\ \end{cases} which can easily be solved with RREF of the augmented matrix.