document.write( "Question 22700: how do you find slope? \n" ); document.write( "
Algebra.Com's Answer #11102 by pridgea(6)![]() ![]() ![]() You can put this solution on YOUR website! let's say you have the following points on a coordinate system, (1,2) and (3,4). let's say 1=h, 2=i, 3=j, and 4=k: slope=(k-i)/(j-h) slope=(4-2)/(3-1) slope =2/2 slope=1 \n" ); document.write( " |