document.write( "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
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #661659 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Subtract x the coordinates: Qx - Px = 6 - 4 = 2 \n" ); document.write( "Subtract y the coordinates: Qy - Py = 2 - (-1) = 2+1 = 3 \n" ); document.write( "Subtract z the coordinates: Qz - Pz = -5 - 1 = -6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the displacement vector is <2, 3, -6> \n" ); document.write( " |