Question 52

Logical Reasoning Permutation and Combination Hard

What is the largest number of positive integer to be picked up randomly so that the sum or difference of any two of the chosen number is divisible by 10?

(A) 2
(B) 5
(C) 7
(D) 10
View Dynamic Solution & Explanation
Correct Solution: Option C

Step-by-step Solution:

Problem Interpretation and Solution

The question is a classic application of the Pigeonhole Principle and is best understood as: "What is the minimum number of integers one must select to guarantee that for at least one pair of the chosen numbers (let's call them 'a' and 'b'), their sum (a+b) or their difference (a-b) is divisible by 10?"

The Mathematical Condition

The divisibility of the sum or difference depends on the remainders of the numbers when divided by 10. If the remainders are 'r_a' and 'r_b', the condition is met if either $r_a = r_b$ or $r_a + r_b = 10$.

Applying the Pigeonhole Principle

We can sort the 10 possible remainders (0 to 9) into groups or "pigeonholes". If any two numbers have remainders from the same group, the condition is satisfied.

There are 6 such groups:

  • Group 1: {0}
  • Group 2: {5}
  • Group 3: {1, 9}
  • Group 4: {2, 8}
  • Group 5: {3, 7}
  • Group 6: {4, 6}

Conclusion

To avoid finding a pair that satisfies the condition, one could pick one number from each distinct group. This allows for a maximum of 6 picks without a guaranteed match (the "worst-case scenario").

However, when you pick the 7th number, its remainder must belong to one of the 6 groups you have already picked from. This guarantees that you will have two numbers from the same group, which in turn guarantees that their sum or difference will be divisible by 10.

Thus, the required number is 7.