Problem 90
Cube Digit Pairs
Each of the six faces on a cube has a different digit (
For example, the square number

In fact, by carefully choosing the digits on both cubes it is possible to display all of the square numbers below one-hundred:
For example, one way this can be achieved is by placing
However, for this problem we shall allow the
In determining a distinct arrangement we are interested in the digits on each cube, not the order.
is equivalent to is distinct from
But because we are allowing
How many distinct arrangements of the two cubes allow for all of the square numbers to be displayed?
立方体数字对
考虑两个立方体,每个立方体的六个面上标有六个不同的、
例如,平方数

事实上,通过精心选择两个立方体上的数字,我们可以摆放出所有小于
例如,其中一种方式是,在一个立方体上标上
在本题中,我们允许将标有
在考虑什么是不同的标法时,我们关注的是立方体上有哪些数字,而不关心它们的顺序。
等价于 不同于
但因为我们允许将
对这两个立方体,有多少种不同的标法,可以摆放出所有九个平方数?
Gitalking ...