document.write( "Question 88025: Find the slope of the line passing through the points (1, 4) and (7, 2). \n" ); document.write( "
Algebra.Com's Answer #63909 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
To find the slope going from (1,4) to (7,2) we are going to calculate the change in y over the change in x, or the rise over the run. The change is the difference between the two coordinates. So if the y-coordinate of a point goes from 4 to 2, the change in these numbers is -2 (since \"2-4=-2\"). If the x-coordinate changes from 1 to 7, then the change is 6 (since \"7-1=6\"). So to calculate the slope we use this formula: \r
\n" ); document.write( "\n" ); document.write( " Slope:\r
\n" ); document.write( "\n" ); document.write( "\"m=%28change_in_y%29%2F%28change_in_x%29=rise%2Frun\" where m is the slope\r
\n" ); document.write( "\n" ); document.write( "So now we let \"y%5B2%5D=2\",\"y%5B1%5D=4\",\"x%5B2%5D=7\",\"x%5B1%5D=1\"Now plug these numbers into the slope formula:\r
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Which reduces to \"m=-1%2F3\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the slope is \"m=-1%2F3\"
\n" ); document.write( "
\n" );