I am new to this, how do i use vectors to find the points of the last vertex?
Given the points: $A,B,C$ and $D$ forms a parallelogram with adjacent sides $AB$ and $AC$ and vertices $A = (5,0,0) ,B = (0,1,0), C = (0,0,4)$.
Find the coordinates of $D$
Appreciate the assistance.
Hint:
A parallelogram has two pairs of parallel sides equal, so either $A - B$ = $C - D$, or $A - C = B - D$.