Question
What is the monthly salary of Amit? Statement I.
Amit spends one-third of his salary on household expenses, one –fourth on travel expenses, one – fifth on rent and deposit it’s the rest in a bank. Statement II. His monthly deposits in the bank amount to Rs. 13,000. Statement III. The ratio of his salary to his wife’s is 6 : 1. His wife spends one – fifth of her salary on travel expenses, and the remaining Rs. 8,000 on her cosmetic goods. In each of the following questions, a question is followed by three statements numbered I, II and III. Read all the statements and answer accordingly.Solution
From I: Let the Amit’s salary be x. x/3+x/4+x/5+ D = x
D = 13x/60 From II: D = Rs. 13,000 Now using I and II, D = 13x/60 13,000 = 13x/60 x = 60,000 From III: Let his wife’s salary be = x Rs. x - x/5 = 8,000 4x/5 = 8,000 x = 10,000 Now, Amit’s salary = 6x = 6 × 10,000 = Rs. 60,000
Time complexity of heap sort is:
Which type of database key is a candidate key that has not been chosen as the primary key?
Which data structure uses LIFO (Last In, First Out) principle?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Deletion in Red-Black Trees maintains balance using:
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
In the dynamic programming approach for LCS, the base cases are crucial for correctly initializing the dp table.
Consider the following Python co...
RISC stands for: