Question
1000 rupees is invested in a scheme p.a. simple
interest. Another amount (1000 – x) is invested in scheme B at 2R% p.a. simple interest. After 5 years, interest earned from scheme A is 20% less than that of scheme B. Find x.Solution
Interest earned from scheme A = (1000 × R × 5)/100 = 50R Interest earned from scheme B = ((1000 – x) × 2R × 5)/100 = R(1000 – x)/10 According to the question, => 50 R = 4/5 × R(1000 – x)/10 => 1000 – x = 625 => x = Rs. 375
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
Which of the following is the most effective method to ensure data confidentiality when transmitting sensitive information over a public network?
Which data structure is ideal for priority-based scheduling?
Which of the following best describes the mechanism of a Cross-Site Scripting (XSS) attack?
Which algorithm is used for computing Max-Flow in a network?
Which of the following techniques is primarily used to address overfitting in machine learning models?
Which data structure is used for undo operations in text editors?
Which of the following data structures is best suited for implementing a LIFO (Last In, First Out) mechanism?
Which of the following techniques is most efficient for finding the kth smallest element in a Binary Search Tree (BST)?
What is the time complexity of searching an element in a balanced binary search tree (BST) with nnn nodes?