Jujustrollss
n is the smallest number with 5 prime factors- ie; 2x3x5x7x11
12!= 2x3x4x5x6x7x8x9x10x11x12
Now we divide it by “n”, we have
4x6x8x9x10x12
= 2^5(2x3x4x5x6) x 9
= 2^5(6!) x 9
Number of powers of 2 that divide 6! Are 4
No 2s in 9
2^5 we have factorized out
Hence, 2^5 x 2^4
So the largest power of 2 to divide 12!/n is 5+4=9
Please let me know if this logic is correct
Jujustrollss Great job identifying \(n = 2 \times 3 \times 5 \times 7 \times 11\)! That's absolutely correct - the smallest number with exactly 5 different prime factors.
Process Diagnosis:Your cancellation approach has a critical error. When you wrote \(\frac{12!}{n} = 4 \times 6 \times 8 \times 9 \times 10 \times 12\), you essentially "removed" \(2, 3, 5, 7, 11\) from the factorial. However, \(12!\) contains
multiple instances of some primes (like multiple \(2\)s and \(3\)s), so you can't just remove them from the list of factors.
Correct Approach:To find the highest power of \(2\) dividing \(\frac{12!}{n}\), use this principle:
\(\text{Power of 2 in } \frac{12!}{n} = \text{Power of 2 in } 12! - \text{Power of 2 in } n\)
Step 1: Find the power of \(2\) in \(12!\) using Legendre's formula:
\(\left\lfloor\frac{12}{2}\right\rfloor + \left\lfloor\frac{12}{4}\right\rfloor + \left\lfloor\frac{12}{8}\right\rfloor + \left\lfloor\frac{12}{16}\right\rfloor + ...\)
\(= 6 + 3 + 1 + 0 = 10\)
So \(2^{10}\) divides \(12!\)
Step 2: Power of \(2\) in \(n = 1\) (since \(n = 2^1 \times 3 \times 5 \times 7 \times 11\))
Step 3: Therefore, power of \(2\) in \(\frac{12!}{n} = 10 - 1 = 9\)
Why Your Answer Was Still Correct:Interestingly, you got \(9\) through a different path! Your calculation \(2^5 \times 2^4 = 2^9\) happened to work out, but the intermediate steps weren't accurate.
Strategic Insight - Factorial Prime Power Pattern:When you see "highest power of prime \(p\) dividing \(\frac{n!}{k}\):
1. Always calculate powers separately using Legendre's formula for the factorial
2. Find the prime factorization of \(k\)
3. Subtract: (power in factorial) - (power in denominator)
Never try to "cancel" factors directly from the factorial expansion.