document.write( "Question 599891: Cabin Financial Service Group recommends that a client purchase for $10,000 a corporate bond that earns 7% annual simple interest. How much additional money must be placed in U.S. government securities that earn a simple interest rate of 4% so that the total annual interest earned from the two investments is 4.5% of the total investment?\r
\n" );
document.write( "\n" );
document.write( "I have tried to set this up in a way that I have used to solve my other problems that are similar to this, but I have been unsuccessful so far. \n" );
document.write( "
Algebra.Com's Answer #379129 by Nihal@SriLanka(22) ![]() You can put this solution on YOUR website! let's assume additional sum invested in government securities is $ x.\r \n" ); document.write( "\n" ); document.write( "Total investment = $ x+10000 \n" ); document.write( "Interest on total investment = $ (x+10000) * 4.5/100 \n" ); document.write( "Interest on corporate bond = $ 10000 * 7/100 = $ 700 \n" ); document.write( " \n" ); document.write( "Interest on government securities = $ x * 4/100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the interest from both sources should add up to total interest earned \n" ); document.write( "we get the following equation which we proceed to solve\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " (x+10000) * 4.5/100 = 700 + x * 4/100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiplying both sides by 100 we have \n" ); document.write( " (x+10000) * 4.5 = 70000 + x *4 \n" ); document.write( "i.e. 4.5x + 45000 = 70000 + 4x \n" ); document.write( "i.e. 4.5x - 4x = 70000 - 45000 \n" ); document.write( "i.e. 0.5x = 25000 \n" ); document.write( "i.e. x = 25000 * 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence amount to be invested in government securities is $ 50,000. \n" ); document.write( " \n" ); document.write( " |