A positive integer T is said to be triangular if T=1+2+⋯+n for some positive integer n. Find the smallest positive integer k such that whenever T is triangular, 81T+k is also triangular.
Solution
Solution:
Clearly, taking T=1, we must have k≥10. We show that k=10 indeed works. If T is triangular, then T=2n(n+1) for some positive integer n. Then, we have 81T+10=281n(n+1)+10=281n2+81n+20=2(9n+4)(9n+5) which indeed is triangular as well.
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.