Question
βAβ and βBβ can do a piece of work in 12 days
and 20 days, respectively. They started working together but βAβ left after 6 days. Find the time taken by βBβ to complete the remaining work.Solution
Let total amount of work be 60 units (LCM of 12 and 20). Efficiency of βAβ = 60/12 = 5 units/day Efficiency of βBβ = 60/20 = 3 units/day Amount of work done by βAβ and βBβ together in 6 days = (5 + 3) Γ 6 = 48 units Time taken by B to complete remaining work = {(60 β 48)/3} = 4 days
Which of the following is NOT a valid feature of IPv6 compared to IPv4?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which cloud service model allows developers to deploy their applications without managing the underlying infrastructure?
Which type of AI is primarily used for adaptive mobile applications like virtual assistants?
What is the purpose of the keys() method in a dictionary?
What is a key advantage of containerization over traditional virtual machines?
Priority Queue allows access to elements based on priority rather than order.
Which of the following is a common issue that can arise from poorly designed recursive functions?
Which of the following is the primary reason why polymorphism is useful in Object-Oriented Programming (OOP)?