Question
P alone can finish a piece of work ‘M’ in 6 days
while Q takes 4 days to finish it alone. P, Q and R working together can finish the work ‘N’ which is 10 times of work ‘M’ in 8 days. How long will R take to finish work ‘N’, when working alone?Solution
Let the work ‘M’ = 12 units (LCM of 6 and 4) Efficiency of P = 12/6 = 2 units Efficiency of Q = 12/4 = 3 units Efficiency of P, Q and R = (12 × 10)/8 = 15 units per day Efficiency of R = 15 – (2 + 3) = 10 units per day Time taken by R to finish work ‘N’ = 120/10 = 12 days
- Which algorithm approach focus on Local Optimum solution? 
- What is the shortcut for 'Undo' in most software? 
- The core element of parallel processing is ___. 
- The ability of the device to give identical output when repeat measurement are made with the same input is defined as________ 
- Which of these AI approaches involves agents learning by interacting with their environment? 
- In a nodal analysis a circuit with 10 nodes will have _______ unknown voltage and _______equation. 
- Which of the following network traffic tool can capture not only passwords, but any type of data passing through a network, like usernames, email addres... 
- Which statement is FALSE for PLL used for demodulation of FM? 
- What is the output of the following part of python program? - x = ("apple", "banana", "cherry") - print(x) 
- Which of the following best describes the nature of TCP (Transmission Control Protocol) as a connection-oriented protocol?