document.write( "Question 912170: Danny invested some money at 3% simple interest in some money at 7% simple interest. The amount invested at the higher rate was $5000 more than the amount invested at the lower rate. If the total interest on the investments for one year was $834 and how much did he invest at each rate? \n" ); document.write( "
Algebra.Com's Answer #553661 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Danny invested some money at 3% simple interest in some money at 7% simple interest. The amount invested at the higher rate was $5000 more than the amount invested at the lower rate. If the total interest on the investments for one year was $834 and how much did he invest at each rate? \n" ); document.write( "*** \n" ); document.write( "let x=amt invested at 3% \n" ); document.write( "x+5000=amt invested at 7% \n" ); document.write( "3%x+7%(x+5000)=834 \n" ); document.write( ".03x+.07x+350=834 \n" ); document.write( ".10x=484 \n" ); document.write( "x=4840 \n" ); document.write( "x+5000=9840 \n" ); document.write( "amt invested at 3%=$4840 \n" ); document.write( "amt invested at 7%=$9840 \n" ); document.write( " |