Maybe you should look up "partial fractions". It is quite an interesting technique. I found something on it in Wikipedia and was able to find a solution to your problem fairly quickly. There was something about reducing the degree of the denominator by one, so I wrote
x2 - x - 5 ... Ax + B .. Cx + D
--------- = ------- + --------- ... (ignore the dots - trying to align it)
(x-2)(x-1) ... (x-2) ... (x-1)
The expression on the left side is your problem, with a factor of x taken out to make it simpler (you can multiply the answer by x later).
The idea of this technique is to guess that this can be done, then use the above equation to find the values of A, B, C and D that make it work - if you can.
Multiply every term by the common denominator to eliminate fractions. Then play. For example, letting x=0 on both sides gives -5 = -B - 2D.
Another example, on the left the coefficient of x2 is 1 and on the right, A + C, so you have A+C = 1. Do this kind of thing a few times and pretty soon you can figure out what A, B, C and D are. Then you must check to see if your answer equals the original expression!