Question
Manoj alone can complete 35% of a work alone in 7 days.
Vipin is 20% less efficient than Manoj. Manoj and Vipin together started the work and left after completing 36% of the work. Then Ram joined and worked with 1/8th of his efficiency which is βxβ units/day for 19 days. The remaining work is completed by both Manoj and Vipin in 5 days. Find the time taken by Ram alone to complete 80% of the work with his original efficiency. I. (2x + 8) days II. (10x β 2) days III. (22x β 12) daysSolution
Time taken by Manoj to complete the whole work = 7/0.35 = 20 days Time taken by Vipin to complete the whole work = 20/0.80 = 25 days Let the total work = 100 units (L.C.M of 20 and 25) Efficiency of Manoj = 100/20 = 5 units/day Efficiency of Vipin = 100/25 = 4 units/day Time taken by Manoj and Vipin to complete 36% of the work = 0.36 Γ 100/(5 + 4) = 4 days Amount of work done by Manoj and Vipin in 5 days = (5 + 4) Γ 5 = 45 units Remaining work = 100 β (36 + 45) = 19 units Therefore, 19x = 19 Or, x = 1 units/day Original efficiency of Ram = 1 Γ 8 = 8 units/day Time taken by Ram to complete 80% of work = (0.80 Γ100)/8 = 10 days For I: (2x + 8) = 1 Γ 2 + 8 = 10 days Therefore, I can be the answer. For II: (10x β 2) = 7 Γ 1 β 2 = 8 days Therefore, II cannot be the answer. For III: (22x β 12) = 22 Γ 1 β 12 = 10 days Therefore, III can be the answer.
Fibonacci heaps support which operation in O(1) amortized time?
Which network topology ensures full redundancy but is highly expensive and complex to implement?
Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
In Java, what will be the output of the following code snippet?
public class Test {
Β Β Β public static void main(String[] args) { <...
Which SQL query will retrieve the second highest salary from an Employee table?
What is the best-case time complexity of the binary search algorithm ?
Which cloud service model allows developers to deploy their applications without managing the underlying infrastructure?
In the context of Management Information Systems (MIS), which of the following best describes the role of a decision support system (DSS)?
Which memory type is the fastest but most expensive, typically located directly on the CPU?
Which of the following techniques is primarily used to address overfitting in machine learning models?