Puzzle

Painting Cubes

PrintPrint

Cubes

The challenge is to figure out the most efficient way to paint the cubes for the puzzles.

Puzzles ‘R’ Us is a small company that makes three-dimensional puzzles and sells them over the Internet. One of its most popular puzzles is a cube builder. The cube builder consists of a set of small red and white cubes that have to be assembled into a larger cube. Some of the cubes are painted red on just one face, some on two adjacent faces, some on three adjacent faces. Some cubes are all white.

Cube

The puzzle is to assemble all the small cubes into a larger cube, called a 4-Cube, so that the outside of the large cube is all red and all the small cubes that don’t touch an edge are all white. The 4-Cube gets its name because it is four small cubes long in each direction.

Problem 1

Your job is to help Puzzles ‘R’ Us streamline its process of making puzzles by telling its employees exactly how many cubes to paint in different ways to make a 4-Cube puzzle. Answer the following questions:

  • How many small cubes will be needed to construct a 4-Cube puzzle?
  • How many small cubes should be painted red on three adjacent sides?
  • How many small cubes should be painted red on two adjacent sides?
  • How many small cubes should be painted red on just one side?
  • How many small cubes should be painted all white?

Problem 2

Puzzles ‘R’ Us wants to expand its line of cube puzzles to larger and smaller cubes--all made from the same basic pieces. Your job is to help the company by answering the same five questions for an N-Cube; that is, a cube with N small cubes along each edge.

Hints:

  1. Start by thinking about the basic properties of a cube: How many faces (surfaces) does it have? How many vertices (corners)? How many edges? These properties are the same for any cube, regardless of its size.
  2. Try to build your knowledge by starting to answer the five questions for a 2-Cube, and a 3-Cube. If you can do those, a 4-Cube should be fairly easy. Then if you look for patterns in your data, you can answer the questions for an N-Cube.
  3. Keep track of your results in a table like this one:

Name of Cube Total Number of Cubes Needed  
Number of Cubes Painted with:
3 red sides 2 red sides 1 red side all white sides
2-Cube          
3-Cube          
4-Cube          
5-Cube          
           
N-Cube          

This content has been re-published with permission from SEED. Copyright © 2025 Schlumberger Excellence in Education Development (SEED), Inc.

Course: