Question
A and B together, B and C together and A and C together
can complete a piece of work in 44 days, 33 days and 36 days respectively. Find the ratio of the efficiencies of A, B and C, respectively.Solution
Let, the total work be 396 units (LCM of 44, 33 and 36) Amount of work done by A and B together in one day = 396/44 = 9 units Amount of work done by B and C together in one day = 396/33 = 12 units Amount of work done by A and C together in one day = 396/36 = 11 units Amount of work done by A, B and C together in one day = (9 + 12 + 11)/2 = 16 units Amount of work done by A alone in one day = 16 β 12 = 4 units Amount of work done by B alone in one day = 16 β 11 = 5 units Amount of work done by C alone in one day = 16 β 9 = 7 units So the desired ratio = 4:5:7
What is a key advantage of the Go programming language in terms of concurrency?
What is the main disadvantage of RAID 10 (RAID 1+0) in a DBMS?
Which type of circuit allows current to flow in only one direction?
B-trees and B+ trees are commonly used for indexing in databases to improve the efficiency of:
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.
In a three-phase system, each phase has a voltage of 400V. Calculate the line voltage (phase-to-phase voltage) in the system.
Count to infinity problem occur in
What is false about linked list?
Which of the following is NOT a common use of PHP?
What is the primary responsibility of the "Controller" in the MVC architecture?