Question
A cone has a height of 12 cm and a base radius of 5 cm.
A sphere with the same volume as the cone is constructed. What is the radius of the sphere?Solution
Volume of the cone = (1/3) * π * r² * h Where r = 5 cm and h = 12 cm: Volume of the cone = (1/3) * π * (5²) * 12 = (1/3) * π * 25 * 12 = 100π cm³. For the sphere, Volume = (4/3) * π * R³. Setting the volumes equal: (4/3) * π * R³ = 100π Cancel π: (4/3) * R³ = 100 R³ = 75 R = ∛ 75 ≈ 4.22 cm. Correct option: a) 4.2 cm
What is the primary purpose of a blockchain?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
What is job scheduling in an operating system?
Which among the following algorithms are used in Machine learning?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
Consider a weighted complete graph G on the vertex set {v1,v2 ,v} such that the weight of the edge (v,v) is 2|i-j|. The weight of a minimum spanning tr...
What is the primary disadvantage of using a very restrictive locking protocol in a DBMS?
Which data visualization technique is best suited for displaying hierarchical data with a tree-like structure?
Which are types of system design
Which database level is farthest to the users?