document.write( "Question 263859: Gustave invested a total of $21,000 in two mutual funds. One fund earned a profit of 8% and the other incurred a loss of 12%. His net loss for the two funds together was $640. How much did he invest in each fund? \n" ); document.write( "
Algebra.Com's Answer #194401 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=21000 \n" ); document.write( ".08*a-.12b=-640 \n" ); document.write( "a=9400 at 8% b=11600. at 12% \n" ); document.write( " |