a = amount invested at 4%
how much is 4% of "a"? (4/100) * "a", namely 0.04a.
b = amount invested at 10%
how much is 10% of "b"? (10/100) * "b", namely 0.10b.
c = amount invested at 14%
how much is 14% of "c"? (14/100) * "c", namely 0.14c.
we know the total amount invested is 6000, so whatever "a" and "b" and "c" might be, we know that a + b +c = 6000.
we also know that the yielded amount in interest is $652, so if we simply add their interest, that'd be 0.04a + 0.10b + 0.14c.
the combined amount of "a" and "b" is simply a + b, and we also know that "c" is that much plus 200, namely "c = a + b + 200".