Find all prime numbers p such that p2+73 is a perfect cube.
Solution
Let p2+73=n3. Then p2=n3−73=(n−7)(n2+7n+49). Obviously, n>7 and n−7<n2+7n+49. So there is only one possible case: n−7=1 and n2+7n+49=p2. We conclude that n=8 and p2=169, so p=13. The only prime number with the required property is p=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.