I have this:
$$\frac{a}{b} - \frac{a}{c} = 1$$ Solve for $c$. Then,
$$\frac{a}{b} - \frac{a}{c} = 1 \cdot bc$$
$$ = ac - ab = bc$$
$$ = a(c - b) = bc$$
$$ c = \frac{bc}{a} + b$$ This is my final result.
But the correct result is:
$$c=\frac{ab}{a-b}$$
What I development wrong in this equation ?
You have expressed the solution to $c$ in terms of $c$, where you need to have it in terms of $a$ and $b$. This is what gives you a different(although correct) answer.
From $ac-ab=bc$, you should have taken the variables with $c$ to one side, like so:
$$ac-bc=ab \implies c(a-b)=ab$$
Can you continue from here?