CSAT Solved Papers/ 2025/Q28

2025 CSAT — Q28

Quant Number theory 2.5 marks Hard

There are nn sets of numbers each having only three positive integers with LCM equal to 10011001 and HCF equal to 11. What is the value of nn?

  1. A 6
  2. B 7
  3. C 8
  4. D More than 8 Answer

Worked rationale

Factorise: 1001=7×11×131001 = 7 \times 11 \times 13 — three distinct primes, each to the first power. Any number whose LCM with others is 10011001 must divide 10011001, so each of the three integers is a product of a subset of {7,11,13}\{7,11,13\}.

Work prime by prime (the exponents are independent across primes). For a fixed prime pp and three numbers, each number either contains pp (exponent 11) or not (exponent 00). The two global conditions translate as:

  • LCM =1001= 1001 \Rightarrow the maximum exponent is 11: at least one of the three has pp.
  • HCF =1= 1 \Rightarrow the minimum exponent is 00: at least one of the three lacks pp.

So for each prime the “has/lacks” pattern across three slots must be neither all-have nor all-lack: 232=62^3 - 2 = 6 admissible patterns. With three independent primes the count of ordered triples is

6×6×6=216,6 \times 6 \times 6 = 216,

and even after collapsing to unordered sets the number stays far above 88.

Answer: (d) More than 8.

Why the other options miss

  • A
    answered the sub-step, not the question: computes the per-prime count (66) and stops, forgetting to combine across the three independent primes (636^3).
  • B
    solved the wrong question: counts something like “divisors minus one” or mis-tallies a small hand-built list, landing one off a divisor count.
  • C
    missed a case: counts the 88 divisors of 10011001 and calls each a “set,” confusing the building blocks with the triples built from them.

Specialist insight

The master technique for “count numbers with prescribed LCM and HCF” is decouple by prime and multiply. For each prime you only decide, across the slots, the max-exponent (set by the LCM) and min-exponent (set by the HCF); with square-free 10011001 that reduces to “at least one has it, at least one lacks it” =232=6= 2^3 - 2 = 6 per prime, and independence gives 636^3. The trap distractors are all “small” because they each stop the calculation early — at one prime (66), at a divisor count (88), or at an off-by-one tally (77). Recognising that the true count is in the hundreds (so “more than 88”) is the entire insight; the exam rewards seeing the multiplicative explosion, not enumerating.

The trap, in one line

Decouple by prime: 232=62^3 - 2 = 6 patterns per prime, and three independent primes give 63=2166^3 = 216 — vastly more than 88 (the divisor-count trap).

← All 2025 CSAT questions