Question
Pipe A can fill a tank in 12 hours and pipe B takes 18
hours to fill it. Both pipes were open together and a leak was spotted which increased the filling up time by 48 minutes Find how many hours it will take for the leak to empty a full tank.Solution
Time of A and B for filling the tank = (12×18)/12+18 =216/30=7hours 12minute. Total time (A+B+C) 48 minute more than (A+B)- A+B+C =8 hours ABA+B+CC 12188 72 649-1 Efficiency of leak =9-(6+4) = -1 Leak will empty the whole tank =72/1 =72minÂ
A recursive backtracking solution for the Subset Sum problem is generating duplicate subsets or missing valid subsets. Assuming the input array might co...
Which evaluation metric is commonly used in machine translation?
In the context of file systems, what is the primary purpose of an inode?
What is the main purpose of Inheritance in OOP?
What is the worst-case time complexity for searching an element in an unbalanced Binary Search Tree?
Consider the following C code:
#include
#include
int main() {
  char str1[] = "Hello";
  ...
Which of the following statements about a dense index is correct?
Kernel is :
Which of the following statements best describes a "trap door" in the context of computer security?
You are designing a function that takes a list of integers and returns a new list containing only the even numbers. What is a good critical thinking ste...