1. Select edges and face diagonals from a cube such that any two line segments are skew lines. What is the maximum value of ?
Problem 512
Official solution
(提示:考察线段 , 它们所在的直线两两都是异面直线. 若存在 5 条或 5 条以上满足条件的线段, 则它们的端点相异, 且不少于 10 个, 这与正方体只有 8 个端点矛盾, 故 的最大值是 4.)
(Translation: Consider the line segments , the lines on which they lie are pairwise skew lines. If there are 5 or more line segments that satisfy the condition, then their endpoints are distinct and there are at least 10 of them, which contradicts the fact that a cube has only 8 vertices. Therefore, the maximum value of is 4.)