Question Set

1. If in the last step, 2 is added to each of the odd numbers and 1 is subtracted from each of the even numbers, then how many numbers multiple of 3 will be formed






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 numbers are in the ratio 2 : lf eight is added to both the number ratio becomes 3 : Then the numbers are....
QA->How many ‘8’ are there followed by an even number and preceded by an odd number? 3825832832827848568784286....
QA->A man is facing East, then the turns left and goes 10 m, then turns right and goes 5 m, then goes 5 m to the South and from there 5 m to West. In which direction is he, from his original place ?....
QA->If the square of a number is subtracted from the cube of that number, the result is 48 then the number is....
QA->John started from his home and walked 12 km.Then he took a right turn and walked 4 km.Then again,he took a right turn and walked 8 km and finally took another right turn and walked 1 km.How far is he from his home now?....
MCQ->If in the last step, 2 is added to each of the odd numbers and 1 is subtracted from each of the even numbers, then how many numbers multiple of 3 will be formed....
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->If 4 is subtracted from each odd digit and 1 is added to each even digit in the number 9476582, which of the following numbers will appear twice in the new number thus formed....
MCQ->If 3 is subtracted from each odd digit and 1 is added to each even digit in the number 8547692, which of the following numbers will appear twice in the new number thus formed....
MCQ->Consider a situation where number of minterms with even number of 0's are same as number of minterms with odd number of 1's. Then minterms with even number of 0's and minterms with odd number of 1's are __________ to each other then number of variables 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