Question
Mr. Manohar invested Rs.5,000 partly with Bank A under
scheme III and remaining with Bank C under scheme IV for 2 years. The total interest after 2 years is Rs.420. What is the ratio of the sum invested with Bank A and Bank C?Solution
Let sum be invested in Bank A be x and in Bank C be Rs. 5000 - x So `(x xx 4 xx 2)/100 + ((5000-x) xx 5 xx 2)/100 = 420` `OR (8x)/100 + (50000-10x)/100 = 420` `or (50000-2x)/100=420 ` `or 50000-2x = 42000` `or 2x = 8000` `x = 4000` So Sum invested with Bank A = Rs. 4000 & Sum invested with Bank C = Rs. 1000 Hence the required ratio = 4000:1000 = 4:1
Which algorithm finds Minimum Spanning Tree in a weighted graph by adding edges in increasing order?
Which of the following algorithms uses a greedy approach?
Which algorithm uses a “divide and conquer” strategy?
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 Big Data processing models is based on the concept of continuous data flow processing?       Â
...In intelligent systems, which of the following is a key characteristic of an expert system?
The time complexity of the best case for QuickSort is:
Which of the following is a fundamental challenge in Natural Language Processing (NLP)?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Which traversal method in a binary search tree retrieves nodes in sorted order?