document.write( "Question 244954: Please determine whether or not the following points are collinear or not
\n" ); document.write( "(1,9),(7,3), and (10,0)\r
\n" ); document.write( "\n" ); document.write( "(-2,-1),(5,5), ans (7,9)
\n" ); document.write( "

Algebra.Com's Answer #179118 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
if the slopes (m), from the first point to each of the other two points, are equal; then the three points are colinear\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(1,9),(7,3), and (10,0)
\n" ); document.write( "m1 = (3 - 9) / (7 - 1) = -1
\n" ); document.write( "m2 = (0 - 9) / (10 - 1) = -1
\n" ); document.write( "slopes are equal, so points are colinear\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(-2,-1),(5,5), ans (7,9)
\n" ); document.write( "m1 = (5 - -1) / (5 - -2) = 6/7
\n" ); document.write( "m2 = (9 - -1) / (7 - -2) = 10/9
\n" ); document.write( "slopes are NOT equal, so points are NOT colinear
\n" ); document.write( "
\n" );