This document discusses finding distances between lines and points. It defines equidistant lines as lines where the distance between them is the same when measured along a perpendicular. It explains that the distance between a point and line is the length of the perpendicular segment from the point to the line, and the distance between parallel lines is the length of the perpendicular segment between the lines. The document provides an example problem that finds the distance between a line and point by first finding the equations of the given line and perpendicular line through the point, then solving the system of equations.