Question
A alone can complete 70% of a work in 21 days while B
takes 15 days more than A to complete it. If B and C together can complete the work in 20 days, then find the time taken by C alone to complete the same work.Solution
Time taken by A alone to complete the entire work = 21/0.7 = 30 days Time taken by B alone to complete the entire work = 30 + 15 = 45 days Let the total work = L.C.M of 30, 45 and 20 = 180 units Then, efficiency of B = (180/45) = 4 units/day Combined efficiency of B and C = (180/20) = 9 units/day So, efficiency of C alone = 9 β 4 = 5 units/day So, time taken by C alone to complete the entire work = (180/5) = 36 days
Which of the following describes the difference between Windows and Unix/Linux file systems?Β Β
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
In Data Structures, which of the following algorithms uses the Divide and Conquer strategy?
What is the time complexity of inserting an element in a heap?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is true for the time complexity of binary search?
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
In a relational database, what is the purpose of a foreign key?
Which application layer protocol is used to retrieve emails from a remote server?
Which page replacement algorithm replaces the page that will not be used for the longest period of time in the future?Β Β