167k views
3 votes
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

User Martinique
by
5.6k points

2 Answers

4 votes

Answer:

B

Explanation:

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

User KahWee Teng
by
5.7k points
1 vote

Answer:

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

Explanation:

Use distance formula

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

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

User GRASBOCK
by
5.1k points