document.write( "Question 590906: What is the slope of the line that contains the points (3, 4) and (1, 2)? \n" ); document.write( "
Algebra.Com's Answer #375369 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! slope = ( change in y ) / ( change in x ) \n" ); document.write( "slope = ( 4 - 2 ) / ( 3 - 1 ) \n" ); document.write( "slope = 2/2 \n" ); document.write( "slope = 1 \n" ); document.write( " |