To solve this problem, you're going to want to use the distance formula:
d = √[(x2 - x1)2 + (y2 - y1)2]
Where "d" is the distance between the two points and
(x1, y1) = coordinates of the first point
(x2, y2) = coordinates of the second point
One thing to note here is that it doesn't matter which point is your "first" point and which point is your "second" point - you'll get the same answer either way.
So let's just keep it easy and make point E our first point and point F our second point:
First Point: (x1, y1) = (-2, 3)
Second Point: (x2, y2) = (3, 5)
Now, we substitute each value into the equation:
d = √[(3 - -2)2 + (5 - 3)2)] = √(52 + 22) = √29
So the distance between points E and F is √29 (the square root of 29)
Jon M.
01/06/23