69.9k views
5 votes
The controller (money manager) for a small company puts some money in a bank account paying 4% per year. He uses some additional money, amounting to 1/3 the amount placed in the bank, to buy bonds paying 5% per year. With the balance of the funds, he buys a 10% certificate of deposit. The first year the investments bring a return of $885. If the total of the investments is $10,000 how much is invested at each rate? Suppose the condition that the amount used to buy bonds at 5% per year is equal to 1/3 of the amount placed in the bank is dropped. How is the solution changed? Help me

User Matt Spoon
by
4.8k points

1 Answer

4 votes

Let x be the money used in the bank account that pays 4% and let y be the money used for the 10% certificates. We have that 1/3x is the money used to buy the bonds. Since the total investment is $10,000, then we have the following equation:


\begin{gathered} x+(1)/(3)x+y=10000 \\ \Rightarrow(4)/(3)x+y=10000 \\ \text{ multiply by 3 both sides:} \\ ((4)/(3)x+y=10000)\cdot3=4x+3y=30000 \end{gathered}

to find the return of each investment, we change the rate to decimals and multiply it to the amount of the investment:


\begin{gathered} 0.04x\colon\text{ bank money} \\ 0.05((1)/(3)x)\colon\text{ bonds money} \\ 0.1y\colon\text{ certificate deposits} \end{gathered}

since the total return of the investment is $885, then we have the following equation:


\begin{gathered} 0.04x+0.05((1)/(3)x)+0.1y=885 \\ \text{ multiplying both sides by 3:} \\ (0.04x+0.05((1)/(3)x)+0.1y=885)\cdot3=0.12x+0.05x+0.3y=2655 \\ \Rightarrow0.17x+0.3y=2655 \\ \text{ multiplying both sides by 10:} \\ (0.17x+0.3y=2655)\cdot10=1.7x+3y=26550 \end{gathered}

Now we have the following system of equations:


\begin{gathered} 4x+3y=30000 \\ 1.7x+3y=26550 \end{gathered}

We can substract the second equation from the first to get the following:


\begin{gathered} 4x+3y=30000 \\ -(1.7x+3y=26550) \\ ------------ \\ 2.3x=3450 \\ \Rightarrow x=(3450)/(2.3)=1500 \\ x=1500 \end{gathered}

we have that x=1500. This means that the money on the bankn account is $1500. Now we can use this value to find the money for the bonds and the money for the certificates:


\begin{gathered} x=1500 \\ \text{ money for the bonds:} \\ (1)/(3)x=(1)/(3)(1500)=500 \\ \text{money for the certificates:} \\ 4x+3y=30000 \\ \Rightarrow4(1500)+3y=30000 \\ \Rightarrow3y=30000-6000=24000 \\ \Rightarrow y=(24000)/(3)=8000 \\ y=8000 \end{gathered}

finally, we have that the money used for the bonds is $500 and for the certificates is $8000.

Now, suppose that the controller don't buy the bonds. Then the equations would be the following:


\begin{gathered} x+y=10000 \\ 0.04x+0.1y=885 \end{gathered}

Solving the system we get the following:


\begin{gathered} \text{first multiply the second equation by 10:} \\ (0.04x+0.1y=885)\cdot10 \\ \Rightarrow0.4x+y=8850 \\ \text{then we substract the second equation from the first:} \\ x+y=10000 \\ -(0.4x+y=8850) \\ ------------- \\ 0.6x=1150 \\ \Rightarrow x=(1150)/(0.6)=1916.67 \\ x=1916.67 \\ \Rightarrow1916.67+y=10000 \\ \Rightarrow y=10000-1916.67=8083.33 \\ y=8083.33 \end{gathered}

We can see that the solution changes with an increment on both quantities. Since the investments only were two, the money invested had to go up.

User Yunqing Gong
by
5.2k points