Problema Solution
What is the distance, in units, between the points with standard (x,y) coordinates (4, 3) and (6, -2)
Answer provided by our tutors
Given the two points (x1, y1) and (x2, y2), the distance between these points is given by the formula:

In our case (x1, y1) = (4 , 3) and (x2, y2) = (6, -2):
d = √((6 - 4)^2 + (- 2 - 3)^2)
........
click here to see the step by step calculation for d
........
d = 5.39 units