Question Set

1. In the following group of numbers, what will be the sum of odd numbers. 2, 3, 8, 7, 1, 6, 9, 5, 4, 3, 8, 7, 4, 5, 6, 3, 7, 9, 6, 5, 4, 3, 2, 8, 7, 6, 4, 5, 6, 1,3, 2, 9, 7.





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
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.....
QA->The sum of two numbers is 16 and the sum of their squares is The larger number is:....
QA->In trial average method, the average of 20 numbers is assumed to be The sum of deviations of the numbers from 24 is found to be What is the average?....
QA->The average of three numbers is If the sum of the first two numbers is 42,the third number is:....
MCQ->You are the network administrator for your company. Mike Nash is a member of the Administration group, and Nate Sun is a member of the Intern group. Both groups are in the same domain. On the intranet server, the Administration group is placed in the Security group, and the Intern group is placed in the Nonsecurity group. The Security group is then granted Full Control permission for the Sales virtual directory. Nate needs to update new sales information that is located on the Sales virtual directory. What should you do so that Nate can perform this task?....
MCQ->Which of the following code snippets are the correct way to determine whether a is Odd or Even? int a; String res; if (a % 2 == 0) res = "Even"; else res = "Odd"; int a; String res; if (a Mod 2 == 0) res = "Even"; else res = "Odd"; int a; Console.WriteLine(a Mod 2 == 0 ? "Even": "Odd"); int a; String res; a % 2 == 0 ? res = "Even" : res = "Odd"; Console.WriteLine(res);....
MCQ->In the following group of numbers, what will be the sum of odd numbers. 2, 3, 8, 7, 1, 6, 9, 5, 4, 3, 8, 7, 4, 5, 6, 3, 7, 9, 6, 5, 4, 3, 2, 8, 7, 6, 4, 5, 6, 1,3, 2, 9, 7.....
MCQ->Consider the following statements pertaining to a pile group and a single pile at failure : 1. In loose and medium dense sands, the failure load per pile in a group will generally be greater than the failure load for a single pile. 2. In cohesive soils, the failure load per pile in a group will be greater than failure load for a single pile. 3. For piles driven in dense sands, the failure load per pile in a group is greater than the failure load for a single pile. 4. When the pile spacing is greater than 10 times the pile diameter, the failure loads per pile in a group and forly same in both sands and clays. Of these statements :....
MCQ->If the sum of two numbers is 55 and the H.C.F. and L.C.M. of these numbers are 5 and 120 respectively, then the sum of the reciprocals of the numbers is equal to:....
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