document.write( "Question 1158770: Investment Problem
\n" );
document.write( "A man invested Php 6,000, part of it at 3% and the rest at 4%. The total annual income from the
\n" );
document.write( "two investments is Php 208. How much is invested at each of these rates? \n" );
document.write( "
Algebra.Com's Answer #781782 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "An alternative to the standard algebraic solution method which, in this example, makes the calculations very simple.... \n" ); document.write( "All 6000 at 3% would yield 180 interest; all at 4% would yield 240 interest. \n" ); document.write( "Find where the actual interest of 208 lies between 180 and 240: \n" ); document.write( "240-180 = 60; 208-180 = 28 \n" ); document.write( "208 is 28/60 of the way from 180 to 240 \n" ); document.write( "That means 28/60 of the total was invested at the higher rate. \n" ); document.write( "28/60 of the total 6000 is 2800. \n" ); document.write( "ANSWER: 2800 at 4%; the remaining 3200 at 3%. \n" ); document.write( "CHECK: .04(2800)+.03(3200) = 112+96 = 208 \n" ); document.write( " \n" ); document.write( " |