Question 209061
Determine whether the points lie on a straight line
A(5,1,3), B(7,9,-1), C(1,-15,11)
-----------
For A to B:
diffx = 2
diffy = 8
diffz = -4
------------
For A to C:
diffx = -4
diffy = -16
diffz = 8
------------
The differences have the same ratios, ie, the AC differences are -2 times the AB differences.  The 3 points are colinear.