document.write( "Question 173590: how do you find the slope of the line that passes through points \n" ); document.write( "
Algebra.Com's Answer #128452 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! if your given points (x1,y1) and (x2,y2)..the slope is change of y over change in x \n" ); document.write( ": \n" ); document.write( "so m or slope would be y2-y1/x2-x1 \n" ); document.write( ": \n" ); document.write( "with that information with the slope and a point you can find the equation of the line with the point slope formula. y-k=m(x-h) where m is the slope and (h,k) is any point on the line \n" ); document.write( " |