In the real affine space $\Bbb A^4$ let $A=(1,2,1,0), A'=(1,2,2,-1), B=(1,0,0,0), B'=(2,0,0,0), C=(2,1,1,0), C'=(-2,1,-1,0).$
Now let $a$ be the line that passes through $A$ and $A'$, $b$ through $B$ and $B'$, $c$ through $C$ and $C'$. What is the parametric form of the unique line which crosses $a, b, c$?
This is an exercise of which I was supposed to find the solution on my professor's webpage, as an example for others, but there was no solution actually. I've been trying with what I know from the book but I didn't quite get it, and I can't reach my professor right now... could you help me?

Write the coordinates of the given points $A,A',B,B',C,C'$ in the columns of a matrix and prepend a row with all ones: $$M = \begin{bmatrix} 1 & 1 & 1 & 1 & 1 & 1 \\ 1 & 1 & 1 & 2 & 2 & -2 \\ 2 & 2 & 0 & 0 & 1 & 1 \\ 1 & 2 & 0 & 0 & 1 & -1 \\ 0 & -1 & 0 & 0 & 0 & 0 \end{bmatrix}$$ This matrix has one more column than rows, therefore it must have a nullspace of dimension at least one. Elementary linear algebra shows that the nullspace is spanned by the vector $$(-2,0,-2,0,3,1)^\top$$ In other words, $$C' = 2A + 2B - 3C$$ Note that the coefficients on the right-hand side sum to $1$. This implies that $C'$ lies in the 2-dimensional plane $f$ containing $A,B,C$. Therefore the line $c$ lies in $f$ as well.
The solution is therefore the line through $A,B$: It lies in $f$ as well and crosses $c$ at $\frac{1}{4}(3C + C') = \frac{1}{2}(A + B)$. Working out a parametrization is now an easy exercise left to the reader.
Generally, if the nullspace of $M$ contains a vector $(\alpha,\alpha',\beta,\beta',\gamma,\gamma')^\top$ with $\alpha+\alpha',\beta+\beta',\gamma+\gamma'$ nonzero, then $$\begin{align} A''\stackrel{\text{def}}{=} \frac{\alpha A + \alpha' A'}{\alpha + \alpha'} &\in a & B''\stackrel{\text{def}}{=} \frac{\beta B + \beta' B'}{\beta + \beta'} &\in b & C''\stackrel{\text{def}}{=} \frac{\gamma C + \gamma' C'}{\gamma + \gamma'} &\in c \end{align}$$ and $A'',B'',C''$ are collinear, e.g. $$\frac{(\alpha + \alpha')A'' + (\beta + \beta')B''} {\alpha + \alpha' + \beta + \beta'} = C''$$ Note that the denominator equals $-(\gamma + \gamma')$ (because of the row of ones in $M$) and is therefore nonzero.
Conversely, if there exist collinear, pairwise distinct $A''\in a, B''\in b, C''\in c$, say $rA'' + sB'' + tC'' = 0$ with nonzero scalars $r,s,t$ such that $r+s+t = 0$, we can write $$\begin{align} A'' &= uA + (1-u)A' & B'' &= vB + (1-v)B' & C'' &= wC + (1-w)C' \end{align}$$ with suitable line parameters $u,v,w$, and set $$\begin{align} \alpha &= ru & \beta &= sv & \gamma &= tw \\ \alpha' &= r(1-u) & \beta' &= s(1-v) & \gamma' &= t(1-w) \end{align}$$ Then $$\begin{align} \alpha + \alpha' &= r \neq 0 & \beta + \beta' &= s \neq 0 & \gamma + \gamma' &= t \neq 0 \end{align}$$ and $$\begin{align} \alpha + \alpha' + \beta + \beta' + \gamma + \gamma' &= r + s + t = 0 \\ \alpha A + \alpha' A' + \beta B + \beta' B' + \gamma C + \gamma' C' &= rA'' + sB'' + tC'' = 0 \end{align}$$ which implies that $(\alpha,\alpha',\beta,\beta',\gamma,\gamma')^\top$ is in the nullspace of $M$.