Question
A pipe fills a cubical tank at the rate of 384
m3 per minute in 36 minutes. If a cylindrical tank having height same as the side of a cubical tank and the curved surface area of the cylindrical tank is 2112 m2, then find the difference between the volumes of cylindrical tank and cubical tank.Solution
Capacity of cubical tank = 384 × 36 = 13824 m3 Let, side of cubical tank = ‘x’ m So, x3 = 13824 m3 x = 24 m So, height of cylindrical tank = 24 m Let, radius of cylindrical tank = ‘r’ m So, 2 × 22/7 × r × 24 = 2112 r = 14 m Volume of cylindrical tank = 22/7 × 14 × 14 × 24 = 14784 m3 Required difference = 14784 – 13824 = 960 m³
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?