Question
βMβ and βNβ can do a piece of work in 9 days and
18 days, respectively. βMβ started working alone and was replaced by βNβ after 3 days. In how many days can βNβ complete the remaining amount of work alone?Solution
Let the total work be 18 units (LCM of 9 and 18) Efficiency of βMβ = 18/9 = 2 units/day Efficiency of βNβ = 18/18 = 1 unit/day Let the number of days taken by βNβ to finish the remaining amount of work be βxβ ATQ, (2 Γ 3) + x = 18 Or, x = 18 β 6 Or, x = 12 Therefore, time taken by βNβ to complete the remaining work alone = 12 days
A Python function get_element(arr, index) is supposed to return the element at a given index.
def get_element(arr, index):
Β Β # Assume ...
Β Resolution of analog to digital converter is given by_____
For the circuit shown, Find the number of nodes and number of independent equations used for analysis of circuit using nodal analysis.
What is the primary advantage of using an Object-Oriented Programming approach?
Which is not an IoT OS?
Which of the following is a major advantage of using a Mesh Network topology over a Star topology in large-scale networks?Β
Recurrence relations are commonly used to analyze the time complexity of Divide and Conquer algorithms. The Master Theorem is a tool for solving these. ...
Consider three processes P1, P2, and P3 with burst times 10, 5, and 8 respectively. All arrive at time 0. Using the Shortest Job First (SJF) non-preempt...
Method overriding is an example of which type of polymorphism?
Which of the following describes a major benefit of Continuous Integration (CI) in the software development lifecycle?Β