document.write( "Question 1203630: what is the slope intercept form of the equation of the line that passes through the point (2,5) and (-3,-1) \n" ); document.write( "
Algebra.Com's Answer #839368 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! what is the slope intercept form of the equation of the line that passes through the point (2,5) and (-3,-1) \n" ); document.write( "---------------- \n" ); document.write( " \r\n" ); document.write( "| x y 1|\r\n" ); document.write( "| 2 5 1| = 0\r\n" ); document.write( "|-3 -1 1|\r\n" ); document.write( " \n" ); document.write( "x*(5*1 - -1*1) - y*(2*1 - 1*-3) + 2*-1 - -3*5 = 0 \n" ); document.write( "6x - 5y + 13 = 0 \n" ); document.write( "5y = 6x + 13 \n" ); document.write( "y = (6/5)x + 13/5 \n" ); document.write( " |