document.write( "Question 1170035: An investment fund has $3000 more invested at 8% than it does at 10%. If the annual return from the 8% investment is the same as the annual return from the 10% investment, how much is invested at each rate? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #794900 by Boreal(15235) You can put this solution on YOUR website! from 10% x is invested and earns 0.10x \n" ); document.write( "from 8% (x+3000) is invested and earns 0.08x+240 \n" ); document.write( "Those are equal \n" ); document.write( "so 0.02x=$240 \n" ); document.write( "x=$12000 at 10% or $1200 \n" ); document.write( "x+3000=$15000 at 8% or $1200. \n" ); document.write( "$12000 at 10% \n" ); document.write( "$15000 at 8% \n" ); document.write( " |