question stringlengths 349 372 | answer stringlengths 5 17 | metadata dict |
|---|---|---|
Using all the numbers 48, 7, 9, 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 division.
5. ... | 9 + 48 - 7 | {
"index": 0,
"numbers": [
48,
7,
9
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 50
} |
Calculate 22 using all of these numbers: 24, 43, 45.
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 includ... | 24 + 43 - 45 | {
"index": 1,
"numbers": [
24,
43,
45
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 22
} |
Using all the numbers 40, 19, 22, 5, 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 division... | 5 - 22 + 19 + 40 | {
"index": 2,
"numbers": [
40,
19,
22,
5
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 42
} |
Find a way to make 73 using all of these numbers: 14, 10, 49, 48.
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 ... | 48 - 10 - 14 + 49 | {
"index": 3,
"numbers": [
14,
10,
49,
48
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 73
} |
Using all the numbers 3, 38, 35, create an expression that equals 76.
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.... | 38 + 35 + 3 | {
"index": 4,
"numbers": [
3,
38,
35
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 76
} |
Find a way to make 96 using all of these numbers: 27, 26, 40, 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.
5. Do n... | 26 + 40 + 3 + 27 | {
"index": 5,
"numbers": [
27,
26,
40,
3
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 96
} |
Find a way to make 10 using all of these numbers: 5, 14, 2, 31.
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 no... | 31 - 14 - 2 - 5 | {
"index": 6,
"numbers": [
5,
14,
2,
31
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 10
} |
Calculate 83 using all of these numbers: 49, 44, 3.
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... | 44*3 - 49 | {
"index": 7,
"numbers": [
49,
44,
3
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 83
} |
Using all the numbers 21, 15, 5, 5, create an expression that equals 68.
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.... | 21*15/5 + 5 | {
"index": 8,
"numbers": [
21,
15,
5,
5
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 68
} |
Using all the numbers 26, 18, 25, 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 division.
5... | 25 + 18 + 26 | {
"index": 9,
"numbers": [
26,
18,
25
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 69
} |
Calculate 10 using all of these numbers: 26, 17, 5, 24.
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 inc... | 24 + 17 - 5 - 26 | {
"index": 10,
"numbers": [
26,
17,
5,
24
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 10
} |
Using all the numbers 17, 9, 48, create an expression that equals 40.
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.... | 48 + 9 - 17 | {
"index": 11,
"numbers": [
17,
9,
48
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 40
} |
Find a way to make 63 using all of these numbers: 9, 47, 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. Do not i... | 47 - 9 + 25 | {
"index": 12,
"numbers": [
9,
47,
25
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 63
} |
Using all the numbers 15, 4, 25, create an expression that equals 36.
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.... | 15 - 4 + 25 | {
"index": 13,
"numbers": [
15,
4,
25
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 36
} |
Using all the numbers 14, 49, 37, create an expression that equals 72.
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... | 49 + 37 - 14 | {
"index": 14,
"numbers": [
14,
49,
37
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 72
} |
Find a way to make 23 using all of these numbers: 24, 38, 39.
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 ... | 24 + 38 - 39 | {
"index": 15,
"numbers": [
24,
38,
39
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 23
} |
Using all the numbers 40, 29, 17, 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 division.
5... | 17 - 29 + 40 | {
"index": 16,
"numbers": [
40,
29,
17
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 28
} |
Calculate 18 using all of these numbers: 30, 6, 42.
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... | 6 + 42 - 30 | {
"index": 17,
"numbers": [
30,
6,
42
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 18
} |
Find a way to make 20 using all of these numbers: 46, 15, 9, 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 no... | 5*15 - 9 - 46 | {
"index": 18,
"numbers": [
46,
15,
9,
5
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 20
} |
Find a way to make 10 using all of these numbers: 25, 6, 1, 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. Do no... | (1*35 + 25)/6 | {
"index": 19,
"numbers": [
25,
6,
1,
35
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 10
} |
Calculate 69 using all of these numbers: 17, 11, 41.
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 includ... | 17 + 41 + 11 | {
"index": 20,
"numbers": [
17,
11,
41
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 69
} |
Calculate 62 using all of these numbers: 17, 29, 31, 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 in... | 29 + 19 - 17 + 31 | {
"index": 21,
"numbers": [
17,
29,
31,
19
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 62
} |
Using all the numbers 41, 49, 46, 13, create an expression that equals 41.
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 divisio... | 46 - 41 + 49 - 13 | {
"index": 22,
"numbers": [
41,
49,
46,
13
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 41
} |
Find a way to make 18 using all of these numbers: 33, 15, 19, 19.
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 ... | 19*33/19 - 15 | {
"index": 23,
"numbers": [
33,
15,
19,
19
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 18
} |
Find a way to make 63 using all of these numbers: 27, 47, 11.
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 ... | 47 - 11 + 27 | {
"index": 24,
"numbers": [
27,
47,
11
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 63
} |
Find a way to make 21 using all of these numbers: 11, 3, 29.
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 i... | 3 - 11 + 29 | {
"index": 25,
"numbers": [
11,
3,
29
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 21
} |
Using all the numbers 38, 37, 23, 10, 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 divisio... | 38 + 37 + 23 - 10 | {
"index": 26,
"numbers": [
38,
37,
23,
10
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 88
} |
Using all the numbers 6, 48, 8, create an expression that equals 36.
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. ... | 6*48/8 | {
"index": 27,
"numbers": [
6,
48,
8
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 36
} |
Find a way to make 27 using all of these numbers: 25, 25, 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 ... | 50/25 + 25 | {
"index": 28,
"numbers": [
25,
25,
50
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 27
} |
Using all the numbers 14, 26, 17, 23, create an expression that equals 80.
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 divisio... | 17 + 23 + 14 + 26 | {
"index": 29,
"numbers": [
14,
26,
17,
23
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 80
} |
Find a way to make 30 using all of these numbers: 10, 15, 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. Do not ... | 15 + 25 - 10 | {
"index": 30,
"numbers": [
10,
15,
25
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 30
} |
Using all the numbers 9, 46, 23, 19, create an expression that equals 33.
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... | 46 - 23 + 19 - 9 | {
"index": 31,
"numbers": [
9,
46,
23,
19
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 33
} |
Find a way to make 50 using all of these numbers: 21, 18, 11.
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 ... | 11 + 21 + 18 | {
"index": 32,
"numbers": [
21,
18,
11
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 50
} |
Using all the numbers 31, 22, 29, 42, 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 divisio... | 29 - 22 + 42 - 31 | {
"index": 33,
"numbers": [
31,
22,
29,
42
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 18
} |
Find a way to make 22 using all of these numbers: 15, 20, 22, 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. Do ... | 20 + 15 + 22 - 35 | {
"index": 34,
"numbers": [
15,
20,
22,
35
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 22
} |
Find a way to make 41 using all of these numbers: 6, 7, 6, 48.
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... | 48*6/6 - 7 | {
"index": 35,
"numbers": [
6,
7,
6,
48
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 41
} |
Calculate 97 using all of these numbers: 20, 43, 7.
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... | 7*20 - 43 | {
"index": 36,
"numbers": [
20,
43,
7
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 97
} |
Using all the numbers 45, 16, 47, create an expression that equals 14.
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... | 16 - 47 + 45 | {
"index": 37,
"numbers": [
45,
16,
47
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 14
} |
Calculate 23 using all of these numbers: 10, 34, 1, 1.
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 incl... | 34/1 - 1 - 10 | {
"index": 38,
"numbers": [
10,
34,
1,
1
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 23
} |
Find a way to make 82 using all of these numbers: 25, 20, 40, 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. Do ... | 40 + 47 + 20 - 25 | {
"index": 39,
"numbers": [
25,
20,
40,
47
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 82
} |
Using all the numbers 38, 28, 31, 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 division.
5... | 28 + 31 - 38 | {
"index": 40,
"numbers": [
38,
28,
31
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 21
} |
Using all the numbers 9, 25, 30, 6, 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 division.... | 30 + 6 + 9 - 25 | {
"index": 41,
"numbers": [
9,
25,
30,
6
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 20
} |
Find a way to make 91 using all of these numbers: 44, 32, 19, 34.
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 ... | 32 + 34 + 44 - 19 | {
"index": 42,
"numbers": [
44,
32,
19,
34
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 91
} |
Calculate 75 using all of these numbers: 39, 8, 28.
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... | 39 + 28 + 8 | {
"index": 43,
"numbers": [
39,
8,
28
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 75
} |
Using all the numbers 24, 12, 4, 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 division.
5.... | 24/4 + 12 | {
"index": 44,
"numbers": [
24,
12,
4
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 18
} |
Calculate 28 using all of these numbers: 45, 33, 40.
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 includ... | 33 + 40 - 45 | {
"index": 45,
"numbers": [
45,
33,
40
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 28
} |
Calculate 50 using all of these numbers: 44, 9, 30, 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 not inc... | 44 + 30 - 9 - 15 | {
"index": 46,
"numbers": [
44,
9,
30,
15
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 50
} |
Using all the numbers 30, 11, 37, 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 division.
5... | 37 + 11 - 30 | {
"index": 47,
"numbers": [
30,
11,
37
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 18
} |
Using all the numbers 9, 7, 35, create an expression that equals 33.
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. ... | 7 - 9 + 35 | {
"index": 48,
"numbers": [
9,
7,
35
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 33
} |
Calculate 53 using all of these numbers: 14, 14, 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 not includ... | 14 + 14 + 25 | {
"index": 49,
"numbers": [
14,
14,
25
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 53
} |
Calculate 50 using all of these numbers: 3, 44, 9, 5.
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 inclu... | 3*5 - 9 + 44 | {
"index": 50,
"numbers": [
3,
44,
9,
5
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 50
} |
Using all the numbers 5, 31, 5, 50, create an expression that equals 81.
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.... | 50 + 31 - 5 + 5 | {
"index": 51,
"numbers": [
5,
31,
5,
50
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 81
} |
Calculate 11 using all of these numbers: 40, 42, 13.
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 includ... | 13 + 40 - 42 | {
"index": 52,
"numbers": [
40,
42,
13
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 11
} |
Using all the numbers 32, 2, 9, create an expression that equals 43.
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. ... | 32 + 2 + 9 | {
"index": 53,
"numbers": [
32,
2,
9
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 43
} |
Using all the numbers 32, 28, 2, 9, create an expression that equals 67.
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.... | 28 - 2 + 32 + 9 | {
"index": 54,
"numbers": [
32,
28,
2,
9
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 67
} |
Find a way to make 56 using all of these numbers: 4, 24, 28.
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 i... | 28 + 24 + 4 | {
"index": 55,
"numbers": [
4,
24,
28
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 56
} |
Using all the numbers 23, 3, 37, 27, create an expression that equals 44.
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... | 37 + 3 - 23 + 27 | {
"index": 56,
"numbers": [
23,
3,
37,
27
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 44
} |
Using all the numbers 4, 31, 9, 45, create an expression that equals 19.
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.... | 45 - 31 - 4 + 9 | {
"index": 57,
"numbers": [
4,
31,
9,
45
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 19
} |
Find a way to make 98 using all of these numbers: 28, 23, 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. Do not ... | 47 + 23 + 28 | {
"index": 58,
"numbers": [
28,
23,
47
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 98
} |
Find a way to make 28 using all of these numbers: 23, 35, 30.
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 ... | 35 + 23 - 30 | {
"index": 59,
"numbers": [
23,
35,
30
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 28
} |
Find a way to make 12 using all of these numbers: 40, 6, 22.
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 i... | 40 - 6 - 22 | {
"index": 60,
"numbers": [
40,
6,
22
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 12
} |
Find a way to make 10 using all of these numbers: 48, 47, 45, 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 division.
5. Do ... | (47 + 45 + 48)/14 | {
"index": 61,
"numbers": [
48,
47,
45,
14
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 10
} |
Using all the numbers 1, 46, 22, create an expression that equals 67.
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.... | 22 - 1 + 46 | {
"index": 62,
"numbers": [
1,
46,
22
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 67
} |
Find a way to make 18 using all of these numbers: 31, 23, 26, 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. Do ... | 36 + 31 - 26 - 23 | {
"index": 63,
"numbers": [
31,
23,
26,
36
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 18
} |
Using all the numbers 46, 35, 46, 50, create an expression that equals 15.
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 divisio... | 50 - 35 + 46 - 46 | {
"index": 64,
"numbers": [
46,
35,
46,
50
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 15
} |
Calculate 100 using all of these numbers: 50, 38, 40.
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 inclu... | 50*(40 - 38) | {
"index": 65,
"numbers": [
50,
38,
40
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 100
} |
Calculate 54 using all of these numbers: 14, 25, 43.
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 includ... | 43 + 25 - 14 | {
"index": 66,
"numbers": [
14,
25,
43
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 54
} |
Using all the numbers 29, 15, 30, 36, create an expression that equals 38.
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 divisio... | 15 + 30 + 29 - 36 | {
"index": 67,
"numbers": [
29,
15,
30,
36
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 38
} |
Using all the numbers 16, 39, 31, 27, 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 divisio... | (39*16 + 27)/31 | {
"index": 68,
"numbers": [
16,
39,
31,
27
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 21
} |
Calculate 47 using all of these numbers: 16, 33, 2.
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... | 16 + 33 - 2 | {
"index": 69,
"numbers": [
16,
33,
2
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 47
} |
Calculate 50 using all of these numbers: 30, 25, 34, 2.
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 inc... | 25*(34 - 30)/2 | {
"index": 70,
"numbers": [
30,
25,
34,
2
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 50
} |
Using all the numbers 42, 47, 18, 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 division.
5... | 42 + 47 - 18 | {
"index": 71,
"numbers": [
42,
47,
18
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 71
} |
Calculate 52 using all of these numbers: 22, 7, 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. Do not include... | 37 - 7 + 22 | {
"index": 72,
"numbers": [
22,
7,
37
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 52
} |
Using all the numbers 33, 17, 36, 35, create an expression that equals 87.
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 divisio... | 33 - 17 + 36 + 35 | {
"index": 73,
"numbers": [
33,
17,
36,
35
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 87
} |
Using all the numbers 21, 34, 49, 32, create an expression that equals 72.
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 divisio... | 49 + 34 + 21 - 32 | {
"index": 74,
"numbers": [
21,
34,
49,
32
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 72
} |
Using all the numbers 11, 28, 5, create an expression that equals 12.
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.... | 28 - 5 - 11 | {
"index": 75,
"numbers": [
11,
28,
5
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 12
} |
Find a way to make 35 using all of these numbers: 44, 38, 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. Do not ... | 38 + 44 - 47 | {
"index": 76,
"numbers": [
44,
38,
47
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 35
} |
Find a way to make 30 using all of these numbers: 30, 34, 34, 1.
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 n... | 30/1 + 34 - 34 | {
"index": 77,
"numbers": [
30,
34,
34,
1
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 30
} |
Calculate 13 using all of these numbers: 33, 33, 13.
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 includ... | 13 + 33 - 33 | {
"index": 78,
"numbers": [
33,
33,
13
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 13
} |
Calculate 44 using all of these numbers: 27, 10, 2.
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... | 27*2 - 10 | {
"index": 79,
"numbers": [
27,
10,
2
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 44
} |
Calculate 34 using all of these numbers: 30, 47, 43.
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 includ... | 30 - 43 + 47 | {
"index": 80,
"numbers": [
30,
47,
43
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 34
} |
Calculate 53 using all of these numbers: 50, 6, 18.
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... | 18/6 + 50 | {
"index": 81,
"numbers": [
50,
6,
18
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 53
} |
Find a way to make 44 using all of these numbers: 27, 20, 11, 26.
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 ... | 11 + 26 - 20 + 27 | {
"index": 82,
"numbers": [
27,
20,
11,
26
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 44
} |
Find a way to make 69 using all of these numbers: 39, 10, 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.
5. Do not ... | 10 + 39 + 20 | {
"index": 83,
"numbers": [
39,
10,
20
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 69
} |
Find a way to make 59 using all of these numbers: 23, 49, 13.
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 ... | 23 - 13 + 49 | {
"index": 84,
"numbers": [
23,
49,
13
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 59
} |
Find a way to make 20 using all of these numbers: 20, 44, 43.
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 ... | 20*(44 - 43) | {
"index": 85,
"numbers": [
20,
44,
43
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 20
} |
Find a way to make 17 using all of these numbers: 49, 24, 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 not i... | 49 - 24 - 8 | {
"index": 86,
"numbers": [
49,
24,
8
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 17
} |
Using all the numbers 34, 12, 43, 41, create an expression that equals 24.
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 divisio... | 43 - 41 + 34 - 12 | {
"index": 87,
"numbers": [
34,
12,
43,
41
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 24
} |
Find a way to make 29 using all of these numbers: 30, 18, 24, 11.
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 ... | 24*30/18 - 11 | {
"index": 88,
"numbers": [
30,
18,
24,
11
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 29
} |
Calculate 52 using all of these numbers: 32, 15, 13, 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 in... | 32 + 48 - 13 - 15 | {
"index": 89,
"numbers": [
32,
15,
13,
48
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 52
} |
Find a way to make 14 using all of these numbers: 50, 15, 31, 48.
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 ... | 48 + 31 - 15 - 50 | {
"index": 90,
"numbers": [
50,
15,
31,
48
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 14
} |
Find a way to make 24 using all of these numbers: 10, 3, 7, 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.
5. Do no... | 24 - 10 + 3 + 7 | {
"index": 91,
"numbers": [
10,
3,
7,
24
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 24
} |
Find a way to make 32 using all of these numbers: 47, 36, 13, 34.
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 ... | 34 - 13 + 47 - 36 | {
"index": 92,
"numbers": [
47,
36,
13,
34
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 32
} |
Calculate 75 using all of these numbers: 50, 6, 15, 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. Do not inc... | 50 - 6 - 15 + 46 | {
"index": 93,
"numbers": [
50,
6,
15,
46
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 75
} |
Calculate 65 using all of these numbers: 41, 11, 3, 32.
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 inc... | 41 + 32 + 3 - 11 | {
"index": 94,
"numbers": [
41,
11,
3,
32
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 65
} |
Using all the numbers 32, 1, 1, create an expression that equals 32.
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. ... | 32/(1*1) | {
"index": 95,
"numbers": [
32,
1,
1
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 32
} |
Calculate 40 using all of these numbers: 29, 11, 22.
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 includ... | 29 - 11 + 22 | {
"index": 96,
"numbers": [
29,
11,
22
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 40
} |
Calculate 34 using all of these numbers: 1, 1, 33.
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 ... | 33/1 + 1 | {
"index": 97,
"numbers": [
1,
1,
33
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 34
} |
Calculate 18 using all of these numbers: 18, 2, 2.
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 ... | 2 + 18 - 2 | {
"index": 98,
"numbers": [
18,
2,
2
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 18
} |
Calculate 84 using all of these numbers: 31, 38, 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 includ... | 12*(38 - 31) | {
"index": 99,
"numbers": [
31,
38,
12
],
"seed": 42,
"source": "reasoning_gym_countdown",
"target": 84
} |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 42