difficulty
stringclasses
3 values
numbers
stringlengths
5
14
target
int64
1
130
expression
stringlengths
13
30
question
stringlengths
354
365
easy
16 3 7
20
((16 - 3) + 7)
Calculate 20 using all and only the following numbers: 16 3 7. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
3 16 12
7
((3 + 16) - 12)
Calculate 7 using all and only the following numbers: 3 16 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
4 18 14
8
((4 + 18) - 14)
Calculate 8 using all and only the following numbers: 4 18 14. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
5 1 19
95
((5 * 1) * 19)
Calculate 95 using all and only the following numbers: 5 1 19. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
1 3 4
12
((1 * 3) * 4)
Calculate 12 using all and only the following numbers: 1 3 4. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
1 16 17
33
((1 * 16) + 17)
Calculate 33 using all and only the following numbers: 1 16 17. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
1 19 6
25
((1 * 19) + 6)
Calculate 25 using all and only the following numbers: 1 19 6. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
1 17 12
30
((1 + 17) + 12)
Calculate 30 using all and only the following numbers: 1 17 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
17 13 2
32
((17 + 13) + 2)
Calculate 32 using all and only the following numbers: 17 13 2. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
10 3 1
13
((10 + 3) * 1)
Calculate 13 using all and only the following numbers: 10 3 1. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
19 1 19
1
((19 + 1) - 19)
Calculate 1 using all and only the following numbers: 19 1 19. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
19 15 3
95
((19 * 15) / 3)
Calculate 95 using all and only the following numbers: 19 15 3. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
13 5 5
3
((13 - 5) - 5)
Calculate 3 using all and only the following numbers: 13 5 5. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
10 13 8
122
((10 * 13) - 8)
Calculate 122 using all and only the following numbers: 10 13 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
9 7 12
75
((9 * 7) + 12)
Calculate 75 using all and only the following numbers: 9 7 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
14 7 17
81
((14 * 7) - 17)
Calculate 81 using all and only the following numbers: 14 7 17. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
12 3 6
3
((12 - 3) - 6)
Calculate 3 using all and only the following numbers: 12 3 6. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
14 12 14
28
((14 - 12) * 14)
Calculate 28 using all and only the following numbers: 14 12 14. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
3 17 3
23
((3 + 17) + 3)
Calculate 23 using all and only the following numbers: 3 17 3. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
6 5 4
4
((6 - 5) * 4)
Calculate 4 using all and only the following numbers: 6 5 4. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
12 2 6
36
((12 / 2) * 6)
Calculate 36 using all and only the following numbers: 12 2 6. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
12 8 18
78
((12 * 8) - 18)
Calculate 78 using all and only the following numbers: 12 8 18. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
15 8 7
49
((15 - 8) * 7)
Calculate 49 using all and only the following numbers: 15 8 7. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
12 14 8
18
((12 + 14) - 8)
Calculate 18 using all and only the following numbers: 12 14 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
3 15 16
4
((3 - 15) + 16)
Calculate 4 using all and only the following numbers: 3 15 16. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
1 17 9
9
((1 + 17) - 9)
Calculate 9 using all and only the following numbers: 1 17 9. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
14 6 9
29
((14 + 6) + 9)
Calculate 29 using all and only the following numbers: 14 6 9. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
9 19 2
26
((9 + 19) - 2)
Calculate 26 using all and only the following numbers: 9 19 2. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
9 16 8
1
((9 - 16) + 8)
Calculate 1 using all and only the following numbers: 9 16 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
10 8 6
24
((10 + 8) + 6)
Calculate 24 using all and only the following numbers: 10 8 6. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
10 10 2
2
((10 / 10) * 2)
Calculate 2 using all and only the following numbers: 10 10 2. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
18 3 17
38
((18 + 3) + 17)
Calculate 38 using all and only the following numbers: 18 3 17. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
19 4 9
32
((19 + 4) + 9)
Calculate 32 using all and only the following numbers: 19 4 9. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
19 16 12
23
((19 + 16) - 12)
Calculate 23 using all and only the following numbers: 19 16 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
10 7 12
5
((10 + 7) - 12)
Calculate 5 using all and only the following numbers: 10 7 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
14 3 3
14
((14 - 3) + 3)
Calculate 14 using all and only the following numbers: 14 3 3. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
4 3 9
108
((4 * 3) * 9)
Calculate 108 using all and only the following numbers: 4 3 9. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
19 11 15
15
((19 + 11) - 15)
Calculate 15 using all and only the following numbers: 19 11 15. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
15 14 16
45
((15 + 14) + 16)
Calculate 45 using all and only the following numbers: 15 14 16. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
10 5 18
90
((10 - 5) * 18)
Calculate 90 using all and only the following numbers: 10 5 18. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
15 8 16
39
((15 + 8) + 16)
Calculate 39 using all and only the following numbers: 15 8 16. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
9 4 2
34
((9 * 4) - 2)
Calculate 34 using all and only the following numbers: 9 4 2. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
7 4 5
8
((7 - 4) + 5)
Calculate 8 using all and only the following numbers: 7 4 5. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
7 3 9
90
((7 + 3) * 9)
Calculate 90 using all and only the following numbers: 7 3 9. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
17 9 14
22
((17 - 9) + 14)
Calculate 22 using all and only the following numbers: 17 9 14. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
5 13 12
4
((5 - 13) + 12)
Calculate 4 using all and only the following numbers: 5 13 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
18 7 7
77
((18 - 7) * 7)
Calculate 77 using all and only the following numbers: 18 7 7. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
13 2 5
16
((13 - 2) + 5)
Calculate 16 using all and only the following numbers: 13 2 5. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
16 12 8
36
((16 + 12) + 8)
Calculate 36 using all and only the following numbers: 16 12 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
17 7 8
111
((17 * 7) - 8)
Calculate 111 using all and only the following numbers: 17 7 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
14 8 8
104
((14 * 8) - 8)
Calculate 104 using all and only the following numbers: 14 8 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
12 14 17
15
((12 - 14) + 17)
Calculate 15 using all and only the following numbers: 12 14 17. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
12 2 3
18
((12 / 2) * 3)
Calculate 18 using all and only the following numbers: 12 2 3. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
15 1 13
29
((15 + 1) + 13)
Calculate 29 using all and only the following numbers: 15 1 13. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
10 1 10
90
((10 - 1) * 10)
Calculate 90 using all and only the following numbers: 10 1 10. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
3 6 15
12
((3 - 6) + 15)
Calculate 12 using all and only the following numbers: 3 6 15. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
8 12 18
38
((8 + 12) + 18)
Calculate 38 using all and only the following numbers: 8 12 18. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
4 3 19
31
((4 * 3) + 19)
Calculate 31 using all and only the following numbers: 4 3 19. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
5 13 2
16
((5 + 13) - 2)
Calculate 16 using all and only the following numbers: 5 13 2. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
easy
11 6 17
85
((11 - 6) * 17)
Calculate 85 using all and only the following numbers: 11 6 17. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
13 6 17 1
119
(((13 - 6) * 17) * 1)
Calculate 119 using all and only the following numbers: 13 6 17 1. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
1 13 16 12
17
(((1 * 13) + 16) - 12)
Calculate 17 using all and only the following numbers: 1 13 16 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
14 4 12 17
51
(((14 * 4) + 12) - 17)
Calculate 51 using all and only the following numbers: 14 4 12 17. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
11 6 8 13
12
(((11 + 6) + 8) - 13)
Calculate 12 using all and only the following numbers: 11 6 8 13. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
14 8 6 11
129
(((14 * 8) + 6) + 11)
Calculate 129 using all and only the following numbers: 14 8 6 11. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
2 9 11 2
20
(((2 + 9) + 11) - 2)
Calculate 20 using all and only the following numbers: 2 9 11 2. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
15 7 16 1
37
(((15 + 7) + 16) - 1)
Calculate 37 using all and only the following numbers: 15 7 16 1. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
1 3 10 7
15
(((1 - 3) + 10) + 7)
Calculate 15 using all and only the following numbers: 1 3 10 7. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
10 8 1 14
32
(((10 + 8) * 1) + 14)
Calculate 32 using all and only the following numbers: 10 8 1 14. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
8 1 5 5
60
(((8 - 1) + 5) * 5)
Calculate 60 using all and only the following numbers: 8 1 5 5. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
5 19 7 11
9
(((5 - 19) / 7) + 11)
Calculate 9 using all and only the following numbers: 5 19 7 11. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
18 13 9 6
16
(((18 + 13) - 9) - 6)
Calculate 16 using all and only the following numbers: 18 13 9 6. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
8 5 12 10
42
(((8 * 5) + 12) - 10)
Calculate 42 using all and only the following numbers: 8 5 12 10. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
1 1 1 8
10
(((1 + 1) * 1) + 8)
Calculate 10 using all and only the following numbers: 1 1 1 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
5 8 18 8
39
(((5 + 8) + 18) + 8)
Calculate 39 using all and only the following numbers: 5 8 18 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
16 6 4 6
24
(((16 + 6) - 4) + 6)
Calculate 24 using all and only the following numbers: 16 6 4 6. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
5 8 5 19
84
(((5 + 8) * 5) + 19)
Calculate 84 using all and only the following numbers: 5 8 5 19. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
13 17 15 2
1
(((13 + 17) / 15) / 2)
Calculate 1 using all and only the following numbers: 13 17 15 2. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
13 13 7 12
20
(((13 / 13) + 7) + 12)
Calculate 20 using all and only the following numbers: 13 13 7 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
17 1 15 1
33
(((17 / 1) + 15) + 1)
Calculate 33 using all and only the following numbers: 17 1 15 1. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
9 12 14 8
56
(((9 + 12) - 14) * 8)
Calculate 56 using all and only the following numbers: 9 12 14 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
12 15 1 8
34
(((12 + 15) - 1) + 8)
Calculate 34 using all and only the following numbers: 12 15 1 8. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
1 18 8 12
23
(((1 + 18) - 8) + 12)
Calculate 23 using all and only the following numbers: 1 18 8 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
8 1 1 7
2
(((8 + 1) / 1) - 7)
Calculate 2 using all and only the following numbers: 8 1 1 7. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
10 18 17 14
34
(((10 + 18) * 17) / 14)
Calculate 34 using all and only the following numbers: 10 18 17 14. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
6 1 2 17
20
(((6 - 1) - 2) + 17)
Calculate 20 using all and only the following numbers: 6 1 2 17. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
4 11 10 1
54
(((4 * 11) + 10) * 1)
Calculate 54 using all and only the following numbers: 4 11 10 1. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
10 6 8 5
40
(((10 + 6) - 8) * 5)
Calculate 40 using all and only the following numbers: 10 6 8 5. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
9 15 10 15
16
(((9 + 15) * 10) / 15)
Calculate 16 using all and only the following numbers: 9 15 10 15. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
3 10 5 17
102
(((3 * 10) / 5) * 17)
Calculate 102 using all and only the following numbers: 3 10 5 17. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
9 11 9 1
90
(((9 * 11) - 9) * 1)
Calculate 90 using all and only the following numbers: 9 11 9 1. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
4 10 3 2
84
(((4 + 10) * 3) * 2)
Calculate 84 using all and only the following numbers: 4 10 3 2. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
18 11 7 17
17
(((18 - 11) - 7) + 17)
Calculate 17 using all and only the following numbers: 18 11 7 17. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
8 18 16 12
54
(((8 + 18) + 16) + 12)
Calculate 54 using all and only the following numbers: 8 18 16 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
3 2 5 1
6
(((3 - 2) + 5) / 1)
Calculate 6 using all and only the following numbers: 3 2 5 1. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
16 6 4 9
109
(((16 * 6) + 4) + 9)
Calculate 109 using all and only the following numbers: 16 6 4 9. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
19 4 4 9
10
(((19 + 4) - 4) - 9)
Calculate 10 using all and only the following numbers: 19 4 4 9. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
13 3 7 1
4
(((13 - 3) - 7) + 1)
Calculate 4 using all and only the following numbers: 13 3 7 1. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
19 13 16 1
48
(((19 + 13) + 16) * 1)
Calculate 48 using all and only the following numbers: 19 13 16 1. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.
medium
4 15 5 12
1
(((4 * 15) / 5) / 12)
Calculate 1 using all and only the following numbers: 4 15 5 12. Provide your solution as a arithmetic expression (no '=' sign). Use '*' for multiplication and '/' for division. Your expression must contain all and only the numbers of the list. Numbers should be used exactly as many times as they appear in the list. No number outside the list can be used.