Question
A and B together can do a piece of work in 9 days. A
alone can do it in 15 days. In how many days can B alone do it?Solution
A’s 1-day work = 1/15 (A + B)’s 1-day work = 1/9 So B’s 1-day work = 1/9 − 1/15 LCM(9,15) = 45 1/9 = 5/45 1/15 = 3/45 Thus B’s 1-day work = (5 − 3)/45 = 2/45 Time for B alone = 1 ÷ (2/45) = 45/2 = 22.5 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?