AB'nin orta noktası (5, -5) 'dir. A = (-4, -6) ise B nedir?

AB'nin orta noktası (5, -5) 'dir. A = (-4, -6) ise B nedir?
Anonim

Cevap:

B noktası #(14, -4)#

Açıklama:

orta nokta # (x, y) = ((x_1 + x_2) / 2, (y_1 + y_2) / 2) # A noktası, # (x_1, y_1) # ve B, # (x_2, y_2) #

dolayısıyla, # (- 4 + x_2) / 2 = 5 ve (-6 + y_2) / 2 = -5 #

# -4 + x_2 = 10 ve -6 + y_2 = -10 #

# x_2 = 10 + 4 = 14 ve y_2 = -10 + 6 = -4 #

B noktası #(14, -4)#