document.write( "Question 631258: an investor invested a total amount of $3,100 in two mutual funds. One fund earned a 5% profit while the other earned a 3% profit. If the investors total profit was $115, how much was invested in each mutual fund? \n" ); document.write( "
Algebra.Com's Answer #397468 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! an investor invested a total amount of $3,100 in two mutual funds. One fund earned a 5% profit while the other earned a 3% profit. If the investors total profit was $115, how much was invested in each mutual fund? \n" ); document.write( "-------- \n" ); document.write( "Equations: \n" ); document.write( "value: x + y = 3100 \n" ); document.write( "interest: 0.05x + 0.03y = 115 \n" ); document.write( "---- \n" ); document.write( "5x + 5y = 5*3100 \n" ); document.write( "5x + 3y = 115*100 \n" ); document.write( "------ \n" ); document.write( "Subtract and solve for \"y\": \n" ); document.write( "2y = 4000 \n" ); document.write( "y = 2000 (amt invested at 3% \n" ); document.write( "--- \n" ); document.write( "x = 1100 (amt invested at 5% \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |