Jump to content
BrainDen.com - Brain Teasers
  • 0


Guest
 Share

Question

You have six different colors to paint a cube. Each face of the cube should be painted. You can use every color to paint as many faces of the cube as you like (0, 1, 2, 3, 4, 5, 6); but you cannot use more than one color on a single face.

How many different painting patterns can be formed on this cube?

Note: If a pattern can be formed by rotating another pattern any number of times, these two patterns are not considered as different.

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

I'm not sure why but...

6^6/4^2 = 2916

6^6 = total number of colored cubes with no conditions

4^2 = the number of different (identical) rotations for each cube.

Although I learned not to use my instincts in probabilities.

But this feels like the ultimate battle between Emotions & Machine (Computer code)

And the winner is ... again.

Edited by roolstar
Link to comment
Share on other sites

  • 0

I'm not sure why but...

6^6/4^2 = 2916

6^6 = total number of colored cubes with no conditions

4^2 = the number of different (identical) rotations for each cube.

Although I learned not to use my instincts in probabilities.

But this feels like the ultimate battle between Emotions & Machine (Computer code)

And the winner is ... again.

only 4^2 of different rotations for each cube but 4*6. So then solution would be 1944.

Link to comment
Share on other sites

  • 0

only 4^2 of different rotations for each cube but 4*6. So then solution would be 1944.

I think your count is too small.

You are correct that there are 24 rigid-motion

symmetries of the cube. But, in dividing

66 by 24 you are tacitly assuming

that every coloring is counted 24 times.

This is not true for coloring the entire cube

with a single color, for example. Cubes which

are colored with 2 colors also have fewer than

24 symmetric brothers. So, to get a correct

count, you would have to break the problem up

into sets of colorings which have the same

number of symmetric copies. This seemed difficult

to me, which is why I wrote a program to brute

force the thing.

Link to comment
Share on other sites

  • 0

I think your count is too small.

You are correct that there are 24 rigid-motion

symmetries of the cube. But, in dividing

66 by 24 you are tacitly assuming

that every coloring is counted 24 times.

This is not true for coloring the entire cube

with a single color, for example. Cubes which

are colored with 2 colors also have fewer than

24 symmetric brothers. So, to get a correct

count, you would have to break the problem up

into sets of colorings which have the same

number of symmetric copies. This seemed difficult

to me, which is why I wrote a program to brute

force the thing.

I think I agree...

And the Brain wins again... What a shocker!

Link to comment
Share on other sites

  • 0

Working from first principles, the first color can be put on any of the 6 faces, but due to rotational symmetry, this can be counted only as 1.

The second color can be put in 2 ways - either as one of the four adjoining faces (which are symmetrical), or on the opposite faces. The third color can be put in any of the remaining 4 positions (no more symmetries available now). The 4th color goes into 3 available spaces and the 5th color goes into one of the remaining 2 faces while the 6th color goes into the only face left. The total options are 1X2X4X3X2X1=48. Can anyone tell me if there is a fallacy in this argument?

Edited by pankajvarma
Link to comment
Share on other sites

  • 0

Working from first principles, the first color can be put on any of the 6 faces, but due to rotational symmetry, this can be counted only as 1.

The second color can be put in 2 ways - either as one of the four adjoining faces (which are symmetrical), or on the opposite faces. The third color can be put in any of the remaining 4 positions (no more symmetries available now). The 4th color goes into 3 available spaces and the 5th color goes into one of the remaining 2 faces while the 6th color goes into the only face left. The total options are 1X2X4X3X2X1=48. Can anyone tell me if there is a fallacy in this argument?

The problem begins to be easily seen as you begin with the third color:

If the first two colors were on opposite sides of the cube,

then placing the third color can be done in only one way

as placing it on one of the four remaining faces is

symmetrical with placing it on any other. However, if

the first two colors were on adjacent faces then there

are several different ways to place the third: adjacent

to both and adjacent to one but not the other. The

placing of the fourth color is even more complicated.

So, using first principles, you must chase down all the

possible paths and build up the number of ways in this

manner. It gets complicated and is quite confusing.

That's why I chose to write a program to produce all

66 colorings, then I started rotating each

one to see if it is a duplicate of any other, throwing

it out if it was. The program was just replicating what

a human would want to do but couldn't because of the

enormous boring work.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...