Problem: What is the largest integer k such that k+1 divides k2020+2k2019+3k2018+⋯+2020k+2021?
Solution
Solution: The remainder when the polynomial x2020+2x2019+3x2018+⋯+2020x+2021 is divided by x+1 is (−1)2020+2(−1)2019+3(−1)2018+⋯+2020(−1)+2021=1010(−1)+2021=1011 Therefore, k+1 divides k2020+2k2019+3k2018+⋯+2020k+2021 precisely when k+1 divides 1011. The largest k for which this is true is 1010.
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.