In the game Mastermind, I have to guess some permutation of five colors out of eight (being a permutation, all colors are different). I can submit a guess, and I receive a reply in the form of two numbers:
When where there should be a number, it is empty instead, the number is assumed to be zero.
What is the secret pattern? Enter your answer in order from left to right, translating the color to a digit code according to this table:
Color | Green | Blue | Yellow | White |
Code | 1 | 2 | 3 | 4 |
Color | Black | Red | Purple | Orange |
Code | 5 | 6 | 7 | 8 |
As an example, if the answer is orange-blue-yellow-white-black, enter .
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.
Let the bottom row be Row 1. Then,
Therefore, the matched guess is B G O W P = 2 1 8 4 7