Question
Pipe ‘A’ can fill a 150-litre tank in 15 hours. If
pipe ‘A’ is 25% more efficient than pipe ‘C’ whereas pipe ‘B’ is 50% more efficient than pipe ‘C’, then find the time (in minutes) taken by all the given three pipes to fill the same tank together.Solution
According to Question; Efficiency of pipe ‘A’ = (150/15) = 10 litres/hour Efficiency of pipe ‘C’ = 10 ÷ 1.25 = 8 litres/hour Efficiency of pipe ‘B’ = 8 × 1.5 = 12 litres/hour Time taken by all the pipes together to fill the tank = {150/(10 + 8 + 12)} = (150/30) = 5 hours Or, time taken by all three pipes together to fill the tank = 5 × 30 = 150 minutes Â
In ______, the difference between the height of the left sub tree and height of the right tree, for each node, is almost one
In which protocol of email the changes made on one device will not be replicated on other?
When implementing a hash table, which of the following collision resolution techniques is known for its efficiency and is based on creating a linked li...
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
Various IPC mechanisms are:
...Which component is responsible for translating virtual addresses to physical addresses?
The search key used in Index file is also used to physically order the database and search key is the primary key or candidate key of the database. <...
In a typical Ethernet LAN, what type of cable is commonly used for wired connections?
Which boolean function returns true if and only if all input variables are true?
n-ary relationship has how many participating entities?