document.write( "Question 444959: Ahmed's total investment in bonds is Rs. 50,000. he has made two investments, the first one four years ago at 8% and the second 2 years ago at 10%. if total income from these investments this year is 4600, what was the amount of each investment \n" ); document.write( "
Algebra.Com's Answer #306655 by jorel1380(3719) You can put this solution on YOUR website! x+y=50000 \n" ); document.write( ".08x+.10y=4600 \n" ); document.write( "8x+10y=460000 \n" ); document.write( "8x+8y=400000 \n" ); document.write( "2y=60000 \n" ); document.write( "y=30000 \n" ); document.write( "x=20000 \n" ); document.write( "Ahmed invested 20000 @8%, and 30000 @10%.. \n" ); document.write( " |