Added by Madhu Anbuselvam on March 10, 2002 at 19:07:09:
This formula allows you find the slope of a line with two given points on the actual line. The points: (X1, Y1), (X2, Y2)The formula: (Y2-Y1)/(X2-X1) another form: rise/run