(-4 , 4) (3,4) how would you find the distance between these two points?

To find the distance between two points, you can use the distance formula:

Distance = √((x2 - x1)^2 + (y2 - y1)^2)

In this case, the coordinates of the points are as follows:
Point 1: (-4, 4)
Point 2: (3, 4)

Substitute these values into the distance formula:

Distance = √((3 - (-4))^2 + (4 - 4)^2)
Distance = √((7)^2 + (0)^2)
Distance = √(49 + 0)
Distance = √49
Distance = 7

Therefore, the distance between the points (-4, 4) and (3, 4) is 7 units.