Question
"Akash and Bittu can individually
complete a task in 40 days and 50 days, respectively. They start working together, and after 10 days, Chinky joins them. The work is finished in a total of 20 days. How many days would Chinky take to complete the same task alone?"Solution
ATQ, Part of the task done by Akash and Bittu in one day = (1/40) + (1/50) = 9/200 Part of the task done by Akash and Bittu in 10 days = 90/200 Remaining work = 1 – (90/200) = 110/200 Let the time taken by Chinky alone to complete the work be ‘d’ days. So, (90/200) + (10/d) = 110/200 10/d = (110/200) – (90/200) d = 100 So, time taken by Chinky alone to complete the task = 100 days
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 function of cache memory in a computer system?
Which of the following is NOT a core principle of Object-Oriented Programming?
Which access specifier allows data to be accessed only within the class?
Which of the following best describes the relationship between Distributed Parallel Computing and Cloud Computing?Â
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...
What is capacity of memory having 16 address lines of row decoder, 8 address lines for column decoder and 8 data lines?Â
Which CPU scheduling algorithm gives preference to processes with shorter CPU burst times?
Which of the following scenarios is best suited for implementation using a stack data structure?
Which type of fragmentation is primarily addressed by paging, and which type does paging typically introduce?