Skip to main content
Back to Binomial Theorem
JEE Main 2020
Binomial Theorem
Binomial Theorem
Medium

Question

The largest natural number nn such that 3n3^{n} divides 66!66 ! is ___________.

Answer: 66

Solution

Key Concept: Legendre's Formula This problem requires us to find the largest natural number nn such that 3n3^n is a divisor of 66!66!. This is equivalent to determining the exponent of the prime number 33 in the prime factorization of 66!66!. This can be efficiently found using Legendre's Formula (also known as de Polignac's Formula).

Legendre's Formula states that for a prime number pp and a natural number NN, the exponent of pp in the prime factorization of N!N! is given by: Ep(N!)=k=1NpkE_p(N!) = \sum_{k=1}^{\infty} \left\lfloor \frac{N}{p^k} \right\rfloor where x\lfloor x \rfloor denotes the greatest integer less than or equal to xx. This formula can be expanded as: Ep(N!)=Np+Np2+Np3+E_p(N!) = \left\lfloor \frac{N}{p} \right\rfloor + \left\lfloor \frac{N}{p^2} \right\rfloor + \left\lfloor \frac{N}{p^3} \right\rfloor + \dots

Step-by-Step Calculation In this problem, we need to find the exponent of p=3p=3 in N=66!N=66!. Applying Legendre's Formula, we calculate n=E3(66!)n = E_3(66!): n=663+6632+6633+6634+n = \left\lfloor \frac{66}{3} \right\rfloor + \left\lfloor \frac{66}{3^2} \right\rfloor + \left\lfloor \frac{66}{3^3} \right\rfloor + \left\lfloor \frac{66}{3^4} \right\rfloor + \dots

  1. First Term: Counting Multiples of 313^1 The first term, 663\left\lfloor \frac{66}{3} \right\rfloor, identifies all natural numbers from 11 to 6666 that are multiples of 33. Each of these numbers contributes at least one factor of 33 to 66!66!. 663=22=22\left\lfloor \frac{66}{3} \right\rfloor = \left\lfloor 22 \right\rfloor = 22 This means there are 2222 numbers (3,6,9,,663, 6, 9, \dots, 66) that are multiples of 33.

  2. Second Term: Counting Additional Factors from Multiples of 323^2 The second term, 6632=669\left\lfloor \frac{66}{3^2} \right\rfloor = \left\lfloor \frac{66}{9} \right\rfloor, counts numbers from 11 to 6666 that are multiples of 99. Numbers like 9,18,,639, 18, \dots, 63 contain at least two factors of 33. One factor has already been counted in the first term (as they are also multiples of 33). This term accounts for the second factor of 33 that these numbers contribute. 669=7.333=7\left\lfloor \frac{66}{9} \right\rfloor = \left\lfloor 7.333 \dots \right\rfloor = 7 There are 77 such numbers.

  3. Third Term: Counting Additional Factors from Multiples of 333^3 Similarly, the third term, 6633=6627\left\lfloor \frac{66}{3^3} \right\rfloor = \left\lfloor \frac{66}{27} \right\rfloor, counts numbers from 11 to 6666 that are multiples of 2727. Numbers like 27,5427, 54 contain at least three factors of 33. This term accounts for the third factor of 33 these numbers contribute. 6627=2.444=2\left\lfloor \frac{66}{27} \right\rfloor = \left\lfloor 2.444 \dots \right\rfloor = 2 There are 22 such numbers.

  4. Subsequent Terms: Multiples of 3k3^k for k4k \ge 4 We continue this process for higher powers of 33: 6634=6681=0.814=0\left\lfloor \frac{66}{3^4} \right\rfloor = \left\lfloor \frac{66}{81} \right\rfloor = \left\lfloor 0.814 \dots \right\rfloor = 0 Since 34=813^4 = 81 is greater than 6666, there are no natural numbers from 11 to 6666 that are multiples of 8181. Thus, this term and all subsequent terms (for 35,36,3^5, 3^6, \dots) will be 00. This indicates we have accounted for all possible factors of 33.

Summing the Exponents To find the total exponent nn, we sum the values from each calculated term: n=22+7+2=31n = 22 + 7 + 2 = 31 Therefore, the largest natural number nn such that 3n3^n divides 66!66! is 3131.

Tips and Common Mistakes

  • Prime Base Only: Legendre's Formula is designed specifically for finding the exponent of a prime number in a factorial. If the base is a composite number (e.g., 10n10^n), you must first find the exponents of its prime factors (e.g., 2n2^n and 5n5^n) separately and then determine the minimum of these exponents.
  • The Floor Function is Essential: Always apply the greatest integer function (x\lfloor x \rfloor) to each term. This ensures that you only count whole multiples and correctly reflects the number of factors.
  • Don't Stop Prematurely: Continue calculating terms until the argument of the floor function becomes less than 11 (which means the floor value will be 00). Stopping too early will lead to an underestimation of the total exponent.
  • Understanding Each Term: Each term Npk\left\lfloor \frac{N}{p^k} \right\rfloor represents the count of numbers up to NN that are multiples of pkp^k. By summing these, the formula cleverly accounts for each prime factor pp exactly once, regardless of how many times it divides a particular number in the factorial.

Summary and Key Takeaway Legendre's Formula provides a precise and systematic method to determine the highest power of any prime number that divides a given factorial. By applying this formula, we found that the highest power of 33 that divides 66!66! is 3313^{31}. Hence, the largest natural number nn satisfying the condition is 3131.

Practice More Binomial Theorem Questions

View All Questions