InterviewSolution
Saved Bookmarks
| 1. |
Peter invested an amount of Rs. 12,000 at the rate of 10% p.a simple interest and another amount at the rate of 20% p.a. simple interest. The total interest earned at the end of one year on the total |
|
Answer» Rs. 20,000 Let the second AMOUNT be Rs. X. Then, (12000 * 10 * 1)/100 + (x * 20 * 1)/100 = [(12000 + x) * 14 * 1] / 100 120000 + 20x = 16800 + 14x x = 8000 Total investment = 12000 + 8000 = Rs. 20,000. |
|