Question
Find the rate of simple interest at which Rs. 6500
should be invested for 2 years so that the interest earned will be same as the interest received when the same amount is invested at 20% at compound interest compounded annually for same time period.Solution
Compound interest earned in 2 years = 6500 × [(1.20)^2 – 1] = 0.44 × 6500 = Rs. 2860 Let the rate of simple interest is R% According to question, (6500 × R × 2)/100 = 2860 130 × R = 2860 R = 22%
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.