21.1k views
3 votes
Find the midpoint (M) between points A and B if A = (4, 0, 2) and B = (-3, 0, 9)

1 Answer

6 votes

Answer:

Explanation:

Midpoint of A(x1,y1,z1) and B(x2,y2,z2) is

(x1+x2/2,y1+y2/2,z1+z2/3)

(x1,y1,z1) = (4, 0, 2)

(x2,y2,z2)=(-3, 0, 9)

Midpoint = (4+(-3)/2,0+0/2,9+2/2)=(1/2,0,11/2)

User Bertday
by
8.5k points