Discover a world of knowledge and community-driven answers at IDNLearn.com today. Our experts are ready to provide in-depth answers and practical solutions to any questions you may have.

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

Sagot :

Step-by-step 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 )