87.9k views
5 votes
What are the coordinates of B?

What are the coordinates of B?-example-1
User Saroj Raut
by
4.1k points

1 Answer

4 votes

We can do 'point' arithmetic.

M = (A+B)/2

2M = A+B

B = 2M - A

We have M(3, -4) and A(8, -5)

B = 2(3, -4) - (8, -5) = (6,-8) - (8,-5) = (-2, -3)

Check:

(A+B)/2 = ( (8+-2)/2, (-5+ -3)/2) = (3, -4) good

Answer: (-2, -3)

User JoeSchr
by
4.8k points