document.write( "Question 1159505: Solving a system of equations word problems using matrices
\n" );
document.write( "Suppose you invested $10,000, part at 6% annual interest and the rest at 9% annual
\n" );
document.write( "interest. If you received a total of $684 in interest after one year, how much did you
\n" );
document.write( "invest at each rate? \n" );
document.write( "
Algebra.Com's Answer #782545 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! not using a matrix unless one wants to make a table \n" ); document.write( "x at. 6% for .06x \n" ); document.write( "10000-x at 9% for 900-.09x \r \n" ); document.write( "\n" ); document.write( ".06x+900-.09x=684 \n" ); document.write( "-.03x=-216 \n" ); document.write( "x=7200 @ 6% for $432 \n" ); document.write( "10000-x=2800@9% for $252 \n" ); document.write( " |