document.write( "Question 925980: how do I draw line that passes through the points (10,2) and (4,8) and determine the slope of the line? \n" ); document.write( "
Algebra.Com's Answer #561887 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! Given points: \n" ); document.write( " (x1,y1)= (10,2) \n" ); document.write( " (x2,y2)= ( 4,8) \n" ); document.write( "slope (m)= \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( "Result : slope (m)= -1 \n" ); document.write( " |