Verify that the following points (-1, 0, 2), (1, 1, 4), (3, 2, 6) are collinear.
We will demonstrate solution by all the methods.
Method 1: Vectors n1 and n2 are:
n1 = (1 + 1)i + (1 - 0)j + (4 - 2)k = 2i + j + 2k
n2 = (3 + 1)i + (2 - 0)j + (6 - 2)k = 4i + 2j + 4k


And the points are collinear.
Method 2: Calculating the area between the 3 points:

And the area is 0 therefore the points must be collinear.
Method 3: Calculating the sides a, b and c of the triangle:

We can see that the inequalities are not fulfilled so the points are collinear.
Checking the area between the points by Heron's formula were S = 6

And the area is 0 therefore the points must be collinear.