SOLUTION: Maria invested a total of $26000 into three accounts: a saving account paying 3\% interest, a CD deposit paying 4% interest, and a bond paying 5% interest. Her total annual interes

Algebra ->  Matrices-and-determiminant -> SOLUTION: Maria invested a total of $26000 into three accounts: a saving account paying 3\% interest, a CD deposit paying 4% interest, and a bond paying 5% interest. Her total annual interes      Log On


   



Question 1203997: Maria invested a total of $26000 into three accounts: a saving account paying 3\% interest, a CD deposit paying 4% interest, and a bond paying 5% interest. Her total annual interest from the three investments was $1000. The interest from the saving account was $460 less than the total interest from the other two investments. How much did she invest at each rate? (Use matrices to solve this system of linear equations.)
Found 3 solutions by ikleyn, greenestamps, math_tutor2020:
Answer by ikleyn(52884) About Me  (Show Source):
You can put this solution on YOUR website!
.
Maria invested a total of $26000 into three accounts:
a saving account paying 3% interest,
a CD deposit paying 4% interest,
and a bond paying 5% interest.
Her total annual interest from the three investments was $1000.
The interest from the saving account was $460 less than the total interest
from the other two investments. How much did she invest at each rate?
(Use matrices to solve this system of linear equations.)
~~~~~~~~~~~~~~~~~~~~~~

Let the unknown variables be

    A = saving Account paying 3% interest;
    D = CD Deposit paying 4% interest;
    B = Bond paying 5% interest.


Write equations as you read the problem

         A +      D +     B = 26000      (1)

    0.03*A + 0.04*D + 0.05B =  1000      (2)

   -0.03*A + 0.04*D + 0.05B =   460      (3)


Subtract equations (3) from equation (3).  You will get

    0.006*A                 = 1000 - 460 = 540  --->  A = 540%2F0.06 = 9000.


Add equations (2) and (3).  You will get 

            0.08*D + 0.1B   =  1460     (4)


Substitute  A = 9000 into equation (1), You will get

                D +       B = 26000 - 9000,

                D +       B = 17000     (5)


So, now the problem is reduced from 3 unknowns to 2 unknowns

            0.08*D +  0.1*B  =  1460    (4)

                D +        B = 17000    (5)


Solve by elimination.  For it, multiply equation (5)  by 0.08  (both sides ).

            0.08*D + 0.1* B  =  1460    (4)

            0.08*D + 0.08*B  =  1360    (5)


Now subtract equation (5) from equation (4).  You will get

                     0.02*B  =  100,

                          B  =  100%2F0.02 = 5000.


Finally, from equation (1),  D = 26000 - 9000 - 5000 = 12000.


ANSWER.  A = 9000;  B = 5000;  D = 12000.

Solved.



Answer by greenestamps(13209) About Me  (Show Source):
You can put this solution on YOUR website!


We don't know what you mean when you say to solve the problem using matrices. That might mean using a calculator like a TI-83 or TI-84; it might mean using the Gauss-Jordan method; or it might mean using Cramer's rule.

Since we don't know what method you wanted us to use, I won't use matrices at all. And indeed you learn a lot more about solving problems by using an algebraic method.

Here is how I would work the problem, after looking at the given information and considering different possible approaches.

Note that, for a purely algebraic solution, I looked for a way to set the problem up using a single variable, which nearly always makes solving the problem easier.

Let x be the amount of interest from the savings account
Then x+460 is the amount of interest from the CD and bonds

The total interest is $1000:

x%2B%28x%2B460%29=1000
2x=540
x=270

The amount of interest from the savings account was $270. Since the savings account earned 3% interest, the amount invested in the savings account was $9000.

So the other $17,000 was invested in the CD and the bonds, yielding $730 interest.

The CD earned 4% interest and the bonds earned 5% interest. So a standard formal algebraic solution would start something like this:

let x be the amount invested in the CDs at 4%
then 17000-x is the amount invested in bonds at 5%

The total interest from those two investments was $730:

.04%28x%29%2B.05%2817000-x%29=730

I leave it to you to finish the problem by that method.

I prefer an informal method for finishing the problem, like this:

All $17000 invested at 4% would have yielded $680 interest; all at 5% would have yielded $850 interest.

The actual interest amount was $730, which is 50/170 = 5/17 of the way from $680 to $850.

That means 5/17 of the remaining $17,000 was invested at the higher rate.

