Question 833927
This is one ugly problem.
Calculating distances is a cumbersome way to find if the points are colinear.
The answer for part (d) could be more easily found in different ways.
I can see they are not colinear by simple mental math, but to answer parts (a), (b), and (c) we need to calculate those distances.
Maybe the problem was designed to make students practice concentration, arithmetic and patience,
or maybe students were taught to use a fancy calculator/computer programs to calculate distances without having to think.
I don't like it. I like thinking, understanding, and solving problems by the shortest, more direct route.
However, no one else seemed to want to solve this problem, so I might as well do it.
 
If P, Q and R are colinear, two of the distance will add up to the third distance.
If not, the points will be forming a triangle and the sum of the two shortest distances will be greater than the longer distance.
 
CALCULATING DISTANCES:
The distance between two points is
the square root of
the sum of the squares of
the differences in the points coordinates.
 
NOTE: That is an ugly mouthful that correspond to the uglier formula below,
but the concept is simple and neat;
just apply the Pythagorean theorem once if given two variables,
twice if given 3 variables.
If this NOTE makes sense to you, enjoy it. If it does not make sense, ignore it.
 
The distance between points {{{P(x[P],y[P],z[P])}}} and {{{Q(x[Q],y[Q],z[Q])}}} is
{{{PQ=sqrt((x[Q]-x[P])^2+(y[Q]-y[P])^2+(z[Q]-z[P])^2)}}}
So {{{PQ=sqrt((-8-(-6))^2+(-13-(-9))^2+(-2-4)^2)}}}
{{{PQ=sqrt((-8+6)^2+(-13+9)^2+(-6)^2)}}}
{{{PQ=sqrt((-2)^2+(-4)^2+(-6)^2)}}}
{{{PQ=sqrt(4+16+36)}}}
{{{PQ=sqrt(56)=sqrt(4*14)=2sqrt(14)="approximately 7.48"}}}
Similarly,
{{{PR=sqrt((-10-(-6))^2+(-17-(-9))^2+(-10-4)^2)}}}
{{{PR=sqrt((-10+6)^2+(-17+9)^2+(-10-4)^2)}}}
{{{PR=sqrt((-4)^2+(-8)^2+(-14)^2)}}}
{{{PR=sqrt(16+64+196)}}}
{{{PR=sqrt(276)=sqrt(4*69)=2sqrt(69)="approximately 16.61"}}}
and
{{{RQ=sqrt((-8-(-10))^2+(-13-(-17))^2+(-2-(-10))^2)}}}
{{{RQ=sqrt((-8+10)^2+(-13+17)^2+(-2+10)^2)}}}
{{{RQ=sqrt(2^2+4^2+8^2)}}}
{{{RQ=sqrt(4+16+64)}}}
{{{RQ=sqrt(84)=sqrt(4*21)=2sqrt(21)="approximately 9.17"}}}
I do not see any benefit from working with those pesky square roots, so let's add the approximate values. They are correct to within {{{0.01}}},
so assuming the sum of the shortest distance added to exactly the longest distance,
we could not be off by more than {{{0.01+0.01+0.01=0.03}}} .
{{{7.48+9.17=16.65}}} is the sum,
and it differs from {{{16.61}}} by {{{16.65-16.61=0.04>0.03}}} ,
so the points are not colinear.