Certain problems involving remainders can be solved easily by Plugging in numbers that fit the problem.
|
For example: When positive integer x is divided by 5, the remainder is 3. When the positive integer y is divided by 5, the remainder is 4. What is the remainder when x + y is divided by 5? Plug-in numbers for x and y that fit the given conditions. For instance, numbers that give a remainder of 3 when divided by 5 are 3, 8, 13, 18, 23,… Similarly, the numbers that give a remainder of 4 when divided by 5 are 4, 9, 14, 19,…. Let’s select x = 3 and y = 4. x + y = 7. When 7 is divided by 5, the remainder is 2. You don’t need to plug in a different set of numbers since the question is a numeric entry and can only have a single unique answer. But just in case you want to check your working, you can try a different set of values. Try x = 13 and y = 19. x + y = 32 The remainder of 32 will still be 2 when divided by 5. |
|
n is a positive integer that is divisible by 6. Find the remainder when n is divided by 12
Plug-in numbers for n that fit the given conditions. Positive integers that are divisible by 6 are 6, 12, 18, 24, 30, 36,…. Let’s divide these numbers by 12. 6 ÷ 12, the remainder is 6 (quotient is 0) 12 ÷ 12, the remainder is 0 (quotient is 1) 18 ÷ 12, the remainder is 6 (quotient is 1) 24 ÷ 12, the remainder is 0 (quotient is 2) We can clearly see a pattern here. But since this question can have multiple correct answers, we would advise to test out a few more numbers just to be sure. So, to reassure that the pattern continues, you can check a couple of more values. 30 ÷ 12, the remainder is 6 (quotient is 2) 36 ÷ 12, the remainder is 0 (quotient is 3) Hence, the remainder can be 0 or 6. |
|
Integer x has a remainder of 5 when divided by 9, and integer y has a remainder of 7 when divided by 9. What is the remainder when y – 7x is divided by 9? Plug-in numbers for x and y that fit the given conditions. Numbers that give a remainder of 5 when divided by 9 are 5, 14, 23, 32, 41,… Numbers that give a remainder of 7 when divided by 9 are 7, 16, 25, 34, 43,…. Let’s select x = 5 and y = 7. (selecting small numbers is time-efficient, although you can select any numbers of your choice) y ? 7x = 7 ? 35 = ?28 When ?28 is divided by 9, the remainder is 8. (Quotient is ?4) You don’t need to plug in a different set of numbers since the question is a numeric entry and can only have a single unique answer. |