QUESTION: How do you know what’s the most Due line in the ALPHA 32 program? Is there a way to figure it out?

ANSWER: First read the instructions. The program is based on the 120 singles in the Pick 3 game, broken down into 15 lines of 8 numbers each (15 X 8 = 120).


The program removes lines based on the numbers entered. Start by entering the last 80 numbers that hit your state. In the example below, 043 is the last number that hit. 565 hit before that and 299 hit before that…and so forth. The program will look at the first number (043 = 034) and remove the line that has 034, which is line 02. So line 2 is removed.


====================================
The numbers before 043 are 565 and 299, which are doubles; the program skips those since this program only looks at singles. The previous single is 718 (178) which is on line 8; the program removes this line.

176 (167) is also on that line, but it was previously removed.
Then it removes line 07 (147).
Then it removes line 13 (389).
The program keeps removing lines until there are 4 lines left. The remaining lines are lines 11, 06, 12, and 10.


=================================
=================================
Use the ALPHA-16 program if you want the 2 most due lines.

