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





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Two statements are given followed by two conclusions I and II. You have to consider the two statements to be true even if they seem to be at variance from commonly known facts. You have to decide which one of the given conclusions is definitely drawn from the given statements. Statement : All virtuous persons are happy. No unhappy person is virtuous. Conclusions : I. Happiness is related to virtue II. Unhappy person is not virtuous.....
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->A statement followed by two assumptions I and II is given. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You are to decide which of the given assumptions can definitely be drawn from the given statement. Indicate which one of the four given alternatives is correct ? Statement : If more encouragement is given to Sports, Indians will win more gold medals at the Olympic Games. Assumptions : I. Indians do not win gold medals. II. More enc....
QA->If the product of two numbers is 120 and the sum of their square is 289, then the sum of the two numbers is....
QA->The sum of squares of two numbers is 80 and the square of difference between the two numbers is Find the product of two numbers.....
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->What will be the output of the program? public class WrapTest { public static void main(String [] args) { int result = 0; short s = 42; Long x = new Long("42"); Long y = new Long(42); Short z = new Short("42"); Short x2 = new Short(s); Integer y2 = new Integer("42"); Integer z2 = new Integer(42); if (x == y) / Line 13 / result = 1; if (x.equals(y) ) / Line 15 / result = result + 10; if (x.equals(z) ) / Line 17 / result = result + 100; if (x.equals(x2) ) / Line 19 / result = result + 1000; if (x.equals(z2) ) / Line 21 / result = result + 10000; System.out.println("result = " + result); } }....
MCQ->What will be the output of the program? public class BoolTest { public static void main(String [] args) { int result = 0; Boolean b1 = new Boolean("TRUE"); Boolean b2 = new Boolean("true"); Boolean b3 = new Boolean("tRuE"); Boolean b4 = new Boolean("false"); if (b1 == b2) / Line 10 / result = 1; if (b1.equals(b2) ) / Line 12 / result = result + 10; if (b2 == b4) / Line 14 / result = result + 100; if (b2.equals(b4) ) / Line 16 / result = result + 1000; if (b2.equals(b3) ) / Line 18 / result = result + 10000; System.out.println("result = " + result); } }....
MCQ->Consider the following statements about root locus The root locus is symmetrical about real axis.If a root locus branch moves along the real axis from an open loop pole to zero or to infinity, this root locus branch is called real root branch.The breakaway points of the root locus are the solutions of Which statements out of above are correct?....
MCQ->Sum of ‘n’term of the series Square root of 3+Square root of 12+Square root of 27+Square root of 48+------is given by....
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