Question Set

1. The sum of three consecutive even numbers is 252. What is the sum ofthe smallest and the largest 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->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 average of three numbers is If the sum of the first two numbers is 42,the third number is:....
QA->The average of three numbers is The largest number is 180 and the drlterence between the other is The smallest number is....
QA->Which Indian batsman made three consecutive centuries in his first three Test matches?....
MCQ->The sum of three consecutive even numbers is 252. What is the sum ofthe smallest and the largest 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->Zachary has invited his three buddies over to watch the basketball game on his wide-screen television. They are all hungry, but no one wants to leave to get food. Just as they are arguing about who should make the food run, a commercial comes on for a local pizze-ria that delivers. The phone number flashes on the screen briefly and they all try to remember it. By the time Zachary grabs a pen and paper, each of them recollects a different number. #1: All of the men agree that the first three numbers are 995. #2: Three of them agree that the fourth number is 9. #3: Three agree that the fifth number is 2. #4: Three agree that the sixth number is 6; three others agree that the seventh number is also 6. Which of the numbers is most likely the telephone number of the pizzeria?

....
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->Of the three numbers, the second is half of the first and the third is three times the first. If the average of the three numbers is 27. The smallest number is....
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