Question
Arjun, Binny, and Chiku can collaborate to finish a
particular task in 12 days. Additionally, Arjun and Binny working together can complete the task in 15 days. Given that Binny is 50% more effeicient than Chiku, how many days will it take for Arjun to complete the task on their own?Solution
ATQ, Let the total work = 60 units (LCM of 12 and 15) Amount of work done by Arjun, Binny and Chiku together in one day = 60/12 = 5 units Amount of work done by Arjun and Binny together in one day = 60/15 = 4 units Amount of work done by Chikku alone in one day = 5 – 4 = 1 unit Amount of work done by Binny alone in one day = 1 × 1.50 = 1.5 units Amount of work done by Arjun alone in one day = 4 – 1.5 = 2.5 units Time taken by Arjun alone to complete the work = 60/2.5 = 24 days
What does below UNIX command do?
rm file1 file2
Which Technology is used for collision detect in Local Area Network
Consider the following two statements.
S1: Â Destination MAC address of an ARP request is a broadcast address.
S2: Â Destination MAC add...
Which famous algorithm uses dynamic programming to find the shortest path in a weighted, directed graph?
The Poisson distribution is typically used to model:
Which programming concept allows a variable name to refer to different entities based on its location in code?
The normal distribution is also known as the:
If we want to represent the graph as an______ , then it can be implemented as_______.Â
Which logic gate produces an output that is the complement of the input?
What is the main advantage of Hadoop's HDFS (Hadoop Distributed File System)?