document.write( "Question 279618: Investor Company loaned out a total of $36,000, part at 6% interest and part at 9% interest. They reported that the annual earnings from both investments were the same amount that would have been earned by the total loan if it had been invested at 8%. Find the amount loaned at each rate. \n" ); document.write( "
Algebra.Com's Answer #203238 by mananth(16949) You can put this solution on YOUR website! Investor Company loaned out a total of $36,000, part at 6% interest and part at 9% interest. They reported that the annual earnings from both investments were the same amount that would have been earned by the total loan if it had been \r \n" ); document.write( "\n" ); document.write( "let x be invested at 6%\r \n" ); document.write( "\n" ); document.write( "36000-x will be invested at 9%\r \n" ); document.write( "\n" ); document.write( "0.06x=0.09(36000-x) ( the interests on both are the same.)\r \n" ); document.write( "\n" ); document.write( "0.06x= 3240. 00- 0.09x\r \n" ); document.write( "\n" ); document.write( "0.15x= 3240\r \n" ); document.write( "\n" ); document.write( "x=$21600 at 6 %\r \n" ); document.write( "\n" ); document.write( "$36000-$21600= $24400 at 9%\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |