Question
Pipes βAβ and βBβ can fill a tank in 6 hours and
9 hours, respectively. If pipe βCβ is opened along with pipes βAβ and βBβ, then the tank gets filled in 6 hours. Find the time taken by pipe βCβ to empty (5/6)th part of the same tank.Solution
Let capacity of the tank = 18 litres (lcm of 6 and 9) Efficiency of pipe βAβ = (18/6) = 3 litres/hour Efficiency of pipe βBβ = (18/9) = 2 litres/hour Efficiency of all the three pipes together = (18/6) = 3 litres/hour Efficiency of pipe βCβ = 3 β (3 + 2) = (-2) litre/hour {Negative sign shows that pipe βCβ is an outlet pipe} Required time taken = {(5/6) Γ 18)}/2 = 7.5 hours
Which of the following algorithms is best suited for handling high-dimensional and sparse datasets, commonly encountered in text processing and natural ...
Which version of IP is widely used in today's networks?
What is the main characteristic of a greedy algorithm?
What does cardinality represent in the context of an ER model?
Mesh analysis is a method used to solve electrical circuits by analyzing the currents in:
relation R(ABCD) has these dependencies {A β B, B β C,C β D} and it is decomposed into three relations R1(AB) , R2(BC), AND R3(CD). State true or...
Which type of lock allows a transaction to read a resource and, at the same time, prevent other transactions from writing to that resource?
What is the purpose of using the Write-Ahead Logging (WAL) technique in database systems?
Which consensus mechanism is used by Bitcoin, the first blockchain-based cryptocurrency?
Which scheduling policy assigns the CPU to a job until it finishes or enters a waiting state?