Given positive integer n, consider the set of numbers {n²+1, n²+2, ... (n+1)²}. If we pick two numbers x and y out of that set, how many different values can the product xy take?
The product x*y can assume precisely n(2n+1) values.
*** I sincerely hope to posit a detailed explanation to this in future.
Edited on May 29, 2022, 9:23 am