question stringlengths 354 380 | answer stringlengths 10 28 | metadata dict | difficulty int64 2 4 |
|---|---|---|---|
Find a way to make 42 using all of these numbers: 78, 58, 56, 85, 51.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5.... | 51 - 58 - 85 + 78 + 56 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "51 - 58 - 85 + 78 + 56",
"numbers": [
78,
58,
56,
85,
51
],
"source_dataset": "countdown",
"source_index": 30,
"target": 42
... | 3 |
Using all the numbers 58, 65, 41, 22, 36, create an expression that equals 20.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for div... | 58 + 22 + 41 - 36 - 65 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "58 + 22 + 41 - 36 - 65",
"numbers": [
58,
65,
41,
22,
36
],
"source_dataset": "countdown",
"source_index": 31,
"target": 20
... | 3 |
Using all the numbers 64, 77, 19, 39, 26, create an expression that equals 109.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for di... | 26 - 19 - 39 + 64 + 77 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "26 - 19 - 39 + 64 + 77",
"numbers": [
64,
77,
19,
39,
26
],
"source_dataset": "countdown",
"source_index": 32,
"target": 109... | 3 |
Find a way to make 17 using all of these numbers: 79, 77, 3, 16, 69.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | (69 - 16 + 77 - 79)/3 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "(69 - 16 + 77 - 79)/3",
"numbers": [
79,
77,
3,
16,
69
],
"source_dataset": "countdown",
"source_index": 33,
"target": 17
} | 3 |
Calculate 103 using all of these numbers: 61, 27, 29, 69, 25.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do n... | 69 + 61 + 27 - 29 - 25 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "69 + 61 + 27 - 29 - 25",
"numbers": [
61,
27,
29,
69,
25
],
"source_dataset": "countdown",
"source_index": 34,
"target": 103... | 3 |
Using all the numbers 92, 83, 77, 68, 33, create an expression that equals 51.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for div... | 77 - 83 - 68 + 33 + 92 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "77 - 83 - 68 + 33 + 92",
"numbers": [
92,
83,
77,
68,
33
],
"source_dataset": "countdown",
"source_index": 35,
"target": 51
... | 3 |
Find a way to make 55 using all of these numbers: 97, 55, 3, 84, 16.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | 3 + 97 + 55 - 16 - 84 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "3 + 97 + 55 - 16 - 84",
"numbers": [
97,
55,
3,
84,
16
],
"source_dataset": "countdown",
"source_index": 36,
"target": 55
} | 3 |
Using all the numbers 28, 83, 56, 19, 49, create an expression that equals 31.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for div... | 28 + 56 + 49 - 83 - 19 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "28 + 56 + 49 - 83 - 19",
"numbers": [
28,
83,
56,
19,
49
],
"source_dataset": "countdown",
"source_index": 37,
"target": 31
... | 3 |
Find a way to make 134 using all of these numbers: 95, 75, 45, 45, 36.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5... | 45 + 95 - 36 + 75 - 45 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "45 + 95 - 36 + 75 - 45",
"numbers": [
95,
75,
45,
45,
36
],
"source_dataset": "countdown",
"source_index": 38,
"target": 134... | 3 |
Using all the numbers 26, 13, 61, 75, 56, create an expression that equals 129.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for di... | (56*61 - 75 + 13)/26 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "(56*61 - 75 + 13)/26",
"numbers": [
26,
13,
61,
75,
56
],
"source_dataset": "countdown",
"source_index": 39,
"target": 129
} | 3 |
Find a way to make 29 using all of these numbers: 58, 57, 80, 85, 25.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5.... | 57 + 25 + 85 - 58 - 80 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "57 + 25 + 85 - 58 - 80",
"numbers": [
58,
57,
80,
85,
25
],
"source_dataset": "countdown",
"source_index": 40,
"target": 29
... | 3 |
Using all the numbers 6, 6, 6, 61, 85, create an expression that equals 11.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for divisi... | 6 + (85 - 61 + 6)/6 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "6 + (85 - 61 + 6)/6",
"numbers": [
6,
6,
6,
61,
85
],
"source_dataset": "countdown",
"source_index": 41,
"target": 11
} | 3 |
Find a way to make 46 using all of these numbers: 88, 78, 1, 1, 56.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. D... | -88 + (78 + 56)/(1*1) | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "-88 + (78 + 56)/(1*1)",
"numbers": [
88,
78,
1,
1,
56
],
"source_dataset": "countdown",
"source_index": 42,
"target": 46
} | 3 |
Find a way to make 36 using all of these numbers: 2, 23, 14, 2, 8.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do... | 2 + 23 + (8 + 14)/2 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "2 + 23 + (8 + 14)/2",
"numbers": [
2,
23,
14,
2,
8
],
"source_dataset": "countdown",
"source_index": 43,
"target": 36
} | 3 |
Calculate 86 using all of these numbers: 80, 19, 2, 77, 4.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do not ... | (19 - 4 + 77 + 80)/2 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "(19 - 4 + 77 + 80)/2",
"numbers": [
80,
19,
2,
77,
4
],
"source_dataset": "countdown",
"source_index": 44,
"target": 86
} | 3 |
Find a way to make 11 using all of these numbers: 20, 16, 44, 8, 60.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | -8 + 20 + (16 - 60)/44 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "-8 + 20 + (16 - 60)/44",
"numbers": [
20,
16,
44,
8,
60
],
"source_dataset": "countdown",
"source_index": 45,
"target": 11
} | 3 |
Calculate 53 using all of these numbers: 75, 29, 1, 80, 19.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do not... | 80/1 + 29 + 19 - 75 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "80/1 + 29 + 19 - 75",
"numbers": [
75,
29,
1,
80,
19
],
"source_dataset": "countdown",
"source_index": 46,
"target": 53
} | 3 |
Using all the numbers 65, 37, 99, 28, 16, create an expression that equals 47.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for div... | 16 + 65 + 37 - 99 + 28 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "16 + 65 + 37 - 99 + 28",
"numbers": [
65,
37,
99,
28,
16
],
"source_dataset": "countdown",
"source_index": 47,
"target": 47
... | 3 |
Find a way to make 114 using all of these numbers: 37, 68, 88, 40, 35.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5... | 88 - 37 + 68 - 40 + 35 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "88 - 37 + 68 - 40 + 35",
"numbers": [
37,
68,
88,
40,
35
],
"source_dataset": "countdown",
"source_index": 48,
"target": 114... | 3 |
Find a way to make 31 using all of these numbers: 55, 8, 78, 5, 5.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do... | 5 + 8 - 55 - 5 + 78 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "5 + 8 - 55 - 5 + 78",
"numbers": [
55,
8,
78,
5,
5
],
"source_dataset": "countdown",
"source_index": 49,
"target": 31
} | 3 |
Calculate 64 using all of these numbers: 61, 8, 9, 99, 9.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do not i... | 99 - 61 + 9 + 9 + 8 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "99 - 61 + 9 + 9 + 8",
"numbers": [
61,
8,
9,
99,
9
],
"source_dataset": "countdown",
"source_index": 50,
"target": 64
} | 3 |
Using all the numbers 56, 2, 59, 96, 46, create an expression that equals 123.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for div... | 2*96 - 56 + 46 - 59 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "2*96 - 56 + 46 - 59",
"numbers": [
56,
2,
59,
96,
46
],
"source_dataset": "countdown",
"source_index": 51,
"target": 123
} | 3 |
Using all the numbers 49, 79, 56, 26, 48, create an expression that equals 146.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for di... | 48 + 26 - 56 + 79 + 49 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "48 + 26 - 56 + 79 + 49",
"numbers": [
49,
79,
56,
26,
48
],
"source_dataset": "countdown",
"source_index": 52,
"target": 146... | 3 |
Using all the numbers 36, 98, 1, 85, 59, create an expression that equals 10.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for divi... | 1*(59 - 36 + 85) - 98 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "1*(59 - 36 + 85) - 98",
"numbers": [
36,
98,
1,
85,
59
],
"source_dataset": "countdown",
"source_index": 53,
"target": 10
} | 3 |
Find a way to make 45 using all of these numbers: 8, 80, 96, 11, 58.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | 80 + 11 - 96 - 8 + 58 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "80 + 11 - 96 - 8 + 58",
"numbers": [
8,
80,
96,
11,
58
],
"source_dataset": "countdown",
"source_index": 54,
"target": 45
} | 3 |
Calculate 133 using all of these numbers: 85, 13, 87, 28, 54.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do n... | 85 + 28 + 87 - 54 - 13 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "85 + 28 + 87 - 54 - 13",
"numbers": [
85,
13,
87,
28,
54
],
"source_dataset": "countdown",
"source_index": 55,
"target": 133... | 3 |
Calculate 25 using all of these numbers: 11, 88, 22, 54, 11.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do no... | 22/11 + 88 - 54 - 11 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "22/11 + 88 - 54 - 11",
"numbers": [
11,
88,
22,
54,
11
],
"source_dataset": "countdown",
"source_index": 56,
"target": 25
} | 3 |
Find a way to make 32 using all of these numbers: 59, 23, 91, 59, 99.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5.... | 59/59 + 99 + 23 - 91 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "59/59 + 99 + 23 - 91",
"numbers": [
59,
23,
91,
59,
99
],
"source_dataset": "countdown",
"source_index": 57,
"target": 32
} | 3 |
Calculate 68 using all of these numbers: 34, 47, 2, 91, 48.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do not... | 34*(48 - 91 + 47)/2 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "34*(48 - 91 + 47)/2",
"numbers": [
34,
47,
2,
91,
48
],
"source_dataset": "countdown",
"source_index": 58,
"target": 68
} | 3 |
Calculate 67 using all of these numbers: 49, 95, 57, 30, 66.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do no... | 95 - 49 + 57 + 30 - 66 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "95 - 49 + 57 + 30 - 66",
"numbers": [
49,
95,
57,
30,
66
],
"source_dataset": "countdown",
"source_index": 59,
"target": 67
... | 3 |
Using all the numbers 17, 11, 63, 16, 87, create an expression that equals 128.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for di... | 87 - 16 + 63 + 11 - 17 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "87 - 16 + 63 + 11 - 17",
"numbers": [
17,
11,
63,
16,
87
],
"source_dataset": "countdown",
"source_index": 60,
"target": 128... | 3 |
Calculate 56 using all of these numbers: 60, 5, 19, 69, 49.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do not... | 69 - 49 - 5 - 19 + 60 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "69 - 49 - 5 - 19 + 60",
"numbers": [
60,
5,
19,
69,
49
],
"source_dataset": "countdown",
"source_index": 61,
"target": 56
} | 3 |
Find a way to make 53 using all of these numbers: 40, 35, 74, 85, 46.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5.... | 40*(46 - 74)/35 + 85 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "40*(46 - 74)/35 + 85",
"numbers": [
40,
35,
74,
85,
46
],
"source_dataset": "countdown",
"source_index": 62,
"target": 53
} | 3 |
Find a way to make 28 using all of these numbers: 69, 20, 11, 47, 81.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5.... | 47 - 20 - 11 - 69 + 81 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "47 - 20 - 11 - 69 + 81",
"numbers": [
69,
20,
11,
47,
81
],
"source_dataset": "countdown",
"source_index": 63,
"target": 28
... | 3 |
Using all the numbers 64, 88, 38, 62, 71, create an expression that equals 119.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for di... | 88 - 38 + 62 - 64 + 71 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "88 - 38 + 62 - 64 + 71",
"numbers": [
64,
88,
38,
62,
71
],
"source_dataset": "countdown",
"source_index": 64,
"target": 119... | 3 |
Find a way to make 112 using all of these numbers: 1, 55, 1, 9, 67.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. D... | -1 + (55 - 9 + 67)/1 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "-1 + (55 - 9 + 67)/1",
"numbers": [
1,
55,
1,
9,
67
],
"source_dataset": "countdown",
"source_index": 65,
"target": 112
} | 3 |
Calculate 92 using all of these numbers: 86, 85, 52, 19, 58.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do no... | 52 - 85 + 86 + 58 - 19 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "52 - 85 + 86 + 58 - 19",
"numbers": [
86,
85,
52,
19,
58
],
"source_dataset": "countdown",
"source_index": 66,
"target": 92
... | 3 |
Using all the numbers 42, 5, 55, 67, 55, create an expression that equals 114.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for div... | 55 + 67 + 5 + 42 - 55 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "55 + 67 + 5 + 42 - 55",
"numbers": [
42,
5,
55,
67,
55
],
"source_dataset": "countdown",
"source_index": 67,
"target": 114
} | 3 |
Calculate 56 using all of these numbers: 59, 44, 28, 31, 44.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do no... | 44 + 59 + 28 - 44 - 31 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "44 + 59 + 28 - 44 - 31",
"numbers": [
59,
44,
28,
31,
44
],
"source_dataset": "countdown",
"source_index": 68,
"target": 56
... | 3 |
Using all the numbers 31, 8, 71, 95, 32, create an expression that equals 50.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for divi... | 31*8 - 71 - 32 - 95 | {
"difficulty": {
"numbers": [
5,
5
],
"target": [
10,
150
],
"value": [
1,
100
]
},
"expression": "31*8 - 71 - 32 - 95",
"numbers": [
31,
8,
71,
95,
32
],
"source_dataset": "countdown",
"source_index": 69,
"target": 50
} | 3 |
Calculate 152 using all of these numbers: 37, 27, 3, 84, 5, 80.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do... | 84 + 80 - 37 + 3 - 5 + 27 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "84 + 80 - 37 + 3 - 5 + 27",
"numbers": [
37,
27,
3,
84,
5,
80
],
"source_dataset": "countdown",
"source_index": 0,
"targ... | 4 |
Using all the numbers 85, 32, 81, 67, 83, 29, create an expression that equals 49.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for... | 32 - 83 - 81 + 67 + 85 + 29 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "32 - 83 - 81 + 67 + 85 + 29",
"numbers": [
85,
32,
81,
67,
83,
29
],
"source_dataset": "countdown",
"source_index": 1,
"... | 4 |
Using all the numbers 21, 16, 76, 5, 5, 85, create an expression that equals 130.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for ... | 5*(21 + (16 + 85 - 76)/5) | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "5*(21 + (16 + 85 - 76)/5)",
"numbers": [
21,
16,
76,
5,
5,
85
],
"source_dataset": "countdown",
"source_index": 2,
"targ... | 4 |
Using all the numbers 18, 13, 26, 94, 13, 61, create an expression that equals 59.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for... | 61*26/13 + 13 + 18 - 94 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "61*26/13 + 13 + 18 - 94",
"numbers": [
18,
13,
26,
94,
13,
61
],
"source_dataset": "countdown",
"source_index": 3,
"targ... | 4 |
Calculate 133 using all of these numbers: 89, 75, 84, 56, 94, 73.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | 84 - 75 - 94 + 89 + 56 + 73 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "84 - 75 - 94 + 89 + 56 + 73",
"numbers": [
89,
75,
84,
56,
94,
73
],
"source_dataset": "countdown",
"source_index": 4,
"... | 4 |
Calculate 194 using all of these numbers: 100, 49, 71, 89, 98, 35.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5.... | 98 + 49 - 35 + 100 - 89 + 71 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "98 + 49 - 35 + 100 - 89 + 71",
"numbers": [
100,
49,
71,
89,
98,
35
],
"source_dataset": "countdown",
"source_index": 5,
... | 4 |
Find a way to make 28 using all of these numbers: 9, 2, 57, 8, 2, 47.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5.... | 8*47/(2*2) - 57 - 9 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "8*47/(2*2) - 57 - 9",
"numbers": [
9,
2,
57,
8,
2,
47
],
"source_dataset": "countdown",
"source_index": 6,
"target": 28
... | 4 |
Find a way to make 14 using all of these numbers: 14, 8, 61, 22, 2, 57.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
... | 14*(-8 + (57 + 22 - 61)/2) | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "14*(-8 + (57 + 22 - 61)/2)",
"numbers": [
14,
8,
61,
22,
2,
57
],
"source_dataset": "countdown",
"source_index": 7,
"tar... | 4 |
Using all the numbers 93, 34, 48, 6, 1, 1, create an expression that equals 18.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for di... | 1 - 48 - 34 + (6 + 93)/1 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "1 - 48 - 34 + (6 + 93)/1",
"numbers": [
93,
34,
48,
6,
1,
1
],
"source_dataset": "countdown",
"source_index": 8,
"target... | 4 |
Using all the numbers 30, 19, 97, 5, 5, 76, create an expression that equals 28.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for d... | -97 + 5*(76 + 30 + 19)/5 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "-97 + 5*(76 + 30 + 19)/5",
"numbers": [
30,
19,
97,
5,
5,
76
],
"source_dataset": "countdown",
"source_index": 9,
"targe... | 4 |
Using all the numbers 61, 57, 30, 44, 10, 43, create an expression that equals 111.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' fo... | 61 + 44 - 57 + 43 - 10 + 30 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "61 + 44 - 57 + 43 - 10 + 30",
"numbers": [
61,
57,
30,
44,
10,
43
],
"source_dataset": "countdown",
"source_index": 10,
... | 4 |
Calculate 16 using all of these numbers: 41, 50, 52, 65, 70, 50.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. D... | 70 - 50 + 50 - 65 + 52 - 41 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "70 - 50 + 50 - 65 + 52 - 41",
"numbers": [
41,
50,
52,
65,
70,
50
],
"source_dataset": "countdown",
"source_index": 11,
... | 4 |
Calculate 110 using all of these numbers: 72, 96, 54, 15, 30, 95.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | 95 - 72 + 15 + 30 - 54 + 96 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "95 - 72 + 15 + 30 - 54 + 96",
"numbers": [
72,
96,
54,
15,
30,
95
],
"source_dataset": "countdown",
"source_index": 12,
... | 4 |
Using all the numbers 20, 32, 27, 87, 74, 86, create an expression that equals 114.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' fo... | 27 + 87 - 20 + 74 + 32 - 86 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "27 + 87 - 20 + 74 + 32 - 86",
"numbers": [
20,
32,
27,
87,
74,
86
],
"source_dataset": "countdown",
"source_index": 13,
... | 4 |
Calculate 89 using all of these numbers: 58, 91, 33, 63, 63, 89.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. D... | 89 - 58 + 63 - 33 + 91 - 63 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "89 - 58 + 63 - 33 + 91 - 63",
"numbers": [
58,
91,
33,
63,
63,
89
],
"source_dataset": "countdown",
"source_index": 14,
... | 4 |
Using all the numbers 37, 4, 18, 2, 32, 3, create an expression that equals 71.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for di... | 3*32 - 2 - 4 - 37 + 18 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "3*32 - 2 - 4 - 37 + 18",
"numbers": [
37,
4,
18,
2,
32,
3
],
"source_dataset": "countdown",
"source_index": 15,
"target"... | 4 |
Find a way to make 104 using all of these numbers: 94, 14, 75, 99, 5, 82.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division... | 99*(14 - 5 + 75 - 82) - 94 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "99*(14 - 5 + 75 - 82) - 94",
"numbers": [
94,
14,
75,
99,
5,
82
],
"source_dataset": "countdown",
"source_index": 16,
"t... | 4 |
Calculate 79 using all of these numbers: 70, 2, 48, 8, 2, 62.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do n... | 70 + (8/2 - 48 + 62)/2 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "70 + (8/2 - 48 + 62)/2",
"numbers": [
70,
2,
48,
8,
2,
62
],
"source_dataset": "countdown",
"source_index": 17,
"target"... | 4 |
Find a way to make 29 using all of these numbers: 25, 36, 23, 79, 31, 89.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division... | 31 + 89 - 79 + 36 - 25 - 23 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "31 + 89 - 79 + 36 - 25 - 23",
"numbers": [
25,
36,
23,
79,
31,
89
],
"source_dataset": "countdown",
"source_index": 18,
... | 4 |
Using all the numbers 85, 29, 31, 36, 17, 43, create an expression that equals 21.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for... | 29 + 85 + 17 - 43 - 31 - 36 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "29 + 85 + 17 - 43 - 31 - 36",
"numbers": [
85,
29,
31,
36,
17,
43
],
"source_dataset": "countdown",
"source_index": 19,
... | 4 |
Find a way to make 130 using all of these numbers: 96, 84, 97, 16, 47, 14.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for divisio... | 47 - 96 + 84 + 14 + 97 - 16 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "47 - 96 + 84 + 14 + 97 - 16",
"numbers": [
96,
84,
97,
16,
47,
14
],
"source_dataset": "countdown",
"source_index": 20,
... | 4 |
Calculate 199 using all of these numbers: 57, 32, 32, 97, 96, 79.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | 32 + 57 + 79 + 32 + 96 - 97 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "32 + 57 + 79 + 32 + 96 - 97",
"numbers": [
57,
32,
32,
97,
96,
79
],
"source_dataset": "countdown",
"source_index": 21,
... | 4 |
Find a way to make 94 using all of these numbers: 100, 51, 47, 8, 15, 3.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.... | 8 + 100 - 47 - 15 - 3 + 51 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "8 + 100 - 47 - 15 - 3 + 51",
"numbers": [
100,
51,
47,
8,
15,
3
],
"source_dataset": "countdown",
"source_index": 22,
"t... | 4 |
Find a way to make 13 using all of these numbers: 3, 83, 82, 89, 69, 68.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.... | 89*(68 - 69 + 3) - 82 - 83 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "89*(68 - 69 + 3) - 82 - 83",
"numbers": [
3,
83,
82,
89,
69,
68
],
"source_dataset": "countdown",
"source_index": 23,
"t... | 4 |
Calculate 50 using all of these numbers: 44, 94, 70, 62, 14, 6.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do... | 6 + 70 + 94 - 62 - 14 - 44 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "6 + 70 + 94 - 62 - 14 - 44",
"numbers": [
44,
94,
70,
62,
14,
6
],
"source_dataset": "countdown",
"source_index": 24,
"t... | 4 |
Calculate 35 using all of these numbers: 9, 93, 13, 6, 78, 48.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do ... | 93 - 78 + 48 - 6 - 9 - 13 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "93 - 78 + 48 - 6 - 9 - 13",
"numbers": [
9,
93,
13,
6,
78,
48
],
"source_dataset": "countdown",
"source_index": 25,
"tar... | 4 |
Using all the numbers 99, 4, 34, 18, 58, 97, create an expression that equals 126.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for... | 18 + 4 - 34 - 58 + 97 + 99 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "18 + 4 - 34 - 58 + 97 + 99",
"numbers": [
99,
4,
34,
18,
58,
97
],
"source_dataset": "countdown",
"source_index": 26,
"t... | 4 |
Find a way to make 83 using all of these numbers: 34, 97, 2, 66, 80, 20.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.... | 2*(66 - 80) + 34 - 20 + 97 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "2*(66 - 80) + 34 - 20 + 97",
"numbers": [
34,
97,
2,
66,
80,
20
],
"source_dataset": "countdown",
"source_index": 27,
"t... | 4 |
Using all the numbers 59, 28, 6, 8, 43, 54, create an expression that equals 100.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for ... | 59 + 28 - 6 + 8 - 43 + 54 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "59 + 28 - 6 + 8 - 43 + 54",
"numbers": [
59,
28,
6,
8,
43,
54
],
"source_dataset": "countdown",
"source_index": 28,
"tar... | 4 |
Calculate 144 using all of these numbers: 88, 33, 33, 69, 69, 6.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. D... | 33 + 69 + (88*33 - 6)/69 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "33 + 69 + (88*33 - 6)/69",
"numbers": [
88,
33,
33,
69,
69,
6
],
"source_dataset": "countdown",
"source_index": 29,
"tar... | 4 |
Using all the numbers 30, 17, 89, 6, 66, 57, create an expression that equals 28.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for ... | -30 + 57 + (89 - 66 - 6)/17 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "-30 + 57 + (89 - 66 - 6)/17",
"numbers": [
30,
17,
89,
6,
66,
57
],
"source_dataset": "countdown",
"source_index": 30,
"... | 4 |
Using all the numbers 25, 46, 79, 65, 72, 37, create an expression that equals 42.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for... | 65 - 79 + 72 - 37 - 25 + 46 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "65 - 79 + 72 - 37 - 25 + 46",
"numbers": [
25,
46,
79,
65,
72,
37
],
"source_dataset": "countdown",
"source_index": 31,
... | 4 |
Using all the numbers 76, 18, 74, 78, 69, 3, create an expression that equals 174.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for... | 78 + 76 + 74 - 3 + 18 - 69 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "78 + 76 + 74 - 3 + 18 - 69",
"numbers": [
76,
18,
74,
78,
69,
3
],
"source_dataset": "countdown",
"source_index": 32,
"t... | 4 |
Using all the numbers 63, 33, 89, 16, 73, 65, create an expression that equals 83.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for... | 16 + 33 - 65 + 73 + 89 - 63 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "16 + 33 - 65 + 73 + 89 - 63",
"numbers": [
63,
33,
89,
16,
73,
65
],
"source_dataset": "countdown",
"source_index": 33,
... | 4 |
Calculate 13 using all of these numbers: 96, 97, 96, 93, 35, 20.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. D... | 35 - 20 + 93 - 96 - 96 + 97 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "35 - 20 + 93 - 96 - 96 + 97",
"numbers": [
96,
97,
96,
93,
35,
20
],
"source_dataset": "countdown",
"source_index": 34,
... | 4 |
Using all the numbers 76, 51, 43, 4, 95, 4, create an expression that equals 88.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for d... | 4*(76 - 43 + (51 - 95)/4) | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "4*(76 - 43 + (51 - 95)/4)",
"numbers": [
76,
51,
43,
4,
95,
4
],
"source_dataset": "countdown",
"source_index": 35,
"tar... | 4 |
Find a way to make 90 using all of these numbers: 81, 92, 17, 35, 37, 24.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division... | 24 + 37 + 92 + 35 - 17 - 81 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "24 + 37 + 92 + 35 - 17 - 81",
"numbers": [
81,
92,
17,
35,
37,
24
],
"source_dataset": "countdown",
"source_index": 36,
... | 4 |
Find a way to make 74 using all of these numbers: 5, 4, 7, 44, 1, 49.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5.... | 7*(5 - 44 + 49)/1 + 4 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "7*(5 - 44 + 49)/1 + 4",
"numbers": [
5,
4,
7,
44,
1,
49
],
"source_dataset": "countdown",
"source_index": 37,
"target": ... | 4 |
Find a way to make 82 using all of these numbers: 58, 18, 39, 2, 27, 20.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.... | 27 + 58 + 20 - 2 + 18 - 39 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "27 + 58 + 20 - 2 + 18 - 39",
"numbers": [
58,
18,
39,
2,
27,
20
],
"source_dataset": "countdown",
"source_index": 38,
"t... | 4 |
Calculate 156 using all of these numbers: 53, 7, 39, 72, 46, 46.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. D... | 46 + 39 + 72 + (7 - 53)/46 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "46 + 39 + 72 + (7 - 53)/46",
"numbers": [
53,
7,
39,
72,
46,
46
],
"source_dataset": "countdown",
"source_index": 39,
"t... | 4 |
Using all the numbers 69, 48, 24, 34, 69, 21, create an expression that equals 127.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' fo... | 48 + 69 + (21*34 - 24)/69 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "48 + 69 + (21*34 - 24)/69",
"numbers": [
69,
48,
24,
34,
69,
21
],
"source_dataset": "countdown",
"source_index": 40,
"t... | 4 |
Find a way to make 29 using all of these numbers: 49, 87, 65, 19, 2, 73.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.... | 2 - 49 + 73 - 19 - 65 + 87 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "2 - 49 + 73 - 19 - 65 + 87",
"numbers": [
49,
87,
65,
19,
2,
73
],
"source_dataset": "countdown",
"source_index": 41,
"t... | 4 |
Using all the numbers 99, 9, 9, 41, 72, 2, create an expression that equals 56.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for di... | 72*41/(2*9) - 99 - 9 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "72*41/(2*9) - 99 - 9",
"numbers": [
99,
9,
9,
41,
72,
2
],
"source_dataset": "countdown",
"source_index": 42,
"target": ... | 4 |
Find a way to make 83 using all of these numbers: 2, 17, 4, 19, 77, 2.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5... | -17 + 2*(19 + 4 + 77)/2 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "-17 + 2*(19 + 4 + 77)/2",
"numbers": [
2,
17,
4,
19,
77,
2
],
"source_dataset": "countdown",
"source_index": 43,
"target... | 4 |
Calculate 148 using all of these numbers: 90, 90, 81, 90, 60, 37.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | 90*81/90 + 37 - 60 + 90 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "90*81/90 + 37 - 60 + 90",
"numbers": [
90,
90,
81,
90,
60,
37
],
"source_dataset": "countdown",
"source_index": 44,
"tar... | 4 |
Find a way to make 24 using all of these numbers: 75, 51, 82, 36, 77, 45.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division... | 77 - 51 - 75 + 36 - 45 + 82 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "77 - 51 - 75 + 36 - 45 + 82",
"numbers": [
75,
51,
82,
36,
77,
45
],
"source_dataset": "countdown",
"source_index": 45,
... | 4 |
Using all the numbers 16, 65, 4, 10, 37, 87, create an expression that equals 69.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for ... | 87 - 10 + 4 + 16 - 65 + 37 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "87 - 10 + 4 + 16 - 65 + 37",
"numbers": [
16,
65,
4,
10,
37,
87
],
"source_dataset": "countdown",
"source_index": 46,
"t... | 4 |
Find a way to make 130 using all of these numbers: 3, 6, 42, 70, 3, 21.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
... | 6*42/3 + 70 - 21 - 3 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "6*42/3 + 70 - 21 - 3",
"numbers": [
3,
6,
42,
70,
3,
21
],
"source_dataset": "countdown",
"source_index": 47,
"target": ... | 4 |
Calculate 187 using all of these numbers: 72, 67, 35, 76, 73, 35.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | 72 + 76 + 35 + (67 + 73)/35 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "72 + 76 + 35 + (67 + 73)/35",
"numbers": [
72,
67,
35,
76,
73,
35
],
"source_dataset": "countdown",
"source_index": 48,
... | 4 |
Calculate 149 using all of these numbers: 38, 28, 99, 44, 61, 77.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | 77 + 38 + 44 + 28 - 99 + 61 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "77 + 38 + 44 + 28 - 99 + 61",
"numbers": [
38,
28,
99,
44,
61,
77
],
"source_dataset": "countdown",
"source_index": 49,
... | 4 |
Find a way to make 26 using all of these numbers: 17, 79, 33, 17, 3, 17.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.... | 17*79/17 - 3 - 33 - 17 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "17*79/17 - 3 - 33 - 17",
"numbers": [
17,
79,
33,
17,
3,
17
],
"source_dataset": "countdown",
"source_index": 50,
"targe... | 4 |
Using all the numbers 77, 64, 4, 2, 11, 18, create an expression that equals 174.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for ... | 64*4 - 18 + 2 - 77 + 11 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "64*4 - 18 + 2 - 77 + 11",
"numbers": [
77,
64,
4,
2,
11,
18
],
"source_dataset": "countdown",
"source_index": 51,
"targe... | 4 |
Calculate 183 using all of these numbers: 27, 41, 87, 13, 44, 51.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. ... | 41 + 87 + 51 - 27 - 13 + 44 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "41 + 87 + 51 - 27 - 13 + 44",
"numbers": [
27,
41,
87,
13,
44,
51
],
"source_dataset": "countdown",
"source_index": 52,
... | 4 |
Using all the numbers 2, 11, 90, 76, 2, 47, create an expression that equals 23.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for d... | -2 + (47 - 11 + 90 - 76)/2 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "-2 + (47 - 11 + 90 - 76)/2",
"numbers": [
2,
11,
90,
76,
2,
47
],
"source_dataset": "countdown",
"source_index": 53,
"ta... | 4 |
Calculate 33 using all of these numbers: 51, 2, 2, 20, 13, 8.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do n... | -8 + 20 + 2 + (51 - 13)/2 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "-8 + 20 + 2 + (51 - 13)/2",
"numbers": [
51,
2,
2,
20,
13,
8
],
"source_dataset": "countdown",
"source_index": 54,
"targ... | 4 |
Find a way to make 47 using all of these numbers: 8, 39, 24, 17, 26, 81.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.... | (26*17 - 24 - 81 + 39)/8 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "(26*17 - 24 - 81 + 39)/8",
"numbers": [
8,
39,
24,
17,
26,
81
],
"source_dataset": "countdown",
"source_index": 55,
"tar... | 4 |
Using all the numbers 27, 27, 48, 60, 52, 81, create an expression that equals 109.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' fo... | 48*81/27 - 27 + 52 - 60 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "48*81/27 - 27 + 52 - 60",
"numbers": [
27,
27,
48,
60,
52,
81
],
"source_dataset": "countdown",
"source_index": 56,
"tar... | 4 |
Calculate 57 using all of these numbers: 60, 28, 56, 9, 15, 15.
Each number may be used at most once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division.
5. Do... | 9*56*60/(15*28) - 15 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "9*56*60/(15*28) - 15",
"numbers": [
60,
28,
56,
9,
15,
15
],
"source_dataset": "countdown",
"source_index": 57,
"target"... | 4 |
Using all the numbers 29, 21, 41, 58, 25, 85, create an expression that equals 35.
You can only use each number once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for... | 41 - 58 - 25 + 85 + 21 - 29 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "41 - 58 - 25 + 85 + 21 - 29",
"numbers": [
29,
21,
41,
58,
25,
85
],
"source_dataset": "countdown",
"source_index": 58,
... | 4 |
Find a way to make 62 using all of these numbers: 33, 17, 13, 66, 19, 54.
Each number can only be used once.
Final answer format instructions:
1. Provide your solution as a arithmetic expression (no '=' sign).
2. Do not include the target number in the expression.
3. Use '*' for multiplication.
4. Use '/' for division... | 54*(19 - 17) - 66 + 33 - 13 | {
"difficulty": {
"numbers": [
6,
6
],
"target": [
10,
200
],
"value": [
1,
100
]
},
"expression": "54*(19 - 17) - 66 + 33 - 13",
"numbers": [
33,
17,
13,
66,
19,
54
],
"source_dataset": "countdown",
"source_index": 59,
... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.