document.write( "Question 209061: Determine whether the points lie on a straight line
\n" ); document.write( "A(5, 1, 3), B(7, 9, -1), C(1, -15, 11)
\n" ); document.write( "

Algebra.Com's Answer #158403 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Determine whether the points lie on a straight line
\n" ); document.write( "A(5,1,3), B(7,9,-1), C(1,-15,11)
\n" ); document.write( "-----------
\n" ); document.write( "For A to B:
\n" ); document.write( "diffx = 2
\n" ); document.write( "diffy = 8
\n" ); document.write( "diffz = -4
\n" ); document.write( "------------
\n" ); document.write( "For A to C:
\n" ); document.write( "diffx = -4
\n" ); document.write( "diffy = -16
\n" ); document.write( "diffz = 8
\n" ); document.write( "------------
\n" ); document.write( "The differences have the same ratios, ie, the AC differences are -2 times the AB differences. The 3 points are colinear.
\n" ); document.write( "
\n" );