document.write( "Question 1037966: An investor invested a total of $2000 in two mutual funds. One fund earned a 6% profit while the
\n" );
document.write( "other earned a 3% profit. If the investor’s total profit was $84, how much was invested in each mutual
\n" );
document.write( "fund? \n" );
document.write( "
Algebra.Com's Answer #652640 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let the amount at 6% be x: \n" ); document.write( "0.06x+0.03(2000-x) = 84 \n" ); document.write( "0.06x+60-0.03x = 84 \n" ); document.write( "0.06x-0.03x = 84-60 \n" ); document.write( "0.03x = 24 \n" ); document.write( "x = 800 \n" ); document.write( "He invested 800 at 6% and 2000-800 = 1200 at 3% \n" ); document.write( " |