document.write( "Question 639545: Please help,I hae no clue at all!\r
\n" );
document.write( "\n" );
document.write( "An investor invested a total of $2,100 in two mutual funds.One fund earned 9% profit while the other earned a 2% profit.If the investor's total profit was $147, how much was invested in each mutual fund? \n" );
document.write( "
Algebra.Com's Answer #402790 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let F = the initial amount invested in Fund 1 \n" ); document.write( "Then 2100 - F = the initial amount invested in Fund 2 [since total amount invested=2100] \n" ); document.write( "Since the amount earned is equal to the profit times the fund amount, \n" ); document.write( "we can write the sum of the profits as: \n" ); document.write( "0.09F + 0.02(2100-F) = 147 \n" ); document.write( "Solve for F: \n" ); document.write( "(0.09-0.02)F = 147 - 42 \n" ); document.write( "0.07F = 105 \n" ); document.write( "F = 1500 \n" ); document.write( "So the amount invested in Fund 1 = $1500 and the amount invested in Fund 2 = $600 \n" ); document.write( " |