Question
Before 'A' joined the team, 'S' and 'V' were alternating
days to complete a project. In the final four days, 'A', 'S', and 'V' all worked together to finish the job. 'V' is 50% more efficient than 'S' and 20% more efficient than 'A'. If 'A' can complete the work by himself in 24 days and 'S' and 'V' worked for an equal number of days, calculate the total number of days it took to complete the work.Solution
ATQ, Time taken by 'V' alone to do the work = 24/1.2 = 20 days Time taken by 'S' alone to do the work = 1.5 × 20 = 30 days Let, total work be LCM of 20, 30, and 24 = 120 units Units of work done by 'A', 'V', and 'S' in a day are 5 units, 6 units, and 4 units, respectively. So, units of work done in last 4 days = 15 × 4 = 60 units Remaining 60 units of work done in (60/10) × 2 = 12 days So total number of days = 12 + 4 = 16 days
Time complexity of heap sort is:
Which type of database key is a candidate key that has not been chosen as the primary key?
Which data structure uses LIFO (Last In, First Out) principle?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Deletion in Red-Black Trees maintains balance using:
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
In the dynamic programming approach for LCS, the base cases are crucial for correctly initializing the dp table.
Consider the following Python co...
RISC stands for: