On the Subject of Press X
If you just mash all the buttons, eventually one will be right.
- Look at the row in the left table which is equal to the number of solved modules modulo 4.
- Look at the column in that row based on the number of lit and unlit indicators on the bomb.
- Find the first row in the right table which has this button in it and has all other conditions met.
- Press that button at the time indicated by that row of the right table.
| Button to Press |
| S % 4 | unlit > lit | unlit = lit | unlit < lit |
| 0 | A | Y | B |
| 1 | X | A | Y |
| 2 | B | X | A |
| 3 | Y | B | X |
| Time to Press |
| X | lit CAR | ≤1B | ANYTIME |
| ABXY | ≥3B | RIGHT F# |
| A | 2 or 5 in S# | 05 or 30 |
| ABX | lit NSA | MATCH |
| ABXY | SUM 9 |
| Key |
| # | number, number of, digit |
| S# | serial number |
| B | batteries |
| ANYTIME | Press the button at any time. |
| RIGHT F# | Press the button when the rightmost seconds digit equals the first digit of the S#. |
| 05 or 30 | Press the button when the seconds digits say 05 or 30. |
| MATCH | Press the button when the seconds digits match. |
| SUM 9 | Press the button when the seconds digits sum to 9. |