On the Subject of Simon’s Suit

Ladies and gentlemen! On stage DJ Mr. Simon

  • There are 3 colored buttons and a bowtie on the module.
  • The bowtie will flash a color; either red, yellow, green, or blue.
  • The buttons can be red, yellow, green, cyan, blue, or magenta.
  • The module will have 3 stages.
  • For each stage, input the answer for all previous stages and the current one.
  • To solve the module, enter the answer to a simple math problem.
  • Entering an incorrect answer will incur a strike.
  1. Convert each flash to a number:
0 1 2 3 4 5
  1. Convert the color of the bowtie to an operator:
+ - × ÷
  1. Calculate the solution to the math problem (in the case of a division equation resulting in a decimal, round the final answer upwards), and take the solution modulo 3. This solution will be known as value N.
  2. If top button is green, cyan, or blue, move clockwise N times, starting from the left button.
  3. Otherwise, move counterclockwise N times, starting from the right button.
  4. The button you end up on is the button to press for this stage.