To the right is a dodecahedron, a 12-sided Platonic solid .
Your challenge is to paint all the faces, and each face can be , or .
If you paint , , and , what is the maximum value you can get for --the product of all three--given that no three colors can meet at a vertex?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The only way you can not have three colors meeting at a vertex, is if two colors are completely separated from each other by the third color, forming their own "islands", and the maximum of the product r b g is realized when these two islands are similarly sized and as large as possible. So, the solution is when you have three like colors meeting at one vertex, three of a different color meeting at the opposite vertex, and the remaining faces (6 of them) filled in with the third color.
6 × 3 × 3 = 5 4