document.write( "Question 1095976: an investor invested a total of 2300 in two mutual funds.one fundearned a 4% profit while the other earned a 2%. if the investors total profits were $56, how much were invested in each mutual fund? \n" ); document.write( "
Algebra.Com's Answer #710435 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! MFund1=x \n" ); document.write( "MFund2=2300-x \n" ); document.write( "interest on the first is .04x \n" ); document.write( "interest on the second is .02(2300-x) \n" ); document.write( "They add to 56 \n" ); document.write( ".04x+46-.02x=56 \n" ); document.write( ".02x=10 \n" ); document.write( "x=$500 in MFund1 @4%=$20 \n" ); document.write( "2300-x=$1800 in MFund2 @2%=$36 \n" ); document.write( "They add to $56. \n" ); document.write( " |