document.write( "Question 711059: A total of $6600 is deposited into two simple interest accounts. On one account the annual simple interest rate is 5%, and on the second account the annual simple interest rate is 7%. The amount of interest earned for 1 year was $382. How much was invested in each account? \n" ); document.write( "
Algebra.Com's Answer #437272 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A total of $6600 is deposited into two simple interest accounts. On one account the annual simple interest rate is 5%, and on the second account the annual simple interest rate is 7%. The amount of interest earned for 1 year was $382. How much was invested in each account? \n" ); document.write( "** \n" ); document.write( "let x=amt invested at 5% interest rate (1st acct) \n" ); document.write( "6600-x=amt invested at 7% interest rate (2nd acct) \n" ); document.write( ".. \n" ); document.write( "5%x+7%(6600-x)=382 \n" ); document.write( ".05x+462-.07x=382 \n" ); document.write( ".02x=80 \n" ); document.write( "x=4000 \n" ); document.write( "6600-x=2600 \n" ); document.write( "amt invested at 5% interest rate (1st acct)=$4000 \n" ); document.write( "amt invested at 7% interest rate (2nd acct)=$2600 \n" ); document.write( " |