Answer:
B(3, 8 )
Explanation:
Given endpoints (x₁, y₁ ) and (x₂, y₂ ) then the midpoint is
[
(x₁ + x₂ ),
(y₁ + y₂ ) ]
let the coordinates of B = (x, y )
Then apply the formula and equate coordinates to midpoint coordinates, that is
x =
(x + 1) = 2 ( multiply both sides by 2 )
x + 1 = 4 ( subtract 1 from both sides )
x = 3
-----------
y =
(y + 2 ) = 5 ( multiply both sides by 2 )
y + 2 = 10 ( subtract 2 from both sides )
y = 8
----------
Thus B = (3, 8 )