prompt
stringlengths 39
595
⌀ | numbers
listlengths 3
5
| operations
listlengths 0
3
| target
int64 2
996
|
---|---|---|---|
Using the numbers 9, 22, and 28, how can you reach the target number 24? | [
28,
9,
22
] | [
[
"+",
"-"
],
[
"-",
"+"
],
[
"+",
"-"
]
] | 15 |
Using the numbers 27, 12, and 41, how can you get 24? | [
27,
12,
41
] | [
[
"-",
"*"
]
] | 615 |
Using the numbers 32, 20, and 22, how can you arrive at 24? | [
32,
20,
22
] | [
[
"-",
"*"
]
] | 264 |
Using the numbers 66, 26, and 38, how can you achieve the number 24? | [
66,
38,
26
] | [
[
"-",
"*"
]
] | 728 |
Using the numbers 60, 87, 84, and 93, how can you achieve the number 24? | [
87,
84,
93,
60
] | [
[
"-",
"*",
"+"
]
] | 339 |
Using the numbers 51, 65, 57, and 42, how can you achieve the number 24? | [
65,
51,
42,
57
] | [
[
"-",
"*",
"-"
]
] | 531 |
Using the numbers 46, 37, 10, 30, and 6, how can you reach the number 24? | [
30,
37,
46,
10,
6
] | [
[
"/",
"+",
"-",
"*"
],
[
"-",
"*",
"-",
"-"
],
[
"-",
"*",
"-",
"-"
]
] | 72 |
Using the numbers 1, 28, 29, and 5, how can you reach the number 24? | [
28,
1,
29,
5
] | [
[
"-",
"*",
"+"
]
] | 788 |
Using the numbers 55, 24, and 28, how can you reach the number 24? | [
55,
24,
28
] | [
[
"-",
"*"
]
] | 868 |
Starting with the numbers 75, 15, and 4, can you find a way to get 24? | [
75,
15,
4
] | [
[
"-",
"*"
]
] | 240 |
Using the numbers 33, 35, 31, 36, and 5, how can we achieve the number 24? | [
5,
31,
33,
35,
36
] | [
[
"-",
"*",
"+",
"-"
],
[
"-",
"*",
"-",
"+"
]
] | 31 |
null | [
11,
9,
7,
74
] | [] | 2 |
How can you use 45, 66, and 44 to get 24? | [
45,
44,
66
] | [
[
"-",
"*"
]
] | 66 |
Using the numbers 41, 7, 15, and 3, how can you reach the number 24? | [
7,
41,
15,
3
] | [
[
"+",
"-",
"*"
],
[
"+",
"-",
"*"
],
[
"-",
"+",
"*"
]
] | 99 |
Using the numbers 23, 29, 17, and 47, how can you reach the number 24? | [
17,
23,
29,
47
] | [] | 100 |
Using the numbers 58, 22, 91, and 29, can you reach the number 24 through a series of operations? | [
58,
29,
91,
22
] | [
[
"/",
"*",
"+"
]
] | 204 |
Using the numbers 38, 8, 1, 10, and 15, can you arrive at the number 24 through mathematical operations? | [
10,
38,
8,
15,
1
] | [
[
"-",
"-",
"*",
"+"
],
[
"-",
"-",
"*",
"+"
]
] | 98 |
How can you achieve 24 from the numbers 73, 78, and 65? | [
73,
65,
78
] | [
[
"-",
"*"
]
] | 624 |
Using the numbers 6, 38, 14, and 28, can you reach the number 24 through a series of operations? | [
28,
6,
14,
38
] | [] | 23 |
How can you use the numbers 41, 17, 29, and 43 to make 24? | [
17,
29,
41,
43
] | [] | 100 |
Using the numbers 83, 78, 75, and 95, find out how to achieve the number 24 through a series of operations. | [
95,
83,
75,
78
] | [
[
"-",
"*",
"-"
]
] | 822 |
Using the numbers 22, 31, 1, 7, and 11, can you find a way to get 24? | [
7,
1,
22,
11,
31
] | [
[
"-",
"*",
"-",
"-"
],
[
"-",
"*",
"-",
"-"
]
] | 91 |
Using the numbers 43, 56, and 68, how can you achieve the number 24? | [
68,
56,
43
] | [
[
"-",
"*"
]
] | 516 |
Using the numbers 33, 22, 41, and 61, how can you reach the number 24? | [
33,
22,
41,
61
] | [
[
"-",
"*",
"-"
]
] | 390 |
Using the numbers 5, 1, and 10, can you make 24? | [
10,
1,
5
] | [] | 961 |
Using the numbers 24, 18, and 32, can you reach the number 24 through some mathematical operations? | [
32,
18,
24
] | [] | 19 |
Using the numbers 1, 8, 9, and 5, find a way to reach the number 24. | [
8,
9,
5,
1
] | [] | 758 |
How can you use 71, 81, and 72 to get the result 24? | [
72,
71,
81
] | [
[
"-",
"*"
]
] | 81 |
Starting with the numbers 18, 45, 62, and 22, how can you reach the number 24? | [
22,
18,
45,
62
] | [
[
"-",
"*",
"+"
]
] | 242 |
Using the numbers 29, 43, 99, and 40, can you come up with a calculation that results in 24? | [
43,
29,
40,
99
] | [
[
"-",
"*",
"+"
]
] | 659 |
Using the numbers 35, 94, 46, and 74, can you arrive at the number 24 through a series of operations? | [
94,
74,
35,
46
] | [
[
"-",
"*",
"-"
]
] | 654 |
Using the numbers 14, 21, 22, and 2, find a way to get 24 using the following operations: multiplication, division, and addition. There are three possible solutions. | [
14,
2,
22,
21
] | [
[
"*",
"/",
"+"
],
[
"-",
"/",
"+"
],
[
"*",
"/",
"+"
]
] | 25 |
Using the numbers 97, 59, and 10, how can you reach the number 24 through a series of calculations? | [
97,
59,
10
] | [
[
"-",
"*"
]
] | 380 |
Using the numbers 58, 91, 8, and 3, how can you achieve the number 24? | [
91,
58,
3,
8
] | [
[
"-",
"/",
"-"
]
] | 3 |
Using the numbers 17, 13, 8, and 76, can you make 24? | [
8,
17,
13,
76
] | [] | 2 |
How can you use the numbers 36, 95, and 31 to get 24? | [
36,
31,
95
] | [
[
"-",
"*"
]
] | 475 |
Using the numbers 29, 58, 4, and 31, how can you achieve the number 24? | [
58,
31,
29,
4
] | [
[
"-",
"*",
"-"
]
] | 779 |
Using the numbers 37, 32, 8, and 15, can you reach the number 24 through a series of operations?
For the first solution:
1. Start with 32 + 37 = 69.
2. Divide 69 by 15 = 4.6.
3. Multiply 4.6 by 8 = 36.8.
Since 36.8 is not 24, let's consider another approach.
For the second solution:
1. Begin by adding 32 + 37 = 69.
2. Then divide 69 by 15 = 4.6.
3. Finally, multiply 4.6 by 8 = 36.8.
Again, 36.8 does not equal 24, but let’s verify if any slight manipulation can get us closer or possibly achieve 24 using these steps directly.
Neither of these exact chains achieves 24, but here they are: | [
32,
37,
15,
8
] | [
[
"+",
"/",
"*"
],
[
"+",
"/",
"*"
]
] | 96 |
Using the numbers 66, 22, 8, and 59, can you find a way to get 24? | [
66,
59,
8,
22
] | [
[
"-",
"*",
"-"
]
] | 34 |
Using the numbers 72, 25, and 2, how can you reach the number 24? | [
72,
25,
2
] | [
[
"-",
"*"
]
] | 94 |
Can you use the numbers 47, 41, 8, and 9 to make 24 using any combination of arithmetic operations? | [
8,
9,
47,
41
] | [
[
"-",
"*",
"+"
],
[
"-",
"*",
"+"
]
] | 88 |
Using the numbers 16, 75, 32, and 82, how can you achieve the number 24? | [
82,
75,
16,
32
] | [
[
"-",
"*",
"+"
]
] | 144 |
Using the numbers 6, 34, 7, and 26, can you come up with a way to reach the number 24? | [
34,
6,
7,
26
] | [
[
"-",
"-",
"*"
],
[
"-",
"-",
"*"
]
] | 14 |
Using the numbers 26, 67, and 23, can you achieve the number 24? Follow the instructions closely. | [
26,
23,
67
] | [
[
"-",
"*"
]
] | 201 |
Using the numbers 87, 23, and 89, how can you achieve the number 24? | [
89,
87,
23
] | [
[
"-",
"*"
]
] | 46 |
Using the numbers 15, 49, 17, 8, and 25, can you find a way to reach the number 24? | [
25,
8,
15,
49,
17
] | [
[
"-",
"*",
"+",
"-"
],
[
"-",
"*",
"-",
"+"
]
] | 95 |
Using the numbers 14, 98, 46, and 47, can you reach the number 24 through a series of operations? | [
98,
46,
14,
47
] | [
[
"-",
"*",
"+"
]
] | 775 |
How can you use 94, 11, and 12 to get 996? | [
94,
11,
12
] | [
[
"-",
"*"
]
] | 996 |
How can you use the numbers 14, 16, and 40 to achieve 24? | [
16,
40,
14
] | [] | 3 |
Using the numbers 22, 16, 42, and 91, how can you achieve the number 24? | [
42,
16,
22,
91
] | [
[
"-",
"*",
"-"
]
] | 481 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.