Use your method (from Problem 6) to check if the points R (-5, -1), B (-2, -5) and C (4, -12) are on the same straight line. Now plot both sets of points and check your answers.
Answer:
Verified
Using distance formula,
RB=(−2+5)2+(−5+1)2=32+(−4)2=25=5.
BC=(4+2)2+(−12+5)2=62+(−7)2=85=9.22.
RC=(4+5)2+(−12+1)2=92+(−11)2=202=14.21.
If collinear, we would need RB+BC=RC exactly. But 5+85=202 .