document.write( "Question 1037693: Leila invested her savings in two investment funds. The
\n" );
document.write( "$8000
\n" );
document.write( " that she invested in Fund A returned a
\n" );
document.write( "10%
\n" );
document.write( " profit. The amount that she invested in Fund B returned a
\n" );
document.write( "3%
\n" );
document.write( " profit. How much did she invest in Fund B, if both funds together returned a
\n" );
document.write( "5%
\n" );
document.write( " profit? \n" );
document.write( "
Algebra.Com's Answer #652329 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be the amount invested at 10%. Then \n" ); document.write( ".1n+.03(8000-n)=.05(8000) \n" ); document.write( ".1n+240-.03n=400 \n" ); document.write( ".07n=160 \n" ); document.write( "n=160/.07=$2285.71 invested at 10% \n" ); document.write( "8000-n=$5714.29 invested at 3%!!!!!!!!!!!! \n" ); document.write( " |