Question
A cylindrical tank has an internal radius of 14 meters
and a height of 10 meters. The tank is filled with water to 75% of its capacity. Water is then transferred into smaller cylindrical containers, each with a radius of 7 meters and a height of 5 meters. How many such smaller containers are required to completely empty the tank?Solution
Volume of the tank = πr²h = (22/7) × 14² × 10 = (22/7) × 196 × 10 = 6160 m³. Volume of water in the tank = 75% of 6160 = 0.75 × 6160 = 4620 m³. Volume of each smaller container = πr²h = (22/7) × 7² × 5 = (22/7) × 49 × 5 = 770 m³. Number of smaller containers required = 4620 / 770 = 6. Correct option: c
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?