document.write( "Question 174968: how do I find the slope of a line with the points(1,3) and (5,4)? \n" ); document.write( "
Algebra.Com's Answer #130026 by LitaYoung(1)\"\" \"About 
You can put this solution on YOUR website!
you use the formula \"m=+%28y2+-y1%29+%2F+%28x2+-+x1%29\" In the point (1,3), 1 is your x1 and 3 is your y1. In the point (5,4), 5 is your x2 and 4 is your y2. You plug in the numbers into the formula. You solve ans simply to get your slope. \n" ); document.write( "
\n" );