Given $a, b, c$ are positive integers, and that $$\frac{1}{a + 3} + \frac{1}{b+4} + \frac{1}{c+5} = \frac{7}{12},$$ compute: $$\frac{a}{a+3} + \frac{b}{b+4} + \frac{c}{c+5}$$
Source (Romanian Math Magazine, Gazeta Matematica S:E19.333, this problem marked as targetting 6th graders)
I tried writing the terms as $1 - \frac{1}{a+3}$ and similarly for the others, but I get $3 - \frac{3}{a+3} - \frac{4}{b + 4} - \frac{5}{c + 5}$ which I don't find very helpful.
Many thanks in advance!