nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
54,
61,
24,
79
] | 21 | [
"79-61=18",
"54/18=3",
"24-3=21"
] | Current State: 21:[54, 61, 24, 79], Operations: []
Exploring Operation: 79-61=18, Resulting Numbers: [54, 24, 18]
Generated Node #2: [54, 24, 18] from Operation: 79-61=18
Current State: 21:[54, 24, 18], Operations: ['79-61=18']
Exploring Operation: 54/18=3, Resulting Numbers: [24, 3]
Generated Node #3: [24, 3] from Operation: 54/18=3
Current State: 21:[24, 3], Operations: ['79-61=18', '54/18=3']
Exploring Operation: 24-3=21, Resulting Numbers: [21]
21,21 equal: Goal Reached
| 4 |
[
97,
23,
45,
8
] | 42 | [
"97+45=142",
"23*8=184",
"184-142=42"
] | Current State: 42:[97, 23, 45, 8], Operations: []
Exploring Operation: 97+45=142, Resulting Numbers: [23, 8, 142]
Generated Node #2: [23, 8, 142] from Operation: 97+45=142
Current State: 42:[23, 8, 142], Operations: ['97+45=142']
Exploring Operation: 23*8=184, Resulting Numbers: [142, 184]
Generated Node #3: [142, 184] from Operation: 23*8=184
Current State: 42:[142, 184], Operations: ['97+45=142', '23*8=184']
Exploring Operation: 184-142=42, Resulting Numbers: [42]
42,42 equal: Goal Reached
| 4 |
[
60,
54,
84,
50
] | 25 | [
"84-54=30",
"60/30=2",
"50/2=25"
] | Current State: 25:[60, 54, 84, 50], Operations: []
Exploring Operation: 84-54=30, Resulting Numbers: [60, 50, 30]
Generated Node #2: [60, 50, 30] from Operation: 84-54=30
Current State: 25:[60, 50, 30], Operations: ['84-54=30']
Exploring Operation: 60/30=2, Resulting Numbers: [50, 2]
Generated Node #3: [50, 2] from Operation: 60/30=2
Current State: 25:[50, 2], Operations: ['84-54=30', '60/30=2']
Exploring Operation: 50/2=25, Resulting Numbers: [25]
25,25 equal: Goal Reached
| 4 |
[
17,
64,
67,
79
] | 99 | [
"64-17=47",
"67+79=146",
"146-47=99"
] | Current State: 99:[17, 64, 67, 79], Operations: []
Exploring Operation: 64-17=47, Resulting Numbers: [67, 79, 47]
Generated Node #2: [67, 79, 47] from Operation: 64-17=47
Current State: 99:[67, 79, 47], Operations: ['64-17=47']
Exploring Operation: 67+79=146, Resulting Numbers: [47, 146]
Generated Node #3: [47, 146] from Operation: 67+79=146
Current State: 99:[47, 146], Operations: ['64-17=47', '67+79=146']
Exploring Operation: 146-47=99, Resulting Numbers: [99]
99,99 equal: Goal Reached
| 4 |
[
91,
39,
84,
60
] | 92 | [
"91-39=52",
"84+60=144",
"144-52=92"
] | Current State: 92:[91, 39, 84, 60], Operations: []
Exploring Operation: 91-39=52, Resulting Numbers: [84, 60, 52]
Generated Node #2: [84, 60, 52] from Operation: 91-39=52
Current State: 92:[84, 60, 52], Operations: ['91-39=52']
Exploring Operation: 84+60=144, Resulting Numbers: [52, 144]
Generated Node #3: [52, 144] from Operation: 84+60=144
Current State: 92:[52, 144], Operations: ['91-39=52', '84+60=144']
Exploring Operation: 144-52=92, Resulting Numbers: [92]
92,92 equal: Goal Reached
| 4 |
[
80,
38,
69,
19
] | 30 | [
"80+38=118",
"69+19=88",
"118-88=30"
] | Current State: 30:[80, 38, 69, 19], Operations: []
Exploring Operation: 80+38=118, Resulting Numbers: [69, 19, 118]
Generated Node #2: [69, 19, 118] from Operation: 80+38=118
Current State: 30:[69, 19, 118], Operations: ['80+38=118']
Exploring Operation: 69+19=88, Resulting Numbers: [118, 88]
Generated Node #3: [118, 88] from Operation: 69+19=88
Current State: 30:[118, 88], Operations: ['80+38=118', '69+19=88']
Exploring Operation: 118-88=30, Resulting Numbers: [30]
30,30 equal: Goal Reached
| 4 |
[
59,
2,
97,
58
] | 10 | [
"97-59=38",
"58-38=20",
"20/2=10"
] | Current State: 10:[59, 2, 97, 58], Operations: []
Exploring Operation: 97-59=38, Resulting Numbers: [2, 58, 38]
Generated Node #2: [2, 58, 38] from Operation: 97-59=38
Current State: 10:[2, 58, 38], Operations: ['97-59=38']
Exploring Operation: 58-38=20, Resulting Numbers: [2, 20]
Generated Node #3: [2, 20] from Operation: 58-38=20
Current State: 10:[2, 20], Operations: ['97-59=38', '58-38=20']
Exploring Operation: 20/2=10, Resulting Numbers: [10]
10,10 equal: Goal Reached
| 4 |
[
86,
84,
96,
19
] | 55 | [
"86+84=170",
"96+19=115",
"170-115=55"
] | Current State: 55:[86, 84, 96, 19], Operations: []
Exploring Operation: 86+84=170, Resulting Numbers: [96, 19, 170]
Generated Node #2: [96, 19, 170] from Operation: 86+84=170
Current State: 55:[96, 19, 170], Operations: ['86+84=170']
Exploring Operation: 96+19=115, Resulting Numbers: [170, 115]
Generated Node #3: [170, 115] from Operation: 96+19=115
Current State: 55:[170, 115], Operations: ['86+84=170', '96+19=115']
Exploring Operation: 170-115=55, Resulting Numbers: [55]
55,55 equal: Goal Reached
| 4 |
[
10,
2,
31,
23
] | 29 | [
"10+23=33",
"2*31=62",
"62-33=29"
] | Current State: 29:[10, 2, 31, 23], Operations: []
Exploring Operation: 10+23=33, Resulting Numbers: [2, 31, 33]
Generated Node #2: [2, 31, 33] from Operation: 10+23=33
Current State: 29:[2, 31, 33], Operations: ['10+23=33']
Exploring Operation: 2*31=62, Resulting Numbers: [33, 62]
Generated Node #3: [33, 62] from Operation: 2*31=62
Current State: 29:[33, 62], Operations: ['10+23=33', '2*31=62']
Exploring Operation: 62-33=29, Resulting Numbers: [29]
29,29 equal: Goal Reached
| 4 |
[
6,
50,
7,
24
] | 73 | [
"6+50=56",
"24-7=17",
"56+17=73"
] | Current State: 73:[6, 50, 7, 24], Operations: []
Exploring Operation: 6+50=56, Resulting Numbers: [7, 24, 56]
Generated Node #2: [7, 24, 56] from Operation: 6+50=56
Current State: 73:[7, 24, 56], Operations: ['6+50=56']
Exploring Operation: 24-7=17, Resulting Numbers: [56, 17]
Generated Node #3: [56, 17] from Operation: 24-7=17
Current State: 73:[56, 17], Operations: ['6+50=56', '24-7=17']
Exploring Operation: 56+17=73, Resulting Numbers: [73]
73,73 equal: Goal Reached
| 4 |
[
94,
6,
36,
72
] | 96 | [
"94-72=22",
"6*22=132",
"132-36=96"
] | Current State: 96:[94, 6, 36, 72], Operations: []
Exploring Operation: 94-72=22, Resulting Numbers: [6, 36, 22]
Generated Node #2: [6, 36, 22] from Operation: 94-72=22
Current State: 96:[6, 36, 22], Operations: ['94-72=22']
Exploring Operation: 6*22=132, Resulting Numbers: [36, 132]
Generated Node #3: [36, 132] from Operation: 6*22=132
Current State: 96:[36, 132], Operations: ['94-72=22', '6*22=132']
Exploring Operation: 132-36=96, Resulting Numbers: [96]
96,96 equal: Goal Reached
| 4 |
[
65,
57,
3,
38
] | 24 | [
"65-38=27",
"3*27=81",
"81-57=24"
] | Current State: 24:[65, 57, 3, 38], Operations: []
Exploring Operation: 65-38=27, Resulting Numbers: [57, 3, 27]
Generated Node #2: [57, 3, 27] from Operation: 65-38=27
Current State: 24:[57, 3, 27], Operations: ['65-38=27']
Exploring Operation: 3*27=81, Resulting Numbers: [57, 81]
Generated Node #3: [57, 81] from Operation: 3*27=81
Current State: 24:[57, 81], Operations: ['65-38=27', '3*27=81']
Exploring Operation: 81-57=24, Resulting Numbers: [24]
24,24 equal: Goal Reached
| 4 |
[
91,
16,
71,
24
] | 60 | [
"91+16=107",
"71-24=47",
"107-47=60"
] | Current State: 60:[91, 16, 71, 24], Operations: []
Exploring Operation: 91+16=107, Resulting Numbers: [71, 24, 107]
Generated Node #2: [71, 24, 107] from Operation: 91+16=107
Current State: 60:[71, 24, 107], Operations: ['91+16=107']
Exploring Operation: 71-24=47, Resulting Numbers: [107, 47]
Generated Node #3: [107, 47] from Operation: 71-24=47
Current State: 60:[107, 47], Operations: ['91+16=107', '71-24=47']
Exploring Operation: 107-47=60, Resulting Numbers: [60]
60,60 equal: Goal Reached
| 4 |
[
13,
7,
2,
22
] | 63 | [
"13+22=35",
"2*35=70",
"70-7=63"
] | Current State: 63:[13, 7, 2, 22], Operations: []
Exploring Operation: 13+22=35, Resulting Numbers: [7, 2, 35]
Generated Node #2: [7, 2, 35] from Operation: 13+22=35
Current State: 63:[7, 2, 35], Operations: ['13+22=35']
Exploring Operation: 2*35=70, Resulting Numbers: [7, 70]
Generated Node #3: [7, 70] from Operation: 2*35=70
Current State: 63:[7, 70], Operations: ['13+22=35', '2*35=70']
Exploring Operation: 70-7=63, Resulting Numbers: [63]
63,63 equal: Goal Reached
| 4 |
[
15,
5,
31,
16
] | 44 | [
"15/5=3",
"31+16=47",
"47-3=44"
] | Current State: 44:[15, 5, 31, 16], Operations: []
Exploring Operation: 15/5=3, Resulting Numbers: [31, 16, 3]
Generated Node #2: [31, 16, 3] from Operation: 15/5=3
Current State: 44:[31, 16, 3], Operations: ['15/5=3']
Exploring Operation: 31+16=47, Resulting Numbers: [3, 47]
Generated Node #3: [3, 47] from Operation: 31+16=47
Current State: 44:[3, 47], Operations: ['15/5=3', '31+16=47']
Exploring Operation: 47-3=44, Resulting Numbers: [44]
44,44 equal: Goal Reached
| 4 |
[
12,
39,
83,
77
] | 33 | [
"39-12=27",
"83-77=6",
"27+6=33"
] | Current State: 33:[12, 39, 83, 77], Operations: []
Exploring Operation: 39-12=27, Resulting Numbers: [83, 77, 27]
Generated Node #2: [83, 77, 27] from Operation: 39-12=27
Current State: 33:[83, 77, 27], Operations: ['39-12=27']
Exploring Operation: 83-77=6, Resulting Numbers: [27, 6]
Generated Node #3: [27, 6] from Operation: 83-77=6
Current State: 33:[27, 6], Operations: ['39-12=27', '83-77=6']
Exploring Operation: 27+6=33, Resulting Numbers: [33]
33,33 equal: Goal Reached
| 4 |
[
5,
9,
15,
97
] | 17 | [
"5+97=102",
"15-9=6",
"102/6=17"
] | Current State: 17:[5, 9, 15, 97], Operations: []
Exploring Operation: 5+97=102, Resulting Numbers: [9, 15, 102]
Generated Node #2: [9, 15, 102] from Operation: 5+97=102
Current State: 17:[9, 15, 102], Operations: ['5+97=102']
Exploring Operation: 15-9=6, Resulting Numbers: [102, 6]
Generated Node #3: [102, 6] from Operation: 15-9=6
Current State: 17:[102, 6], Operations: ['5+97=102', '15-9=6']
Exploring Operation: 102/6=17, Resulting Numbers: [17]
17,17 equal: Goal Reached
| 4 |
[
85,
19,
20,
87
] | 37 | [
"85+19=104",
"87-20=67",
"104-67=37"
] | Current State: 37:[85, 19, 20, 87], Operations: []
Exploring Operation: 85+19=104, Resulting Numbers: [20, 87, 104]
Generated Node #2: [20, 87, 104] from Operation: 85+19=104
Current State: 37:[20, 87, 104], Operations: ['85+19=104']
Exploring Operation: 87-20=67, Resulting Numbers: [104, 67]
Generated Node #3: [104, 67] from Operation: 87-20=67
Current State: 37:[104, 67], Operations: ['85+19=104', '87-20=67']
Exploring Operation: 104-67=37, Resulting Numbers: [37]
37,37 equal: Goal Reached
| 4 |
[
28,
60,
34,
2
] | 68 | [
"60-28=32",
"34+2=36",
"32+36=68"
] | Current State: 68:[28, 60, 34, 2], Operations: []
Exploring Operation: 60-28=32, Resulting Numbers: [34, 2, 32]
Generated Node #2: [34, 2, 32] from Operation: 60-28=32
Current State: 68:[34, 2, 32], Operations: ['60-28=32']
Exploring Operation: 34+2=36, Resulting Numbers: [32, 36]
Generated Node #3: [32, 36] from Operation: 34+2=36
Current State: 68:[32, 36], Operations: ['60-28=32', '34+2=36']
Exploring Operation: 32+36=68, Resulting Numbers: [68]
68,68 equal: Goal Reached
| 4 |
[
11,
55,
29,
37
] | 52 | [
"55-11=44",
"37-29=8",
"44+8=52"
] | Current State: 52:[11, 55, 29, 37], Operations: []
Exploring Operation: 55-11=44, Resulting Numbers: [29, 37, 44]
Generated Node #2: [29, 37, 44] from Operation: 55-11=44
Current State: 52:[29, 37, 44], Operations: ['55-11=44']
Exploring Operation: 37-29=8, Resulting Numbers: [44, 8]
Generated Node #3: [44, 8] from Operation: 37-29=8
Current State: 52:[44, 8], Operations: ['55-11=44', '37-29=8']
Exploring Operation: 44+8=52, Resulting Numbers: [52]
52,52 equal: Goal Reached
| 4 |
[
62,
46,
12,
60
] | 11 | [
"62-46=16",
"60/12=5",
"16-5=11"
] | Current State: 11:[62, 46, 12, 60], Operations: []
Exploring Operation: 62-46=16, Resulting Numbers: [12, 60, 16]
Generated Node #2: [12, 60, 16] from Operation: 62-46=16
Current State: 11:[12, 60, 16], Operations: ['62-46=16']
Exploring Operation: 60/12=5, Resulting Numbers: [16, 5]
Generated Node #3: [16, 5] from Operation: 60/12=5
Current State: 11:[16, 5], Operations: ['62-46=16', '60/12=5']
Exploring Operation: 16-5=11, Resulting Numbers: [11]
11,11 equal: Goal Reached
| 4 |
[
15,
32,
15,
78
] | 45 | [
"15/15=1",
"78-32=46",
"46-1=45"
] | Current State: 45:[15, 32, 15, 78], Operations: []
Exploring Operation: 15/15=1, Resulting Numbers: [32, 78, 1]
Generated Node #2: [32, 78, 1] from Operation: 15/15=1
Current State: 45:[32, 78, 1], Operations: ['15/15=1']
Exploring Operation: 78-32=46, Resulting Numbers: [1, 46]
Generated Node #3: [1, 46] from Operation: 78-32=46
Current State: 45:[1, 46], Operations: ['15/15=1', '78-32=46']
Exploring Operation: 46-1=45, Resulting Numbers: [45]
45,45 equal: Goal Reached
| 4 |
[
55,
63,
28,
82
] | 61 | [
"28+82=110",
"110/55=2",
"63-2=61"
] | Current State: 61:[55, 63, 28, 82], Operations: []
Exploring Operation: 28+82=110, Resulting Numbers: [55, 63, 110]
Generated Node #2: [55, 63, 110] from Operation: 28+82=110
Current State: 61:[55, 63, 110], Operations: ['28+82=110']
Exploring Operation: 110/55=2, Resulting Numbers: [63, 2]
Generated Node #3: [63, 2] from Operation: 110/55=2
Current State: 61:[63, 2], Operations: ['28+82=110', '110/55=2']
Exploring Operation: 63-2=61, Resulting Numbers: [61]
61,61 equal: Goal Reached
| 4 |
[
58,
42,
61,
31
] | 46 | [
"58-42=16",
"61-31=30",
"16+30=46"
] | Current State: 46:[58, 42, 61, 31], Operations: []
Exploring Operation: 58-42=16, Resulting Numbers: [61, 31, 16]
Generated Node #2: [61, 31, 16] from Operation: 58-42=16
Current State: 46:[61, 31, 16], Operations: ['58-42=16']
Exploring Operation: 61-31=30, Resulting Numbers: [16, 30]
Generated Node #3: [16, 30] from Operation: 61-31=30
Current State: 46:[16, 30], Operations: ['58-42=16', '61-31=30']
Exploring Operation: 16+30=46, Resulting Numbers: [46]
46,46 equal: Goal Reached
| 4 |
[
1,
36,
60,
5
] | 91 | [
"1*36=36",
"60-5=55",
"36+55=91"
] | Current State: 91:[1, 36, 60, 5], Operations: []
Exploring Operation: 1*36=36, Resulting Numbers: [60, 5, 36]
Generated Node #2: [60, 5, 36] from Operation: 1*36=36
Current State: 91:[60, 5, 36], Operations: ['1*36=36']
Exploring Operation: 60-5=55, Resulting Numbers: [36, 55]
Generated Node #3: [36, 55] from Operation: 60-5=55
Current State: 91:[36, 55], Operations: ['1*36=36', '60-5=55']
Exploring Operation: 36+55=91, Resulting Numbers: [91]
91,91 equal: Goal Reached
| 4 |
[
14,
85,
98,
65
] | 92 | [
"85-14=71",
"98+65=163",
"163-71=92"
] | Current State: 92:[14, 85, 98, 65], Operations: []
Exploring Operation: 85-14=71, Resulting Numbers: [98, 65, 71]
Generated Node #2: [98, 65, 71] from Operation: 85-14=71
Current State: 92:[98, 65, 71], Operations: ['85-14=71']
Exploring Operation: 98+65=163, Resulting Numbers: [71, 163]
Generated Node #3: [71, 163] from Operation: 98+65=163
Current State: 92:[71, 163], Operations: ['85-14=71', '98+65=163']
Exploring Operation: 163-71=92, Resulting Numbers: [92]
92,92 equal: Goal Reached
| 4 |
[
32,
88,
79,
80
] | 83 | [
"88-80=8",
"32/8=4",
"79+4=83"
] | Current State: 83:[32, 88, 79, 80], Operations: []
Exploring Operation: 88-80=8, Resulting Numbers: [32, 79, 8]
Generated Node #2: [32, 79, 8] from Operation: 88-80=8
Current State: 83:[32, 79, 8], Operations: ['88-80=8']
Exploring Operation: 32/8=4, Resulting Numbers: [79, 4]
Generated Node #3: [79, 4] from Operation: 32/8=4
Current State: 83:[79, 4], Operations: ['88-80=8', '32/8=4']
Exploring Operation: 79+4=83, Resulting Numbers: [83]
83,83 equal: Goal Reached
| 4 |
[
88,
3,
69,
99
] | 81 | [
"3+69=72",
"99*72=7128",
"7128/88=81"
] | Current State: 81:[88, 3, 69, 99], Operations: []
Exploring Operation: 3+69=72, Resulting Numbers: [88, 99, 72]
Generated Node #2: [88, 99, 72] from Operation: 3+69=72
Current State: 81:[88, 99, 72], Operations: ['3+69=72']
Exploring Operation: 99*72=7128, Resulting Numbers: [88, 7128]
Generated Node #3: [88, 7128] from Operation: 99*72=7128
Current State: 81:[88, 7128], Operations: ['3+69=72', '99*72=7128']
Exploring Operation: 7128/88=81, Resulting Numbers: [81]
81,81 equal: Goal Reached
| 4 |
[
55,
48,
99,
8
] | 98 | [
"55-48=7",
"99-8=91",
"7+91=98"
] | Current State: 98:[55, 48, 99, 8], Operations: []
Exploring Operation: 55-48=7, Resulting Numbers: [99, 8, 7]
Generated Node #2: [99, 8, 7] from Operation: 55-48=7
Current State: 98:[99, 8, 7], Operations: ['55-48=7']
Exploring Operation: 99-8=91, Resulting Numbers: [7, 91]
Generated Node #3: [7, 91] from Operation: 99-8=91
Current State: 98:[7, 91], Operations: ['55-48=7', '99-8=91']
Exploring Operation: 7+91=98, Resulting Numbers: [98]
98,98 equal: Goal Reached
| 4 |
[
52,
46,
88,
68
] | 48 | [
"68-46=22",
"88/22=4",
"52-4=48"
] | Current State: 48:[52, 46, 88, 68], Operations: []
Exploring Operation: 68-46=22, Resulting Numbers: [52, 88, 22]
Generated Node #2: [52, 88, 22] from Operation: 68-46=22
Current State: 48:[52, 88, 22], Operations: ['68-46=22']
Exploring Operation: 88/22=4, Resulting Numbers: [52, 4]
Generated Node #3: [52, 4] from Operation: 88/22=4
Current State: 48:[52, 4], Operations: ['68-46=22', '88/22=4']
Exploring Operation: 52-4=48, Resulting Numbers: [48]
48,48 equal: Goal Reached
| 4 |
[
7,
9,
17,
92
] | 77 | [
"9-7=2",
"92-17=75",
"2+75=77"
] | Current State: 77:[7, 9, 17, 92], Operations: []
Exploring Operation: 9-7=2, Resulting Numbers: [17, 92, 2]
Generated Node #2: [17, 92, 2] from Operation: 9-7=2
Current State: 77:[17, 92, 2], Operations: ['9-7=2']
Exploring Operation: 92-17=75, Resulting Numbers: [2, 75]
Generated Node #3: [2, 75] from Operation: 92-17=75
Current State: 77:[2, 75], Operations: ['9-7=2', '92-17=75']
Exploring Operation: 2+75=77, Resulting Numbers: [77]
77,77 equal: Goal Reached
| 4 |
[
2,
57,
72,
4
] | 69 | [
"2+4=6",
"72/6=12",
"57+12=69"
] | Current State: 69:[2, 57, 72, 4], Operations: []
Exploring Operation: 2+4=6, Resulting Numbers: [57, 72, 6]
Generated Node #2: [57, 72, 6] from Operation: 2+4=6
Current State: 69:[57, 72, 6], Operations: ['2+4=6']
Exploring Operation: 72/6=12, Resulting Numbers: [57, 12]
Generated Node #3: [57, 12] from Operation: 72/6=12
Current State: 69:[57, 12], Operations: ['2+4=6', '72/6=12']
Exploring Operation: 57+12=69, Resulting Numbers: [69]
69,69 equal: Goal Reached
| 4 |
[
19,
82,
7,
40
] | 49 | [
"82-19=63",
"63/7=9",
"40+9=49"
] | Current State: 49:[19, 82, 7, 40], Operations: []
Exploring Operation: 82-19=63, Resulting Numbers: [7, 40, 63]
Generated Node #2: [7, 40, 63] from Operation: 82-19=63
Current State: 49:[7, 40, 63], Operations: ['82-19=63']
Exploring Operation: 63/7=9, Resulting Numbers: [40, 9]
Generated Node #3: [40, 9] from Operation: 63/7=9
Current State: 49:[40, 9], Operations: ['82-19=63', '63/7=9']
Exploring Operation: 40+9=49, Resulting Numbers: [49]
49,49 equal: Goal Reached
| 4 |
[
42,
5,
28,
93
] | 23 | [
"42-28=14",
"5*14=70",
"93-70=23"
] | Current State: 23:[42, 5, 28, 93], Operations: []
Exploring Operation: 42-28=14, Resulting Numbers: [5, 93, 14]
Generated Node #2: [5, 93, 14] from Operation: 42-28=14
Current State: 23:[5, 93, 14], Operations: ['42-28=14']
Exploring Operation: 5*14=70, Resulting Numbers: [93, 70]
Generated Node #3: [93, 70] from Operation: 5*14=70
Current State: 23:[93, 70], Operations: ['42-28=14', '5*14=70']
Exploring Operation: 93-70=23, Resulting Numbers: [23]
23,23 equal: Goal Reached
| 4 |
[
72,
84,
16,
92
] | 74 | [
"92-84=8",
"16/8=2",
"72+2=74"
] | Current State: 74:[72, 84, 16, 92], Operations: []
Exploring Operation: 92-84=8, Resulting Numbers: [72, 16, 8]
Generated Node #2: [72, 16, 8] from Operation: 92-84=8
Current State: 74:[72, 16, 8], Operations: ['92-84=8']
Exploring Operation: 16/8=2, Resulting Numbers: [72, 2]
Generated Node #3: [72, 2] from Operation: 16/8=2
Current State: 74:[72, 2], Operations: ['92-84=8', '16/8=2']
Exploring Operation: 72+2=74, Resulting Numbers: [74]
74,74 equal: Goal Reached
| 4 |
[
17,
26,
27,
94
] | 58 | [
"26-17=9",
"94-27=67",
"67-9=58"
] | Current State: 58:[17, 26, 27, 94], Operations: []
Exploring Operation: 26-17=9, Resulting Numbers: [27, 94, 9]
Generated Node #2: [27, 94, 9] from Operation: 26-17=9
Current State: 58:[27, 94, 9], Operations: ['26-17=9']
Exploring Operation: 94-27=67, Resulting Numbers: [9, 67]
Generated Node #3: [9, 67] from Operation: 94-27=67
Current State: 58:[9, 67], Operations: ['26-17=9', '94-27=67']
Exploring Operation: 67-9=58, Resulting Numbers: [58]
58,58 equal: Goal Reached
| 4 |
[
96,
6,
2,
53
] | 40 | [
"96-53=43",
"6/2=3",
"43-3=40"
] | Current State: 40:[96, 6, 2, 53], Operations: []
Exploring Operation: 96-53=43, Resulting Numbers: [6, 2, 43]
Generated Node #2: [6, 2, 43] from Operation: 96-53=43
Current State: 40:[6, 2, 43], Operations: ['96-53=43']
Exploring Operation: 6/2=3, Resulting Numbers: [43, 3]
Generated Node #3: [43, 3] from Operation: 6/2=3
Current State: 40:[43, 3], Operations: ['96-53=43', '6/2=3']
Exploring Operation: 43-3=40, Resulting Numbers: [40]
40,40 equal: Goal Reached
| 4 |
[
10,
26,
26,
8
] | 79 | [
"10*8=80",
"26/26=1",
"80-1=79"
] | Current State: 79:[10, 26, 26, 8], Operations: []
Exploring Operation: 10*8=80, Resulting Numbers: [26, 26, 80]
Generated Node #2: [26, 26, 80] from Operation: 10*8=80
Current State: 79:[26, 26, 80], Operations: ['10*8=80']
Exploring Operation: 26/26=1, Resulting Numbers: [80, 1]
Generated Node #3: [80, 1] from Operation: 26/26=1
Current State: 79:[80, 1], Operations: ['10*8=80', '26/26=1']
Exploring Operation: 80-1=79, Resulting Numbers: [79]
79,79 equal: Goal Reached
| 4 |
[
5,
75,
88,
35
] | 43 | [
"5+75=80",
"88+35=123",
"123-80=43"
] | Current State: 43:[5, 75, 88, 35], Operations: []
Exploring Operation: 5+75=80, Resulting Numbers: [88, 35, 80]
Generated Node #2: [88, 35, 80] from Operation: 5+75=80
Current State: 43:[88, 35, 80], Operations: ['5+75=80']
Exploring Operation: 88+35=123, Resulting Numbers: [80, 123]
Generated Node #3: [80, 123] from Operation: 88+35=123
Current State: 43:[80, 123], Operations: ['5+75=80', '88+35=123']
Exploring Operation: 123-80=43, Resulting Numbers: [43]
43,43 equal: Goal Reached
| 4 |
[
7,
60,
82,
45
] | 16 | [
"60-7=53",
"82-45=37",
"53-37=16"
] | Current State: 16:[7, 60, 82, 45], Operations: []
Exploring Operation: 60-7=53, Resulting Numbers: [82, 45, 53]
Generated Node #2: [82, 45, 53] from Operation: 60-7=53
Current State: 16:[82, 45, 53], Operations: ['60-7=53']
Exploring Operation: 82-45=37, Resulting Numbers: [53, 37]
Generated Node #3: [53, 37] from Operation: 82-45=37
Current State: 16:[53, 37], Operations: ['60-7=53', '82-45=37']
Exploring Operation: 53-37=16, Resulting Numbers: [16]
16,16 equal: Goal Reached
| 4 |
[
26,
64,
29,
78
] | 31 | [
"78/26=3",
"64+29=93",
"93/3=31"
] | Current State: 31:[26, 64, 29, 78], Operations: []
Exploring Operation: 78/26=3, Resulting Numbers: [64, 29, 3]
Generated Node #2: [64, 29, 3] from Operation: 78/26=3
Current State: 31:[64, 29, 3], Operations: ['78/26=3']
Exploring Operation: 64+29=93, Resulting Numbers: [3, 93]
Generated Node #3: [3, 93] from Operation: 64+29=93
Current State: 31:[3, 93], Operations: ['78/26=3', '64+29=93']
Exploring Operation: 93/3=31, Resulting Numbers: [31]
31,31 equal: Goal Reached
| 4 |
[
2,
3,
46,
70
] | 88 | [
"70-3=67",
"2*67=134",
"134-46=88"
] | Current State: 88:[2, 3, 46, 70], Operations: []
Exploring Operation: 70-3=67, Resulting Numbers: [2, 46, 67]
Generated Node #2: [2, 46, 67] from Operation: 70-3=67
Current State: 88:[2, 46, 67], Operations: ['70-3=67']
Exploring Operation: 2*67=134, Resulting Numbers: [46, 134]
Generated Node #3: [46, 134] from Operation: 2*67=134
Current State: 88:[46, 134], Operations: ['70-3=67', '2*67=134']
Exploring Operation: 134-46=88, Resulting Numbers: [88]
88,88 equal: Goal Reached
| 4 |
[
2,
42,
14,
71
] | 86 | [
"2*71=142",
"42+14=56",
"142-56=86"
] | Current State: 86:[2, 42, 14, 71], Operations: []
Exploring Operation: 2*71=142, Resulting Numbers: [42, 14, 142]
Generated Node #2: [42, 14, 142] from Operation: 2*71=142
Current State: 86:[42, 14, 142], Operations: ['2*71=142']
Exploring Operation: 42+14=56, Resulting Numbers: [142, 56]
Generated Node #3: [142, 56] from Operation: 42+14=56
Current State: 86:[142, 56], Operations: ['2*71=142', '42+14=56']
Exploring Operation: 142-56=86, Resulting Numbers: [86]
86,86 equal: Goal Reached
| 4 |
[
51,
7,
29,
25
] | 21 | [
"51-29=22",
"25-22=3",
"7*3=21"
] | Current State: 21:[51, 7, 29, 25], Operations: []
Exploring Operation: 51-29=22, Resulting Numbers: [7, 25, 22]
Generated Node #2: [7, 25, 22] from Operation: 51-29=22
Current State: 21:[7, 25, 22], Operations: ['51-29=22']
Exploring Operation: 25-22=3, Resulting Numbers: [7, 3]
Generated Node #3: [7, 3] from Operation: 25-22=3
Current State: 21:[7, 3], Operations: ['51-29=22', '25-22=3']
Exploring Operation: 7*3=21, Resulting Numbers: [21]
21,21 equal: Goal Reached
| 4 |
[
20,
32,
81,
45
] | 74 | [
"20+32=52",
"81+45=126",
"126-52=74"
] | Current State: 74:[20, 32, 81, 45], Operations: []
Exploring Operation: 20+32=52, Resulting Numbers: [81, 45, 52]
Generated Node #2: [81, 45, 52] from Operation: 20+32=52
Current State: 74:[81, 45, 52], Operations: ['20+32=52']
Exploring Operation: 81+45=126, Resulting Numbers: [52, 126]
Generated Node #3: [52, 126] from Operation: 81+45=126
Current State: 74:[52, 126], Operations: ['20+32=52', '81+45=126']
Exploring Operation: 126-52=74, Resulting Numbers: [74]
74,74 equal: Goal Reached
| 4 |
[
50,
66,
9,
85
] | 81 | [
"50+85=135",
"135/9=15",
"66+15=81"
] | Current State: 81:[50, 66, 9, 85], Operations: []
Exploring Operation: 50+85=135, Resulting Numbers: [66, 9, 135]
Generated Node #2: [66, 9, 135] from Operation: 50+85=135
Current State: 81:[66, 9, 135], Operations: ['50+85=135']
Exploring Operation: 135/9=15, Resulting Numbers: [66, 15]
Generated Node #3: [66, 15] from Operation: 135/9=15
Current State: 81:[66, 15], Operations: ['50+85=135', '135/9=15']
Exploring Operation: 66+15=81, Resulting Numbers: [81]
81,81 equal: Goal Reached
| 4 |
[
8,
70,
86,
98
] | 26 | [
"98-86=12",
"8*12=96",
"96-70=26"
] | Current State: 26:[8, 70, 86, 98], Operations: []
Exploring Operation: 98-86=12, Resulting Numbers: [8, 70, 12]
Generated Node #2: [8, 70, 12] from Operation: 98-86=12
Current State: 26:[8, 70, 12], Operations: ['98-86=12']
Exploring Operation: 8*12=96, Resulting Numbers: [70, 96]
Generated Node #3: [70, 96] from Operation: 8*12=96
Current State: 26:[70, 96], Operations: ['98-86=12', '8*12=96']
Exploring Operation: 96-70=26, Resulting Numbers: [26]
26,26 equal: Goal Reached
| 4 |
[
2,
38,
31,
78
] | 62 | [
"2*38=76",
"78-76=2",
"31*2=62"
] | Current State: 62:[2, 38, 31, 78], Operations: []
Exploring Operation: 2*38=76, Resulting Numbers: [31, 78, 76]
Generated Node #2: [31, 78, 76] from Operation: 2*38=76
Current State: 62:[31, 78, 76], Operations: ['2*38=76']
Exploring Operation: 78-76=2, Resulting Numbers: [31, 2]
Generated Node #3: [31, 2] from Operation: 78-76=2
Current State: 62:[31, 2], Operations: ['2*38=76', '78-76=2']
Exploring Operation: 31*2=62, Resulting Numbers: [62]
62,62 equal: Goal Reached
| 4 |
[
78,
29,
81,
83
] | 68 | [
"83-81=2",
"78/2=39",
"29+39=68"
] | Current State: 68:[78, 29, 81, 83], Operations: []
Exploring Operation: 83-81=2, Resulting Numbers: [78, 29, 2]
Generated Node #2: [78, 29, 2] from Operation: 83-81=2
Current State: 68:[78, 29, 2], Operations: ['83-81=2']
Exploring Operation: 78/2=39, Resulting Numbers: [29, 39]
Generated Node #3: [29, 39] from Operation: 78/2=39
Current State: 68:[29, 39], Operations: ['83-81=2', '78/2=39']
Exploring Operation: 29+39=68, Resulting Numbers: [68]
68,68 equal: Goal Reached
| 4 |
[
35,
68,
26,
22
] | 29 | [
"68-35=33",
"26-22=4",
"33-4=29"
] | Current State: 29:[35, 68, 26, 22], Operations: []
Exploring Operation: 68-35=33, Resulting Numbers: [26, 22, 33]
Generated Node #2: [26, 22, 33] from Operation: 68-35=33
Current State: 29:[26, 22, 33], Operations: ['68-35=33']
Exploring Operation: 26-22=4, Resulting Numbers: [33, 4]
Generated Node #3: [33, 4] from Operation: 26-22=4
Current State: 29:[33, 4], Operations: ['68-35=33', '26-22=4']
Exploring Operation: 33-4=29, Resulting Numbers: [29]
29,29 equal: Goal Reached
| 4 |
[
78,
64,
38,
45
] | 80 | [
"64-45=19",
"38/19=2",
"78+2=80"
] | Current State: 80:[78, 64, 38, 45], Operations: []
Exploring Operation: 64-45=19, Resulting Numbers: [78, 38, 19]
Generated Node #2: [78, 38, 19] from Operation: 64-45=19
Current State: 80:[78, 38, 19], Operations: ['64-45=19']
Exploring Operation: 38/19=2, Resulting Numbers: [78, 2]
Generated Node #3: [78, 2] from Operation: 38/19=2
Current State: 80:[78, 2], Operations: ['64-45=19', '38/19=2']
Exploring Operation: 78+2=80, Resulting Numbers: [80]
80,80 equal: Goal Reached
| 4 |
[
33,
85,
9,
28
] | 26 | [
"33-28=5",
"85/5=17",
"9+17=26"
] | Current State: 26:[33, 85, 9, 28], Operations: []
Exploring Operation: 33-28=5, Resulting Numbers: [85, 9, 5]
Generated Node #2: [85, 9, 5] from Operation: 33-28=5
Current State: 26:[85, 9, 5], Operations: ['33-28=5']
Exploring Operation: 85/5=17, Resulting Numbers: [9, 17]
Generated Node #3: [9, 17] from Operation: 85/5=17
Current State: 26:[9, 17], Operations: ['33-28=5', '85/5=17']
Exploring Operation: 9+17=26, Resulting Numbers: [26]
26,26 equal: Goal Reached
| 4 |
[
76,
25,
57,
4
] | 52 | [
"57-25=32",
"4*32=128",
"128-76=52"
] | Current State: 52:[76, 25, 57, 4], Operations: []
Exploring Operation: 57-25=32, Resulting Numbers: [76, 4, 32]
Generated Node #2: [76, 4, 32] from Operation: 57-25=32
Current State: 52:[76, 4, 32], Operations: ['57-25=32']
Exploring Operation: 4*32=128, Resulting Numbers: [76, 128]
Generated Node #3: [76, 128] from Operation: 4*32=128
Current State: 52:[76, 128], Operations: ['57-25=32', '4*32=128']
Exploring Operation: 128-76=52, Resulting Numbers: [52]
52,52 equal: Goal Reached
| 4 |
[
5,
92,
50,
45
] | 92 | [
"5+92=97",
"50-45=5",
"97-5=92"
] | Current State: 92:[5, 92, 50, 45], Operations: []
Exploring Operation: 5+92=97, Resulting Numbers: [50, 45, 97]
Generated Node #2: [50, 45, 97] from Operation: 5+92=97
Current State: 92:[50, 45, 97], Operations: ['5+92=97']
Exploring Operation: 50-45=5, Resulting Numbers: [97, 5]
Generated Node #3: [97, 5] from Operation: 50-45=5
Current State: 92:[97, 5], Operations: ['5+92=97', '50-45=5']
Exploring Operation: 97-5=92, Resulting Numbers: [92]
92,92 equal: Goal Reached
| 4 |
[
53,
48,
2,
21
] | 59 | [
"53+48=101",
"2*21=42",
"101-42=59"
] | Current State: 59:[53, 48, 2, 21], Operations: []
Exploring Operation: 53+48=101, Resulting Numbers: [2, 21, 101]
Generated Node #2: [2, 21, 101] from Operation: 53+48=101
Current State: 59:[2, 21, 101], Operations: ['53+48=101']
Exploring Operation: 2*21=42, Resulting Numbers: [101, 42]
Generated Node #3: [101, 42] from Operation: 2*21=42
Current State: 59:[101, 42], Operations: ['53+48=101', '2*21=42']
Exploring Operation: 101-42=59, Resulting Numbers: [59]
59,59 equal: Goal Reached
| 4 |
[
41,
59,
96,
9
] | 62 | [
"41-9=32",
"96/32=3",
"59+3=62"
] | Current State: 62:[41, 59, 96, 9], Operations: []
Exploring Operation: 41-9=32, Resulting Numbers: [59, 96, 32]
Generated Node #2: [59, 96, 32] from Operation: 41-9=32
Current State: 62:[59, 96, 32], Operations: ['41-9=32']
Exploring Operation: 96/32=3, Resulting Numbers: [59, 3]
Generated Node #3: [59, 3] from Operation: 96/32=3
Current State: 62:[59, 3], Operations: ['41-9=32', '96/32=3']
Exploring Operation: 59+3=62, Resulting Numbers: [62]
62,62 equal: Goal Reached
| 4 |
[
39,
3,
2,
22
] | 49 | [
"39-22=17",
"3*17=51",
"51-2=49"
] | Current State: 49:[39, 3, 2, 22], Operations: []
Exploring Operation: 39-22=17, Resulting Numbers: [3, 2, 17]
Generated Node #2: [3, 2, 17] from Operation: 39-22=17
Current State: 49:[3, 2, 17], Operations: ['39-22=17']
Exploring Operation: 3*17=51, Resulting Numbers: [2, 51]
Generated Node #3: [2, 51] from Operation: 3*17=51
Current State: 49:[2, 51], Operations: ['39-22=17', '3*17=51']
Exploring Operation: 51-2=49, Resulting Numbers: [49]
49,49 equal: Goal Reached
| 4 |
[
56,
69,
18,
47
] | 16 | [
"69-56=13",
"47-18=29",
"29-13=16"
] | Current State: 16:[56, 69, 18, 47], Operations: []
Exploring Operation: 69-56=13, Resulting Numbers: [18, 47, 13]
Generated Node #2: [18, 47, 13] from Operation: 69-56=13
Current State: 16:[18, 47, 13], Operations: ['69-56=13']
Exploring Operation: 47-18=29, Resulting Numbers: [13, 29]
Generated Node #3: [13, 29] from Operation: 47-18=29
Current State: 16:[13, 29], Operations: ['69-56=13', '47-18=29']
Exploring Operation: 29-13=16, Resulting Numbers: [16]
16,16 equal: Goal Reached
| 4 |
[
37,
13,
61,
11
] | 45 | [
"37+61=98",
"13*11=143",
"143-98=45"
] | Current State: 45:[37, 13, 61, 11], Operations: []
Exploring Operation: 37+61=98, Resulting Numbers: [13, 11, 98]
Generated Node #2: [13, 11, 98] from Operation: 37+61=98
Current State: 45:[13, 11, 98], Operations: ['37+61=98']
Exploring Operation: 13*11=143, Resulting Numbers: [98, 143]
Generated Node #3: [98, 143] from Operation: 13*11=143
Current State: 45:[98, 143], Operations: ['37+61=98', '13*11=143']
Exploring Operation: 143-98=45, Resulting Numbers: [45]
45,45 equal: Goal Reached
| 4 |
[
51,
67,
9,
52
] | 57 | [
"51+67=118",
"9+52=61",
"118-61=57"
] | Current State: 57:[51, 67, 9, 52], Operations: []
Exploring Operation: 51+67=118, Resulting Numbers: [9, 52, 118]
Generated Node #2: [9, 52, 118] from Operation: 51+67=118
Current State: 57:[9, 52, 118], Operations: ['51+67=118']
Exploring Operation: 9+52=61, Resulting Numbers: [118, 61]
Generated Node #3: [118, 61] from Operation: 9+52=61
Current State: 57:[118, 61], Operations: ['51+67=118', '9+52=61']
Exploring Operation: 118-61=57, Resulting Numbers: [57]
57,57 equal: Goal Reached
| 4 |
[
81,
14,
24,
95
] | 25 | [
"81+14=95",
"95/95=1",
"24+1=25"
] | Current State: 25:[81, 14, 24, 95], Operations: []
Exploring Operation: 81+14=95, Resulting Numbers: [24, 95, 95]
Generated Node #2: [24, 95, 95] from Operation: 81+14=95
Current State: 25:[24, 95, 95], Operations: ['81+14=95']
Exploring Operation: 95/95=1, Resulting Numbers: [24, 1]
Generated Node #3: [24, 1] from Operation: 95/95=1
Current State: 25:[24, 1], Operations: ['81+14=95', '95/95=1']
Exploring Operation: 24+1=25, Resulting Numbers: [25]
25,25 equal: Goal Reached
| 4 |
[
23,
34,
8,
69
] | 66 | [
"34-23=11",
"8+69=77",
"77-11=66"
] | Current State: 66:[23, 34, 8, 69], Operations: []
Exploring Operation: 34-23=11, Resulting Numbers: [8, 69, 11]
Generated Node #2: [8, 69, 11] from Operation: 34-23=11
Current State: 66:[8, 69, 11], Operations: ['34-23=11']
Exploring Operation: 8+69=77, Resulting Numbers: [11, 77]
Generated Node #3: [11, 77] from Operation: 8+69=77
Current State: 66:[11, 77], Operations: ['34-23=11', '8+69=77']
Exploring Operation: 77-11=66, Resulting Numbers: [66]
66,66 equal: Goal Reached
| 4 |
[
16,
14,
89,
4
] | 81 | [
"16-14=2",
"4*2=8",
"89-8=81"
] | Current State: 81:[16, 14, 89, 4], Operations: []
Exploring Operation: 16-14=2, Resulting Numbers: [89, 4, 2]
Generated Node #2: [89, 4, 2] from Operation: 16-14=2
Current State: 81:[89, 4, 2], Operations: ['16-14=2']
Exploring Operation: 4*2=8, Resulting Numbers: [89, 8]
Generated Node #3: [89, 8] from Operation: 4*2=8
Current State: 81:[89, 8], Operations: ['16-14=2', '4*2=8']
Exploring Operation: 89-8=81, Resulting Numbers: [81]
81,81 equal: Goal Reached
| 4 |
[
9,
55,
98,
91
] | 39 | [
"55-9=46",
"98-91=7",
"46-7=39"
] | Current State: 39:[9, 55, 98, 91], Operations: []
Exploring Operation: 55-9=46, Resulting Numbers: [98, 91, 46]
Generated Node #2: [98, 91, 46] from Operation: 55-9=46
Current State: 39:[98, 91, 46], Operations: ['55-9=46']
Exploring Operation: 98-91=7, Resulting Numbers: [46, 7]
Generated Node #3: [46, 7] from Operation: 98-91=7
Current State: 39:[46, 7], Operations: ['55-9=46', '98-91=7']
Exploring Operation: 46-7=39, Resulting Numbers: [39]
39,39 equal: Goal Reached
| 4 |
[
86,
71,
65,
39
] | 53 | [
"86+71=157",
"65+39=104",
"157-104=53"
] | Current State: 53:[86, 71, 65, 39], Operations: []
Exploring Operation: 86+71=157, Resulting Numbers: [65, 39, 157]
Generated Node #2: [65, 39, 157] from Operation: 86+71=157
Current State: 53:[65, 39, 157], Operations: ['86+71=157']
Exploring Operation: 65+39=104, Resulting Numbers: [157, 104]
Generated Node #3: [157, 104] from Operation: 65+39=104
Current State: 53:[157, 104], Operations: ['86+71=157', '65+39=104']
Exploring Operation: 157-104=53, Resulting Numbers: [53]
53,53 equal: Goal Reached
| 4 |
[
5,
72,
7,
40
] | 11 | [
"72+40=112",
"112/7=16",
"16-5=11"
] | Current State: 11:[5, 72, 7, 40], Operations: []
Exploring Operation: 72+40=112, Resulting Numbers: [5, 7, 112]
Generated Node #2: [5, 7, 112] from Operation: 72+40=112
Current State: 11:[5, 7, 112], Operations: ['72+40=112']
Exploring Operation: 112/7=16, Resulting Numbers: [5, 16]
Generated Node #3: [5, 16] from Operation: 112/7=16
Current State: 11:[5, 16], Operations: ['72+40=112', '112/7=16']
Exploring Operation: 16-5=11, Resulting Numbers: [11]
11,11 equal: Goal Reached
| 4 |
[
30,
91,
33,
63
] | 98 | [
"33-30=3",
"63*3=189",
"189-91=98"
] | Current State: 98:[30, 91, 33, 63], Operations: []
Exploring Operation: 33-30=3, Resulting Numbers: [91, 63, 3]
Generated Node #2: [91, 63, 3] from Operation: 33-30=3
Current State: 98:[91, 63, 3], Operations: ['33-30=3']
Exploring Operation: 63*3=189, Resulting Numbers: [91, 189]
Generated Node #3: [91, 189] from Operation: 63*3=189
Current State: 98:[91, 189], Operations: ['33-30=3', '63*3=189']
Exploring Operation: 189-91=98, Resulting Numbers: [98]
98,98 equal: Goal Reached
| 4 |
[
15,
28,
1,
62
] | 76 | [
"28-15=13",
"1+62=63",
"13+63=76"
] | Current State: 76:[15, 28, 1, 62], Operations: []
Exploring Operation: 28-15=13, Resulting Numbers: [1, 62, 13]
Generated Node #2: [1, 62, 13] from Operation: 28-15=13
Current State: 76:[1, 62, 13], Operations: ['28-15=13']
Exploring Operation: 1+62=63, Resulting Numbers: [13, 63]
Generated Node #3: [13, 63] from Operation: 1+62=63
Current State: 76:[13, 63], Operations: ['28-15=13', '1+62=63']
Exploring Operation: 13+63=76, Resulting Numbers: [76]
76,76 equal: Goal Reached
| 4 |
[
17,
14,
45,
40
] | 71 | [
"45-40=5",
"17*5=85",
"85-14=71"
] | Current State: 71:[17, 14, 45, 40], Operations: []
Exploring Operation: 45-40=5, Resulting Numbers: [17, 14, 5]
Generated Node #2: [17, 14, 5] from Operation: 45-40=5
Current State: 71:[17, 14, 5], Operations: ['45-40=5']
Exploring Operation: 17*5=85, Resulting Numbers: [14, 85]
Generated Node #3: [14, 85] from Operation: 17*5=85
Current State: 71:[14, 85], Operations: ['45-40=5', '17*5=85']
Exploring Operation: 85-14=71, Resulting Numbers: [71]
71,71 equal: Goal Reached
| 4 |
[
37,
11,
48,
46
] | 28 | [
"37-11=26",
"48-46=2",
"26+2=28"
] | Current State: 28:[37, 11, 48, 46], Operations: []
Exploring Operation: 37-11=26, Resulting Numbers: [48, 46, 26]
Generated Node #2: [48, 46, 26] from Operation: 37-11=26
Current State: 28:[48, 46, 26], Operations: ['37-11=26']
Exploring Operation: 48-46=2, Resulting Numbers: [26, 2]
Generated Node #3: [26, 2] from Operation: 48-46=2
Current State: 28:[26, 2], Operations: ['37-11=26', '48-46=2']
Exploring Operation: 26+2=28, Resulting Numbers: [28]
28,28 equal: Goal Reached
| 4 |
[
5,
58,
99,
62
] | 75 | [
"58+62=120",
"120/5=24",
"99-24=75"
] | Current State: 75:[5, 58, 99, 62], Operations: []
Exploring Operation: 58+62=120, Resulting Numbers: [5, 99, 120]
Generated Node #2: [5, 99, 120] from Operation: 58+62=120
Current State: 75:[5, 99, 120], Operations: ['58+62=120']
Exploring Operation: 120/5=24, Resulting Numbers: [99, 24]
Generated Node #3: [99, 24] from Operation: 120/5=24
Current State: 75:[99, 24], Operations: ['58+62=120', '120/5=24']
Exploring Operation: 99-24=75, Resulting Numbers: [75]
75,75 equal: Goal Reached
| 4 |
[
27,
97,
27,
3
] | 11 | [
"97-27=70",
"27*3=81",
"81-70=11"
] | Current State: 11:[27, 97, 27, 3], Operations: []
Exploring Operation: 97-27=70, Resulting Numbers: [3, 70]
Generated Node #2: [3, 70] from Operation: 97-27=70
Current State: 11:[3, 70], Operations: ['97-27=70']
Exploring Operation: 27*3=81, Resulting Numbers: [70, 81]
Generated Node #3: [70, 81] from Operation: 27*3=81
Current State: 11:[70, 81], Operations: ['97-27=70', '27*3=81']
Exploring Operation: 81-70=11, Resulting Numbers: [11]
11,11 equal: Goal Reached
| 4 |
[
12,
11,
23,
37
] | 32 | [
"11*37=407",
"407-23=384",
"384/12=32"
] | Current State: 32:[12, 11, 23, 37], Operations: []
Exploring Operation: 11*37=407, Resulting Numbers: [12, 23, 407]
Generated Node #2: [12, 23, 407] from Operation: 11*37=407
Current State: 32:[12, 23, 407], Operations: ['11*37=407']
Exploring Operation: 407-23=384, Resulting Numbers: [12, 384]
Generated Node #3: [12, 384] from Operation: 407-23=384
Current State: 32:[12, 384], Operations: ['11*37=407', '407-23=384']
Exploring Operation: 384/12=32, Resulting Numbers: [32]
32,32 equal: Goal Reached
| 4 |
[
77,
71,
88,
53
] | 29 | [
"77-71=6",
"88-53=35",
"35-6=29"
] | Current State: 29:[77, 71, 88, 53], Operations: []
Exploring Operation: 77-71=6, Resulting Numbers: [88, 53, 6]
Generated Node #2: [88, 53, 6] from Operation: 77-71=6
Current State: 29:[88, 53, 6], Operations: ['77-71=6']
Exploring Operation: 88-53=35, Resulting Numbers: [6, 35]
Generated Node #3: [6, 35] from Operation: 88-53=35
Current State: 29:[6, 35], Operations: ['77-71=6', '88-53=35']
Exploring Operation: 35-6=29, Resulting Numbers: [29]
29,29 equal: Goal Reached
| 4 |
[
92,
81,
88,
93
] | 55 | [
"92-81=11",
"93-88=5",
"11*5=55"
] | Current State: 55:[92, 81, 88, 93], Operations: []
Exploring Operation: 92-81=11, Resulting Numbers: [88, 93, 11]
Generated Node #2: [88, 93, 11] from Operation: 92-81=11
Current State: 55:[88, 93, 11], Operations: ['92-81=11']
Exploring Operation: 93-88=5, Resulting Numbers: [11, 5]
Generated Node #3: [11, 5] from Operation: 93-88=5
Current State: 55:[11, 5], Operations: ['92-81=11', '93-88=5']
Exploring Operation: 11*5=55, Resulting Numbers: [55]
55,55 equal: Goal Reached
| 4 |
[
39,
30,
69,
90
] | 25 | [
"39+69=108",
"30*90=2700",
"2700/108=25"
] | Current State: 25:[39, 30, 69, 90], Operations: []
Exploring Operation: 39+69=108, Resulting Numbers: [30, 90, 108]
Generated Node #2: [30, 90, 108] from Operation: 39+69=108
Current State: 25:[30, 90, 108], Operations: ['39+69=108']
Exploring Operation: 30*90=2700, Resulting Numbers: [108, 2700]
Generated Node #3: [108, 2700] from Operation: 30*90=2700
Current State: 25:[108, 2700], Operations: ['39+69=108', '30*90=2700']
Exploring Operation: 2700/108=25, Resulting Numbers: [25]
25,25 equal: Goal Reached
| 4 |
[
42,
7,
56,
16
] | 34 | [
"42/7=6",
"56-16=40",
"40-6=34"
] | Current State: 34:[42, 7, 56, 16], Operations: []
Exploring Operation: 42/7=6, Resulting Numbers: [56, 16, 6]
Generated Node #2: [56, 16, 6] from Operation: 42/7=6
Current State: 34:[56, 16, 6], Operations: ['42/7=6']
Exploring Operation: 56-16=40, Resulting Numbers: [6, 40]
Generated Node #3: [6, 40] from Operation: 56-16=40
Current State: 34:[6, 40], Operations: ['42/7=6', '56-16=40']
Exploring Operation: 40-6=34, Resulting Numbers: [34]
34,34 equal: Goal Reached
| 4 |
[
76,
15,
73,
5
] | 30 | [
"76-73=3",
"15-5=10",
"3*10=30"
] | Current State: 30:[76, 15, 73, 5], Operations: []
Exploring Operation: 76-73=3, Resulting Numbers: [15, 5, 3]
Generated Node #2: [15, 5, 3] from Operation: 76-73=3
Current State: 30:[15, 5, 3], Operations: ['76-73=3']
Exploring Operation: 15-5=10, Resulting Numbers: [3, 10]
Generated Node #3: [3, 10] from Operation: 15-5=10
Current State: 30:[3, 10], Operations: ['76-73=3', '15-5=10']
Exploring Operation: 3*10=30, Resulting Numbers: [30]
30,30 equal: Goal Reached
| 4 |
[
81,
3,
36,
94
] | 79 | [
"81-36=45",
"45/3=15",
"94-15=79"
] | Current State: 79:[81, 3, 36, 94], Operations: []
Exploring Operation: 81-36=45, Resulting Numbers: [3, 94, 45]
Generated Node #2: [3, 94, 45] from Operation: 81-36=45
Current State: 79:[3, 94, 45], Operations: ['81-36=45']
Exploring Operation: 45/3=15, Resulting Numbers: [94, 15]
Generated Node #3: [94, 15] from Operation: 45/3=15
Current State: 79:[94, 15], Operations: ['81-36=45', '45/3=15']
Exploring Operation: 94-15=79, Resulting Numbers: [79]
79,79 equal: Goal Reached
| 4 |
[
37,
37,
49,
11
] | 11 | [
"37-37=0",
"49*0=0",
"11+0=11"
] | Current State: 11:[37, 37, 49, 11], Operations: []
Exploring Operation: 37-37=0, Resulting Numbers: [49, 11, 0]
Generated Node #2: [49, 11, 0] from Operation: 37-37=0
Current State: 11:[49, 11, 0], Operations: ['37-37=0']
Exploring Operation: 49*0=0, Resulting Numbers: [11, 0]
Generated Node #3: [11, 0] from Operation: 49*0=0
Current State: 11:[11, 0], Operations: ['37-37=0', '49*0=0']
Exploring Operation: 11+0=11, Resulting Numbers: [11]
11,11 equal: Goal Reached
| 4 |
[
38,
26,
48,
43
] | 47 | [
"38-26=12",
"48/12=4",
"43+4=47"
] | Current State: 47:[38, 26, 48, 43], Operations: []
Exploring Operation: 38-26=12, Resulting Numbers: [48, 43, 12]
Generated Node #2: [48, 43, 12] from Operation: 38-26=12
Current State: 47:[48, 43, 12], Operations: ['38-26=12']
Exploring Operation: 48/12=4, Resulting Numbers: [43, 4]
Generated Node #3: [43, 4] from Operation: 48/12=4
Current State: 47:[43, 4], Operations: ['38-26=12', '48/12=4']
Exploring Operation: 43+4=47, Resulting Numbers: [47]
47,47 equal: Goal Reached
| 4 |
[
27,
7,
2,
62
] | 79 | [
"27+7=34",
"34/2=17",
"62+17=79"
] | Current State: 79:[27, 7, 2, 62], Operations: []
Exploring Operation: 27+7=34, Resulting Numbers: [2, 62, 34]
Generated Node #2: [2, 62, 34] from Operation: 27+7=34
Current State: 79:[2, 62, 34], Operations: ['27+7=34']
Exploring Operation: 34/2=17, Resulting Numbers: [62, 17]
Generated Node #3: [62, 17] from Operation: 34/2=17
Current State: 79:[62, 17], Operations: ['27+7=34', '34/2=17']
Exploring Operation: 62+17=79, Resulting Numbers: [79]
79,79 equal: Goal Reached
| 4 |
[
25,
78,
87,
78
] | 63 | [
"87-25=62",
"78/78=1",
"62+1=63"
] | Current State: 63:[25, 78, 87, 78], Operations: []
Exploring Operation: 87-25=62, Resulting Numbers: [78, 78, 62]
Generated Node #2: [78, 78, 62] from Operation: 87-25=62
Current State: 63:[78, 78, 62], Operations: ['87-25=62']
Exploring Operation: 78/78=1, Resulting Numbers: [62, 1]
Generated Node #3: [62, 1] from Operation: 78/78=1
Current State: 63:[62, 1], Operations: ['87-25=62', '78/78=1']
Exploring Operation: 62+1=63, Resulting Numbers: [63]
63,63 equal: Goal Reached
| 4 |
[
5,
56,
90,
13
] | 26 | [
"56-5=51",
"90-13=77",
"77-51=26"
] | Current State: 26:[5, 56, 90, 13], Operations: []
Exploring Operation: 56-5=51, Resulting Numbers: [90, 13, 51]
Generated Node #2: [90, 13, 51] from Operation: 56-5=51
Current State: 26:[90, 13, 51], Operations: ['56-5=51']
Exploring Operation: 90-13=77, Resulting Numbers: [51, 77]
Generated Node #3: [51, 77] from Operation: 90-13=77
Current State: 26:[51, 77], Operations: ['56-5=51', '90-13=77']
Exploring Operation: 77-51=26, Resulting Numbers: [26]
26,26 equal: Goal Reached
| 4 |
[
73,
3,
59,
1
] | 87 | [
"3-1=2",
"73*2=146",
"146-59=87"
] | Current State: 87:[73, 3, 59, 1], Operations: []
Exploring Operation: 3-1=2, Resulting Numbers: [73, 59, 2]
Generated Node #2: [73, 59, 2] from Operation: 3-1=2
Current State: 87:[73, 59, 2], Operations: ['3-1=2']
Exploring Operation: 73*2=146, Resulting Numbers: [59, 146]
Generated Node #3: [59, 146] from Operation: 73*2=146
Current State: 87:[59, 146], Operations: ['3-1=2', '73*2=146']
Exploring Operation: 146-59=87, Resulting Numbers: [87]
87,87 equal: Goal Reached
| 4 |
[
33,
58,
30,
1
] | 61 | [
"33+58=91",
"30*1=30",
"91-30=61"
] | Current State: 61:[33, 58, 30, 1], Operations: []
Exploring Operation: 33+58=91, Resulting Numbers: [30, 1, 91]
Generated Node #2: [30, 1, 91] from Operation: 33+58=91
Current State: 61:[30, 1, 91], Operations: ['33+58=91']
Exploring Operation: 30*1=30, Resulting Numbers: [91, 30]
Generated Node #3: [91, 30] from Operation: 30*1=30
Current State: 61:[91, 30], Operations: ['33+58=91', '30*1=30']
Exploring Operation: 91-30=61, Resulting Numbers: [61]
61,61 equal: Goal Reached
| 4 |
[
38,
7,
54,
37
] | 75 | [
"54-38=16",
"7*16=112",
"112-37=75"
] | Current State: 75:[38, 7, 54, 37], Operations: []
Exploring Operation: 54-38=16, Resulting Numbers: [7, 37, 16]
Generated Node #2: [7, 37, 16] from Operation: 54-38=16
Current State: 75:[7, 37, 16], Operations: ['54-38=16']
Exploring Operation: 7*16=112, Resulting Numbers: [37, 112]
Generated Node #3: [37, 112] from Operation: 7*16=112
Current State: 75:[37, 112], Operations: ['54-38=16', '7*16=112']
Exploring Operation: 112-37=75, Resulting Numbers: [75]
75,75 equal: Goal Reached
| 4 |
[
83,
73,
23,
85
] | 48 | [
"83+73=156",
"23+85=108",
"156-108=48"
] | Current State: 48:[83, 73, 23, 85], Operations: []
Exploring Operation: 83+73=156, Resulting Numbers: [23, 85, 156]
Generated Node #2: [23, 85, 156] from Operation: 83+73=156
Current State: 48:[23, 85, 156], Operations: ['83+73=156']
Exploring Operation: 23+85=108, Resulting Numbers: [156, 108]
Generated Node #3: [156, 108] from Operation: 23+85=108
Current State: 48:[156, 108], Operations: ['83+73=156', '23+85=108']
Exploring Operation: 156-108=48, Resulting Numbers: [48]
48,48 equal: Goal Reached
| 4 |
[
67,
93,
72,
91
] | 31 | [
"91-67=24",
"93*24=2232",
"2232/72=31"
] | Current State: 31:[67, 93, 72, 91], Operations: []
Exploring Operation: 91-67=24, Resulting Numbers: [93, 72, 24]
Generated Node #2: [93, 72, 24] from Operation: 91-67=24
Current State: 31:[93, 72, 24], Operations: ['91-67=24']
Exploring Operation: 93*24=2232, Resulting Numbers: [72, 2232]
Generated Node #3: [72, 2232] from Operation: 93*24=2232
Current State: 31:[72, 2232], Operations: ['91-67=24', '93*24=2232']
Exploring Operation: 2232/72=31, Resulting Numbers: [31]
31,31 equal: Goal Reached
| 4 |
[
14,
4,
54,
82
] | 72 | [
"54-14=40",
"40/4=10",
"82-10=72"
] | Current State: 72:[14, 4, 54, 82], Operations: []
Exploring Operation: 54-14=40, Resulting Numbers: [4, 82, 40]
Generated Node #2: [4, 82, 40] from Operation: 54-14=40
Current State: 72:[4, 82, 40], Operations: ['54-14=40']
Exploring Operation: 40/4=10, Resulting Numbers: [82, 10]
Generated Node #3: [82, 10] from Operation: 40/4=10
Current State: 72:[82, 10], Operations: ['54-14=40', '40/4=10']
Exploring Operation: 82-10=72, Resulting Numbers: [72]
72,72 equal: Goal Reached
| 4 |
[
9,
40,
51,
81
] | 90 | [
"40+51=91",
"91-81=10",
"9*10=90"
] | Current State: 90:[9, 40, 51, 81], Operations: []
Exploring Operation: 40+51=91, Resulting Numbers: [9, 81, 91]
Generated Node #2: [9, 81, 91] from Operation: 40+51=91
Current State: 90:[9, 81, 91], Operations: ['40+51=91']
Exploring Operation: 91-81=10, Resulting Numbers: [9, 10]
Generated Node #3: [9, 10] from Operation: 91-81=10
Current State: 90:[9, 10], Operations: ['40+51=91', '91-81=10']
Exploring Operation: 9*10=90, Resulting Numbers: [90]
90,90 equal: Goal Reached
| 4 |
[
36,
74,
2,
50
] | 49 | [
"36+50=86",
"74/2=37",
"86-37=49"
] | Current State: 49:[36, 74, 2, 50], Operations: []
Exploring Operation: 36+50=86, Resulting Numbers: [74, 2, 86]
Generated Node #2: [74, 2, 86] from Operation: 36+50=86
Current State: 49:[74, 2, 86], Operations: ['36+50=86']
Exploring Operation: 74/2=37, Resulting Numbers: [86, 37]
Generated Node #3: [86, 37] from Operation: 74/2=37
Current State: 49:[86, 37], Operations: ['36+50=86', '74/2=37']
Exploring Operation: 86-37=49, Resulting Numbers: [49]
49,49 equal: Goal Reached
| 4 |
[
49,
28,
13,
97
] | 46 | [
"97-13=84",
"84/28=3",
"49-3=46"
] | Current State: 46:[49, 28, 13, 97], Operations: []
Exploring Operation: 97-13=84, Resulting Numbers: [49, 28, 84]
Generated Node #2: [49, 28, 84] from Operation: 97-13=84
Current State: 46:[49, 28, 84], Operations: ['97-13=84']
Exploring Operation: 84/28=3, Resulting Numbers: [49, 3]
Generated Node #3: [49, 3] from Operation: 84/28=3
Current State: 46:[49, 3], Operations: ['97-13=84', '84/28=3']
Exploring Operation: 49-3=46, Resulting Numbers: [46]
46,46 equal: Goal Reached
| 4 |
[
64,
75,
49,
94
] | 13 | [
"75-64=11",
"49+94=143",
"143/11=13"
] | Current State: 13:[64, 75, 49, 94], Operations: []
Exploring Operation: 75-64=11, Resulting Numbers: [49, 94, 11]
Generated Node #2: [49, 94, 11] from Operation: 75-64=11
Current State: 13:[49, 94, 11], Operations: ['75-64=11']
Exploring Operation: 49+94=143, Resulting Numbers: [11, 143]
Generated Node #3: [11, 143] from Operation: 49+94=143
Current State: 13:[11, 143], Operations: ['75-64=11', '49+94=143']
Exploring Operation: 143/11=13, Resulting Numbers: [13]
13,13 equal: Goal Reached
| 4 |
[
7,
26,
10,
32
] | 65 | [
"32-7=25",
"26*25=650",
"650/10=65"
] | Current State: 65:[7, 26, 10, 32], Operations: []
Exploring Operation: 32-7=25, Resulting Numbers: [26, 10, 25]
Generated Node #2: [26, 10, 25] from Operation: 32-7=25
Current State: 65:[26, 10, 25], Operations: ['32-7=25']
Exploring Operation: 26*25=650, Resulting Numbers: [10, 650]
Generated Node #3: [10, 650] from Operation: 26*25=650
Current State: 65:[10, 650], Operations: ['32-7=25', '26*25=650']
Exploring Operation: 650/10=65, Resulting Numbers: [65]
65,65 equal: Goal Reached
| 4 |
[
27,
63,
54,
53
] | 71 | [
"63-27=36",
"54+53=107",
"107-36=71"
] | Current State: 71:[27, 63, 54, 53], Operations: []
Exploring Operation: 63-27=36, Resulting Numbers: [54, 53, 36]
Generated Node #2: [54, 53, 36] from Operation: 63-27=36
Current State: 71:[54, 53, 36], Operations: ['63-27=36']
Exploring Operation: 54+53=107, Resulting Numbers: [36, 107]
Generated Node #3: [36, 107] from Operation: 54+53=107
Current State: 71:[36, 107], Operations: ['63-27=36', '54+53=107']
Exploring Operation: 107-36=71, Resulting Numbers: [71]
71,71 equal: Goal Reached
| 4 |
[
93,
98,
95,
15
] | 81 | [
"93+98=191",
"95+15=110",
"191-110=81"
] | Current State: 81:[93, 98, 95, 15], Operations: []
Exploring Operation: 93+98=191, Resulting Numbers: [95, 15, 191]
Generated Node #2: [95, 15, 191] from Operation: 93+98=191
Current State: 81:[95, 15, 191], Operations: ['93+98=191']
Exploring Operation: 95+15=110, Resulting Numbers: [191, 110]
Generated Node #3: [191, 110] from Operation: 95+15=110
Current State: 81:[191, 110], Operations: ['93+98=191', '95+15=110']
Exploring Operation: 191-110=81, Resulting Numbers: [81]
81,81 equal: Goal Reached
| 4 |
[
60,
86,
81,
79
] | 67 | [
"86-81=5",
"60/5=12",
"79-12=67"
] | Current State: 67:[60, 86, 81, 79], Operations: []
Exploring Operation: 86-81=5, Resulting Numbers: [60, 79, 5]
Generated Node #2: [60, 79, 5] from Operation: 86-81=5
Current State: 67:[60, 79, 5], Operations: ['86-81=5']
Exploring Operation: 60/5=12, Resulting Numbers: [79, 12]
Generated Node #3: [79, 12] from Operation: 60/5=12
Current State: 67:[79, 12], Operations: ['86-81=5', '60/5=12']
Exploring Operation: 79-12=67, Resulting Numbers: [67]
67,67 equal: Goal Reached
| 4 |
[
10,
50,
12,
86
] | 18 | [
"12-10=2",
"86-50=36",
"36/2=18"
] | Current State: 18:[10, 50, 12, 86], Operations: []
Exploring Operation: 12-10=2, Resulting Numbers: [50, 86, 2]
Generated Node #2: [50, 86, 2] from Operation: 12-10=2
Current State: 18:[50, 86, 2], Operations: ['12-10=2']
Exploring Operation: 86-50=36, Resulting Numbers: [2, 36]
Generated Node #3: [2, 36] from Operation: 86-50=36
Current State: 18:[2, 36], Operations: ['12-10=2', '86-50=36']
Exploring Operation: 36/2=18, Resulting Numbers: [18]
18,18 equal: Goal Reached
| 4 |
[
4,
51,
14,
3
] | 99 | [
"51-4=47",
"47-14=33",
"3*33=99"
] | Current State: 99:[4, 51, 14, 3], Operations: []
Exploring Operation: 51-4=47, Resulting Numbers: [14, 3, 47]
Generated Node #2: [14, 3, 47] from Operation: 51-4=47
Current State: 99:[14, 3, 47], Operations: ['51-4=47']
Exploring Operation: 47-14=33, Resulting Numbers: [3, 33]
Generated Node #3: [3, 33] from Operation: 47-14=33
Current State: 99:[3, 33], Operations: ['51-4=47', '47-14=33']
Exploring Operation: 3*33=99, Resulting Numbers: [99]
99,99 equal: Goal Reached
| 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.