document.write( "Question 272267: Find the slope of the line passing through the points (-3, -10) and (4, 5). \n" ); document.write( "
Algebra.Com's Answer #199230 by dmadaisy(1)![]() ![]() ![]() You can put this solution on YOUR website! Slope formula is:\r \n" ); document.write( "\n" ); document.write( "y2-y1/x2-x1\r \n" ); document.write( "\n" ); document.write( "First points are (-3,-10) = x1,y1 \n" ); document.write( "Second points are (4,5) = x2,y2\r \n" ); document.write( "\n" ); document.write( "Put points into the formula:\r \n" ); document.write( "\n" ); document.write( "5-(-10)/4-(-3) = 15/7\r \n" ); document.write( "\n" ); document.write( "The slope if the line is 15/7 \n" ); document.write( " |