document.write( "Question 932106: Manuel invested his savings in two investment funds. The $4000 that he invested in Fund A returned a 5% profit. The amount that he invested in Fund B returned a 2% profit. How much did he invest in Fund B, if both funds together returned a 4% profit? \n" ); document.write( "
Algebra.Com's Answer #566009 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = amount at 5% = 4000 \n" ); document.write( "y = amount at 2% \n" ); document.write( "--- \n" ); document.write( "0.05x + 0.02y = 0.04(x + y) \n" ); document.write( "0.05*4000 + 0.02y = 0.04(4000 + y) \n" ); document.write( "0.05*4000 + 0.02y = 0.04*4000 + 0.04y \n" ); document.write( "0.04y - 0.02y = 0.05*4000 - 0.04*4000 \n" ); document.write( "0.02y = 0.05*4000 - 0.04*4000 \n" ); document.write( "y = ( 0.05*4000 - 0.04*4000 )/0.02 \n" ); document.write( "y = 2000 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "y = amount at 2% = $2000 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |