document.write( "Question 207258: find the slope of the line through (-4,2) and (5,8) \n" ); document.write( "
Algebra.Com's Answer #156707 by rfer(16322) ![]() You can put this solution on YOUR website! slope=(y2-y1)/(x2-x1) \n" ); document.write( "slope=(8-2)/(5-(-4)) \n" ); document.write( "slope=6/9=2/3 \n" ); document.write( " |