Question
3 men, 4 women and 5 boys can do a piece of work in 15
days, 20 days and 25 days respectively. For first 3 days 3 men and 2 women work together and for the next 3 days, 2 women and 5 boys work together. Find out how many days 3 men and 5 boys will take to complete the remaining work?Solution
3 men can do work in = 15 days 4 women can do work in = 20 days 5 boys can do work in = 25 days According to question First 3 days work = (3M + 2W) × 3 Next 3 days work = (2W + 5B) × 3 So total 6 days work = (3M + 4W + 5B) × 3 = (1/15+ 1/20+1/25)× 3 = (1/5+ 3/20+3/25) = (20 + 15 +12 )/100 = 47/100 Remaining work = 1- 47/100 = 53/100 1 day work for 3 men and 5 boys = 1/15+ 1/25 = (10 + 6)/150 = 16/150 So 3 men and 5 boys will take days to complete the remaining work = (53/100) × (150/16) = 4(31/32) days
Which of the following routing algorithms guarantees loop-free paths using feasibility condition?
If we want to represent the graph as an______ , then it can be implemented as_______.Β
In a circuit with n nodes, how many independent KCL equations can be written?
The join operation can be defined as
The major drawback of RAD model is __________.
Which scheduling policy may result in high waiting times for long-running jobs?
In the context of ADTs, what does "polymorphism" refer to?
Which of the following is NOT a characteristic of a good algorithm?
In C programming, which header file is commonly used to work with DMA?
What is a critical section in the context of synchronization?