The lines intersect if there exist parameter values \(t\) and \(s\) such that
\begin{align*}
\la 1, -3, 5 \ra + t \la 1, 2, -1 \ra \amp= \la 0, 0, 7 \ra + s \la -2, 1, 3 \ra \\
\la 1+t, -3+2t, 5-t \ra \amp= \la -2s, s, 7+3s \ra
\end{align*}
Equating corresponding components, we get
\begin{equation*}
\begin{cases}
1 + t = -2s \\
-3 + 2t = s \\
5 - t = 7 + 3s
\end{cases}
\end{equation*}
This is a system of three equations with two unknowns. If you know linear algebra, feel free to solve it using matrices. Otherwise, we can solve it using basic algebra methods, like substitution or elimination.
Richard assumes no linear algebra knowledge here, so he will use substitution. Substituting \(s\) from the second equation into the first equation we get
\begin{equation*}
1 + t = -2(-3 + 2t)
\qquad \implies \qquad
t = 1
\end{equation*}
Using \(t = 1\) in the second equation gives \(s = -3 + 2(1) = -1\text{.}\) Donβt forget that there are. three equations in the system but we only used two of them so far! We need to check whether \(t = 1\) and \(s = -1\) satisfy the third equation:
\begin{align*}
5 - (1) \amp= 7 + 3(-1) \\
4 \amp= 4
\end{align*}
We conclude that \(t = 1\text{,}\) \(s = -1\) is the solution to the system, hence the two lines intersect.
To find the point of intersection we substitute \(t = 1\) into the equation for \(\v{r}_1\) (or \(s = -1\) into \(\v{r}_2\)) to obtain
\begin{equation*}
\la 1+1, -3+2(1), 5-1 \ra = \la 2, -1, 4 \ra
\end{equation*}
The point of intersection is the terminal point of this vector, that is, \(\lp 2, -1, 4 \rp\text{.}\)