Let n be a positive integer. Is it possible to express n2+3n+3 into the form ab with a and b being positive integers, and such that the difference between a and b is smaller than 2n+1?
Solution
No, it is not possible. Indeed, if n2+3n+3=ab, then (a+b)2=(a−b)2+4ab≥4ab=4n2+12n+12>4n2+12n+9=(2n+3)2. Since both sides are squares, this yields (a+b)2≥(2n+4)2. It follows that (a−b)2=(a+b)2−4ab≥(2n+4)2−(4n2+12n+12)=4n+4=4(n+1). Therefore, ∣a−b∣≥2n+1.
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.