Answer:
XY = 5

Explanation:
Calculate the coordinates of X and Y using the midpoint formula
[
(x₁ + x₂),
(y₁ + y₂) ]
with (x₁, y₁ ) = A(- 3, 9) and (x₂, y₂ ) = B(- 5, - 3)
X = [
(- 3 - 5),
(9 - 3) ] = (- 4, 3)
Repeat with
(x₁, y₁ ) = B(- 5, - 3) and (x₂, y₂ ) = C(7, - 1)
Y = [
(- 5 + 7),
(- 3 - 1) ] = (1, - 2)
---------------------------------------------------------------------------------------------
Calculate the length of XY using the distance formula
d = √ (x₂ - x₁ )² + (y₂ - y₁ )²
with (x₁, y₁ ) = X(- 4, 3) and (x₂, y₂ ) = Y(1, - 2)
XY =

=

=
=
= 5
