SOLUTION: Determine the approximate distance between A(1, 1, 1) and B(1, 2, 3).

Algebra ->  Test -> SOLUTION: Determine the approximate distance between A(1, 1, 1) and B(1, 2, 3).      Log On


   



Question 87714: Determine the approximate distance between A(1, 1, 1) and B(1, 2, 3).
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Determine the approximate distance between A(1, 1, 1) and B(1, 2, 3).
--------------
distance = sqrt[(1-1)^2 + (1-2)^2 + (1-3)^2]
distance = sqrt[1 + 1 + 4]
distance = sqrt6
distance = 2.44949
===========
Cheers,
Stan H.