document.write( "Question 1143468: Maricopa's Success scholarship fund receives a gift of $ 125000. The money is invested in stocks, bonds, and CDs. CDs pay 5.25 % interest, bonds pay 4.6 % interest, and stocks pay 9.6 % interest. Maricopa Success invests $ 15000 more in bonds than in CDs. If the annual income from the investments is $ 8445 , how much was invested in each account? \r
\n" );
document.write( "\n" );
document.write( "Maricopa Success invested $
\n" );
document.write( " in stocks.
\n" );
document.write( "Maricopa Success invested $
\n" );
document.write( " in bonds.
\n" );
document.write( "Maricopa Success invested $
\n" );
document.write( " in CDs. \n" );
document.write( "
Algebra.Com's Answer #764285 by Boreal(15235) You can put this solution on YOUR website! x in CDs \n" ); document.write( "x+15000 in bonds That total is 2x+15000 \n" ); document.write( "the rest is on stocks which must be 125000-(2x+15000) or 110000-2x \n" ); document.write( "the income from interest is 0.0525x+(.046)(x+15000)+.096(110000-2x) and that equals $8445 \n" ); document.write( "0.0525x+0.046x+690+10560-0.192x=8445 \n" ); document.write( "-0.0935x=-2805 \n" ); document.write( "x=$30000 in CDs and pays $1575. \n" ); document.write( "x+15000=$45000 in bonds and pays $2070 \n" ); document.write( "stocks are 125000-30000-45000=$50000 and pays $4800 \n" ); document.write( " \n" ); document.write( " |