Question
Pipes A, B, and C are connected to a tank. Pipe A can
fill the empty tank in 48 minutes, and Pipe B can do the same in 80 minutes. On the other hand, Pipe C is an outlet pipe that can empty the full tank in 96 minutes. If all three pipes are opened simultaneously, how long will it take to fill the tank completely?Solution
Let the capacity of tank be 480 litres (LCM of 48, 80 and 96) . Efficiency of 'A' = (480/48) = 10 litres/minute Efficiency of 'B' = (480/80) = 6 litres/minute Efficiency of 'C' = (480/96) = - 5 litres/minute Therefore, required time = 480 Ă· (10 + 6 - 5) = (480/11) =Â 43(7/11) minsÂ
B-trees and B+ trees are designed to maintain balance by adjusting the:
What is the maximum number of different Boolean functions involving n Boolean variables?
In the Entity-Relationship (ER) model, what does an entity represent?
Ternary relationship has how many participating entities?
What happens if an exception is thrown but not caught?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the decimal equivalent of the binary number 10101?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which circuit configuration has a single path for current flow?