Question
A man, after making the first investment, earned a total
interest of Rs. 1,09,200 at the end of 3 years. He invested a certain amount at an annual compound interest rate of 20%. At the same time, he invested another sum in two different parts in a scheme. In this scheme, he allocated 40% of the total amount to earn interest at a simple interest rate of (92/3)% per annum, while the remaining portion was invested at a simple interest rate of 20% per annum. Now, if the man had invested the entire amount in a simple interest scheme at a rate of 40% per annum for the same 3-year period, how much more interest would he have earned?Solution
Let the amount invested at compound interest be Rs. 'y' and the amount invested at simple interest be Rs. '5x' So, amount invested at (92/3)% p.a. simple interest = 5x X 0.4 = Rs. '2x' And, amount invested at 20% p.a. simple interest = 5x X 0.6 = Rs. '3x' ATQ; [{2x X (92/3) X 3}/100] + {(3x X 20 X 3)/100} + [y X {(1.2)3 - 1}] = 109200 Or, (46x/25) + (9x/5) + (0.728y) = 109200 Or, (46x + 45x) + 0.728y X 25 = 109200 X 25 Or, 91x + 18.2y = 109200 X 25 Or, 5x + y = 6000 X 25 So, 5x + y = 150000 So, interest the man would've earned had he invested the whole amount at 40% simple interest = {(150000 X 40 X 3)/100} = Rs. 1,80,000 So required profit = 180000 - 109200 = Rs. 70,800
What is a transaction in a database management system?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
What is the decimal value of the floating-point number C1D00000 (hexadecimal notation)? (Assume 32-bit, single precision floating point IEEE representat...
Which tree traversal visits the nodes in the order: left, root, right?
Index of first element of linked list default value?
Attributes are made of more than one simple attribute.
What is the primary responsibility of the "Controller" in the MVC architecture?
What is the primary advantage of using public key cryptography over symmetric key cryptography?
What is the main drawback of using large batch sizes in mini-batch gradient descent during training?
In dynamic programming, what does "optimal substructure" mean?