How to Find the Shortest Distance between a Point and a Line, using vector equations.
1. Find the direction vector of the line you're given
2. Find a new direction vector, perpendicular to that one.
3. Create a vector equation for the line that includes the point
4. Break your vector equations into parametric equations
5. Solve for one of the parameters