Answer:
(12, -6)
Explanation:
The formula for calculating the midpoint of two coordinates is expressed as shown;
M(X, Y) = [(x1+x2)/2, (y1+y2)/2]
Given the midpoint of ST to be ((6, -2) and one endpoint T is (0,2), according to expression above;
X = (x1+x2)/2
Y = (y1+y2)/2
From the coordinates, X = 6, Y = -2, x1 = 0 and y1 = 2, to get x2 and y2;
X = (x1+x2)/2
6 = (0+x2)/2
cross multiply
12 = 0+x2
x2 = 12-0
x2 = 12
For 2;
Y = (y1+y2)/2
-2 = (2+y2)/2
cross multiply
-4 = 2+y2
y2 = -4-2
y2 = -6
Hence the other endpoint S(x2, y2) is (12, -6)