Question
An inlet pipe can fill a cistern in 25 minutes when
working alone. However, due to a leak, the fully filled cistern would empty in 87.5 minutes. If the leak is not fixed, how long will it take for the inlet pipe to fill 60% of the empty cistern?Solution
Let the capacity of the cistern = L.C.M of 25 and 87.5 = 175 units
So, efficiency of the inlet pipe = 175 ÷ 25 = 7 units/minute
Efficiency of the leak = 175 ÷ 87.5 = 2 units/minute (outlet)
So, combined efficiency of the inlet pipe with the leakage = 7 - 2 = 5 units/minute
60% of the cistern = 175 X 0.6 = 105 units
Time taken for the inlet pipe to fill 60% of the cistern with the leakage = 105 ÷ 5 = 21 minutes
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: