Browse · MATH
Printjmc
number theory senior
Problem
For each even positive integer , let denote the greatest power of 2 that divides For example, and For each positive integer let Find the greatest integer less than 1000 such that is a perfect square.
Solution
Given , consider . Define . There are elements of that are divisible by , elements of that are divisible by but not by and elements of that are divisible by but not by . ThusLet be the highest power of that divides . Thus by the above formula, the highest power of that divides is . For to be a perfect square, must be even. If is odd, then is even, hence is odd, and cannot be a perfect square. Hence must be even. In particular, as , we have five choices for , namely . If , then is odd, so is odd, hence the largest power of dividing has an odd exponent, so is not a perfect square. In the other cases, note that is even, so the highest power of dividing will be a perfect square. In particular, will be a perfect square if and only if is an odd perfect square. If , then implies that , so we have . If , then implies that , so . If , then implies that , so . If , then implies that , so . Comparing the largest term in each case, we find that the maximum possible such that is a perfect square is .
Final answer
899