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".
![a+b+c=6000\hspace{5em}\underline{c=a+b+200} \\\\\\ a+b+\stackrel{c}{(a+b+200)}=6000\implies 2a+2b+200=6000\implies 2a+2b=5800 \\\\\\ 2b=5800-2a\implies b=\cfrac{5800-2a}{2}\implies \boxed{b=2900-a} \\\\[-0.35em] ~\dotfill\\\\ \stackrel{\textit{since we know that}}{c=a+b+200}\implies \stackrel{substituting}{c=a+(\underset{b}{2900-a})+200}\implies c=a+2900-a+200 \\\\\\ c=2900+200\implies {\Large \begin{array}{llll} c=3100 \end{array}} \\\\[-0.35em] ~\dotfill](https://img.qammunity.org/2023/formulas/mathematics/college/c1m83jqo1j3mzkv7scjf7vhicvndrnt6cf.png)
