SOLUTION: Determine whether the points lie on a straight line A(5, 1, 3), B(7, 9, -1), C(1, -15, 11)

Algebra ->  Linear-equations -> SOLUTION: Determine whether the points lie on a straight line A(5, 1, 3), B(7, 9, -1), C(1, -15, 11)      Log On


   



Question 209061: Determine whether the points lie on a straight line
A(5, 1, 3), B(7, 9, -1), C(1, -15, 11)

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
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.