Suppose you have a set of unpainted unit cubes. You want to paint them using three different colors (red, green, and purple). You can color each face of each cube individually (that is, the same unit cube might be multiple colors).
You want the coloring done in such a way that after the painting is done, you can assemble a larger cube using all unit cubes in three different ways:
1.) such that the entire outside of the larger cube is red.
2.) such that the entire outside of the larger cube is green.
3.) such that the entire outside of the larger cube is purple.
Our goal is to find all the ways we can allocate the initial painting of colors to the unit cubes such that this feat is possible.
if you watched the related TED-Ed video (a portion is shown above and on the next page, with animation by Anton Trofimov) it had a method of reaching one solution, but there are more!
Note: We are just counting the way of allocating the colors, not different ways of placing the colors on a particular cube. For example, if a cube has red sides, green sides, and purple side, there may be multiple ways of placing those colors on a particular cube, but we're not including that in our count.
When the cubes are assembled, one of the cubes fills the center, leaving cubes visible on the outside. How many "corner" cubes are there with sides visible how many are "edge" cubes are there with sides visible and how many "center" cubes are there with side visible
Remember, our goal is to be able to reassemble the cubes in three different ways so in each way only one color is visible.
Given we have small cube faces available to paint, how many faces can we leave unpainted while still satisfying the goal of the problem?
Each cube has sides, so we can think of them as adding numbers that add to 6 where each of the numbers represents a distinct color. For example, is possible and represents red sides, green sides, and purple sides.
What other cube types work as part of the solution? (Again, the only colors being used are red, green, and purple.)
We've established from the previous question the cube types are and (To make it consistent with the other cube types, we will write past this point.)
Let's now count how many we'll have of each type, starting with the Remember this is a cube with 3 side of one color, 2 side of a second color, and 1 side of the third color.
How many cubes are there?
Hint: Consider how many "center" cubes you will need of each color.
Continuing from the previous question, how many cubes do we have?
Note they indicate two distinct colors, but the colors can differ; one of them can be red and green while another is green and purple, for instance.
To summarize, we have of the cubes, and 3 of the cubes. How many cubes do we have?
Note of the cubes, their color choices are already pre-set since we require all distinct colors and each one will make a -face "edge" piece.
There are choices for the other two types of cubes; for example, with it can vary which color is a corner (matching with ""), which is an edge (matching with ""), and which is a center (matching with "").
We'll start with the where we must choose two distinct colors for each of our cubes of this type.
Note that on any particular color, the six cubes are used in 6 of the corners, leaving more to be filled by the cubes.
Given this fact, which of these is a possible configuration for the cubes?
(Interpret the pairs as each giving the two colors on each of the three cubes. For example, "red/green, red/green, red/green" means that all three cubes use just the colors red and green.)
We've already noted that the six cubes have fixed color configurations. The three cubes have a fixed configuration as well the answer in the previous question is the only way to have of each color
So the only flexibility in solving the problem is setting the eighteen cubes. Here is a list of every possible way to allocate the colors:
(The letters A through F are added for convenience in referring to a particular cube.)
Suppose there are cubes of type A (the first row). How many cubes of type D are there?
Our method of finding the problem in the previous question “” to fill in for cube A, but we could have filled anything from to Since the logic after is forced, and the colors choices of the and cubes are forced, that means there are seven ways to solve the problem, each corresponding to one of the digits from to .
If you liked the problem and want to try to extend it, here are two ways:
For this set of questions we just counting the way of allocating the colors, not different ways of placing the colors on a particular cube. If we were to include the physical placement on each cube in counting the number of solutions, would anything change, and if so, what?
What would happen if we wanted to make a by by cube instead, with small cubes total? How many colors would we be able to make? Would every side still get used in the same way as the by by case?