On the Subject of Confirmation Codes
You have (1) new message.
Module consists of screen that shows a stage counter.
Stage counter increments every 3 solved unignored modules.
Press the screen to listen to the current stage’s code. If the screen wasn’t pressed on any stage (except 00)th then module will strike.
You
may listen to the code several times.
Starting from 01st stage, change this code by following the rules below:
- Take the current code modulo 19 then add (previous answer % 6 + 1)th SN symbol, converted from base-36. Take the sum modulo 11 and call it operation number.
-
Using the operation number, find the current answer where:
- a - current code,
- b - previous answer (0001 for stage 01),
- c - previous code (0001 for stage 01).
- Replace any 0000 with 0001.
| Number: | Answer: |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 |
, where: - digital root of - digital root of - digital root of |
At the end, sign and decimals mnust be dropped, and answer
is considered mod 10000.
At the very end, check the
answer for 0 digits. Use this table:
| If ... digit is 0, add: | |||
|---|---|---|---|
| 4th: 375 | 3rd: 24 | 2nd: 713 | 1st: 4016 |
Modulo the number by 10000 and replace 0s by 1s.
Submit that using:
If the submitted answer is
incorrect, the module will go into
recovery mode.