Question
Rs. 5000 when invested at simple interest of r% p.a.
amounts to Rs. 7200 in 24 months. If the same sum had been invested for 1 year at compound interest of (r + 20) % p.a. (compounded in every 4 months), then the amount received would be?Solution
According to the question, 7200 – 5000 = (5000 × r × 24) ÷ (12 × 100) Or, 2200 = 100 × r Or, r = 22 When the sum is invested at compound interest, Effective rate of interest = (r + 20) ÷ 3 = (22 + 20) ÷ 3 = 14% Effective time period = 1 × 3 = 3 units Amount received = Principal × {1 + (r/100)}time period = 5000 × {1 + (14/100)}3 = 5000 × (1.14)3 = 7402.72
Which sorting algorithm divides the array into halves recursively?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
In mobile computing, what is the main feature of pervasive computing?
Which of the following is true for the time complexity of binary search?
Recursive problems are implemented by
Which of the following algorithms uses a greedy approach?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
In dynamic programming, overlapping subproblems and _________ are key properties.