Hey, Keissa. To find the distance D between two points (x1, y1) and (x2, y2), use the Distance Formula:
D = sqrt [(y2 - y1)² + (x2 - x1)²]
= sqrt [(-5 - 3)² + (2 - (-4))²]
= sqrt [(-8)² + 6²] = sqrt (64 + 36) = sqrt (100) = 10
The Midpoint Formula states that given two points (x1, y1) and (x2, y2), then the midpoint M is defined as:
M = {(x1 + x2)/2 , (y1 + y2)/2}
The x-coordinate of the midpoint is (-4 + 2)/2 = -2/2 = -1
The y-coordinate of the midpoint is (3 + (-5))/2 = -2/2 = -1
So the midpoint is (-1, -1)
Michael A.
10/04/16