You have N rectangles (N > 1). The 2N numbers used by the length of short and long edges of these rectangles are all different positive integers.
You can create a larger rectangle by using all of these rectangles. The large rectangle is fully covered without any overlap or overflow of the smaller rectangles. What is the minimum possible area of the large rectangle?
Note: The large rectangle cannot be a square.
1x10, 2x9, 3x6, 4x11, and 5x8
Place the 5x8 in the center and the other four around it to make a 10x13 large rectangle. Area 130.