5/17 of $17,000 is $5000; so $5000 was invested in the bonds and the other $12,000 in the CD.

ANSWERS:
$9000 at 3% (savings account)
$12000 at 4% (CD)
$5000 at 5% (bonds)

CHECK: .03(9000)+.04(12000)+.05(5000) = 270+480+250 = 1000


Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

x = amount invested in savings account (interest rate of 3%)
y = amount invested in CD (interest rate of 4%)
z = amount invested in bond (interest rate of 5%)

x+y+z = 26000 = total amount invested

0.03x = interest from savings account
0.04y = interest from CD
0.05z = interest from bond
0.03x+0.04y+0.05z = total interest = 1000
This is over a 1 year period.

Let's multiply both sides by 100 to clear out the decimals.
0.03y+0.04y+0.05z = 1000
100*(0.03y+0.04y+0.05z) = 100*1000
3x+4y+5z = 100000

We'll use the fact that "The interest from the saving account was $460 less than the total interest from the other two investments" to form the equation:
0.03x = 0.04y+0.05z-460
which can be rearranged into
0.03x-0.04y-0.05z = -460
and scales up to
3x-4y-5z = -46000
after multiplying both sides by 100.

System of equations
x+y+z = 26000
3x+4y+5z = 100000
3x-4y-5z = -46000

The augmented matrix would be
%28matrix%283%2C4%2C1%2C1%2C1%2C26000%2C3%2C4%2C5%2C100000%2C3%2C-4%2C-5%2C-46000%29%29
which I'll rewrite into a tabular form like this
11126000
345100000
3-4-5-46000

Normally matrices do not have grid lines to separate out the entries.
But I find it's cleaner to have these lines.

The goal I'll aim for is to get the augmented matrix into row echelon form (REF).
11126000
345100000
3-4-5-46000

11126000
01222000R2 - 3*R1 --> R2
3-4-5-46000

Notation like R2 - 3*R1 --> R2 means "triple the entries of row 1 (aka R1), and subtract them from R2. Store the final results in R2 (we'll overwrite R2)".
11126000
01222000
0-7-8-124000R3 - 3*R1 --> R3

11126000
01222000
00630000R3 + 7*R2 --> R3

11126000
01222000
0015000(1/6)*R3 --> R3

The matrix is now in row echelon form.

The last row says 0x+0y+1z = 5000, i.e. z = 5000

Use this to perform back substitution to find y.
The 2nd row says: 0x+1y+2z = 22000

So,
0x+1y+2z = 22000
y+2z = 22000
y+2*5000 = 22000
y+10000 = 22000
y = 22000-10000
y = 12000

The last steps of back substitution look like this
1x+1y+1z = 26000
x+y+z = 26000
x+12000+5000 = 26000
x+17000 = 26000
x = 26000-17000
x = 9000

We conclude these solutions

x = 9000
y = 12000
z = 5000


----------------------------

Here's what it would look like to get the matrix into reduced row echelon form (RREF)


11126000
345100000
3-4-5-46000

11126000
01222000R2 - 3*R1 --> R2
3-4-5-46000

11126000
01222000
0-7-8-124000R3 - 3*R1 --> R3

11126000
01222000
00630000R3 + 7*R2 --> R3

11126000
01222000
0015000(1/6)*R3 --> R3

11126000
01012000R2 - 2*R3 --> R3
0015000

11021000R1 - R3 --> R1
01012000
0015000

1009000R1 - R2 --> R1
01012000
0015000


We have gone from
%28matrix%283%2C4%2C1%2C1%2C1%2C26000%2C3%2C4%2C5%2C100000%2C3%2C-4%2C-5%2C-46000%29%29
to
%28matrix%283%2C4%2C1%2C0%2C0%2C9000%2C0%2C1%2C0%2C12000%2C0%2C0%2C1%2C5000%29%29
This leads us to

x = 9000
y = 12000
z = 5000


A similar question is here
https://www.algebra.com/algebra/homework/coordinate/Linear-systems.faq.question.1203611.html

For more practice with RREF, here is a very useful tool
http://www.math.odu.edu/~bogacki/lat/
It is called "linear algebra toolkit". It is a collection of matrix solvers that show step by step solutions.

--------------------------------------------------------
--------------------------------------------------------

Answers:

Amount invested in savings account = $9,000
Amount invested in CD = $12,000
Amount invested in bonds = $5,000