document.write( "Question 1140346: A person ivested $6,700 for one year, part at 8%, part at 10%, and the remained at 12%. The total annual income from these investments was $716. The amount of money invested at 12% was $300 more than the amount invested at 8% and 10% combined. Let x is the amount of money invested at 8%, y is the amount of money invest at 10%, and z is the amount of money invested at 12%. \r
\n" );
document.write( "\n" );
document.write( "a. Write the linear system of equations that models the conditions of the problem.\r
\n" );
document.write( "\n" );
document.write( "b. Write the augmented matrix for the system of linear equations
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #760862 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The problem tells you the variables to use: \n" ); document.write( "x = amount at 8% \n" ); document.write( "y = amount at 10% \n" ); document.write( "z = amount at 12% \n" ); document.write( "(1) \"A person invested $6,700...\" --> x+y+z = 6700 \n" ); document.write( "(2) \"The total annual income from these investments was $716.\" --> .08x+.10y+.12z = 716 \n" ); document.write( "(3) \"The amount of money invested at 12% was $300 more than the amount invested at 8% and 10% combined.\" --> z = x+y+300 \n" ); document.write( "(a) The three equations are \n" ); document.write( "x+y+z = 6700 \n" ); document.write( ".08x+.10y+.12z = 716 \n" ); document.write( "z = x+y+300 \n" ); document.write( "(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. \n" ); document.write( "Then the augmented matrix is the coefficients of the three equations.... \n" ); document.write( " |