Repeating Digits
This filter accepts tickets that have selected count of repeating first or last digits. Each pool number breaks down into two
digits. The first digit is the leading digit of the number, the last
digit is the second digit of the number. For the first digit of number
23 is 2, the last digit of that number is 3. The first digit of number
9 is 0, the last digit of that number is 9.
Example
- When filter settings are 1 to 1 first digits repeat 6 to 6 times then
- 20-21-22-23-24-25 - filter accepts this ticket because first digit 2 repeats 6 times.
- 01-02-03-04-05-06 - filter accepts this ticket because first digit 0 repeats 6 times.
- 01-02-03-04-05-10 - filter rejects this ticket because first digit 0 repeats 5 times only.
-
When filter settings are 3 to 3 last digits repeat 2 to 2 times then
- 08-09-18-26-29-36 - filter accepts this ticket because last digit 8 repeats two times (8,
18), last digit 9 repeats two times (9, 29) and last digit 6 repeats
also two times (26, 36).
- 08-09-18-26-29-38 - filter reject this ticket because last digit 8
repeats three times (8, 18, 38) which is outside the allowed range.
-
When
filter settings are 6 to 6 last digits repeat 2 to 2 times then the
filter doesn't accept any ticket because there can at most 6 unique
last digits in a 6/xx lottery.