Sigma Percentile
JEE Main 2026 (21 January Shift 2)
LEVELBoard

Animated Solution for Mathematics - Permutations and Combinations: The largest , for which divides , is :

Select Answer:

Visualized Solution

Understanding the Problem

  • We need to find the largest such that divides .
  • This is equivalent to finding the exponent of the prime 7 in the prime factorization of .

Legendre's Formula

  • Legendre's Formula: The exponent of a prime in is given by:
  • where denotes the greatest integer function (floor function).

Identifying Parameters

  • Given: and .
  • The exponent is calculated as:

Calculating the First Term

  • Step 1: Calculate .
  • So, .

Calculating the Second Term

  • Step 2: Calculate .
  • So, .

Checking Higher Powers

  • Step 3: Check .
  • Since , the value is .
  • All higher powers of will also result in .

Final Summation

  • Summing the results:

Conclusion

  • The largest integer is 16.
  • The correct option is (1).
  • Key Takeaway: For any prime , the exponent in is found by summing .

The Sigma Insight: Factorial Notation

Solution Diagram

Analyzing the Setup

The problem asks for the largest power of that divides . This is equivalent to finding the exponent of the prime in the prime factorization of .
We are not calculating the value of the factorial itself, but rather determining the frequency of the prime factor within the product of all integers from to .

The Sieve of Legendre

To solve this efficiently, we employ Legendre's Formula. This formula provides the exponent of a prime in the prime factorization of using the following summation:
The logic behind this is a systematic "sieve." We first count all multiples of , then account for the "extra" factors of present in multiples of , , and so on.

The Calculation

We apply the formula with and .
First, we calculate the number of multiples of up to :
Next, we account for the multiples of :
These two values represent the numbers and , which each contribute an additional factor of beyond the first one already counted.
Finally, we check for multiples of :
Since , the sequence terminates here as all subsequent terms will also be .

The Grand Total

To find the total exponent, we sum the results of our calculations:
The prime number appears exactly times in the prime factorization of .
Therefore, the largest power of that divides is .

Similar Questions