document.write( "Question 644036: find vector xy that goes from x(8,2,-9) and y (-12,-1,10)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #405255 by tag22man(4)![]() ![]() ![]() You can put this solution on YOUR website! Given XY = XO + OY (O being the origin given vectors and points RELATIVE to the origin)\r \n" ); document.write( "\n" ); document.write( "Then XY = -OX + OY \n" ); document.write( "Thus XY = OY - OX , where OY is simply y (-12,-1,10) and OX is x(8,2,-9) \n" ); document.write( "Therefore using vector subtraction \n" ); document.write( "XY = (-20,3,-19) \n" ); document.write( " |