Maths Olympiad Prep

Library / /817 of 1394

, 2018

Number theory Difficulty 5.3 AIME, harder Prove it United States

Problem:
Let a positive integer nn be called a cubic square if there exist positive integers a,ba, b with n=gcd(a2,b3)n = \operatorname{gcd}\left(a^{2}, b^{3}\right). Count the number of cubic squares between 1 and 100 inclusive.

Solution

Solution:
This is easily equivalent to vp(n)≢1,5(mod6)v_{p}(n) \not \equiv 1,5 \pmod{6} for all primes pp. We just count: p11vp(n)=1p \geq 11 \Longrightarrow v_{p}(n)=1 is clear, so we only look at the prime factorizations with primes from {2,3,5,7}\{2,3,5,7\}. This is easy to compute: we obtain 13.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.