Step 1: Shortest distance between skew lines.
The shortest distance \( d \) between two skew lines is given by the formula:
\[
d = \frac{|(\mathbf{b}_1 - \mathbf{b}_2) \cdot (\mathbf{n}_1 \times \mathbf{n}_2)|}{|\mathbf{n}_1 \times \mathbf{n}_2|}
\]
Where \( \mathbf{b}_1 \) and \( \mathbf{b}_2 \) are points on the lines and \( \mathbf{n}_1 \), \( \mathbf{n}_2 \) are the direction vectors of the lines.
Step 2: Conclusion.
The shortest distance between the lines is \( \sqrt{29} \, \text{units} \).