Question
The largest such that divides 50 ! is :
Options
Solution
Understanding the Problem: Finding the Highest Power of a Prime in a Factorial
The problem asks for the largest integer such that divides . This is equivalent to finding the exponent of the prime number 3 in the prime factorization of 50!. In number theory, this is often denoted as .
Key Concept: Legendre's Formula
To find the exponent of a prime number in the prime factorization of (denoted as ), we use Legendre's Formula: This formula can be expanded as: The sum continues as long as . Once , the term becomes 0, and all subsequent terms will also be 0.
Why Legendre's Formula Works
Let's understand the intuition behind this formula:
- : This term counts how many multiples of are there up to . Each of these numbers contributes at least one factor of to .
- : This term counts how many multiples of are there up to . Each of these numbers contributes an additional factor of (beyond the one already counted in ). For example, a number like contributes two factors of . It was counted once in and is counted again in , correctly accounting for two factors.
- : This term counts multiples of . These numbers contribute an additional factor of for their -th power. By summing these terms, we correctly account for all factors of contributed by each number from to . A number that is divisible by but not will be counted exactly times in the sum (once for , once for , ..., once for ), which is precisely the number of factors of it contributes.
Step-by-Step Calculation
In our problem, and the prime . We need to calculate .
-
First term: Multiples of We find the number of multiples of 3 up to 50: This means numbers like 3, 6, 9, ..., 48 contribute at least one factor of 3.
-
Second term: Multiples of We find the number of multiples of 9 up to 50: These numbers (9, 18, 27, 36, 45) contribute an additional factor of 3. For instance, 9 contributes two factors of 3 in total (one counted from the term, and one from this term).
-
Third term: Multiples of We find the number of multiples of 27 up to 50: The number 27 contributes an additional factor of 3. It has three factors of 3 (). It was counted in , then in , and now in , correctly summing to three factors.
-
Fourth term: Multiples of We find the number of multiples of 81 up to 50: Since , there are no multiples of 81 less than or equal to 50. All subsequent terms for higher powers of 3 will also be 0.
Summing the contributions:
Now, we sum all the calculated terms to find : Therefore, the largest such that divides is 22.
Relevant Tips and Common Mistakes
- Prime Base Only: Legendre's Formula directly applies only when the base is a prime number. If you need to find the exponent of a composite number (e.g., divides ), first factorize the composite number into its prime factors (). Then, find the exponent for each prime factor separately ( and ). The final answer will be the minimum of these exponents, because you can only form as many 's as you have pairs of s and s.
- Floor Function Accuracy: Ensure correct calculation of the floor function , which gives the greatest integer less than or equal to .
- Don't Stop Early: Make sure to continue calculating terms until becomes 0. Missing higher power terms is a common error.
- Understanding vs. Memorizing: While memorizing the formula is useful, understanding why it works helps in avoiding mistakes and applying it to variations of the problem.
Conclusion
By applying Legendre's Formula, we systematically counted all factors of 3 within the product . The total count is 22. This means is the highest power of 3 that can divide .
The final answer is .