document.write( "Question 872420: Karen has a total of $4000, part in a savings account and the rest in a certificate of deposit (CD). Her savings account earns 6.5% interest annually. The CD pays 8% if the money is invested for 1 year. How much does she have in each investment if her interest earnings for the year will be $297.50?\r
\n" );
document.write( "\n" );
document.write( "I need a system of equations to describe this, a related matrix equation, a solution, and how much Karen has in each investment. Thanks! <3 \n" );
document.write( "
Algebra.Com's Answer #526145 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! .08x + .065(4000 - x) = 297.50 \n" ); document.write( " .015x = 32.50 \n" ); document.write( " x = 32.50/.015 = $2500 at 8% and $1500 at 6.5% \n" ); document.write( " |