328,973 views
5 votes
5 votes
The vertices A B C of a triangle are (2,-1,-3) (4,2,3) and (6,3,4) respectively. Show that vector AB=(2,3,6) and AC=9.​

User Hypno
by
2.7k points

1 Answer

21 votes
21 votes

Try this option:

1) vector AB=(2;3;6).


(X_B-X_A;Y_B-Y_A;Z_B-Z_A); \ => (4-2;2+1;3+3); \ =>(2;3;6).

2) |AC|=9.


|AC|=√((X_C-X_A)^2+(Y_C-Y_A)^2+(Z_C-Z_A)^2)=√((6-2)^2+(3+1)^2+(4+3)^2)=√(81)=9.

User Tebbe
by
2.9k points