CAT 2023 Slot 3 — QA Question 5
FactorsEasy
The sum of the first two natural numbers, each having 15 factors (including 1 and the number itself), is
Answer & solution
Answer: 468
Solution
Easy
If a number's prime factorisation is , its number of factors is . We need this product to equal or , which fixes the possible exponent patterns. Then assign the smallest primes to the largest exponents to get the two smallest such numbers.
1
Factor 15 to find the exponent patterns. Since the factor count must be :
2
The form is far too big:
so the smallest numbers come from the form.
3
Smallest two from . Put the bigger exponent on the smaller prime:
(Any other prime pairing, e.g. , is larger, so these are the first two.)
4
Add them:
Required sum .