SOLUTION: The cartion co-ordination p and q are p(4,-1,1) q(6,2,-5).find displacement vector from p to q

Algebra ->  College  -> Linear Algebra -> SOLUTION: The cartion co-ordination p and q are p(4,-1,1) q(6,2,-5).find displacement vector from p to q       Log On


   



Question 1046171: The cartion co-ordination p and q are p(4,-1,1) q(6,2,-5).find displacement vector from p to q

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Subtract x the coordinates: Qx - Px = 6 - 4 = 2
Subtract y the coordinates: Qy - Py = 2 - (-1) = 2+1 = 3
Subtract z the coordinates: Qz - Pz = -5 - 1 = -6

So the displacement vector is <2, 3, -6>