Question 74594: Can anyone show me how to find the distance between points A(4, -3) and B(-4,3) Found 2 solutions by stanbon, josmiceli:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! distance ^2 = (change in x)^2 + (change in y)^2
A(4, -3) and B(-4,3)
distance^2 = (4--4)^2 + (-3-3)^2
distance^2 = 64 + 36 = 100
distance = 10
=====================
Cheers,
Stan H.