document.write( "Question 593462: Give the slope of the line that passes through the points ( 5, 4 ) and ( 3, 1 ). \n" ); document.write( "
Algebra.Com's Answer #376322 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "5 4 3 1 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 1 - 4 )/( 3 - 5 \n" ); document.write( "( -3 / -2 ) \n" ); document.write( "m= 3/2 \n" ); document.write( " \n" ); document.write( " |