document.write( "Question 775097: a line contains the point (a,b) and (a+b, c+b). what is the slope of the line? \n" ); document.write( "
Algebra.Com's Answer #472639 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! m = (y2 - y1)/(x2 - x1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m = (c+b - b)/(a+b - a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m = (c)/(b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m = c/b \n" ); document.write( " |