document.write( "Question 519909: WHAT IS THE SLOPE FROM THE SET OF ORDERD PAIRS? (1,3) (-2,-4) \n" ); document.write( "
Algebra.Com's Answer #797555 by mahikab(11)![]() ![]() ![]() You can put this solution on YOUR website! The slope is 7/3. \n" ); document.write( "The formula for slope is (y1-y2)/(x1-x2) \n" ); document.write( "In this problem we can label the points like this: \n" ); document.write( "x1 = 1 \n" ); document.write( "y1 = 3 \n" ); document.write( "x2 = -2 \n" ); document.write( "y2 = -4 \n" ); document.write( "Now we can input them into the formula: \n" ); document.write( "(3-(-4))/(1-(-2)) \n" ); document.write( "= (3+4)/(1+2) \n" ); document.write( "= 7/3\r \n" ); document.write( "\n" ); document.write( "The slope is 7/3! \n" ); document.write( " |