document.write( "Question 581475: I am having a bit of trouble with this - any help would be appreciated-
\n" );
document.write( " Last year, Elaine's investment earnings were: $13,000 She had three types of investments: Stocks, Bonds, and Mutual Funds. Her stocks paid a return of 10% while her mutual funds paid a return of 6% and her bonds paid a return of 2%. If Elaine invested 25% of her money in stocks, 25% of her money in mutual funds and 50% of her money in bonds, then... how much did she invest in Stock? how much did she invest in Mutual Funds? how much did she invest in Bonds? \n" );
document.write( "
Algebra.Com's Answer #371659 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Last year, Elaine's investment earnings were: $13,000 \n" ); document.write( "-------------------------- \n" ); document.write( "She had three types of investments: Stocks, Bonds, and Mutual Funds. \n" ); document.write( "------- \n" ); document.write( "Her stocks paid a return of 10% while her mutual funds paid a return of 6% and her bonds paid a return of 2%. \n" ); document.write( "--- \n" ); document.write( "If Elaine invested 25% of her money in stocks, 25% of her money in mutual funds and 50% of her money in bonds, then... how much did she invest in Stock? how much did she invest in Mutual Funds? how much did she invest in Bonds? \n" ); document.write( "----------- \n" ); document.write( "Let her total investment be \"x\": \n" ); document.write( "stocks = 0.25x \n" ); document.write( "mut fds = 0.25x \n" ); document.write( "bonds = 0.50x \n" ); document.write( "-------------------- \n" ); document.write( "interest + interest + interest = interest \n" ); document.write( "0.10(0.25x) + 0.06(0.25x) + 0.02(0.50x) = 13000 \n" ); document.write( "---- \n" ); document.write( "Multiply thru by 10,000 to get: \n" ); document.write( "10*25x + 6*25x + 2*50x = 130000000 \n" ); document.write( "--- \n" ); document.write( "250x + 125x + 100x = 130000000 \n" ); document.write( "475x = 130000000 \n" ); document.write( "x = 273,684.21 \n" ); document.write( "-------------------------------- \n" ); document.write( "stocks = 0.25x = 68,421.05 \n" ); document.write( "mut fds = 0.25x = 68,421.05 \n" ); document.write( "bonds = 0.50x = 136,842.11 \n" ); document.write( "================================ \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |