Origin page 5. The overhead doesn't look like Linear Congruence Theorem or anything from Euclid's Algorithm. page 4 tries to delineate
Casting Out the Modulus? Is this it?
So if $d|m,$ then I rewrite $\begin{align} ax & \equiv b \mod m \\dx + x & \equiv \\ \implies x & \equiv \end{align}$
Is this errorless? Did I blight anything?

The $3x \equiv 9 \mod 6 $ has a common factor of $3$. Dividing both sides by 3 - including the modulus - we get:
$$ \begin{array}{ccc} 3x & \equiv & 9 \mod 6 \\ x & \equiv & 3 \mod \mathbf{2} \end{array} $$
For the remaining two congruence, we multiply both sides by an appropriate number:
$$ \begin{array}{rcc} 2x & \equiv & 1 \mod 5 \\ 3(2x) & \equiv & 3 \mod 5 \\ x & \equiv & 3 \mod 5 \end{array} $$
In modular arithmetic we have inverses $3\times 2 = 6 \equiv 1 \mod 5$ so we can say that $2^{-1} = 3$.
If you are still not sure about $x \equiv 3 \mod 2$. Let's write the congruence as an actual equation:
$$ \begin{array}{ccc} 3x -9 & \equiv & 6k \\ x-3 & \equiv & 2k \end{array} $$
The modulus $6$ got reduced to a $2$ in the process.