document.write( "Question 1206881: Find the vector v with initial point P and terminal point Q.
\n" );
document.write( "P(6, −1, 0), Q(0, −2, 3) \n" );
document.write( "
Algebra.Com's Answer #844582 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Subtract the coordinates in the form Q - P \n" ); document.write( "Qx - Px = 0 - 6 = -6 \n" ); document.write( "Qy - Py = -2 - (-1) = -1 \n" ); document.write( "Qz - Pz = 3 - 0 = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: < -6, -1, 3 >\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This basically says: \"To get from P to Q we move 6 units in the negative x direction, 1 unit in the negative y direction, and 3 units in the positive z direction\". \n" ); document.write( " \n" ); document.write( " |