Question
Ankit began a task but left it
after working for 32 days. The remaining 60% of the task was then completed by Bittu and Sittu working together over 45 days. Sittu is 120% more efficient than Bittu. Determine how long Sittu would take to complete 22% of the task on his own.Solution
ATQ, Total time taken by ‘Bittu’ and ‘Sittu’ to complete the whole task = 45/0.6 = 75 days Time taken by ‘Ankit’ to complete total task = 32/0.40 = 80 days Let total work = 1200 units (LCM of 75 and 80) Efficiency of ‘Ankit’ = 1200/80 = 15 units/day Efficiency of (Bittu + Sittu) = 1200/75 = 16 units/day Let the efficiency of ‘Bittu’ be ‘b’ units/day Efficiency of ‘Sittu’ = 2.20 × b = 2.2b units/day According to the question, 2.2b + b = 16 Or, 3.2b = 16 Or, b = 5 Therefore, efficiency of ‘Bittu’ = b = 5 units/day Efficiency of ‘Sittu’ = 16 – 5 = 11 units/day Time taken by ‘Sittu’ to complete 22% of the task = (0.22 × 1200)/11 = 24 days
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?