document.write( "Question 396167: What is the point-slope form of the line that passes through (3,-3) and (5,1)? \n" ); document.write( "
Algebra.Com's Answer #281102 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! What is the point-slope form of the line that passes through (3,-3) and (5,1)?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope m = rise/run = (y2 - y1)/(x2 - x1) \n" ); document.write( "m = (1 - -3)/(5 - 3) = (1 + 3)/2 = 4/2 = 2 \n" ); document.write( "point-slope form of a line: \n" ); document.write( "y - y1 = m(x - x1) where (x1, y1) is the point to plug in, should be same result with both points given \n" ); document.write( "using (5,1): y - 1 = 2(x - 5) \n" ); document.write( "y - 1 = 2(x - 5) \n" ); document.write( "y - 1 = 2x - 10 \n" ); document.write( "y = 2x - 9 \n" ); document.write( "using (3,-3): y - -3 = 2(x - 3) \n" ); document.write( "y + 3 = 2(x - 3) \n" ); document.write( "y + 3 = 2x - 6 \n" ); document.write( "y = 2x - 9, yes \n" ); document.write( " \n" ); document.write( " |