Question
An equal sum of money is invested in two schemes which
offer interest at the same rate but one at simple interest and the other at compound interest (compounded annually). Simple interest and compound interest received at the end of 2 years is Rs. 1,200 and Rs. 1,320, respectively. Find the rate of interest.Solution
ATQ, Let the sum invested in two schemes be Rs. 'P'. Let the rate of interest be 'r%', per annum. We know that, simple interest received at the end of each year of investment is equal. Simple interest received at the end of first year = Simple interest received at the end of second year = (1200/2) = Rs. 600 Also, simple interest and compound interest received at the end of first year are equal. So, simple interest received at the end of first year = Compound interest received at the end of first year = Rs. 600 Compound interest received in the second year = 1320 - 600 = Rs. 720 So, we can say that a sum of Rs. 600 amounts to Rs. 720 at the end of a year at the given rate of interest. Compound interest received for 1 year = Simple interest received for 1 year Simple interest = Principal X (Rate/100) X Time 600 X (r/100) X 1 = 720 - 600 So, r = 120 X (5/6) = 10 Therefore, rate of interest = r = 20%
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?