document.write( "Question 744436: Please help me solve this equation.\r
\n" );
document.write( "\n" );
document.write( "An investor invested a total of $1,800 in two mutual funds. One fund earned 9% profit while the other earned 3% profit. If the investor's total profit was $84, how much was invested in each mutual fund?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The amount invested in the mutual fund is earned 9% was $ ___\r
\n" );
document.write( "\n" );
document.write( "The amount invested in teh mutual fund that earned 3% was $___ \n" );
document.write( "
Algebra.Com's Answer #453322 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The problem states\r \n" ); document.write( "\n" ); document.write( "An investor invested a total of $1,800 in two mutual funds. One fund earned 9% profit while the other earned 3% profit. If the investor's total profit was $84, how much was invested in each mutual fund? \r \n" ); document.write( "\n" ); document.write( "let x = amount of money invested in 9% stock and \n" ); document.write( "1800-x is amount of money invested in 3% stock\r \n" ); document.write( "\n" ); document.write( "then we have\r \n" ); document.write( "\n" ); document.write( ".09x + .03(1800 - x) = 84\r \n" ); document.write( "\n" ); document.write( ".09x + 54 - .03x = 84\r \n" ); document.write( "\n" ); document.write( ".06x = 30\r \n" ); document.write( "\n" ); document.write( "x = 500\r \n" ); document.write( "\n" ); document.write( "so $500 was invested at 9% and \n" ); document.write( " $1300 was invested at 3%\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |