Question
An amount of Rs. 13,000 is invested at a certain annual
compound interest rate, with interest compounded yearly. After 2 years, the total amount grows to Rs. 18,101.20. Determine the rate of interest at which the investment was made.Solution
Let the rate of interest = 'y%' p.a. Total amount received = 13000 X {1 + (y/100)}2 = 18101.2 Or, {(100 + y)/100}2 = 18101.2 ÷ 13000 = 1.3924 Or, {(100 + y)/100} = √1.3924 = 1.18 So, 100 + y = 118 So, y = 118 - 100 = 18 The sum was invested at compound interest of 18% p.a.
Which of the following statements best describes polymorphism in object-oriented programming?
To insert a new node at the beginning of a singly linked list, which of the following operations is typically performed?
If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be:
Which type of database join returns only the matching rows from two tables based on a condition?
What is a key advantage of containerization over traditional virtual machines?
In asymmetric encryption, which of the following statements is correct?
Which protocol is used by devices to obtain an IP address automatically in a network?
Which of the following is a key advantage of digital signatures?
Priority Queue allows access to elements based on priority rather than order.
Tarjan’s algorithm is used to find: