A natural number n is chosen between two consecutive square numbers. The smaller square is obtained by subtracting k from n, and the larger one is obtained by adding ℓ to n. Prove that the number n−kℓ is the square of an integer.
Solution
Solution:
Let n−k=x2 and n+ℓ=(x+1)2. Then k=n−x2 and ℓ=(x+1)2−n. We express everything in terms of n and x: n−kℓ=n−(n−x2)((x+1)2−n)=n+(x2−n)(x2+2x+1−n)=n+(x2−n)((x2−n)+2x+1)=n+(x2−n)2+2x(x2−n)+x2−n=(x2−n)2+2x(x2−n)+x2=(x2−n+x)2. This is the square of an integer.
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.