Answer:
A (2, 6 )
Explanation:
given endpoints (x₁, y₁ ) and (x₂, y₂ ) then the midpoint is
[
(x₁ + x₁ ),
(y₁ + y₂ ) ]
here (x₁, y₁ ) = D(8, 2 )
let the coordinates of A be (x₂, y₂ )
then equate the x and y parts to the coordinates of the midpoint, that is
(8 + x₂ ) = 5 ( multiply both sides by 2 to clear the fraction )
8 + x₂ = 10 ( subtract 8 from both sides )
x₂ = 2 ← x- coordinate of A
and
(2 + y₂ ) = 4 ( multiply both sides by 2 to clear the fraction )
2 + y₂ = 8 ( subtract 2 from both sides )
y₂ = 6 ← y- coordinate of A
coordinates of A = (2, 6 )