Answer:
To find the distance between two points (x1, y1) and (x2, y2), you can use the distance formula:
Distance = √((x2 - x1)^2 + (y2 - y1)^2)
Distance = √((-1 - 7)^2 + (4 - 3)^2)
Distance = √((-8)^2 + (1)^2)
Distance = √(64 + 1)
Distance = √65
So, the distance between the points (7, 3) and (-1, 4) is √65 units.