Question 1140346
<br>
The problem tells you the variables to use:
x = amount at 8%
y = amount at 10%
z = amount at 12%<br>
(1) "A person invested $6,700..."  -->  x+y+z = 6700<br>
(2) "The total annual income from these investments was $716."  -->  .08x+.10y+.12z = 716<br>
(3) "The amount of money invested at 12% was $300 more than the amount invested at 8% and 10% combined."  -->  z = x+y+300<br>
(a) The three equations are<br>
x+y+z = 6700
.08x+.10y+.12z = 716
z = x+y+300<br>
(b) For solving the system using matrices, the equations must be in the form Ax+By+Cz = D.  Two of the three equations are already in that form; you need to do a bit of work on the third one.<br>
Then the augmented matrix is the coefficients of the three equations....