document.write( "Question 518941: how do i write and equation of the line through points (2,4) and (3,-3)? \n" ); document.write( "
Algebra.Com's Answer #345305 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! how do i write and equation of the line through points (2,4) and (3,-3)? \n" ); document.write( "first, find slope between the two points by applying: \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( "m = (-3-4)/(3-2) \n" ); document.write( "m = -7/1 \n" ); document.write( "m = -7 \n" ); document.write( ". \n" ); document.write( "Using the slope (m) and either of the two points (2,4) plug it into the \"point-slope\" form: \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - 4 = -7(x - 2) \n" ); document.write( "y - 4 = -7x + 14 \n" ); document.write( "y = -7x + 18 (this is the answer in \"slope-intercept\" form)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |