On the Look Up of Binary Shift

“Seems” daunting, right? Not when you break it down apparently.

Original Manual

Target = Displayed Value (2nd top screen) - Minutes Remaining

For each number displayed, subtract the displayed number from the target value to get an offset.

Convert each offset to binary to obtain the buttons to press.

Process the binary digits from the offsets obtained from RIGHT TO LEFT by selecting their respective screens. Press the top-most screen to submit that set that have a 1 in that position.

See the table on the next page for a list of binary conversions.

Example:

90 minutes remaining, 189 displayed on 2nd screen; Target = 189 - 90 = 99

10, 25, 36, 78, 98, 52, 20, 44, 78 displayed

102536789852204478
99 - 1099 - 2599 - 3699 - 7899 - 9899 - 5299 - 2099 - 4499 - 78
89746321147795521
101100110010100111111001010100000010101111100111101101110010101

100 minutes remaining, 195 displayed on 2nd screen; Target = 195 - 100 = 95

50, 77, 90, 68, 82, 22, 33, 14, 8 displayed

50779068822233148
95 - 5095 - 7795 - 9095 - 6895 - 8295 - 2295 - 3395 - 1495 - 8
45185271373628187
010110100100100000101001101100011011001001011111010100011010111

Binary Conversion Tables

Num.Bin.
00000000
10000001
20000010
30000011
40000100
50000101
60000110
70000111
80001000
90001001
100001010
110001011
120001100
130001101
140001110
150001111
160010000
170010001
180010010
190010011
200010100
210010101
220010110
230010111
240011000
Num.Bin.
250011001
260011010
270011011
280011100
290011101
300011110
310011111
320100000
330100001
340100010
350100011
360100100
370100101
380100110
390100111
400101000
410101001
420101010
430101011
440101100
450101101
460101110
470101111
480110000
490110001
Num.Bin.
500110010
510110011
520110100
530110101
540110110
550110111
560111000
570111001
580111010
590111011
600111100
610111101
620111110
630111111
641000000
651000001
661000010
671000011
681000100
691000101
701000110
711000111
721001000
731001001
741001010
Num.Bin.
751001011
761001100
771001101
781001110
791001111
801010000
811010001
821010010
831010011
841010100
851010101
861010110
871010111
881011000
891011001
901011010
911011011
921011100
931011101
941011110
951011111
961100000
971100001
981100010
991100011