Question
Two inlet pipes, each with the same capacity, can fill
an empty tank 'A' together in 20 minutes. There is also an outlet pipe that can empty 40% of the tank 'A' in 10 minutes. If we open just one of these inlet pipes and the outlet pipe simultaneously to drain a completely filled tank 'B'—which holds three times the volume of tank 'A'—how long will it take to empty tank 'B'?Solution
Total time taken by outlet pipe to empty the tank 'A' = 10 X (100/40) = 25 minutes Let the capacity of tank 'A' be 100 units (L.C.M. of 20 minutes and 25 minutes) Total efficiency of two inlet pipes = (100/20) = 5 units/minute Efficiency of one inlet pipe = 2.5 units/minute Efficiency of outlet pipe = (100/25) = - 4 units/minute Combined efficiency of one inlet and one outlet pipe = 2.5 - 4 = - 1.5 (' - ' sign denotes efficiency of outlet pipe is more than the inlet pipe) Capacity of tank 'B' = (100 X 3) = 300 units Required time = (300/1.5) = 200 minutes
Consider a system with 4 CPU cores. If there are 8 user-level threads in a single process, what is the maximum number of these threads that can execute ...
Which type of polymorphism in Java is achieved through method overloading?
Which of these is a key characteristic of SaaS (Software as a Service)?
In public-private key encryption , which of the following is true regarding the private key ?
Which I/O scheduling algorithm is designed to reduce the average response time for disk operations by prioritizing requests based on proximity to the cu...
Which statement is FALSE regarding DRAM memory?
Which of the following is a property of an admissible heuristic in A* search?
Fill in the correct option for 28 blank space.
In a backtracking algorithm, what happens when a partial solution is found to violate a constraint?
The Naive Pattern Searching algorithm has a worst-case time complexity of O(MN), where 'M' is the length of the pattern and 'N' is the length of the tex...