document.write( "Question 1015711: Candence has $5,400 to invest. She can invest in bonds that pay 7.5% interest and CDs that pay 6% interest. She wishes to invest some both ways. How much does she invest in each if she earns $384 interest in one year? \n" ); document.write( "
Algebra.Com's Answer #632105 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Let x = the amount invested at 6% \n" ); document.write( "x*6% + (5400-x)*7.5% = 384 \n" ); document.write( "0.06x + 0.075(5400-x) = 384 \n" ); document.write( "0.06x + 405 - 0.07x = 384 \n" ); document.write( "-0.01x + 405 = 384 \n" ); document.write( "add -405 to each side \n" ); document.write( "-0.01x = -21 \n" ); document.write( "divide each side by -0.01 \n" ); document.write( "x = 1400 \n" ); document.write( "So 1400 at 6% = 84 \n" ); document.write( "(5400-1400) or 4000 at 7.5% = 300 \n" ); document.write( "Our total interest is 384 \n" ); document.write( "So we invest 1400 at 6% and 4000 at 7.5% \n" ); document.write( " \n" ); document.write( " |