Question Set

1. Average of five consecutive even numbers is 35. Find the greatest number in these five numbers





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
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 five numbers id If one number is excluded, the average becomes What is the excluded number?....
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 captain of a cricket team of 11 members is 26 years old and the wicket keeper is 3 years older. If the ages of these two are excluded, the average age of the remaining players is one year less than the average age of the whole team. Find out the average age of the team.....
QA->The average of seven consecutive numbers is The largest among these is....
MCQ->Average of five consecutive even numbers is 35. Find the greatest number in these five numbers....
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->If there are three numbers such that first number is the double of the second number and the third number is the one third of the first number. If the average of these numbers is 22, then anyone of these numbers is :....
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->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....
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