document.write( "Question 446594: how do i find the slope between to cordinancies without using a graph for example if the question was what is the slope of the line that passes through the points (6,-6) and (-2,6) how would i solve this?? \n" ); document.write( "
Algebra.Com's Answer #307566 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "slope = (y2 -y1)/ (x2-x1)\r \n" ); document.write( "\n" ); document.write( "where (x1,y1) is first coordinate point, (x2,y2) is second point.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope = (-6-6 )/ (6+2) = -12/8\r \n" ); document.write( "\n" ); document.write( " = -3/2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |