On the Subject of Timed Out
A watch with no clock? What is this, a toy?
This module displays a seemingly plain watch with no timer on it. It will start with three question marks on it.
Solving the module
Stage 1
- Take the last digit of the serial number (if none, use 0) for the row of the table below.
- If the number of batteries is even, take the number of batteries, multiply it by 2 and use the amount as the column.
- If the number of batteries is odd, use the number of ports for the column of the table below.
When using the table, you will receive a digit. This is stage 1’s digit. When the last digit of the bomb timer is the same as the digit you received, press the watch to complete the stage.
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7+ | |
---|---|---|---|---|---|---|---|---|
0 | 9 | 7 | 4 | 2 | 3 | 5 | 6 | 1 |
1 | 2 | 3 | 5 | 9 | 0 | 8 | 4 | 1 |
2 | 5 | 3 | 0 | 7 | 4 | 1 | 8 | 9 |
3 | 5 | 6 | 9 | 2 | 3 | 8 | 1 | 0 |
4 | 2 | 4 | 5 | 6 | 8 | 7 | 2 | 1 |
5+ | 1 | 3 | 6 | 4 | 9 | 0 | 2 | 1 |
Stage 2
- Now the watch will be showing a number. Multiply the number by 79 and modulo by 100.
- If the number is a factor of 100, stage 2’s digit is stage 1’s digit.
- Otherwise, add the amount of ports and modulo 10 to get stage 2’s digit.
Press the watch when the last digit of the bomb timer is stage 2’s digit.