Problem:
The vertices of a cube are labeled with the integers through , with each used exactly once. Let be the maximum sum of the labels of two edge-adjacent vertices. Compute the minimum possible value of over all such labelings.
Problem:
The vertices of a cube are labeled with the integers through , with each used exactly once. Let be the maximum sum of the labels of two edge-adjacent vertices. Compute the minimum possible value of over all such labelings.
Solution:
The answer must be at least , because the label is adjacent to three vertices, one of which has label at least .
To show is achievable, note that the following labelling achieves :

Thus the answer is .