document.write( "Question 696839: an investor invest 2800 dollars into two mutual funds one has a profit of 5% the other has 2%, the total profit is 80, how much was invested in each fund.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #429374 by stanbon(75887) ![]() You can put this solution on YOUR website! an investor invest 2800 dollars into two mutual funds one has a profit of 5% the other has 2%, the total profit is 80, how much was invested in each fund. \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "Quantity: a + b = 2800 dollars \n" ); document.write( "Interest:5a + 2b = 8000 \n" ); document.write( "------------------------- \n" ); document.write( "Multiply thru the Quantity Equation by 2: \n" ); document.write( "2a + 2b = 2*2800 \n" ); document.write( "5a + 2b = 8000 \n" ); document.write( "--------------------- \n" ); document.write( "Subtract and solve for \"a\": \n" ); document.write( "3a = 2400 \n" ); document.write( "------ \n" ); document.write( "s = 800 (amt. invested at 5%) \n" ); document.write( "---- \n" ); document.write( "Solve for \"a\": \n" ); document.write( "a+b = 2800 \n" ); document.write( "a + 800 = 2800 \n" ); document.write( "a = 2000 (amt. invested at 2%) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |