document.write( "Question 257108: write an equation in slope intercept form of the line that passes through (0,5) and (-3,-4) \n" ); document.write( "
Algebra.Com's Answer #189096 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let A be(0,5) and B be (-3,-4) \n" ); document.write( "The equation of the line passing through the points A and B is \n" ); document.write( " (x-0)/(0+3) = (y-5)/(5+4) \n" ); document.write( " 9x = 3(y-5) \n" ); document.write( " 9x = 3y-15 \n" ); document.write( " 9x+15 = 3y \n" ); document.write( " 3y = 9x+15 \n" ); document.write( " y = (9/3)x+15/3 \n" ); document.write( " y = 3x+5 \n" ); document.write( " \n" ); document.write( " |