document.write( "Question 262353: What is the equation of the line that passes through (6,-4)and (3,2) \n" ); document.write( "
Algebra.Com's Answer #193277 by EMStelley(208) You can put this solution on YOUR website! The first thing we need to determine here is the slope of the line. Remember that if you have two points (x1,y1) and (x2,y2), the slope is:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So here, (x1,y1) is (6,-4) and (x2,y2) is (3,2), so the slope is:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now, remember that if you have a point (x1,y1) and a slope m, the equation of the line is:\r \n" ); document.write( "\n" ); document.write( "y-y1 = m(x-x1)\r \n" ); document.write( "\n" ); document.write( "So we have\r \n" ); document.write( "\n" ); document.write( "y-(-4) = -2(x-6)\r \n" ); document.write( "\n" ); document.write( "y+4 = -2x+12\r \n" ); document.write( "\n" ); document.write( "y = -2x + 8 \n" ); document.write( " |