
Varun M. answered 05/13/20
Georgia Tech Undergrad For Math and Science Tutoring
Let's start this problem by first noting that we are being asked to calculate simple interest for all of the investments. The formula for simple interest is A = P(1+rt), where A is the amount present after t years, P is the initial investment, and r is the rate expressed in decimal form (not percent).
Next, let's denote P1 as the initial investment that Julie makes in treasury bills, P2 as the initial investment that Julie makes in treasury bonds, and P3 as the initial investment that Julie makes in corporate bonds. We know that she only has $8000 to invest initial, so we can say that P1 + P2 + P3 = $8000. We also know that she wants to invest $3000 less in treasury bills than her investment in corporate bonds. Based on this knowledge, we can say that P1 = P3 - $3000.
Now we have 3 variables, and two equations concerning those three variables. In order to solve this problem in a simple manner, we would like to be able to use a system of equations. However, in order for that to happen, we would need 3 linearly independent equations that describe our 3 variables. All we have left to do is produce one more equation or relationship based on the knowledge we've been given.
We know that after t = 1 year, Julie wants her total investments to be worth $8330 ($8000 initial investment plus $330 in growth). The amount after the first year can be modeled as such: A = P(1+r). Now, let's denote A1 = P1(1+0.03), where A1 is the total value of the investment in treasury bills after one year, A2 = P2(1+0.02), where A2 is the total value of the investment in treasury bonds after one year, and A3 = P3(1+0.05), where A3 is the total value of the investment in corporate bonds after one year. Notice that I have substituted the respective rate of growth for each investment as a decimal in the place of r. Based on the knowledge that we have, we can say that A1 + A2 + A3 = $8330, or in other words that the total worth of her investments after one year is $8330. Now, we can substitute in the expressions for A1, A2, and A3 in order to get an equation in terms of P1, P2, and P3. Doing so will produce P1(1+0.03) + P2(1+0.02) + P3(1+0.05) = $8330.
Now we have the following equations in terms of P1, P2, and P3:
P1 + P2 + P3 = $8000
P1 = P3 - $3000
P1(1+0.03) + P2(1+0.02) + P3(1+0.05) = $8330
At this point, you can enter these equations into a system of equations calculator and arrive at the correct answer. Alternatively, by hand we can first rearrange these equations.
P1 + P2 + P3 = $8000
P1 - P3 = - $3000
P1(1.03) + P2(1.02) + P3(1.05) = $8330
From this form, we can write the system of equations into a coefficients matrix, a variables vector, and a solutions vector, in the form Ax = b. We can then row reduce this matrix to find the solution. From this system of equation, we can determine that:
P1 = $2000
P2 = $1000
P3 = $5000
This tells us that Julie should initial invest $2000 into treasury bills, $1000 into treasury bonds, and $5000 into corporate bonds in order to achieve her investment goals for the first year.
Hope this was helpful!