Compute the distance between (a,b,c) and (-2,5,6).
a.
(a + 2)^2 + (b - 5)^2 + (c - 6)^2
c.
a + b + c -(-2 + 5 + 6)
b.
sqrt((a+2)^2+(b-5)^2+(c-6)^2)
d.
((a + 2) + (b - 5) + (c - 6))^2

Respuesta :

Answer:

b. sqrt(a+2)^2+(b-5)^2+(c-6)^2

Step-by-step explanation:

Use distance formula

sqrt (a-(-2)^2 + (b-5)^2 + (c-6) ^2

sqrt (a+2)^2 +(b+5)^2 + (c-6)^2

Answer:

B

Step-by-step explanation:

took it on edge, it's the right answer :)