Question
Water flows into a tank which is 200m long and 120 m
wide, through a pipe of cross- section 0.3 m × 0.2 m at 20 km/hr. then the time ( in hr) for the water level in the tank to reach 9 m is ?Solution
Volume of tank = 200m x 120 m x 9m ; Volume filled in 1 hr by pipe = 0.3 m x 0.2 m x 20 km/hr = 0.3 x 0.2 x 20000m/hr = 1200m3 /hr ; So time required to fill the tank = (200 x 120 x 9m 3 )/1200m 3 = 180 hrs
In a binomial distribution, if you increase the number of trials (n) while keeping the probability of success (p) constant, what happens to the distribu...
What is the purpose of a "private blockchain"?
In RDBMS, what is the purpose of the Data Dictionary?
What is a smart contract in the context of blockchain technology?
‘/?’ is used for what in C++
What is the correct way to declare a constant in C?
Which scheduling policy is prone to the "starvation" problem?
The CPU control unit typically generates control signals for various components within the CPU, including the:
Which concurrency control technique uses read and write locks to ensure consistency?
Identify the highest normal form for the given set of dependencies on relation R
R(ABCDE)= {AB → C, C → D, D → E, E → A,D → B}