document.write( "Question 656152: find if the points joining A(6,7,1), B(2,-3,1) and C(4,-5,1) are collinear. \n" ); document.write( "
Algebra.Com's Answer #409367 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( " __ __ \r\n" ); document.write( "We need to find whether the vector AC is a multiple of the vector AB\r\n" ); document.write( "__\r\n" ); document.write( "AC = < 4-6, -5-7, 1-1 > = < -2, -12, 0 > \r\n" ); document.write( "\r\n" ); document.write( "__\r\n" ); document.write( "AB = < 2-6, -3-7, 1-1 > = < -4, -10, 0 >\r\n" ); document.write( "\r\n" ); document.write( "__ __ \r\n" ); document.write( "AC is not a multiple of AB, so A,B, and C are not collinear.\r\n" ); document.write( "\r\n" ); document.write( "---------------------------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "You can also do it by finding the distances between the three points,\r\n" ); document.write( "and determining whether the sum of two of the distances AB, BC, AC are\r\n" ); document.write( "equal to the third distance:\r\n" ); document.write( "\r\n" ); document.write( "AB =\n" ); document.write( " |