1. From a solid cylinder of height 8 cm and radius 4 cm, a right circular cone is scooped out on the same base and having the same height as that of the cylinder. The c.g. of the remainder is at a height of





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->The ratio of bases of a cylinder and a cone are in the ratio 3: Volume of cylinder and cone are in the ratio 9: then their heights are in the ratio?....
QA->The ratio between the radius of the base and the height of a cylinder is 2 : If its volume is 1617 cm3, the total surface area of the cylinder is—....
QA->The ratio between the radius and height of a circular one of volume 314 cm (cube) is 5:Its height is....
QA->A boy divided the numbers 7654, 8506 and 9997 by a certain largest number and he gets same remainder in each case. What is the common remainder?....
QA->Average height of 10 students in a class is 150 cm. A boy of height 160 cm left the class and a boy of height 148 cm is admitted. Then what is the average height of the students in the class now?....
MCQ->From a solid cylinder of height 8 cm and radius 4 cm, a right circular cone is scooped out on the same base and having the same height as that of the cylinder. The c.g. of the remainder is at a height of....
MCQ->The centre of gravity of a right circular solid cone is at a distance of __________ from its base, measured along the vertical axis.(where h = Height of a right circular solid cone.)....
MCQ->What is the height of a circular cone? I.  The area of that cone is equal to the area of a rectangle whose length is 33 cm.  II.  The area of the base of that cone is 154 sq. cm.....
MCQ->The cylinder of radius 8m and height 10m is melted down and all the metal is used to recast a new solid cylinder with radius 12m. What is the height of the new cylinder ?(in m)....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution