Question
Amit', 'Bhanu', and 'Chintu' can finish a piece of work
in 51 days, 85 days, and 102 days respectively. They all begin working together on the task, but 'Bhanu' stops working 19 days before the work is completed, and 'Amit' leaves 9 days before it ends. Determine the total number of days required to complete the work.Solution
ATQ,
Let the total work be 510 units (LCM of 51, 85 and 102)
Efficiency of 'Aman' = (510/51) = 10 units/day
Efficiency of 'Bhanu' = (510/85) = 6 units/day
Efficiency of 'Chintu' = (510/102) = 5 units/day
Let the time taken to complete the work be 'd' days.
So, (10 + 6 + 5) X (d - 19) + (10 + 5) X 10 + 5 X 9 = 510
Or, 21d - 399 + 150 + 45 = 510
Or, 21d = 714
Or, 'd' = 34
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?