Question
Rs.6600 is divided into two parts such that if one part
be invested at 4% and the other at 6%, the annual interest from both the investments is Rs. 372. Find each part.Solution
Let the amount lent at 4% rate = Rs. x. Then, amount lent at 6% rate = 6600 - x So, => 4% of x + 6% of (6600 - x) = 372 => 6% of 6600 – 2% of x = 372 => 396 – 2% of x = 372 => 2% of x = 24 => x = (24/2) × 100 => x = Rs. 1200 Amount lent at 4% rate = Rs. 1200 Amount lent at 6% rate = 6600 – 1200 = Rs.5400
Which of the following is the most critical success factor for the implementation of a Decision Support System (DSS) within an organization?
What is the time complexity of searching for an element in a sorted array using binary search?
Which type of database key is a candidate key that has not been chosen as the primary key?
Which of the following attacks can occur when a user is tricked into performing unintended actions on a trusted website without their knowledge?
Which of the following statements about normalization in relational databases is correct?
In web development and data exchange, what is the fundamental structure used to represent a collection of key-value pairs in a JSON object?
Consider the standard dynamic programming approach to find the length of the Longest Common Subsequence (LCS) of two strings, text1 and text2. The dp ta...
What is the space complexity of storing an adjacency matrix for a graph with V vertices and E edges?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be: