document.write( "Question 187648: Draw a graph of the line passing through the points(-6,-7) and(-3,-5).Does the
\n" );
document.write( "point (3,-1)also lie on this line?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #140681 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Draw a graph of the line passing through the points(-6,-7) and(-3,-5).Does the \n" ); document.write( "point (3,-1)also lie on this line? \n" ); document.write( ". \n" ); document.write( "Algebraically: \n" ); document.write( "slope m = (-5+7)/(-3+6) = 2/3 \n" ); document.write( ". \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - (-5) = (2/3)(x - (-3)) \n" ); document.write( "y + 5 = (2/3)x + 2 \n" ); document.write( "y = (2/3)x - 3 (this is the equation of the line) \n" ); document.write( ". \n" ); document.write( "Testing the point:(3,-1) \n" ); document.write( "y = (2/3)x - 3 \n" ); document.write( "-1 = (2/3)3 - 3 \n" ); document.write( "-1 = 2 - 3 \n" ); document.write( "-1 = -1 \n" ); document.write( ". \n" ); document.write( "So, YES, the point does lie on the line. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |