1. A 1st class brick immersed in water for 24 hours, should not absorb water (by weight) more than






Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->In Kiran’s opinion, his weight is greater than 65 kg but less than 72 kg. His brother does not agree with Kiran and he thinks that Kiran’s weight is greater than 60 kg but less than 70 kg. His mother’s view is that his weight cannot be greater than 68 kg. If all are them are correct in their estimation, what is the average of different probable weights of Kiran?....
QA->In an examination of mathematics Rajesh obtained more marks than the total marks obtained by Rahim and Sabu. The total marks obtained by Rahim and Saji was more than the Rajesh’s. Rajesh obtained more marks than Saji, Reenu obtained more marks than Rajesh. Who amongst them obtained the....
QA->The weight of a dog is 8kg more than of of its weight. The weight of the dog is :....
QA->A can do a piece of work in 4 hours . A and C together can do it in just 2 hours, while B and C together need 3 hours to finish the same work. B alone can complete the work in --- hours.....
QA->There are two divisions A and B of a class, consisting of 36 and 44 students respectively. If the average weight of divisions A is 40 kg and that of division b is 35 kg. What is the average weight of the whole class?....
MCQ->A 1st class brick immersed in water for 24 hours, should not absorb water (by weight) more than....
MCQ->Consider the following statements associated with the laws of weights in the theory of erros : 1. If an equation is multiplied by its own weight, then the weight of the resulting equation is equal to the reciprocal of the weight of the equation. 2. The weight of the algebraic sum of two or more quantities is equal to the reciprocal of the sum of the individual weights. 3. If the quantity of a given weight is multiplied by a factor, then the weight of the result is obtained by dividing its given weight by the square root of that factor. 4. If the quantity of a given weight is divided by a factor, then the weight of the result is obtained by multiplying its given weight by the square of that factor. Of these statements :....
MCQ->The weight of a good quality brick when immersed in water for a period of 16 hours should not exceed the weight of dry brick....
MCQ->A good brick when immersed in water bath for 24 hours, should not absorb more than....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class index { protected int count; public index() { count = 0; } } class index1: index { public void increment() { count = count +1; } } class MyProgram { static void Main(string[] args) { index1 i = new index1(); i.increment(); } } } count should be declared as public if it is to become available in the inheritance chain. count should be declared as protected if it is to become available in the inheritance chain. While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class. Constructor of index class does not get inherited in index1 class. count should be declared as Friend if it is to become available in the inheritance chain.....
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