document.write( "Question 30971: A company wants to invest $180,000 in three accounts, one bearing 4.5%, another 6%, and another 8% interest. Twice as much will be invested at 4.5% as at 8%, and the total interest earned the first year needs to be $10,400. How much should be invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #20325 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let amount invested at 8% be \"x\"; interest is 0.08x \n" ); document.write( "Then amount invested at 4% is\"2x\"; interest is 004(2x)=0.08x \n" ); document.write( "And amount invested at 6% is 0.06(180,000-3x); int. is 10,800-0.18x \n" ); document.write( "EQUATION: \n" ); document.write( "interest + interest + interest = $10,400 \n" ); document.write( "0.08x+0.08x+10,800-0.18x=10,400 \n" ); document.write( "Multiply thru by 100 to get: \n" ); document.write( "8x+8x+1080000-18x=1040000 \n" ); document.write( "-2x-40000 \n" ); document.write( "x=$20,000 (amount invested at 8%) \n" ); document.write( "2x=$40,000 (amount invested at 4%) \n" ); document.write( "180,000-3x=$120,000 (amount invested at 6%) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |