document.write( "Question 568939: John invested $7500 at 10.4% simple interest for one year. How much additional money must he invest at a simple interest rate of 14% so that the total interest earned is 12% of the total investment ? \n" ); document.write( "
Algebra.Com's Answer #367168 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! John invested $7500 at 10.4% simple interest for one year. How much additional money must he invest at a simple interest rate of 14% so that the total interest earned is 12% of the total investment ? \n" ); document.write( "** \n" ); document.write( "let x=additional money John must invest at 14% \n" ); document.write( "7500+x=total investment \n" ); document.write( ".. \n" ); document.write( "10.4%*7500+14%x=12%(7500+x) \n" ); document.write( "780+.14x=900+.12x \n" ); document.write( ".02x=120 \n" ); document.write( "x=6000 \n" ); document.write( "ans: \n" ); document.write( "additional money John must invest at 14%=$6000 \n" ); document.write( " |