1. 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—

Answer: 770 cm2

Reply

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

Comments

Tags
Show Similar Question And Answers
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 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 and height of a circular one of volume 314 cm (cube) is 5:Its height is....
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?....
QA->The height of a square prism is 16 centemetres and the perimeter of its base is 27, find the area of its lateral faces.....
MCQ->If RADIUS = 3.0 the result of the following FORTRAN 77 program will be

REAL RADIUS, CAREA, SAREA, RATIO
PI
PI = 3.1416
READ , RADIUS CAREA = PI RADIUS RADIUS
SAREA = 2 RADIUS RADIUS
RATIO = CAREA/SAREA...
MCQ->A gas engine has a swept volume of 300 cm3 and clearance volume of 25 cm3. Its volumetric efficiency is 0.88 and mechanical efficiency is 0.90. The volume of the mixture taken in per stroke is...
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; }...
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->A compound cylinder with inner radius 50 mm and outer radius 70 mm is made by shrinking one cylinder on to the other cylinder, The junction radius is 60 mm and the junction pressure is 1.1 N/mm2. The maximum hoop stress developed in the inner cylinder is...
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