document.write( "Question 913777: Carlos invested his savings in two investment funds. The amount he invested in Fund A was
\n" ); document.write( "4
\n" ); document.write( "times as much as the amount he invested in Fund B. Fund A returned a
\n" ); document.write( "3%
\n" ); document.write( " profit and Fund B returned a
\n" ); document.write( "7%
\n" ); document.write( " profit. How much did he invest in Fund B, if the total profit from the two funds together was
\n" ); document.write( "$2090
\n" ); document.write( "?
\n" ); document.write( "

Algebra.Com's Answer #554708 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
.03(4x) + .07(x) = 2090
\n" ); document.write( ".12x + .07x = 2090
\n" ); document.write( "x = 2090/.19, amount at 7%
\n" ); document.write( "
\n" );