Question Set

1. Average of 5 consecutive odd numbers A, B, C, D E is 45. What is the product of B D?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->There are 3 numbers .The product of the first and the second is The product of second and the third is The product of the first and the third is Find the numbers....
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 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 average of six numbers is x and the average of three of these is y. If the average of the remaining three is z, then....
QA->The average of seven consecutive numbers is The largest among these is....
MCQ->Sum of eight consecutive numbers if set A is 376. What is the sum of five consecutive numbers of another set if its minimum number is 15 ahead of average of set A?....
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->Average of 5 consecutive odd numbers A, B, C, D E is 45. What is the product of B D?....
MCQ->The average of seven numbers is 18. The average of first three numbers is 14 and the average of last three numbers is 19. What is the middle number....
MCQ->The average of 15 numbers(written serially)is The average of the first 7 numbers is 185 and the average of the last 7 numbers is What is the middle number?....
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