document.write( "Question 24949: an investment of $20,000 is made in a 10.5% simple interest account. How much additional money must be deposited into an 8% simple interest account so that the total interest earned on both accounts is 9% of the total investment? \n" ); document.write( "
Algebra.Com's Answer #13335 by wuwei96815(245)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the additional money that needs to be deposited. Let's write an equation that shows the relationship between the two accounts.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10.5%(20,000) + 8%(x) = 9%(20,000 + x) \n" ); document.write( "2,100 + .08x = 1,800 + .09x \n" ); document.write( "2,100 - 1,800 = .09x - .08x \n" ); document.write( "300 = .01x \n" ); document.write( "30,000 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I hope that is right. \n" ); document.write( " |