nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
[ 68, 5, 68, 7 ]
40
[ "68/68=1", "7+1=8", "5*8=40" ]
Current State: 40:[68, 5, 68, 7], Operations: [] Exploring Operation: 68/68=1, Resulting Numbers: [5, 7, 1] Generated Node #2: [5, 7, 1] from Operation: 68/68=1 Current State: 40:[5, 7, 1], Operations: ['68/68=1'] Exploring Operation: 7+1=8, Resulting Numbers: [5, 8] Generated Node #3: [5, 8] from Operation: 7+1=8 Current State: 40:[5, 8], Operations: ['68/68=1', '7+1=8'] Exploring Operation: 5*8=40, Resulting Numbers: [40] 40,40 equal: Goal Reached
4
[ 26, 67, 24, 56 ]
61
[ "26+67=93", "56-24=32", "93-32=61" ]
Current State: 61:[26, 67, 24, 56], Operations: [] Exploring Operation: 26+67=93, Resulting Numbers: [24, 56, 93] Generated Node #2: [24, 56, 93] from Operation: 26+67=93 Current State: 61:[24, 56, 93], Operations: ['26+67=93'] Exploring Operation: 56-24=32, Resulting Numbers: [93, 32] Generated Node #3: [93, 32] from Operation: 56-24=32 Current State: 61:[93, 32], Operations: ['26+67=93', '56-24=32'] Exploring Operation: 93-32=61, Resulting Numbers: [61] 61,61 equal: Goal Reached
4
[ 41, 62, 11, 60 ]
26
[ "41+11=52", "62-60=2", "52/2=26" ]
Current State: 26:[41, 62, 11, 60], Operations: [] Exploring Operation: 41+11=52, Resulting Numbers: [62, 60, 52] Generated Node #2: [62, 60, 52] from Operation: 41+11=52 Current State: 26:[62, 60, 52], Operations: ['41+11=52'] Exploring Operation: 62-60=2, Resulting Numbers: [52, 2] Generated Node #3: [52, 2] from Operation: 62-60=2 Current State: 26:[52, 2], Operations: ['41+11=52', '62-60=2'] Exploring Operation: 52/2=26, Resulting Numbers: [26] 26,26 equal: Goal Reached
4
[ 86, 54, 93, 8 ]
97
[ "86-54=32", "32/8=4", "93+4=97" ]
Current State: 97:[86, 54, 93, 8], Operations: [] Exploring Operation: 86-54=32, Resulting Numbers: [93, 8, 32] Generated Node #2: [93, 8, 32] from Operation: 86-54=32 Current State: 97:[93, 8, 32], Operations: ['86-54=32'] Exploring Operation: 32/8=4, Resulting Numbers: [93, 4] Generated Node #3: [93, 4] from Operation: 32/8=4 Current State: 97:[93, 4], Operations: ['86-54=32', '32/8=4'] Exploring Operation: 93+4=97, Resulting Numbers: [97] 97,97 equal: Goal Reached
4
[ 2, 4, 94, 14 ]
85
[ "4+14=18", "18/2=9", "94-9=85" ]
Current State: 85:[2, 4, 94, 14], Operations: [] Exploring Operation: 4+14=18, Resulting Numbers: [2, 94, 18] Generated Node #2: [2, 94, 18] from Operation: 4+14=18 Current State: 85:[2, 94, 18], Operations: ['4+14=18'] Exploring Operation: 18/2=9, Resulting Numbers: [94, 9] Generated Node #3: [94, 9] from Operation: 18/2=9 Current State: 85:[94, 9], Operations: ['4+14=18', '18/2=9'] Exploring Operation: 94-9=85, Resulting Numbers: [85] 85,85 equal: Goal Reached
4
[ 56, 28, 55, 32 ]
78
[ "56/28=2", "55*2=110", "110-32=78" ]
Current State: 78:[56, 28, 55, 32], Operations: [] Exploring Operation: 56/28=2, Resulting Numbers: [55, 32, 2] Generated Node #2: [55, 32, 2] from Operation: 56/28=2 Current State: 78:[55, 32, 2], Operations: ['56/28=2'] Exploring Operation: 55*2=110, Resulting Numbers: [32, 110] Generated Node #3: [32, 110] from Operation: 55*2=110 Current State: 78:[32, 110], Operations: ['56/28=2', '55*2=110'] Exploring Operation: 110-32=78, Resulting Numbers: [78] 78,78 equal: Goal Reached
4
[ 51, 1, 92, 54 ]
14
[ "51+1=52", "92-54=38", "52-38=14" ]
Current State: 14:[51, 1, 92, 54], Operations: [] Exploring Operation: 51+1=52, Resulting Numbers: [92, 54, 52] Generated Node #2: [92, 54, 52] from Operation: 51+1=52 Current State: 14:[92, 54, 52], Operations: ['51+1=52'] Exploring Operation: 92-54=38, Resulting Numbers: [52, 38] Generated Node #3: [52, 38] from Operation: 92-54=38 Current State: 14:[52, 38], Operations: ['51+1=52', '92-54=38'] Exploring Operation: 52-38=14, Resulting Numbers: [14] 14,14 equal: Goal Reached
4
[ 28, 26, 98, 64 ]
27
[ "26*98=2548", "2548/28=91", "91-64=27" ]
Current State: 27:[28, 26, 98, 64], Operations: [] Exploring Operation: 26*98=2548, Resulting Numbers: [28, 64, 2548] Generated Node #2: [28, 64, 2548] from Operation: 26*98=2548 Current State: 27:[28, 64, 2548], Operations: ['26*98=2548'] Exploring Operation: 2548/28=91, Resulting Numbers: [64, 91] Generated Node #3: [64, 91] from Operation: 2548/28=91 Current State: 27:[64, 91], Operations: ['26*98=2548', '2548/28=91'] Exploring Operation: 91-64=27, Resulting Numbers: [27] 27,27 equal: Goal Reached
4
[ 9, 45, 32, 90 ]
39
[ "9+32=41", "90/45=2", "41-2=39" ]
Current State: 39:[9, 45, 32, 90], Operations: [] Exploring Operation: 9+32=41, Resulting Numbers: [45, 90, 41] Generated Node #2: [45, 90, 41] from Operation: 9+32=41 Current State: 39:[45, 90, 41], Operations: ['9+32=41'] Exploring Operation: 90/45=2, Resulting Numbers: [41, 2] Generated Node #3: [41, 2] from Operation: 90/45=2 Current State: 39:[41, 2], Operations: ['9+32=41', '90/45=2'] Exploring Operation: 41-2=39, Resulting Numbers: [39] 39,39 equal: Goal Reached
4
[ 52, 2, 81, 44 ]
99
[ "52/2=26", "81+44=125", "125-26=99" ]
Current State: 99:[52, 2, 81, 44], Operations: [] Exploring Operation: 52/2=26, Resulting Numbers: [81, 44, 26] Generated Node #2: [81, 44, 26] from Operation: 52/2=26 Current State: 99:[81, 44, 26], Operations: ['52/2=26'] Exploring Operation: 81+44=125, Resulting Numbers: [26, 125] Generated Node #3: [26, 125] from Operation: 81+44=125 Current State: 99:[26, 125], Operations: ['52/2=26', '81+44=125'] Exploring Operation: 125-26=99, Resulting Numbers: [99] 99,99 equal: Goal Reached
4
[ 28, 37, 98, 46 ]
43
[ "37-28=9", "98-46=52", "52-9=43" ]
Current State: 43:[28, 37, 98, 46], Operations: [] Exploring Operation: 37-28=9, Resulting Numbers: [98, 46, 9] Generated Node #2: [98, 46, 9] from Operation: 37-28=9 Current State: 43:[98, 46, 9], Operations: ['37-28=9'] Exploring Operation: 98-46=52, Resulting Numbers: [9, 52] Generated Node #3: [9, 52] from Operation: 98-46=52 Current State: 43:[9, 52], Operations: ['37-28=9', '98-46=52'] Exploring Operation: 52-9=43, Resulting Numbers: [43] 43,43 equal: Goal Reached
4
[ 45, 77, 36, 66 ]
92
[ "45+77=122", "66-36=30", "122-30=92" ]
Current State: 92:[45, 77, 36, 66], Operations: [] Exploring Operation: 45+77=122, Resulting Numbers: [36, 66, 122] Generated Node #2: [36, 66, 122] from Operation: 45+77=122 Current State: 92:[36, 66, 122], Operations: ['45+77=122'] Exploring Operation: 66-36=30, Resulting Numbers: [122, 30] Generated Node #3: [122, 30] from Operation: 66-36=30 Current State: 92:[122, 30], Operations: ['45+77=122', '66-36=30'] Exploring Operation: 122-30=92, Resulting Numbers: [92] 92,92 equal: Goal Reached
4
[ 35, 6, 55, 7 ]
28
[ "55-6=49", "49/7=7", "35-7=28" ]
Current State: 28:[35, 6, 55, 7], Operations: [] Exploring Operation: 55-6=49, Resulting Numbers: [35, 7, 49] Generated Node #2: [35, 7, 49] from Operation: 55-6=49 Current State: 28:[35, 7, 49], Operations: ['55-6=49'] Exploring Operation: 49/7=7, Resulting Numbers: [35, 7] Generated Node #3: [35, 7] from Operation: 49/7=7 Current State: 28:[35, 7], Operations: ['55-6=49', '49/7=7'] Exploring Operation: 35-7=28, Resulting Numbers: [28] 28,28 equal: Goal Reached
4
[ 63, 81, 84, 60 ]
57
[ "63-60=3", "81/3=27", "84-27=57" ]
Current State: 57:[63, 81, 84, 60], Operations: [] Exploring Operation: 63-60=3, Resulting Numbers: [81, 84, 3] Generated Node #2: [81, 84, 3] from Operation: 63-60=3 Current State: 57:[81, 84, 3], Operations: ['63-60=3'] Exploring Operation: 81/3=27, Resulting Numbers: [84, 27] Generated Node #3: [84, 27] from Operation: 81/3=27 Current State: 57:[84, 27], Operations: ['63-60=3', '81/3=27'] Exploring Operation: 84-27=57, Resulting Numbers: [57] 57,57 equal: Goal Reached
4
[ 27, 2, 49, 30 ]
41
[ "49-27=22", "22/2=11", "30+11=41" ]
Current State: 41:[27, 2, 49, 30], Operations: [] Exploring Operation: 49-27=22, Resulting Numbers: [2, 30, 22] Generated Node #2: [2, 30, 22] from Operation: 49-27=22 Current State: 41:[2, 30, 22], Operations: ['49-27=22'] Exploring Operation: 22/2=11, Resulting Numbers: [30, 11] Generated Node #3: [30, 11] from Operation: 22/2=11 Current State: 41:[30, 11], Operations: ['49-27=22', '22/2=11'] Exploring Operation: 30+11=41, Resulting Numbers: [41] 41,41 equal: Goal Reached
4
[ 85, 36, 42, 23 ]
18
[ "85+23=108", "42-36=6", "108/6=18" ]
Current State: 18:[85, 36, 42, 23], Operations: [] Exploring Operation: 85+23=108, Resulting Numbers: [36, 42, 108] Generated Node #2: [36, 42, 108] from Operation: 85+23=108 Current State: 18:[36, 42, 108], Operations: ['85+23=108'] Exploring Operation: 42-36=6, Resulting Numbers: [108, 6] Generated Node #3: [108, 6] from Operation: 42-36=6 Current State: 18:[108, 6], Operations: ['85+23=108', '42-36=6'] Exploring Operation: 108/6=18, Resulting Numbers: [18] 18,18 equal: Goal Reached
4
[ 33, 29, 42, 73 ]
31
[ "33+29=62", "73-42=31", "62-31=31" ]
Current State: 31:[33, 29, 42, 73], Operations: [] Exploring Operation: 33+29=62, Resulting Numbers: [42, 73, 62] Generated Node #2: [42, 73, 62] from Operation: 33+29=62 Current State: 31:[42, 73, 62], Operations: ['33+29=62'] Exploring Operation: 73-42=31, Resulting Numbers: [62, 31] Generated Node #3: [62, 31] from Operation: 73-42=31 Current State: 31:[62, 31], Operations: ['33+29=62', '73-42=31'] Exploring Operation: 62-31=31, Resulting Numbers: [31] 31,31 equal: Goal Reached
4
[ 10, 51, 83, 84 ]
42
[ "51-10=41", "84-83=1", "41+1=42" ]
Current State: 42:[10, 51, 83, 84], Operations: [] Exploring Operation: 51-10=41, Resulting Numbers: [83, 84, 41] Generated Node #2: [83, 84, 41] from Operation: 51-10=41 Current State: 42:[83, 84, 41], Operations: ['51-10=41'] Exploring Operation: 84-83=1, Resulting Numbers: [41, 1] Generated Node #3: [41, 1] from Operation: 84-83=1 Current State: 42:[41, 1], Operations: ['51-10=41', '84-83=1'] Exploring Operation: 41+1=42, Resulting Numbers: [42] 42,42 equal: Goal Reached
4
[ 42, 88, 24, 53 ]
17
[ "88-42=46", "53-24=29", "46-29=17" ]
Current State: 17:[42, 88, 24, 53], Operations: [] Exploring Operation: 88-42=46, Resulting Numbers: [24, 53, 46] Generated Node #2: [24, 53, 46] from Operation: 88-42=46 Current State: 17:[24, 53, 46], Operations: ['88-42=46'] Exploring Operation: 53-24=29, Resulting Numbers: [46, 29] Generated Node #3: [46, 29] from Operation: 53-24=29 Current State: 17:[46, 29], Operations: ['88-42=46', '53-24=29'] Exploring Operation: 46-29=17, Resulting Numbers: [17] 17,17 equal: Goal Reached
4
[ 95, 76, 98, 99 ]
26
[ "95+76=171", "98+99=197", "197-171=26" ]
Current State: 26:[95, 76, 98, 99], Operations: [] Exploring Operation: 95+76=171, Resulting Numbers: [98, 99, 171] Generated Node #2: [98, 99, 171] from Operation: 95+76=171 Current State: 26:[98, 99, 171], Operations: ['95+76=171'] Exploring Operation: 98+99=197, Resulting Numbers: [171, 197] Generated Node #3: [171, 197] from Operation: 98+99=197 Current State: 26:[171, 197], Operations: ['95+76=171', '98+99=197'] Exploring Operation: 197-171=26, Resulting Numbers: [26] 26,26 equal: Goal Reached
4
[ 38, 53, 40, 47 ]
95
[ "53+47=100", "38*100=3800", "3800/40=95" ]
Current State: 95:[38, 53, 40, 47], Operations: [] Exploring Operation: 53+47=100, Resulting Numbers: [38, 40, 100] Generated Node #2: [38, 40, 100] from Operation: 53+47=100 Current State: 95:[38, 40, 100], Operations: ['53+47=100'] Exploring Operation: 38*100=3800, Resulting Numbers: [40, 3800] Generated Node #3: [40, 3800] from Operation: 38*100=3800 Current State: 95:[40, 3800], Operations: ['53+47=100', '38*100=3800'] Exploring Operation: 3800/40=95, Resulting Numbers: [95] 95,95 equal: Goal Reached
4
[ 10, 8, 8, 86 ]
95
[ "10+86=96", "8/8=1", "96-1=95" ]
Current State: 95:[10, 8, 8, 86], Operations: [] Exploring Operation: 10+86=96, Resulting Numbers: [8, 8, 96] Generated Node #2: [8, 8, 96] from Operation: 10+86=96 Current State: 95:[8, 8, 96], Operations: ['10+86=96'] Exploring Operation: 8/8=1, Resulting Numbers: [96, 1] Generated Node #3: [96, 1] from Operation: 8/8=1 Current State: 95:[96, 1], Operations: ['10+86=96', '8/8=1'] Exploring Operation: 96-1=95, Resulting Numbers: [95] 95,95 equal: Goal Reached
4
[ 95, 91, 75, 73 ]
87
[ "75-73=2", "91*2=182", "182-95=87" ]
Current State: 87:[95, 91, 75, 73], Operations: [] Exploring Operation: 75-73=2, Resulting Numbers: [95, 91, 2] Generated Node #2: [95, 91, 2] from Operation: 75-73=2 Current State: 87:[95, 91, 2], Operations: ['75-73=2'] Exploring Operation: 91*2=182, Resulting Numbers: [95, 182] Generated Node #3: [95, 182] from Operation: 91*2=182 Current State: 87:[95, 182], Operations: ['75-73=2', '91*2=182'] Exploring Operation: 182-95=87, Resulting Numbers: [87] 87,87 equal: Goal Reached
4
[ 85, 73, 75, 12 ]
61
[ "75-73=2", "12*2=24", "85-24=61" ]
Current State: 61:[85, 73, 75, 12], Operations: [] Exploring Operation: 75-73=2, Resulting Numbers: [85, 12, 2] Generated Node #2: [85, 12, 2] from Operation: 75-73=2 Current State: 61:[85, 12, 2], Operations: ['75-73=2'] Exploring Operation: 12*2=24, Resulting Numbers: [85, 24] Generated Node #3: [85, 24] from Operation: 12*2=24 Current State: 61:[85, 24], Operations: ['75-73=2', '12*2=24'] Exploring Operation: 85-24=61, Resulting Numbers: [61] 61,61 equal: Goal Reached
4
[ 80, 58, 27, 4 ]
78
[ "58-4=54", "54/27=2", "80-2=78" ]
Current State: 78:[80, 58, 27, 4], Operations: [] Exploring Operation: 58-4=54, Resulting Numbers: [80, 27, 54] Generated Node #2: [80, 27, 54] from Operation: 58-4=54 Current State: 78:[80, 27, 54], Operations: ['58-4=54'] Exploring Operation: 54/27=2, Resulting Numbers: [80, 2] Generated Node #3: [80, 2] from Operation: 54/27=2 Current State: 78:[80, 2], Operations: ['58-4=54', '54/27=2'] Exploring Operation: 80-2=78, Resulting Numbers: [78] 78,78 equal: Goal Reached
4
[ 22, 5, 98, 42 ]
50
[ "98+42=140", "140/5=28", "22+28=50" ]
Current State: 50:[22, 5, 98, 42], Operations: [] Exploring Operation: 98+42=140, Resulting Numbers: [22, 5, 140] Generated Node #2: [22, 5, 140] from Operation: 98+42=140 Current State: 50:[22, 5, 140], Operations: ['98+42=140'] Exploring Operation: 140/5=28, Resulting Numbers: [22, 28] Generated Node #3: [22, 28] from Operation: 140/5=28 Current State: 50:[22, 28], Operations: ['98+42=140', '140/5=28'] Exploring Operation: 22+28=50, Resulting Numbers: [50] 50,50 equal: Goal Reached
4
[ 34, 9, 13, 10 ]
75
[ "34-9=25", "13-10=3", "25*3=75" ]
Current State: 75:[34, 9, 13, 10], Operations: [] Exploring Operation: 34-9=25, Resulting Numbers: [13, 10, 25] Generated Node #2: [13, 10, 25] from Operation: 34-9=25 Current State: 75:[13, 10, 25], Operations: ['34-9=25'] Exploring Operation: 13-10=3, Resulting Numbers: [25, 3] Generated Node #3: [25, 3] from Operation: 13-10=3 Current State: 75:[25, 3], Operations: ['34-9=25', '13-10=3'] Exploring Operation: 25*3=75, Resulting Numbers: [75] 75,75 equal: Goal Reached
4
[ 20, 46, 98, 96 ]
43
[ "98-96=2", "46/2=23", "20+23=43" ]
Current State: 43:[20, 46, 98, 96], Operations: [] Exploring Operation: 98-96=2, Resulting Numbers: [20, 46, 2] Generated Node #2: [20, 46, 2] from Operation: 98-96=2 Current State: 43:[20, 46, 2], Operations: ['98-96=2'] Exploring Operation: 46/2=23, Resulting Numbers: [20, 23] Generated Node #3: [20, 23] from Operation: 46/2=23 Current State: 43:[20, 23], Operations: ['98-96=2', '46/2=23'] Exploring Operation: 20+23=43, Resulting Numbers: [43] 43,43 equal: Goal Reached
4
[ 68, 1, 62, 61 ]
70
[ "68+1=69", "62-61=1", "69+1=70" ]
Current State: 70:[68, 1, 62, 61], Operations: [] Exploring Operation: 68+1=69, Resulting Numbers: [62, 61, 69] Generated Node #2: [62, 61, 69] from Operation: 68+1=69 Current State: 70:[62, 61, 69], Operations: ['68+1=69'] Exploring Operation: 62-61=1, Resulting Numbers: [69, 1] Generated Node #3: [69, 1] from Operation: 62-61=1 Current State: 70:[69, 1], Operations: ['68+1=69', '62-61=1'] Exploring Operation: 69+1=70, Resulting Numbers: [70] 70,70 equal: Goal Reached
4
[ 14, 83, 87, 26 ]
36
[ "14+83=97", "87-26=61", "97-61=36" ]
Current State: 36:[14, 83, 87, 26], Operations: [] Exploring Operation: 14+83=97, Resulting Numbers: [87, 26, 97] Generated Node #2: [87, 26, 97] from Operation: 14+83=97 Current State: 36:[87, 26, 97], Operations: ['14+83=97'] Exploring Operation: 87-26=61, Resulting Numbers: [97, 61] Generated Node #3: [97, 61] from Operation: 87-26=61 Current State: 36:[97, 61], Operations: ['14+83=97', '87-26=61'] Exploring Operation: 97-61=36, Resulting Numbers: [36] 36,36 equal: Goal Reached
4
[ 8, 98, 2, 36 ]
24
[ "98-2=96", "96/8=12", "36-12=24" ]
Current State: 24:[8, 98, 2, 36], Operations: [] Exploring Operation: 98-2=96, Resulting Numbers: [8, 36, 96] Generated Node #2: [8, 36, 96] from Operation: 98-2=96 Current State: 24:[8, 36, 96], Operations: ['98-2=96'] Exploring Operation: 96/8=12, Resulting Numbers: [36, 12] Generated Node #3: [36, 12] from Operation: 96/8=12 Current State: 24:[36, 12], Operations: ['98-2=96', '96/8=12'] Exploring Operation: 36-12=24, Resulting Numbers: [24] 24,24 equal: Goal Reached
4
[ 64, 15, 65, 37 ]
21
[ "64-15=49", "65-37=28", "49-28=21" ]
Current State: 21:[64, 15, 65, 37], Operations: [] Exploring Operation: 64-15=49, Resulting Numbers: [65, 37, 49] Generated Node #2: [65, 37, 49] from Operation: 64-15=49 Current State: 21:[65, 37, 49], Operations: ['64-15=49'] Exploring Operation: 65-37=28, Resulting Numbers: [49, 28] Generated Node #3: [49, 28] from Operation: 65-37=28 Current State: 21:[49, 28], Operations: ['64-15=49', '65-37=28'] Exploring Operation: 49-28=21, Resulting Numbers: [21] 21,21 equal: Goal Reached
4
[ 72, 88, 66, 32 ]
62
[ "72+88=160", "66+32=98", "160-98=62" ]
Current State: 62:[72, 88, 66, 32], Operations: [] Exploring Operation: 72+88=160, Resulting Numbers: [66, 32, 160] Generated Node #2: [66, 32, 160] from Operation: 72+88=160 Current State: 62:[66, 32, 160], Operations: ['72+88=160'] Exploring Operation: 66+32=98, Resulting Numbers: [160, 98] Generated Node #3: [160, 98] from Operation: 66+32=98 Current State: 62:[160, 98], Operations: ['72+88=160', '66+32=98'] Exploring Operation: 160-98=62, Resulting Numbers: [62] 62,62 equal: Goal Reached
4
[ 85, 50, 31, 36 ]
33
[ "36-31=5", "85/5=17", "50-17=33" ]
Current State: 33:[85, 50, 31, 36], Operations: [] Exploring Operation: 36-31=5, Resulting Numbers: [85, 50, 5] Generated Node #2: [85, 50, 5] from Operation: 36-31=5 Current State: 33:[85, 50, 5], Operations: ['36-31=5'] Exploring Operation: 85/5=17, Resulting Numbers: [50, 17] Generated Node #3: [50, 17] from Operation: 85/5=17 Current State: 33:[50, 17], Operations: ['36-31=5', '85/5=17'] Exploring Operation: 50-17=33, Resulting Numbers: [33] 33,33 equal: Goal Reached
4
[ 30, 96, 87, 49 ]
57
[ "30*96=2880", "2880-87=2793", "2793/49=57" ]
Current State: 57:[30, 96, 87, 49], Operations: [] Exploring Operation: 30*96=2880, Resulting Numbers: [87, 49, 2880] Generated Node #2: [87, 49, 2880] from Operation: 30*96=2880 Current State: 57:[87, 49, 2880], Operations: ['30*96=2880'] Exploring Operation: 2880-87=2793, Resulting Numbers: [49, 2793] Generated Node #3: [49, 2793] from Operation: 2880-87=2793 Current State: 57:[49, 2793], Operations: ['30*96=2880', '2880-87=2793'] Exploring Operation: 2793/49=57, Resulting Numbers: [57] 57,57 equal: Goal Reached
4
[ 22, 68, 45, 55 ]
56
[ "68-22=46", "55-45=10", "46+10=56" ]
Current State: 56:[22, 68, 45, 55], Operations: [] Exploring Operation: 68-22=46, Resulting Numbers: [45, 55, 46] Generated Node #2: [45, 55, 46] from Operation: 68-22=46 Current State: 56:[45, 55, 46], Operations: ['68-22=46'] Exploring Operation: 55-45=10, Resulting Numbers: [46, 10] Generated Node #3: [46, 10] from Operation: 55-45=10 Current State: 56:[46, 10], Operations: ['68-22=46', '55-45=10'] Exploring Operation: 46+10=56, Resulting Numbers: [56] 56,56 equal: Goal Reached
4
[ 30, 71, 60, 55 ]
79
[ "60-55=5", "30*5=150", "150-71=79" ]
Current State: 79:[30, 71, 60, 55], Operations: [] Exploring Operation: 60-55=5, Resulting Numbers: [30, 71, 5] Generated Node #2: [30, 71, 5] from Operation: 60-55=5 Current State: 79:[30, 71, 5], Operations: ['60-55=5'] Exploring Operation: 30*5=150, Resulting Numbers: [71, 150] Generated Node #3: [71, 150] from Operation: 30*5=150 Current State: 79:[71, 150], Operations: ['60-55=5', '30*5=150'] Exploring Operation: 150-71=79, Resulting Numbers: [79] 79,79 equal: Goal Reached
4
[ 13, 13, 2, 37 ]
76
[ "13/13=1", "37+1=38", "2*38=76" ]
Current State: 76:[13, 13, 2, 37], Operations: [] Exploring Operation: 13/13=1, Resulting Numbers: [2, 37, 1] Generated Node #2: [2, 37, 1] from Operation: 13/13=1 Current State: 76:[2, 37, 1], Operations: ['13/13=1'] Exploring Operation: 37+1=38, Resulting Numbers: [2, 38] Generated Node #3: [2, 38] from Operation: 37+1=38 Current State: 76:[2, 38], Operations: ['13/13=1', '37+1=38'] Exploring Operation: 2*38=76, Resulting Numbers: [76] 76,76 equal: Goal Reached
4
[ 14, 69, 29, 27 ]
85
[ "14+69=83", "29-27=2", "83+2=85" ]
Current State: 85:[14, 69, 29, 27], Operations: [] Exploring Operation: 14+69=83, Resulting Numbers: [29, 27, 83] Generated Node #2: [29, 27, 83] from Operation: 14+69=83 Current State: 85:[29, 27, 83], Operations: ['14+69=83'] Exploring Operation: 29-27=2, Resulting Numbers: [83, 2] Generated Node #3: [83, 2] from Operation: 29-27=2 Current State: 85:[83, 2], Operations: ['14+69=83', '29-27=2'] Exploring Operation: 83+2=85, Resulting Numbers: [85] 85,85 equal: Goal Reached
4
[ 60, 72, 36, 5 ]
67
[ "60+5=65", "72/36=2", "65+2=67" ]
Current State: 67:[60, 72, 36, 5], Operations: [] Exploring Operation: 60+5=65, Resulting Numbers: [72, 36, 65] Generated Node #2: [72, 36, 65] from Operation: 60+5=65 Current State: 67:[72, 36, 65], Operations: ['60+5=65'] Exploring Operation: 72/36=2, Resulting Numbers: [65, 2] Generated Node #3: [65, 2] from Operation: 72/36=2 Current State: 67:[65, 2], Operations: ['60+5=65', '72/36=2'] Exploring Operation: 65+2=67, Resulting Numbers: [67] 67,67 equal: Goal Reached
4
[ 61, 95, 26, 5 ]
13
[ "95-61=34", "26-5=21", "34-21=13" ]
Current State: 13:[61, 95, 26, 5], Operations: [] Exploring Operation: 95-61=34, Resulting Numbers: [26, 5, 34] Generated Node #2: [26, 5, 34] from Operation: 95-61=34 Current State: 13:[26, 5, 34], Operations: ['95-61=34'] Exploring Operation: 26-5=21, Resulting Numbers: [34, 21] Generated Node #3: [34, 21] from Operation: 26-5=21 Current State: 13:[34, 21], Operations: ['95-61=34', '26-5=21'] Exploring Operation: 34-21=13, Resulting Numbers: [13] 13,13 equal: Goal Reached
4
[ 15, 82, 7, 23 ]
28
[ "82-7=75", "75/15=5", "23+5=28" ]
Current State: 28:[15, 82, 7, 23], Operations: [] Exploring Operation: 82-7=75, Resulting Numbers: [15, 23, 75] Generated Node #2: [15, 23, 75] from Operation: 82-7=75 Current State: 28:[15, 23, 75], Operations: ['82-7=75'] Exploring Operation: 75/15=5, Resulting Numbers: [23, 5] Generated Node #3: [23, 5] from Operation: 75/15=5 Current State: 28:[23, 5], Operations: ['82-7=75', '75/15=5'] Exploring Operation: 23+5=28, Resulting Numbers: [28] 28,28 equal: Goal Reached
4
[ 46, 88, 44, 5 ]
49
[ "46-44=2", "88/2=44", "5+44=49" ]
Current State: 49:[46, 88, 44, 5], Operations: [] Exploring Operation: 46-44=2, Resulting Numbers: [88, 5, 2] Generated Node #2: [88, 5, 2] from Operation: 46-44=2 Current State: 49:[88, 5, 2], Operations: ['46-44=2'] Exploring Operation: 88/2=44, Resulting Numbers: [5, 44] Generated Node #3: [5, 44] from Operation: 88/2=44 Current State: 49:[5, 44], Operations: ['46-44=2', '88/2=44'] Exploring Operation: 5+44=49, Resulting Numbers: [49] 49,49 equal: Goal Reached
4
[ 70, 28, 67, 21 ]
69
[ "70-28=42", "42/21=2", "67+2=69" ]
Current State: 69:[70, 28, 67, 21], Operations: [] Exploring Operation: 70-28=42, Resulting Numbers: [67, 21, 42] Generated Node #2: [67, 21, 42] from Operation: 70-28=42 Current State: 69:[67, 21, 42], Operations: ['70-28=42'] Exploring Operation: 42/21=2, Resulting Numbers: [67, 2] Generated Node #3: [67, 2] from Operation: 42/21=2 Current State: 69:[67, 2], Operations: ['70-28=42', '42/21=2'] Exploring Operation: 67+2=69, Resulting Numbers: [69] 69,69 equal: Goal Reached
4
[ 62, 95, 82, 8 ]
67
[ "62+95=157", "82+8=90", "157-90=67" ]
Current State: 67:[62, 95, 82, 8], Operations: [] Exploring Operation: 62+95=157, Resulting Numbers: [82, 8, 157] Generated Node #2: [82, 8, 157] from Operation: 62+95=157 Current State: 67:[82, 8, 157], Operations: ['62+95=157'] Exploring Operation: 82+8=90, Resulting Numbers: [157, 90] Generated Node #3: [157, 90] from Operation: 82+8=90 Current State: 67:[157, 90], Operations: ['62+95=157', '82+8=90'] Exploring Operation: 157-90=67, Resulting Numbers: [67] 67,67 equal: Goal Reached
4
[ 87, 3, 34, 68 ]
58
[ "87/3=29", "68/34=2", "29*2=58" ]
Current State: 58:[87, 3, 34, 68], Operations: [] Exploring Operation: 87/3=29, Resulting Numbers: [34, 68, 29] Generated Node #2: [34, 68, 29] from Operation: 87/3=29 Current State: 58:[34, 68, 29], Operations: ['87/3=29'] Exploring Operation: 68/34=2, Resulting Numbers: [29, 2] Generated Node #3: [29, 2] from Operation: 68/34=2 Current State: 58:[29, 2], Operations: ['87/3=29', '68/34=2'] Exploring Operation: 29*2=58, Resulting Numbers: [58] 58,58 equal: Goal Reached
4
[ 9, 64, 90, 62 ]
79
[ "9+64=73", "90+62=152", "152-73=79" ]
Current State: 79:[9, 64, 90, 62], Operations: [] Exploring Operation: 9+64=73, Resulting Numbers: [90, 62, 73] Generated Node #2: [90, 62, 73] from Operation: 9+64=73 Current State: 79:[90, 62, 73], Operations: ['9+64=73'] Exploring Operation: 90+62=152, Resulting Numbers: [73, 152] Generated Node #3: [73, 152] from Operation: 90+62=152 Current State: 79:[73, 152], Operations: ['9+64=73', '90+62=152'] Exploring Operation: 152-73=79, Resulting Numbers: [79] 79,79 equal: Goal Reached
4
[ 79, 9, 56, 40 ]
25
[ "79+56=135", "135/9=15", "40-15=25" ]
Current State: 25:[79, 9, 56, 40], Operations: [] Exploring Operation: 79+56=135, Resulting Numbers: [9, 40, 135] Generated Node #2: [9, 40, 135] from Operation: 79+56=135 Current State: 25:[9, 40, 135], Operations: ['79+56=135'] Exploring Operation: 135/9=15, Resulting Numbers: [40, 15] Generated Node #3: [40, 15] from Operation: 135/9=15 Current State: 25:[40, 15], Operations: ['79+56=135', '135/9=15'] Exploring Operation: 40-15=25, Resulting Numbers: [25] 25,25 equal: Goal Reached
4
[ 92, 11, 26, 82 ]
25
[ "92-11=81", "82-26=56", "81-56=25" ]
Current State: 25:[92, 11, 26, 82], Operations: [] Exploring Operation: 92-11=81, Resulting Numbers: [26, 82, 81] Generated Node #2: [26, 82, 81] from Operation: 92-11=81 Current State: 25:[26, 82, 81], Operations: ['92-11=81'] Exploring Operation: 82-26=56, Resulting Numbers: [81, 56] Generated Node #3: [81, 56] from Operation: 82-26=56 Current State: 25:[81, 56], Operations: ['92-11=81', '82-26=56'] Exploring Operation: 81-56=25, Resulting Numbers: [25] 25,25 equal: Goal Reached
4
[ 3, 59, 84, 99 ]
58
[ "99/3=33", "84-59=25", "33+25=58" ]
Current State: 58:[3, 59, 84, 99], Operations: [] Exploring Operation: 99/3=33, Resulting Numbers: [59, 84, 33] Generated Node #2: [59, 84, 33] from Operation: 99/3=33 Current State: 58:[59, 84, 33], Operations: ['99/3=33'] Exploring Operation: 84-59=25, Resulting Numbers: [33, 25] Generated Node #3: [33, 25] from Operation: 84-59=25 Current State: 58:[33, 25], Operations: ['99/3=33', '84-59=25'] Exploring Operation: 33+25=58, Resulting Numbers: [58] 58,58 equal: Goal Reached
4
[ 7, 19, 7, 5 ]
81
[ "7+7=14", "19*5=95", "95-14=81" ]
Current State: 81:[7, 19, 7, 5], Operations: [] Exploring Operation: 7+7=14, Resulting Numbers: [19, 5, 14] Generated Node #2: [19, 5, 14] from Operation: 7+7=14 Current State: 81:[19, 5, 14], Operations: ['7+7=14'] Exploring Operation: 19*5=95, Resulting Numbers: [14, 95] Generated Node #3: [14, 95] from Operation: 19*5=95 Current State: 81:[14, 95], Operations: ['7+7=14', '19*5=95'] Exploring Operation: 95-14=81, Resulting Numbers: [81] 81,81 equal: Goal Reached
4
[ 36, 42, 16, 93 ]
66
[ "93-16=77", "36*77=2772", "2772/42=66" ]
Current State: 66:[36, 42, 16, 93], Operations: [] Exploring Operation: 93-16=77, Resulting Numbers: [36, 42, 77] Generated Node #2: [36, 42, 77] from Operation: 93-16=77 Current State: 66:[36, 42, 77], Operations: ['93-16=77'] Exploring Operation: 36*77=2772, Resulting Numbers: [42, 2772] Generated Node #3: [42, 2772] from Operation: 36*77=2772 Current State: 66:[42, 2772], Operations: ['93-16=77', '36*77=2772'] Exploring Operation: 2772/42=66, Resulting Numbers: [66] 66,66 equal: Goal Reached
4
[ 14, 82, 93, 65 ]
41
[ "14*82=1148", "93-65=28", "1148/28=41" ]
Current State: 41:[14, 82, 93, 65], Operations: [] Exploring Operation: 14*82=1148, Resulting Numbers: [93, 65, 1148] Generated Node #2: [93, 65, 1148] from Operation: 14*82=1148 Current State: 41:[93, 65, 1148], Operations: ['14*82=1148'] Exploring Operation: 93-65=28, Resulting Numbers: [1148, 28] Generated Node #3: [1148, 28] from Operation: 93-65=28 Current State: 41:[1148, 28], Operations: ['14*82=1148', '93-65=28'] Exploring Operation: 1148/28=41, Resulting Numbers: [41] 41,41 equal: Goal Reached
4
[ 3, 95, 54, 6 ]
50
[ "3+95=98", "54-6=48", "98-48=50" ]
Current State: 50:[3, 95, 54, 6], Operations: [] Exploring Operation: 3+95=98, Resulting Numbers: [54, 6, 98] Generated Node #2: [54, 6, 98] from Operation: 3+95=98 Current State: 50:[54, 6, 98], Operations: ['3+95=98'] Exploring Operation: 54-6=48, Resulting Numbers: [98, 48] Generated Node #3: [98, 48] from Operation: 54-6=48 Current State: 50:[98, 48], Operations: ['3+95=98', '54-6=48'] Exploring Operation: 98-48=50, Resulting Numbers: [50] 50,50 equal: Goal Reached
4
[ 6, 77, 15, 32 ]
25
[ "32-15=17", "6*17=102", "102-77=25" ]
Current State: 25:[6, 77, 15, 32], Operations: [] Exploring Operation: 32-15=17, Resulting Numbers: [6, 77, 17] Generated Node #2: [6, 77, 17] from Operation: 32-15=17 Current State: 25:[6, 77, 17], Operations: ['32-15=17'] Exploring Operation: 6*17=102, Resulting Numbers: [77, 102] Generated Node #3: [77, 102] from Operation: 6*17=102 Current State: 25:[77, 102], Operations: ['32-15=17', '6*17=102'] Exploring Operation: 102-77=25, Resulting Numbers: [25] 25,25 equal: Goal Reached
4
[ 48, 93, 33, 22 ]
34
[ "93-48=45", "33-22=11", "45-11=34" ]
Current State: 34:[48, 93, 33, 22], Operations: [] Exploring Operation: 93-48=45, Resulting Numbers: [33, 22, 45] Generated Node #2: [33, 22, 45] from Operation: 93-48=45 Current State: 34:[33, 22, 45], Operations: ['93-48=45'] Exploring Operation: 33-22=11, Resulting Numbers: [45, 11] Generated Node #3: [45, 11] from Operation: 33-22=11 Current State: 34:[45, 11], Operations: ['93-48=45', '33-22=11'] Exploring Operation: 45-11=34, Resulting Numbers: [34] 34,34 equal: Goal Reached
4
[ 25, 5, 57, 95 ]
76
[ "25/5=5", "95/5=19", "57+19=76" ]
Current State: 76:[25, 5, 57, 95], Operations: [] Exploring Operation: 25/5=5, Resulting Numbers: [57, 95, 5] Generated Node #2: [57, 95, 5] from Operation: 25/5=5 Current State: 76:[57, 95, 5], Operations: ['25/5=5'] Exploring Operation: 95/5=19, Resulting Numbers: [57, 19] Generated Node #3: [57, 19] from Operation: 95/5=19 Current State: 76:[57, 19], Operations: ['25/5=5', '95/5=19'] Exploring Operation: 57+19=76, Resulting Numbers: [76] 76,76 equal: Goal Reached
4
[ 13, 26, 50, 9 ]
67
[ "26-13=13", "9*13=117", "117-50=67" ]
Current State: 67:[13, 26, 50, 9], Operations: [] Exploring Operation: 26-13=13, Resulting Numbers: [50, 9, 13] Generated Node #2: [50, 9, 13] from Operation: 26-13=13 Current State: 67:[50, 9, 13], Operations: ['26-13=13'] Exploring Operation: 9*13=117, Resulting Numbers: [50, 117] Generated Node #3: [50, 117] from Operation: 9*13=117 Current State: 67:[50, 117], Operations: ['26-13=13', '9*13=117'] Exploring Operation: 117-50=67, Resulting Numbers: [67] 67,67 equal: Goal Reached
4
[ 93, 44, 68, 17 ]
45
[ "93-44=49", "68/17=4", "49-4=45" ]
Current State: 45:[93, 44, 68, 17], Operations: [] Exploring Operation: 93-44=49, Resulting Numbers: [68, 17, 49] Generated Node #2: [68, 17, 49] from Operation: 93-44=49 Current State: 45:[68, 17, 49], Operations: ['93-44=49'] Exploring Operation: 68/17=4, Resulting Numbers: [49, 4] Generated Node #3: [49, 4] from Operation: 68/17=4 Current State: 45:[49, 4], Operations: ['93-44=49', '68/17=4'] Exploring Operation: 49-4=45, Resulting Numbers: [45] 45,45 equal: Goal Reached
4
[ 74, 98, 2, 88 ]
79
[ "98-88=10", "10/2=5", "74+5=79" ]
Current State: 79:[74, 98, 2, 88], Operations: [] Exploring Operation: 98-88=10, Resulting Numbers: [74, 2, 10] Generated Node #2: [74, 2, 10] from Operation: 98-88=10 Current State: 79:[74, 2, 10], Operations: ['98-88=10'] Exploring Operation: 10/2=5, Resulting Numbers: [74, 5] Generated Node #3: [74, 5] from Operation: 10/2=5 Current State: 79:[74, 5], Operations: ['98-88=10', '10/2=5'] Exploring Operation: 74+5=79, Resulting Numbers: [79] 79,79 equal: Goal Reached
4
[ 66, 76, 61, 35 ]
86
[ "76-66=10", "61+35=96", "96-10=86" ]
Current State: 86:[66, 76, 61, 35], Operations: [] Exploring Operation: 76-66=10, Resulting Numbers: [61, 35, 10] Generated Node #2: [61, 35, 10] from Operation: 76-66=10 Current State: 86:[61, 35, 10], Operations: ['76-66=10'] Exploring Operation: 61+35=96, Resulting Numbers: [10, 96] Generated Node #3: [10, 96] from Operation: 61+35=96 Current State: 86:[10, 96], Operations: ['76-66=10', '61+35=96'] Exploring Operation: 96-10=86, Resulting Numbers: [86] 86,86 equal: Goal Reached
4
[ 3, 70, 17, 10 ]
30
[ "3*70=210", "17-10=7", "210/7=30" ]
Current State: 30:[3, 70, 17, 10], Operations: [] Exploring Operation: 3*70=210, Resulting Numbers: [17, 10, 210] Generated Node #2: [17, 10, 210] from Operation: 3*70=210 Current State: 30:[17, 10, 210], Operations: ['3*70=210'] Exploring Operation: 17-10=7, Resulting Numbers: [210, 7] Generated Node #3: [210, 7] from Operation: 17-10=7 Current State: 30:[210, 7], Operations: ['3*70=210', '17-10=7'] Exploring Operation: 210/7=30, Resulting Numbers: [30] 30,30 equal: Goal Reached
4
[ 80, 10, 13, 62 ]
84
[ "62-10=52", "52/13=4", "80+4=84" ]
Current State: 84:[80, 10, 13, 62], Operations: [] Exploring Operation: 62-10=52, Resulting Numbers: [80, 13, 52] Generated Node #2: [80, 13, 52] from Operation: 62-10=52 Current State: 84:[80, 13, 52], Operations: ['62-10=52'] Exploring Operation: 52/13=4, Resulting Numbers: [80, 4] Generated Node #3: [80, 4] from Operation: 52/13=4 Current State: 84:[80, 4], Operations: ['62-10=52', '52/13=4'] Exploring Operation: 80+4=84, Resulting Numbers: [84] 84,84 equal: Goal Reached
4
[ 40, 23, 71, 46 ]
62
[ "71-40=31", "46/23=2", "31*2=62" ]
Current State: 62:[40, 23, 71, 46], Operations: [] Exploring Operation: 71-40=31, Resulting Numbers: [23, 46, 31] Generated Node #2: [23, 46, 31] from Operation: 71-40=31 Current State: 62:[23, 46, 31], Operations: ['71-40=31'] Exploring Operation: 46/23=2, Resulting Numbers: [31, 2] Generated Node #3: [31, 2] from Operation: 46/23=2 Current State: 62:[31, 2], Operations: ['71-40=31', '46/23=2'] Exploring Operation: 31*2=62, Resulting Numbers: [62] 62,62 equal: Goal Reached
4
[ 54, 2, 11, 24 ]
66
[ "2*24=48", "54-48=6", "11*6=66" ]
Current State: 66:[54, 2, 11, 24], Operations: [] Exploring Operation: 2*24=48, Resulting Numbers: [54, 11, 48] Generated Node #2: [54, 11, 48] from Operation: 2*24=48 Current State: 66:[54, 11, 48], Operations: ['2*24=48'] Exploring Operation: 54-48=6, Resulting Numbers: [11, 6] Generated Node #3: [11, 6] from Operation: 54-48=6 Current State: 66:[11, 6], Operations: ['2*24=48', '54-48=6'] Exploring Operation: 11*6=66, Resulting Numbers: [66] 66,66 equal: Goal Reached
4
[ 36, 46, 15, 2 ]
40
[ "46-36=10", "15*2=30", "10+30=40" ]
Current State: 40:[36, 46, 15, 2], Operations: [] Exploring Operation: 46-36=10, Resulting Numbers: [15, 2, 10] Generated Node #2: [15, 2, 10] from Operation: 46-36=10 Current State: 40:[15, 2, 10], Operations: ['46-36=10'] Exploring Operation: 15*2=30, Resulting Numbers: [10, 30] Generated Node #3: [10, 30] from Operation: 15*2=30 Current State: 40:[10, 30], Operations: ['46-36=10', '15*2=30'] Exploring Operation: 10+30=40, Resulting Numbers: [40] 40,40 equal: Goal Reached
4
[ 17, 9, 43, 69 ]
86
[ "17+9=26", "43+69=112", "112-26=86" ]
Current State: 86:[17, 9, 43, 69], Operations: [] Exploring Operation: 17+9=26, Resulting Numbers: [43, 69, 26] Generated Node #2: [43, 69, 26] from Operation: 17+9=26 Current State: 86:[43, 69, 26], Operations: ['17+9=26'] Exploring Operation: 43+69=112, Resulting Numbers: [26, 112] Generated Node #3: [26, 112] from Operation: 43+69=112 Current State: 86:[26, 112], Operations: ['17+9=26', '43+69=112'] Exploring Operation: 112-26=86, Resulting Numbers: [86] 86,86 equal: Goal Reached
4
[ 4, 47, 23, 2 ]
44
[ "47-23=24", "2*24=48", "48-4=44" ]
Current State: 44:[4, 47, 23, 2], Operations: [] Exploring Operation: 47-23=24, Resulting Numbers: [4, 2, 24] Generated Node #2: [4, 2, 24] from Operation: 47-23=24 Current State: 44:[4, 2, 24], Operations: ['47-23=24'] Exploring Operation: 2*24=48, Resulting Numbers: [4, 48] Generated Node #3: [4, 48] from Operation: 2*24=48 Current State: 44:[4, 48], Operations: ['47-23=24', '2*24=48'] Exploring Operation: 48-4=44, Resulting Numbers: [44] 44,44 equal: Goal Reached
4
[ 42, 13, 84, 7 ]
67
[ "42+13=55", "84/7=12", "55+12=67" ]
Current State: 67:[42, 13, 84, 7], Operations: [] Exploring Operation: 42+13=55, Resulting Numbers: [84, 7, 55] Generated Node #2: [84, 7, 55] from Operation: 42+13=55 Current State: 67:[84, 7, 55], Operations: ['42+13=55'] Exploring Operation: 84/7=12, Resulting Numbers: [55, 12] Generated Node #3: [55, 12] from Operation: 84/7=12 Current State: 67:[55, 12], Operations: ['42+13=55', '84/7=12'] Exploring Operation: 55+12=67, Resulting Numbers: [67] 67,67 equal: Goal Reached
4
[ 54, 2, 96, 13 ]
16
[ "96-54=42", "2*13=26", "42-26=16" ]
Current State: 16:[54, 2, 96, 13], Operations: [] Exploring Operation: 96-54=42, Resulting Numbers: [2, 13, 42] Generated Node #2: [2, 13, 42] from Operation: 96-54=42 Current State: 16:[2, 13, 42], Operations: ['96-54=42'] Exploring Operation: 2*13=26, Resulting Numbers: [42, 26] Generated Node #3: [42, 26] from Operation: 2*13=26 Current State: 16:[42, 26], Operations: ['96-54=42', '2*13=26'] Exploring Operation: 42-26=16, Resulting Numbers: [16] 16,16 equal: Goal Reached
4
[ 25, 29, 10, 7 ]
47
[ "29-25=4", "10*4=40", "7+40=47" ]
Current State: 47:[25, 29, 10, 7], Operations: [] Exploring Operation: 29-25=4, Resulting Numbers: [10, 7, 4] Generated Node #2: [10, 7, 4] from Operation: 29-25=4 Current State: 47:[10, 7, 4], Operations: ['29-25=4'] Exploring Operation: 10*4=40, Resulting Numbers: [7, 40] Generated Node #3: [7, 40] from Operation: 10*4=40 Current State: 47:[7, 40], Operations: ['29-25=4', '10*4=40'] Exploring Operation: 7+40=47, Resulting Numbers: [47] 47,47 equal: Goal Reached
4
[ 71, 79, 25, 72 ]
66
[ "71+79=150", "150/25=6", "72-6=66" ]
Current State: 66:[71, 79, 25, 72], Operations: [] Exploring Operation: 71+79=150, Resulting Numbers: [25, 72, 150] Generated Node #2: [25, 72, 150] from Operation: 71+79=150 Current State: 66:[25, 72, 150], Operations: ['71+79=150'] Exploring Operation: 150/25=6, Resulting Numbers: [72, 6] Generated Node #3: [72, 6] from Operation: 150/25=6 Current State: 66:[72, 6], Operations: ['71+79=150', '150/25=6'] Exploring Operation: 72-6=66, Resulting Numbers: [66] 66,66 equal: Goal Reached
4
[ 21, 4, 48, 5 ]
89
[ "21+48=69", "4*5=20", "69+20=89" ]
Current State: 89:[21, 4, 48, 5], Operations: [] Exploring Operation: 21+48=69, Resulting Numbers: [4, 5, 69] Generated Node #2: [4, 5, 69] from Operation: 21+48=69 Current State: 89:[4, 5, 69], Operations: ['21+48=69'] Exploring Operation: 4*5=20, Resulting Numbers: [69, 20] Generated Node #3: [69, 20] from Operation: 4*5=20 Current State: 89:[69, 20], Operations: ['21+48=69', '4*5=20'] Exploring Operation: 69+20=89, Resulting Numbers: [89] 89,89 equal: Goal Reached
4
[ 51, 64, 39, 9 ]
74
[ "51+39=90", "90/9=10", "64+10=74" ]
Current State: 74:[51, 64, 39, 9], Operations: [] Exploring Operation: 51+39=90, Resulting Numbers: [64, 9, 90] Generated Node #2: [64, 9, 90] from Operation: 51+39=90 Current State: 74:[64, 9, 90], Operations: ['51+39=90'] Exploring Operation: 90/9=10, Resulting Numbers: [64, 10] Generated Node #3: [64, 10] from Operation: 90/9=10 Current State: 74:[64, 10], Operations: ['51+39=90', '90/9=10'] Exploring Operation: 64+10=74, Resulting Numbers: [74] 74,74 equal: Goal Reached
4
[ 34, 42, 8, 22 ]
23
[ "42-34=8", "8/8=1", "22+1=23" ]
Current State: 23:[34, 42, 8, 22], Operations: [] Exploring Operation: 42-34=8, Resulting Numbers: [8, 22, 8] Generated Node #2: [8, 22, 8] from Operation: 42-34=8 Current State: 23:[8, 22, 8], Operations: ['42-34=8'] Exploring Operation: 8/8=1, Resulting Numbers: [22, 1] Generated Node #3: [22, 1] from Operation: 8/8=1 Current State: 23:[22, 1], Operations: ['42-34=8', '8/8=1'] Exploring Operation: 22+1=23, Resulting Numbers: [23] 23,23 equal: Goal Reached
4
[ 32, 84, 37, 81 ]
33
[ "37-32=5", "84+81=165", "165/5=33" ]
Current State: 33:[32, 84, 37, 81], Operations: [] Exploring Operation: 37-32=5, Resulting Numbers: [84, 81, 5] Generated Node #2: [84, 81, 5] from Operation: 37-32=5 Current State: 33:[84, 81, 5], Operations: ['37-32=5'] Exploring Operation: 84+81=165, Resulting Numbers: [5, 165] Generated Node #3: [5, 165] from Operation: 84+81=165 Current State: 33:[5, 165], Operations: ['37-32=5', '84+81=165'] Exploring Operation: 165/5=33, Resulting Numbers: [33] 33,33 equal: Goal Reached
4
[ 52, 65, 75, 19 ]
79
[ "52*75=3900", "3900/65=60", "19+60=79" ]
Current State: 79:[52, 65, 75, 19], Operations: [] Exploring Operation: 52*75=3900, Resulting Numbers: [65, 19, 3900] Generated Node #2: [65, 19, 3900] from Operation: 52*75=3900 Current State: 79:[65, 19, 3900], Operations: ['52*75=3900'] Exploring Operation: 3900/65=60, Resulting Numbers: [19, 60] Generated Node #3: [19, 60] from Operation: 3900/65=60 Current State: 79:[19, 60], Operations: ['52*75=3900', '3900/65=60'] Exploring Operation: 19+60=79, Resulting Numbers: [79] 79,79 equal: Goal Reached
4
[ 91, 96, 65, 96 ]
36
[ "96-91=5", "96-65=31", "5+31=36" ]
Current State: 36:[91, 96, 65, 96], Operations: [] Exploring Operation: 96-91=5, Resulting Numbers: [65, 5] Generated Node #2: [65, 5] from Operation: 96-91=5 Current State: 36:[65, 5], Operations: ['96-91=5'] Exploring Operation: 96-65=31, Resulting Numbers: [5, 31] Generated Node #3: [5, 31] from Operation: 96-65=31 Current State: 36:[5, 31], Operations: ['96-91=5', '96-65=31'] Exploring Operation: 5+31=36, Resulting Numbers: [36] 36,36 equal: Goal Reached
4
[ 67, 2, 6, 46 ]
31
[ "67-6=61", "2*46=92", "92-61=31" ]
Current State: 31:[67, 2, 6, 46], Operations: [] Exploring Operation: 67-6=61, Resulting Numbers: [2, 46, 61] Generated Node #2: [2, 46, 61] from Operation: 67-6=61 Current State: 31:[2, 46, 61], Operations: ['67-6=61'] Exploring Operation: 2*46=92, Resulting Numbers: [61, 92] Generated Node #3: [61, 92] from Operation: 2*46=92 Current State: 31:[61, 92], Operations: ['67-6=61', '2*46=92'] Exploring Operation: 92-61=31, Resulting Numbers: [31] 31,31 equal: Goal Reached
4
[ 50, 5, 10, 65 ]
25
[ "50+10=60", "65+60=125", "125/5=25" ]
Current State: 25:[50, 5, 10, 65], Operations: [] Exploring Operation: 50+10=60, Resulting Numbers: [5, 65, 60] Generated Node #2: [5, 65, 60] from Operation: 50+10=60 Current State: 25:[5, 65, 60], Operations: ['50+10=60'] Exploring Operation: 65+60=125, Resulting Numbers: [5, 125] Generated Node #3: [5, 125] from Operation: 65+60=125 Current State: 25:[5, 125], Operations: ['50+10=60', '65+60=125'] Exploring Operation: 125/5=25, Resulting Numbers: [25] 25,25 equal: Goal Reached
4
[ 4, 13, 45, 65 ]
18
[ "65-45=20", "20/4=5", "13+5=18" ]
Current State: 18:[4, 13, 45, 65], Operations: [] Exploring Operation: 65-45=20, Resulting Numbers: [4, 13, 20] Generated Node #2: [4, 13, 20] from Operation: 65-45=20 Current State: 18:[4, 13, 20], Operations: ['65-45=20'] Exploring Operation: 20/4=5, Resulting Numbers: [13, 5] Generated Node #3: [13, 5] from Operation: 20/4=5 Current State: 18:[13, 5], Operations: ['65-45=20', '20/4=5'] Exploring Operation: 13+5=18, Resulting Numbers: [18] 18,18 equal: Goal Reached
4
[ 63, 80, 45, 28 ]
70
[ "63+80=143", "45+28=73", "143-73=70" ]
Current State: 70:[63, 80, 45, 28], Operations: [] Exploring Operation: 63+80=143, Resulting Numbers: [45, 28, 143] Generated Node #2: [45, 28, 143] from Operation: 63+80=143 Current State: 70:[45, 28, 143], Operations: ['63+80=143'] Exploring Operation: 45+28=73, Resulting Numbers: [143, 73] Generated Node #3: [143, 73] from Operation: 45+28=73 Current State: 70:[143, 73], Operations: ['63+80=143', '45+28=73'] Exploring Operation: 143-73=70, Resulting Numbers: [70] 70,70 equal: Goal Reached
4
[ 26, 7, 81, 83 ]
45
[ "83-81=2", "26*2=52", "52-7=45" ]
Current State: 45:[26, 7, 81, 83], Operations: [] Exploring Operation: 83-81=2, Resulting Numbers: [26, 7, 2] Generated Node #2: [26, 7, 2] from Operation: 83-81=2 Current State: 45:[26, 7, 2], Operations: ['83-81=2'] Exploring Operation: 26*2=52, Resulting Numbers: [7, 52] Generated Node #3: [7, 52] from Operation: 26*2=52 Current State: 45:[7, 52], Operations: ['83-81=2', '26*2=52'] Exploring Operation: 52-7=45, Resulting Numbers: [45] 45,45 equal: Goal Reached
4
[ 32, 3, 21, 88 ]
71
[ "32+21=53", "3*53=159", "159-88=71" ]
Current State: 71:[32, 3, 21, 88], Operations: [] Exploring Operation: 32+21=53, Resulting Numbers: [3, 88, 53] Generated Node #2: [3, 88, 53] from Operation: 32+21=53 Current State: 71:[3, 88, 53], Operations: ['32+21=53'] Exploring Operation: 3*53=159, Resulting Numbers: [88, 159] Generated Node #3: [88, 159] from Operation: 3*53=159 Current State: 71:[88, 159], Operations: ['32+21=53', '3*53=159'] Exploring Operation: 159-88=71, Resulting Numbers: [71] 71,71 equal: Goal Reached
4
[ 67, 63, 40, 53 ]
66
[ "67+53=120", "120/40=3", "63+3=66" ]
Current State: 66:[67, 63, 40, 53], Operations: [] Exploring Operation: 67+53=120, Resulting Numbers: [63, 40, 120] Generated Node #2: [63, 40, 120] from Operation: 67+53=120 Current State: 66:[63, 40, 120], Operations: ['67+53=120'] Exploring Operation: 120/40=3, Resulting Numbers: [63, 3] Generated Node #3: [63, 3] from Operation: 120/40=3 Current State: 66:[63, 3], Operations: ['67+53=120', '120/40=3'] Exploring Operation: 63+3=66, Resulting Numbers: [66] 66,66 equal: Goal Reached
4
[ 89, 57, 52, 4 ]
91
[ "89-52=37", "4*37=148", "148-57=91" ]
Current State: 91:[89, 57, 52, 4], Operations: [] Exploring Operation: 89-52=37, Resulting Numbers: [57, 4, 37] Generated Node #2: [57, 4, 37] from Operation: 89-52=37 Current State: 91:[57, 4, 37], Operations: ['89-52=37'] Exploring Operation: 4*37=148, Resulting Numbers: [57, 148] Generated Node #3: [57, 148] from Operation: 4*37=148 Current State: 91:[57, 148], Operations: ['89-52=37', '4*37=148'] Exploring Operation: 148-57=91, Resulting Numbers: [91] 91,91 equal: Goal Reached
4
[ 16, 93, 3, 36 ]
81
[ "16*3=48", "93+36=129", "129-48=81" ]
Current State: 81:[16, 93, 3, 36], Operations: [] Exploring Operation: 16*3=48, Resulting Numbers: [93, 36, 48] Generated Node #2: [93, 36, 48] from Operation: 16*3=48 Current State: 81:[93, 36, 48], Operations: ['16*3=48'] Exploring Operation: 93+36=129, Resulting Numbers: [48, 129] Generated Node #3: [48, 129] from Operation: 93+36=129 Current State: 81:[48, 129], Operations: ['16*3=48', '93+36=129'] Exploring Operation: 129-48=81, Resulting Numbers: [81] 81,81 equal: Goal Reached
4
[ 9, 25, 27, 4 ]
38
[ "9*4=36", "27-25=2", "36+2=38" ]
Current State: 38:[9, 25, 27, 4], Operations: [] Exploring Operation: 9*4=36, Resulting Numbers: [25, 27, 36] Generated Node #2: [25, 27, 36] from Operation: 9*4=36 Current State: 38:[25, 27, 36], Operations: ['9*4=36'] Exploring Operation: 27-25=2, Resulting Numbers: [36, 2] Generated Node #3: [36, 2] from Operation: 27-25=2 Current State: 38:[36, 2], Operations: ['9*4=36', '27-25=2'] Exploring Operation: 36+2=38, Resulting Numbers: [38] 38,38 equal: Goal Reached
4
[ 5, 5, 14, 10 ]
27
[ "14*10=140", "140-5=135", "135/5=27" ]
Current State: 27:[5, 5, 14, 10], Operations: [] Exploring Operation: 14*10=140, Resulting Numbers: [5, 5, 140] Generated Node #2: [5, 5, 140] from Operation: 14*10=140 Current State: 27:[5, 5, 140], Operations: ['14*10=140'] Exploring Operation: 140-5=135, Resulting Numbers: [135] 135,27 equal: Goal Reached Exploring Operation: 135/5=27, Resulting Numbers: [27] 27,27 equal: Goal Reached
4
[ 57, 18, 87, 87 ]
76
[ "57+18=75", "87/87=1", "75+1=76" ]
Current State: 76:[57, 18, 87, 87], Operations: [] Exploring Operation: 57+18=75, Resulting Numbers: [87, 87, 75] Generated Node #2: [87, 87, 75] from Operation: 57+18=75 Current State: 76:[87, 87, 75], Operations: ['57+18=75'] Exploring Operation: 87/87=1, Resulting Numbers: [75, 1] Generated Node #3: [75, 1] from Operation: 87/87=1 Current State: 76:[75, 1], Operations: ['57+18=75', '87/87=1'] Exploring Operation: 75+1=76, Resulting Numbers: [76] 76,76 equal: Goal Reached
4
[ 68, 63, 91, 17 ]
79
[ "68-63=5", "91-17=74", "5+74=79" ]
Current State: 79:[68, 63, 91, 17], Operations: [] Exploring Operation: 68-63=5, Resulting Numbers: [91, 17, 5] Generated Node #2: [91, 17, 5] from Operation: 68-63=5 Current State: 79:[91, 17, 5], Operations: ['68-63=5'] Exploring Operation: 91-17=74, Resulting Numbers: [5, 74] Generated Node #3: [5, 74] from Operation: 91-17=74 Current State: 79:[5, 74], Operations: ['68-63=5', '91-17=74'] Exploring Operation: 5+74=79, Resulting Numbers: [79] 79,79 equal: Goal Reached
4
[ 6, 89, 96, 31 ]
44
[ "89-6=83", "96+31=127", "127-83=44" ]
Current State: 44:[6, 89, 96, 31], Operations: [] Exploring Operation: 89-6=83, Resulting Numbers: [96, 31, 83] Generated Node #2: [96, 31, 83] from Operation: 89-6=83 Current State: 44:[96, 31, 83], Operations: ['89-6=83'] Exploring Operation: 96+31=127, Resulting Numbers: [83, 127] Generated Node #3: [83, 127] from Operation: 96+31=127 Current State: 44:[83, 127], Operations: ['89-6=83', '96+31=127'] Exploring Operation: 127-83=44, Resulting Numbers: [44] 44,44 equal: Goal Reached
4
[ 97, 28, 37, 31 ]
20
[ "97-37=60", "31-28=3", "60/3=20" ]
Current State: 20:[97, 28, 37, 31], Operations: [] Exploring Operation: 97-37=60, Resulting Numbers: [28, 31, 60] Generated Node #2: [28, 31, 60] from Operation: 97-37=60 Current State: 20:[28, 31, 60], Operations: ['97-37=60'] Exploring Operation: 31-28=3, Resulting Numbers: [60, 3] Generated Node #3: [60, 3] from Operation: 31-28=3 Current State: 20:[60, 3], Operations: ['97-37=60', '31-28=3'] Exploring Operation: 60/3=20, Resulting Numbers: [20] 20,20 equal: Goal Reached
4
[ 64, 66, 33, 33 ]
63
[ "66-33=33", "33/33=1", "64-1=63" ]
Current State: 63:[64, 66, 33, 33], Operations: [] Exploring Operation: 66-33=33, Resulting Numbers: [64, 33] Generated Node #2: [64, 33] from Operation: 66-33=33 Current State: 63:[64, 33], Operations: ['66-33=33'] Exploring Operation: 33/33=1, Resulting Numbers: [64, 1] Generated Node #3: [64, 1] from Operation: 33/33=1 Current State: 63:[64, 1], Operations: ['66-33=33', '33/33=1'] Exploring Operation: 64-1=63, Resulting Numbers: [63] 63,63 equal: Goal Reached
4
[ 65, 95, 87, 91 ]
26
[ "95-65=30", "91-87=4", "30-4=26" ]
Current State: 26:[65, 95, 87, 91], Operations: [] Exploring Operation: 95-65=30, Resulting Numbers: [87, 91, 30] Generated Node #2: [87, 91, 30] from Operation: 95-65=30 Current State: 26:[87, 91, 30], Operations: ['95-65=30'] Exploring Operation: 91-87=4, Resulting Numbers: [30, 4] Generated Node #3: [30, 4] from Operation: 91-87=4 Current State: 26:[30, 4], Operations: ['95-65=30', '91-87=4'] Exploring Operation: 30-4=26, Resulting Numbers: [26] 26,26 equal: Goal Reached
4
[ 98, 81, 89, 1 ]
89
[ "98+81=179", "89+1=90", "179-90=89" ]
Current State: 89:[98, 81, 89, 1], Operations: [] Exploring Operation: 98+81=179, Resulting Numbers: [89, 1, 179] Generated Node #2: [89, 1, 179] from Operation: 98+81=179 Current State: 89:[89, 1, 179], Operations: ['98+81=179'] Exploring Operation: 89+1=90, Resulting Numbers: [179, 90] Generated Node #3: [179, 90] from Operation: 89+1=90 Current State: 89:[179, 90], Operations: ['98+81=179', '89+1=90'] Exploring Operation: 179-90=89, Resulting Numbers: [89] 89,89 equal: Goal Reached
4
[ 71, 39, 2, 52 ]
45
[ "71+52=123", "39*2=78", "123-78=45" ]
Current State: 45:[71, 39, 2, 52], Operations: [] Exploring Operation: 71+52=123, Resulting Numbers: [39, 2, 123] Generated Node #2: [39, 2, 123] from Operation: 71+52=123 Current State: 45:[39, 2, 123], Operations: ['71+52=123'] Exploring Operation: 39*2=78, Resulting Numbers: [123, 78] Generated Node #3: [123, 78] from Operation: 39*2=78 Current State: 45:[123, 78], Operations: ['71+52=123', '39*2=78'] Exploring Operation: 123-78=45, Resulting Numbers: [45] 45,45 equal: Goal Reached
4
[ 59, 30, 39, 43 ]
93
[ "59+30=89", "43-39=4", "89+4=93" ]
Current State: 93:[59, 30, 39, 43], Operations: [] Exploring Operation: 59+30=89, Resulting Numbers: [39, 43, 89] Generated Node #2: [39, 43, 89] from Operation: 59+30=89 Current State: 93:[39, 43, 89], Operations: ['59+30=89'] Exploring Operation: 43-39=4, Resulting Numbers: [89, 4] Generated Node #3: [89, 4] from Operation: 43-39=4 Current State: 93:[89, 4], Operations: ['59+30=89', '43-39=4'] Exploring Operation: 89+4=93, Resulting Numbers: [93] 93,93 equal: Goal Reached
4
[ 75, 50, 3, 43 ]
86
[ "75/3=25", "50*43=2150", "2150/25=86" ]
Current State: 86:[75, 50, 3, 43], Operations: [] Exploring Operation: 75/3=25, Resulting Numbers: [50, 43, 25] Generated Node #2: [50, 43, 25] from Operation: 75/3=25 Current State: 86:[50, 43, 25], Operations: ['75/3=25'] Exploring Operation: 50*43=2150, Resulting Numbers: [25, 2150] Generated Node #3: [25, 2150] from Operation: 50*43=2150 Current State: 86:[25, 2150], Operations: ['75/3=25', '50*43=2150'] Exploring Operation: 2150/25=86, Resulting Numbers: [86] 86,86 equal: Goal Reached
4
[ 83, 73, 30, 5 ]
28
[ "83-73=10", "10/5=2", "30-2=28" ]
Current State: 28:[83, 73, 30, 5], Operations: [] Exploring Operation: 83-73=10, Resulting Numbers: [30, 5, 10] Generated Node #2: [30, 5, 10] from Operation: 83-73=10 Current State: 28:[30, 5, 10], Operations: ['83-73=10'] Exploring Operation: 10/5=2, Resulting Numbers: [30, 2] Generated Node #3: [30, 2] from Operation: 10/5=2 Current State: 28:[30, 2], Operations: ['83-73=10', '10/5=2'] Exploring Operation: 30-2=28, Resulting Numbers: [28] 28,28 equal: Goal Reached
4