CSAT Solved Papers/ 2022/Q74

2022 CSAT — Q74

Quant Number theory 2.5 marks Medium

If 15×14×13××3×2×1=3m×n15 \times 14 \times 13 \times \cdots \times 3 \times 2 \times 1 = 3^m \times n, where mm and nn are positive integers, then what is the maximum value of mm?

  1. A 7
  2. B 6 Answer
  3. C 5
  4. D 4

Worked rationale

The product is 15!15!. The maximum mm is the exponent of 33 in 15!15!, given by Legendre’s formula:

m=153+159+1527=5+1+0=6.m = \left\lfloor \frac{15}{3} \right\rfloor + \left\lfloor \frac{15}{9} \right\rfloor + \left\lfloor \frac{15}{27} \right\rfloor = 5 + 1 + 0 = 6.

(The 15/9=1\lfloor 15/9\rfloor = 1 term counts the extra factor of 33 from 99; 27>1527 > 15 so it stops there.)

Answer: (b) 6.

Why the other options miss

  • A
    miscounted a repeated factor: over-counts, e.g. adds a phantom 15/27\lfloor 15/27\rfloor contribution.
  • C
    miscounted a repeated factor: counts only the multiples of 33 (15/3=5\lfloor 15/3\rfloor = 5), forgetting that 9=329 = 3^2 contributes a second factor.
  • D
    an arithmetic slip: miscounts the multiples of 33 up to 1515.

Specialist insight

The exponent of a prime pp in N!N! is k1N/pk\sum_{k\ge 1}\lfloor N/p^k\rfloor. The single most-missed term is the 15/9=1\lfloor 15/9\rfloor = 1: the number 99 carries two threes, so it must be counted again. Multiples of 33 give 55, the extra from 99 gives 11, total 66. Always run the powers p,p2,p3,p, p^2, p^3,\dots until the quotient hits 00.

The trap, in one line

ν3(15!)=15/3+15/9=5+1=6\nu_3(15!) = \lfloor 15/3\rfloor + \lfloor 15/9\rfloor = 5 + 1 = 6 (don't forget 9=329 = 3^2) \Rightarrow (b).

← All 2022 CSAT questions