document.write( "Question 1063614: Determine if the points (1,5),(2,3) and (-2,-11) are collinear. \n" ); document.write( "
Algebra.Com's Answer #678740 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! Q: \n" ); document.write( "Determine if the points (1,5),(2,3) and (-2,-11) are collinear.\r \n" ); document.write( "\n" ); document.write( "Tutorial: \n" ); document.write( "The 3 points are collinear if they lie on the same line. \n" ); document.write( "First, we get get the equation of the line containing the first 2 points. \n" ); document.write( "We compute the slope of the points (1,5) and (2,3). \n" ); document.write( "The slope is equal to \"change in y\" divided by \"change in x\" \n" ); document.write( "slope, m = \n" ); document.write( "\n" ); document.write( "Next, we use the point-slope form \n" ); document.write( "We choose ( \n" ); document.write( "y - 5 = -2(x - 1) \n" ); document.write( "y - 5 = -2x + 2 \n" ); document.write( "y = -2x + 7 is the equation of the line containing (1, 5) and (2, 3). \n" ); document.write( "Next, we check if the 3rd point (-2, -11) satisfies the equation y = -2x+7. \n" ); document.write( "If x = -2, then y = -2(-2)+7 = 11 (NOT equal to -11) \n" ); document.write( "Therefore, the 3 given points are NOT collinear \n" ); document.write( " \n" ); document.write( " |