Answer:
To find the distance between two points, we use the distance formula: distance = square root of [(x2 - x1)^2 + (y2 - y1)^2] In this case, our points are (4, -3) and (-7, -3), so we can plug in the values: distance = square root of [(-7 - 4)^2 + (-3 - (-3))^2] distance = square root of [(-11)^2 + (0)^2] distance = square root of (121) distance = 11 Therefore, the distance between the points (4, -3) and (-7, -3) is 11 units.