40,534 views
42 votes
42 votes
Find the distance between A (2,0,-1) and B (3,1,4) and find the mid-point of line segment AB."

User Probono
by
3.1k points

1 Answer

10 votes
10 votes

Explanation:

To Find :-

  • Distance between the two points .

Solution :-

Using Distance Formula ,

> d = √{ ( 2-3)² + (0-1)² + (-1-4)² }

> d = √{ (-1)² + (-1)² + (-5)² }

> d = √{ 1 + 1 + 25 }

> d = √26 .

Using midpoint formula ,

> m = ( 2+3/2 , 0+1/2 , -1+4/3 )

> m = ( 5/2 , 1/2 , -3/3 )

> m = ( 2.5 , 0.5 , -1 )

User MonkeyWrench
by
3.2k points