generate random combinations of having only two digits in the last 3 draws

jack

Member
I forgot to say that a pair of pick3 generated with two digits from the last three draws, must have
in pick3 one of these pairs
01 19 28 37 46 55 = 1 as I got to 1 ex 28 2 + 8 = 10 1 + 0 = 1 sum sum 1
02 11 29 38 47 56 = 2
03 12 39 48 57 66 = 3
04 13 22 49 58 67 = 4
05 14 23 59 68 77 = 5
06 15 24 33 69 78 = 6
07 16 25 34 79 88 = 7
08 17 26 35 44 89 = 8
09 18 27 36 45 99 = 9
the number 00 does not enter, no problem
ex = the sum 7 = 07 16 25 34 79 88 = 7 was chosen
all pick 3 must have the sum seven, we have six doubles with the sum 7
ex 16 (9) then 169, but note the generated pick
CONSECUTIVE PAIRS THIRD DIGIT COMBINATIONS

01 ---------------------------------------- 012-013-014-015-016 -017-018-019

12 ---------------------------------------- 012-123-124-125-126 -127-128-129

23 ---------------------------------------- 023-231-234-235-236 -237-238-239

34 ---------------------------------------- 034-134-432-543-346 -347-348-349

45 ---------------------------------------- 045-145-245-345-645 -457-458-459

56 ---------------------------------------- 056-156-256-356-564 -567-568-569

67 ---------------------------------------- 067-167-267-367-467 -675-678-679

78 ---------------------------------------- 078-178-278-378-478 -785-786-789

89 ---------------------------------------- 089-189-289-389-489 -895-896-897
consecutive ok
EXAMPLE NUMBERS WITH CONSECUTIVES

235 23 is a consecutive

478 78 is a consecutive

291 21 is a consecutive

685 65 is a consecutive

709 90 is a consecutive
 

jack

Member
in short, the generation of pick3 with two-digit criteria from the last 3 draws, and having the pairs of one of the sum tables from 1 to 9 or consecutive pairs
example = 46 here used only two digits from the last three draws, 46 the 3rd digit for consecutive pairs is 3 or 5 or 7,
346,456, 467, ... we have a pair of consecutive pairs and a pair of two from the last 3 draws,
now for the sum 01 to 09
46 = sum is 4 + 6 = 10 = sum 1
so you can't have the same sum 1 are 01 19 28 46 55
have to have another sum
46, you can use example sum 6 = 06 15 24 33 69 78
nap can match the same sum as the initial pair

you can do in topics or separate list
a list of consecutive pairs and another of the sum pairs
 

Sidebar

Top