Answer:
Explanation:
We can find the distance between line l and point P by finding the distance between point P and the closest point on line l.The slope of line l is 0, since both points have the same y-coordinate. Therefore, line l is a horizontal line. The y-coordinate of any point on line l is 1.To find the closest point on line l to point P, we need to find the point on line l that has a y-coordinate of 7. Since line l is horizontal, any point on line l with a y-coordinate of 7 will work. Let's choose the point (5, 7), which is on the same horizontal line as line l.Now we can find the distance between point P and the point (5, 7):sqrt((5-(-2))^2 + (7-1)^2) = sqrt(49 + 36) = sqrt(85)Therefore, the distance between line l and point P is sqrt(85).