document.write( "Question 833927: Determine whether the three points P(-6, -9, 4), Q(-8, -13, -2) and R(-10, -17, -10) are collinear by computing the distances between pairs of points. \r
\n" );
document.write( "\n" );
document.write( "(a) Distance from P to Q:
\n" );
document.write( "(b) Distance from Q to R:
\n" );
document.write( "(c) Distance from P to R:
\n" );
document.write( "(d) Are the three points colinear (y/n)? \n" );
document.write( "
Algebra.Com's Answer #502846 by KMST(5328)![]() ![]() You can put this solution on YOUR website! This is one ugly problem. \n" ); document.write( "Calculating distances is a cumbersome way to find if the points are colinear. \n" ); document.write( "The answer for part (d) could be more easily found in different ways. \n" ); document.write( "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. \n" ); document.write( "Maybe the problem was designed to make students practice concentration, arithmetic and patience, \n" ); document.write( "or maybe students were taught to use a fancy calculator/computer programs to calculate distances without having to think. \n" ); document.write( "I don't like it. I like thinking, understanding, and solving problems by the shortest, more direct route. \n" ); document.write( "However, no one else seemed to want to solve this problem, so I might as well do it. \n" ); document.write( " \n" ); document.write( "If P, Q and R are colinear, two of the distance will add up to the third distance. \n" ); document.write( "If not, the points will be forming a triangle and the sum of the two shortest distances will be greater than the longer distance. \n" ); document.write( " \n" ); document.write( "CALCULATING DISTANCES: \n" ); document.write( "The distance between two points is \n" ); document.write( "the square root of \n" ); document.write( "the sum of the squares of \n" ); document.write( "the differences in the points coordinates. \n" ); document.write( " \n" ); document.write( "NOTE: That is an ugly mouthful that correspond to the uglier formula below, \n" ); document.write( "but the concept is simple and neat; \n" ); document.write( "just apply the Pythagorean theorem once if given two variables, \n" ); document.write( "twice if given 3 variables. \n" ); document.write( "If this NOTE makes sense to you, enjoy it. If it does not make sense, ignore it. \n" ); document.write( " \n" ); document.write( "The distance between points \n" ); document.write( " \n" ); document.write( "So \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Similarly, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "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 \n" ); document.write( "so assuming the sum of the shortest distance added to exactly the longest distance, \n" ); document.write( "we could not be off by more than \n" ); document.write( " \n" ); document.write( "and it differs from \n" ); document.write( "so the points are not colinear. \n" ); document.write( " |