Question
A man completes a work in 16 days. A woman finishes half of
that work in 10 days. How many days will they take together to finish 75% of the work?Solution
ATQ,
Time taken by the woman to finish the entire work = 10 ÷ 0.5 = 20 days
Let the total work be 80 units. {LCM of (16 and 20)}
So, efficiency of the man = 80 ÷ 16 = 5 units/day
And efficiency of the woman = 80 ÷ 20 = 4 units/day
So, required time = (80 × 0.75) ÷ (5 + 4) = 6.67 days
Which of the following statements is true about deadlocks in an operating system?
Which traversal of binary tree gives nodes in sorted order?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which of the following allows dynamic memory allocation?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
KMP improves naive string matching by:
In the context of system analysis, which of the following best defines the "use case" diagram?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?