question
stringlengths
354
380
answer
stringlengths
10
28
metadata
dict
difficulty
int64
2
4
Find a way to make 43 using all of these numbers: 30, 43, 99, 51, 26, 94. 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 not include any other text or formatting.
26 + 94 - 99 + 30 - 51 + 43
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "26 + 94 - 99 + 30 - 51 + 43", "numbers": [ 30, 43, 99, 51, 26, 94 ], "source_dataset": "countdown", "source_index": 60, "target": 43 }
4
Find a way to make 84 using all of these numbers: 91, 46, 38, 34, 73, 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. 5. Do not include any other text or formatting.
73 - 54 + 46 - 38 + 91 - 34
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "73 - 54 + 46 - 38 + 91 - 34", "numbers": [ 91, 46, 38, 34, 73, 54 ], "source_dataset": "countdown", "source_index": 61, "target": 84 }
4
Calculate 174 using all of these numbers: 12, 76, 60, 12, 46, 12. 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 include any other text or formatting.
12*(60/12 + 12) - 76 + 46
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "12*(60/12 + 12) - 76 + 46", "numbers": [ 12, 76, 60, 12, 46, 12 ], "source_dataset": "countdown", "source_index": 62, "target": 174 }
4
Find a way to make 132 using all of these numbers: 8, 51, 49, 56, 30, 50. 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 not include any other text or formatting.
51 + 50 + 30 + 8 + 49 - 56
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "51 + 50 + 30 + 8 + 49 - 56", "numbers": [ 8, 51, 49, 56, 30, 50 ], "source_dataset": "countdown", "source_index": 63, "target": 132 }
4
Calculate 56 using all of these numbers: 81, 2, 94, 24, 46, 100. 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 include any other text or formatting.
2*(94 - 81) - 46 + 100 - 24
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "2*(94 - 81) - 46 + 100 - 24", "numbers": [ 81, 2, 94, 24, 46, 100 ], "source_dataset": "countdown", "source_index": 64, "target": 56 }
4
Calculate 76 using all of these numbers: 18, 26, 80, 93, 24, 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. Do not include any other text or formatting.
80 - 26 - 18 - 77 + 93 + 24
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "80 - 26 - 18 - 77 + 93 + 24", "numbers": [ 18, 26, 80, 93, 24, 77 ], "source_dataset": "countdown", "source_index": 65, "target": 76 }
4
Find a way to make 174 using all of these numbers: 32, 92, 53, 36, 77, 62. 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 not include any other text or formatting.
77 + 32 - 53 + 62 + 92 - 36
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "77 + 32 - 53 + 62 + 92 - 36", "numbers": [ 32, 92, 53, 36, 77, 62 ], "source_dataset": "countdown", "source_index": 66, "target": 174 }
4
Using all the numbers 99, 70, 93, 88, 14, 90, create an expression that equals 52. 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 division. 5. Do not include any other text or formatting.
70 - 14 + 90 - 88 - 99 + 93
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "70 - 14 + 90 - 88 - 99 + 93", "numbers": [ 99, 70, 93, 88, 14, 90 ], "source_dataset": "countdown", "source_index": 67, "target": 52 }
4
Using all the numbers 42, 29, 15, 9, 28, 60, create an expression that equals 180. 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 division. 5. Do not include any other text or formatting.
29 + (42*(60 - 28) + 15)/9
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "29 + (42*(60 - 28) + 15)/9", "numbers": [ 42, 29, 15, 9, 28, 60 ], "source_dataset": "countdown", "source_index": 68, "target": 180 }
4
Using all the numbers 88, 33, 43, 78, 39, 82, create an expression that equals 133. 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 division. 5. Do not include any other text or formatting.
88 - 33 + 78 + 82 - 43 - 39
{ "difficulty": { "numbers": [ 6, 6 ], "target": [ 10, 200 ], "value": [ 1, 100 ] }, "expression": "88 - 33 + 78 + 82 - 43 - 39", "numbers": [ 88, 33, 43, 78, 39, 82 ], "source_dataset": "countdown", "source_index": 69, "target": 133 }
4