Question
‘Elvish’ and ‘Farhan’ alone can finish a work in
25 and 50 days, respectively, while ‘Gaurav’ can complete 20% of the job in 10 days. All three start together, but after 7 days, ‘Elvish’ and ‘Farhan’ leave. How long will the total work take?Solution
ATQ,
Gaurav’s full work calculation: (10/0.20) = 50 days.
Total work = LCM (25, 50, 50) = 100 units.
Work per day:
Efficiency of Elvish = 100/25 = 4 units/day
Efficiency of Farhan = 100/50 = 2 units/day
Efficiency of Gaurav = 100/50 = 2 units/day
Work done in 7 days:
(4+2+2) × 7 = 56 units.
Remaining work = 100 - 56 = 44 units.
Time taken by Gaurav = 44/2 = 22 days.
Total time = 7 + 22 = 29 days.
 Which of the following method is specifically designed to allow a network analyst to monitor traffic?
In n-gram models, what does 'n' represent?
What is the main purpose of disk scheduling in an operating system?
Which of the following is a NoSQL database commonly used in Big Data?
Maximum Power transfer occurs when the_____
What does the term "serializable" refer to in the context of database transactions?
For the circuit shown, Find the number of nodes and number of independent equations used for analysis of circuit using nodal analysis.
In a digital communication system, let the encoding scheme be “Add 1 at the end of the bit stream if number of 1 bits is odd, else add 0 at the end of...
Which of the following statement is INCORRECT related to mysql_list_tables() function ?