CSAT Solved Papers/ 2024/Q18

2024 CSAT — Q18

Quant Number theory 2.5 marks Medium

421421 and 427427, when divided by the same number, leave the same remainder 11. How many numbers can be used as the divisor in order to get the same remainder 11?

  1. A 1
  2. B 2
  3. C 3 Answer
  4. D 4

Worked rationale

If a divisor dd leaves remainder 11 on both 421421 and 427427, then dd divides both 4211=420421-1 = 420 and 4271=426427-1 = 426. Hence

dgcd(420,426).d \mid \gcd(420, 426).

Compute the gcd by subtraction (fast under the clock): 426420=6426 - 420 = 6, and gcd(420,6)=6\gcd(420,6) = 6. So dd is a divisor of 66: {1,2,3,6}\{1, 2, 3, 6\}.

The load-bearing constraint: a divisor that leaves remainder 11 must be strictly greater than 11 (you cannot have a remainder of 11 when dividing by 11). Drop d=1d=1.

Valid divisors: {2,3,6}\{2, 3, 6\} — three of them. (Quick check: 421=670+1421 = 6\cdot70+1, 427=671+1427 = 6\cdot71+1, etc., all give remainder 11.)

Answer: (c) 3.

Why the other options miss

  • A
    solved the wrong question: stops at gcd=6\gcd = 6 and answers ”66 itself” as the one divisor, missing that every divisor of 66 above 11 works.
  • B
    missed a case: finds {2,3,6}\{2,3,6\} but drops one (often 66, thinking “the divisor can’t equal the gcd”) — or counts only {2,3}\{2,3\}.
  • D
    a convention slip: counts all four divisors of 66 including d=1d=1, forgetting that you cannot leave a remainder of 11 when dividing by 11. This is the planted trap.

Specialist insight

“Same remainder on two numbers” is a gcd-of-the-differences template, every single time. The key fact volume-players skip: subtract the common remainder first, then the divisors are exactly the divisors of the gcd that exceed the remainder. Here the remainder is 11, so we keep divisors >1> 1. Had the remainder been 22, we’d keep divisors >2> 2 (only 33 and 66, giving 22). That single guard — divisor must exceed the remainder — is the whole difference between (c) and (d), and it is the most common silent error on this template across years. Sanity check: you can ignore the original numbers entirely once you have gcd(420,426)=6\gcd(420,426)=6; the problem is now pure divisor-counting.

The trap, in one line

Counting d=1d = 1 as valid — but no remainder of 11 exists when dividing by 11, so it's excluded (this is the (d)-vs-(c) line).

← All 2024 CSAT questions