document.write( "Question 38049: how do i find the SLOPE of
\n" );
document.write( "a. (8,3), (-4,3)
\n" );
document.write( "b. (9,-2), (3,4) \n" );
document.write( "
Algebra.Com's Answer #23547 by fractalier(6550) You can put this solution on YOUR website! Use the slope formula \n" ); document.write( "m = (y2 - y1) / (x2 - x1) \n" ); document.write( "for the first pair we have \n" ); document.write( "m = (3 - 3) / (-4 - 8) = 0 \n" ); document.write( "and for the second \n" ); document.write( "m = (4 - -2) / (3 - 9) = 6 / -6 = -1 \n" ); document.write( " |