To find the distance between two points in a coordinate plane, you can use the distance formula:
Distance = √((x2 - x1)^2 + (y2 - y1)^2)
In this case, your two points are (-4,4) and (3,4), so:
x1 = -4
y1 = 4
x2 = 3
y2 = 4
Plugging these values into the 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.
how do you find the distance between these two points (-4,4) and (3,4)
1 answer