slope of a line between two points is (change in y)/(change in x) or (yL-yK)/(xL-xK). It doesn't matter which point you choose to claculate the change with respect to as the slope will be the same (It would just change signs of the numerator and the denominator of the fraction).
So grind away with the non-numerical values given ((c+d)-(c-d))/((c-d)-(c+d))
or 2d/(-2d) = -1 If you picture the vertical line at x = c. and y = 0: K is d over in x and -d in y and L is -d over in x and +d in y. The slope from this origin point is -d/d = d/-d = -1
Hope that helped.