Question
(175/3)% of the raindrops could have been collected,
when 6 cm of rain has fallen on a part of land of area 2 km2, in a tank having a 200 m × 10 m base, then water collected in the tank is 50% of its capacity. Find the capacity of the tank?Solution
The volume of rain water in the land which could have been collected and the volume of water in the tank should be equal . Let, level of water in the tank is h meter. According to the question, ⇒ 6/100 × 2000 × 2000 × 175/300 = 200 × 10 × h ⇒ h = 70 m Volume of water in the tank = 200m × 10m × 70m = 140000 m3 Since, water in the tank is 50% of its capacity. So, capacity of tank = (140000/50) × 100 = 280000 m3
Which data structure is typically used to implement Breadth-First Search (BFS)?
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
Which of the following sorting algorithms is a non-comparison-based sort?
Dynamic Programming is useful when a problem has:
Recursive problems are implemented by
In a binary search tree (BST), what is true about the left child of a node?
Which is not true about minimum spanning tree?
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
A unique piece of information that is used in encryption.
What is the space complexity of Bubble Sort?