Consider a grid of squares. David writes a positive integer in each of the squares. Next to each row, he writes the product of the numbers in the row, and next to each column, he writes the product of the numbers in each column. If the sum of the eight numbers he writes down is , what is the minimum possible sum of the four numbers he writes in the grid?
Problem 1309
Official solution
Solution:
Let the four numbers be , so that the other four numbers are . The sum of these eight numbers is , and so . Since we seek to minimize , we need to find the two factors of that are closest to each other, which is easily calculated to be ; this makes .