Problem:
Let n be the least positive integer for which 149nβ2n is divisible by 33β
55β
77. Find the number of positive integer divisors of n.
Solution:
Let's go prime by prime, starting with the factor of 33
First off, notice that 147=3β
49 and so it has a power of 3 in it.
Thus, notice how we can represent 149nβ2n as
(147+2)nβ2n
and the former expression can be factored using the Binomial Theorem as
(147+2)nβ2n
(0nβ)2n+(1nβ)β
2nβ1β
1471+(2nβ)2nβ21472+...+(nnβ)β
20β
147nβ2n
and after the first power of 2n is eliminated, notice that this is immediately divisible by 33 once n is divisible by 32 in order for the 147n term to be divisible by 33.
Now, let's move on to the power of 55
Let's rewrite out expression mod 5 to start.
149nβ2nβ‘4nβ2nβ‘2n(2nβ1)β‘0mod5
For this to evaluate to 0 mod 5, we need
2nβ‘1mod5
or for nβ‘4mod5
Thus, since n is divisible by 4, we can write n=4k and rewrite our given expression as
149nβ2n=(1494)kβ(24)k
From here, we see that conveniently 1494β‘26mod55 and that 24β‘16mod55
so we can rewrite our expression as
(1494)kβ(24)kβ‘26kβ16kβ‘(16+10)kβ16kmod55
Remember that 10 only has one power of it, and so when we expand using binomial theorem again we get
(0kβ)β
16kβ
100+(1kβ)β
16kβ1β
101+(2kβ)β
16kβ2β
102+β―β16k
which has only 1 power of 5 in it, limited by the (1kβ)16kβ1101 term.
Thus, we'd need 54β£k or for 4β
54β£n
Lastly, we have to deal with the 77 term.
We directly apply binomial theorem again, rewriting it using the fact 149=147+2 as follows
(0nβ)β
2nβ
1470+(1nβ)β
2nβ1β
1471+(2nβ)β
2nβ2β
1472+β―β2n
Given that 147=72β
3, the terms that are important to us are the 1471 term, the 1472 term, and the 1473 term, and the most "limiting" term is the 1471 term, where we need 77β£1471 or for 75β£n.
Thus, we've found that
32β£n
4β
54β£n
75β£n
so the minimum n is the lcm of these which is
22β
32β
54β
75
who's factors is
(2+1)(2+1)(4+1)(5+1)=270β
OLD SOLUTION
Analyze each prime power separately. Start with the case of 33. By the Binomial Theorem,
149nβ2n=(147+2)nβ2n=(1nβ)β
147β
2nβ1+(2nβ)β
1472β
2nβ2+(3nβ)β
1473β
2nβ3+β―β
Because 147 is divisible by 3, all terms after the first two are divisible by 33, and the exponent of 3 in the first term is less than that in the second term. Hence it is necessary and sufficient that 33β£147n, that is, 32β£n. For the 77 case, consider the same expansion as in the previous case. Because 147 is divisible by 49=72, all terms after the first three are divisible by 77, and the exponent of 7 in the first term is less than that in the second and third term. Hence it is necessary and sufficient that 77β£147n, that is, 75β£n. For the 55 case, working modulo 5 gives 149nβ2nβ‘4nβ2n=2n(2nβ1)(mod5), so it must be that 4β£n. Let n=4m, and let c=1494β24=(1492β22)(1492+22)=147β
151β
22205. Note that 5cβ is an integer not divisible by 5. Expand by the Binomial Theorem again to get
(1494)mβ(24)m=(c+16)mβ(16)m=(1mβ)β
cβ
16mβ1+(2mβ)β
c2β
16mβ2+(3mβ)β
c3β
16mβ3+(4mβ)β
c4β
16mβ4+β―β
All terms after the first four are divisible by 55, and the exponent of 5 in the first term is less than that in the second, third, or fourth term. Hence it is necessary and sufficient that 55β£cm. Thus 54β£m, and it follows that 4β
54β£n. Therefore the least n is 32β
(22β
54)β
75. The requested number of divisors is (1+2)(1+2)(1+4)(1+5)=270β. The results of the above cases can be generalized using the following lemma.
Lifting the Exponent Lemma: Let p be an odd prime, and let a and b be integers relatively prime to p such that pβ£(aβb). Let n be a positive integer. Then the number of factors of p that divide anβbn is equal to the number of factors of p that divide aβb plus the number of factors of p that divide n.
The problems on this page are the property of the MAA's American Mathematics Competitions