difficulty
stringclasses 3
values | numbers
stringlengths 5
14
| target
int64 1
130
| expression
stringlengths 13
30
| question
stringlengths 354
365
|
|---|---|---|---|---|
easy
|
5 14 4
| 66
|
((5 * 14) - 4)
|
Calculate 66 using all and only the following numbers: 5 14 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
|
8 12 6
| 90
|
((8 * 12) - 6)
|
Calculate 90 using all and only the following numbers: 8 12 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
|
16 15 4
| 5
|
((16 - 15) + 4)
|
Calculate 5 using all and only the following numbers: 16 15 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
|
9 11 7
| 5
|
((9 - 11) + 7)
|
Calculate 5 using all and only the following numbers: 9 11 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
|
8 8 14
| 14
|
((8 / 8) * 14)
|
Calculate 14 using all and only the following numbers: 8 8 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
|
8 10 16
| 5
|
((8 * 10) / 16)
|
Calculate 5 using all and only the following numbers: 8 10 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
|
6 7 16
| 26
|
((6 * 7) - 16)
|
Calculate 26 using all and only the following numbers: 6 7 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
|
11 3 8
| 64
|
((11 - 3) * 8)
|
Calculate 64 using all and only the following numbers: 11 3 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
|
4 2 1
| 2
|
((4 - 2) / 1)
|
Calculate 2 using all and only the following numbers: 4 2 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
|
3 2 1
| 1
|
((3 - 2) / 1)
|
Calculate 1 using all and only the following numbers: 3 2 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
|
9 18 16
| 43
|
((9 + 18) + 16)
|
Calculate 43 using all and only the following numbers: 9 18 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
|
5 2 1
| 3
|
((5 - 2) / 1)
|
Calculate 3 using all and only the following numbers: 5 2 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
|
6 5 11
| 11
|
((6 - 5) * 11)
|
Calculate 11 using all and only the following numbers: 6 5 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.
|
easy
|
4 10 3
| 37
|
((4 * 10) - 3)
|
Calculate 37 using all and only the following numbers: 4 10 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
|
3 3 11
| 11
|
((3 - 3) + 11)
|
Calculate 11 using all and only the following numbers: 3 3 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.
|
easy
|
15 12 7
| 34
|
((15 + 12) + 7)
|
Calculate 34 using all and only the following numbers: 15 12 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
|
9 8 12
| 6
|
((9 * 8) / 12)
|
Calculate 6 using all and only the following numbers: 9 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.
|
easy
|
16 3 4
| 23
|
((16 + 3) + 4)
|
Calculate 23 using all and only the following numbers: 16 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
|
6 7 8
| 34
|
((6 * 7) - 8)
|
Calculate 34 using all and only the following numbers: 6 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
|
4 9 8
| 21
|
((4 + 9) + 8)
|
Calculate 21 using all and only the following numbers: 4 9 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 1 15
| 120
|
((9 - 1) * 15)
|
Calculate 120 using all and only the following numbers: 9 1 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
|
3 7 18
| 3
|
((3 * 7) - 18)
|
Calculate 3 using all and only the following numbers: 3 7 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
|
18 17 12
| 12
|
((18 - 17) * 12)
|
Calculate 12 using all and only the following numbers: 18 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
|
19 1 15
| 3
|
((19 - 1) - 15)
|
Calculate 3 using all and only the following numbers: 19 1 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 5 10
| 130
|
((8 + 5) * 10)
|
Calculate 130 using all and only the following numbers: 8 5 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
|
14 1 11
| 3
|
((14 * 1) - 11)
|
Calculate 3 using all and only the following numbers: 14 1 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.
|
easy
|
19 7 7
| 19
|
((19 * 7) / 7)
|
Calculate 19 using all and only the following numbers: 19 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
|
7 10 18
| 88
|
((7 * 10) + 18)
|
Calculate 88 using all and only the following numbers: 7 10 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
|
5 19 11
| 35
|
((5 + 19) + 11)
|
Calculate 35 using all and only the following numbers: 5 19 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.
|
easy
|
13 11 19
| 124
|
((13 * 11) - 19)
|
Calculate 124 using all and only the following numbers: 13 11 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
|
15 16 12
| 11
|
((15 - 16) + 12)
|
Calculate 11 using all and only the following numbers: 15 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
|
17 14 12
| 36
|
((17 - 14) * 12)
|
Calculate 36 using all and only the following numbers: 17 14 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 2 8
| 1
|
((10 - 2) / 8)
|
Calculate 1 using all and only the following numbers: 10 2 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 3 11
| 15
|
((12 / 3) + 11)
|
Calculate 15 using all and only the following numbers: 12 3 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.
|
easy
|
10 16 13
| 7
|
((10 - 16) + 13)
|
Calculate 7 using all and only the following numbers: 10 16 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
|
13 4 9
| 81
|
((13 - 4) * 9)
|
Calculate 81 using all and only the following numbers: 13 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
|
12 14 3
| 1
|
((12 - 14) + 3)
|
Calculate 1 using all and only the following numbers: 12 14 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
|
17 9 8
| 64
|
((17 - 9) * 8)
|
Calculate 64 using all and only the following numbers: 17 9 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
|
18 16 11
| 23
|
((18 + 16) - 11)
|
Calculate 23 using all and only the following numbers: 18 16 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.
|
easy
|
15 18 4
| 29
|
((15 + 18) - 4)
|
Calculate 29 using all and only the following numbers: 15 18 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
|
13 6 11
| 18
|
((13 - 6) + 11)
|
Calculate 18 using all and only the following numbers: 13 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.
|
easy
|
19 12 10
| 17
|
((19 - 12) + 10)
|
Calculate 17 using all and only the following numbers: 19 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.
|
easy
|
12 4 16
| 24
|
((12 - 4) + 16)
|
Calculate 24 using all and only the following numbers: 12 4 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
|
14 10 10
| 14
|
((14 + 10) - 10)
|
Calculate 14 using all and only the following numbers: 14 10 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
|
12 5 5
| 12
|
((12 * 5) / 5)
|
Calculate 12 using all and only the following numbers: 12 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
|
17 16 18
| 19
|
((17 - 16) + 18)
|
Calculate 19 using all and only the following numbers: 17 16 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 1 1
| 15
|
((15 / 1) / 1)
|
Calculate 15 using all and only the following numbers: 15 1 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
|
6 5 16
| 14
|
((6 * 5) - 16)
|
Calculate 14 using all and only the following numbers: 6 5 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
|
6 5 5
| 6
|
((6 * 5) / 5)
|
Calculate 6 using all and only the following numbers: 6 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
|
8 4 15
| 17
|
((8 / 4) + 15)
|
Calculate 17 using all and only the following numbers: 8 4 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
|
6 10 2
| 32
|
((6 + 10) * 2)
|
Calculate 32 using all and only the following numbers: 6 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
|
10 11 15
| 14
|
((10 - 11) + 15)
|
Calculate 14 using all and only the following numbers: 10 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
|
4 5 6
| 54
|
((4 + 5) * 6)
|
Calculate 54 using all and only the following numbers: 4 5 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
|
18 5 1
| 14
|
((18 - 5) + 1)
|
Calculate 14 using all and only the following numbers: 18 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.
|
easy
|
11 4 11
| 33
|
((11 * 4) - 11)
|
Calculate 33 using all and only the following numbers: 11 4 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.
|
easy
|
9 3 1
| 27
|
((9 * 3) * 1)
|
Calculate 27 using all and only the following numbers: 9 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
|
1 17 3
| 54
|
((1 + 17) * 3)
|
Calculate 54 using all and only the following numbers: 1 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
|
10 1 12
| 22
|
((10 * 1) + 12)
|
Calculate 22 using all and only the following numbers: 10 1 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
|
1 9 1
| 9
|
((1 * 9) / 1)
|
Calculate 9 using all and only the following numbers: 1 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.
|
easy
|
4 8 9
| 41
|
((4 * 8) + 9)
|
Calculate 41 using all and only the following numbers: 4 8 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
|
6 19 19
| 95
|
((6 * 19) - 19)
|
Calculate 95 using all and only the following numbers: 6 19 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
|
7 6 19
| 19
|
((7 - 6) * 19)
|
Calculate 19 using all and only the following numbers: 7 6 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
|
8 10 10
| 28
|
((8 + 10) + 10)
|
Calculate 28 using all and only the following numbers: 8 10 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
|
6 16 7
| 15
|
((6 + 16) - 7)
|
Calculate 15 using all and only the following numbers: 6 16 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
|
8 4 13
| 15
|
((8 / 4) + 13)
|
Calculate 15 using all and only the following numbers: 8 4 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
|
12 1 3
| 9
|
((12 * 1) - 3)
|
Calculate 9 using all and only the following numbers: 12 1 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
|
19 17 12
| 48
|
((19 + 17) + 12)
|
Calculate 48 using all and only the following numbers: 19 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
|
10 12 12
| 108
|
((10 * 12) - 12)
|
Calculate 108 using all and only the following numbers: 10 12 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
|
2 2 15
| 60
|
((2 * 2) * 15)
|
Calculate 60 using all and only the following numbers: 2 2 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
|
5 8 10
| 23
|
((5 + 8) + 10)
|
Calculate 23 using all and only the following numbers: 5 8 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
|
8 7 6
| 21
|
((8 + 7) + 6)
|
Calculate 21 using all and only the following numbers: 8 7 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
|
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
|
11 3 15
| 18
|
((11 * 3) - 15)
|
Calculate 18 using all and only the following numbers: 11 3 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
|
6 4 5
| 5
|
((6 + 4) - 5)
|
Calculate 5 using all and only the following numbers: 6 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
|
4 13 16
| 7
|
((4 - 13) + 16)
|
Calculate 7 using all and only the following numbers: 4 13 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 8 8
| 1
|
((1 * 8) / 8)
|
Calculate 1 using all and only the following numbers: 1 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
|
17 7 6
| 60
|
((17 - 7) * 6)
|
Calculate 60 using all and only the following numbers: 17 7 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
|
2 1 3
| 9
|
((2 + 1) * 3)
|
Calculate 9 using all and only the following numbers: 2 1 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
|
8 8 19
| 35
|
((8 + 8) + 19)
|
Calculate 35 using all and only the following numbers: 8 8 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
|
7 9 8
| 24
|
((7 + 9) + 8)
|
Calculate 24 using all and only the following numbers: 7 9 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
|
7 3 6
| 4
|
((7 + 3) - 6)
|
Calculate 4 using all and only the following numbers: 7 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
|
10 2 7
| 19
|
((10 + 2) + 7)
|
Calculate 19 using all and only the following numbers: 10 2 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
|
6 19 13
| 12
|
((6 + 19) - 13)
|
Calculate 12 using all and only the following numbers: 6 19 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
|
4 11 7
| 37
|
((4 * 11) - 7)
|
Calculate 37 using all and only the following numbers: 4 11 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
|
6 5 2
| 9
|
((6 + 5) - 2)
|
Calculate 9 using all and only the following numbers: 6 5 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
|
8 6 2
| 4
|
((8 - 6) + 2)
|
Calculate 4 using all and only the following numbers: 8 6 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
|
4 8 6
| 38
|
((4 * 8) + 6)
|
Calculate 38 using all and only the following numbers: 4 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
|
12 1 7
| 4
|
((12 - 1) - 7)
|
Calculate 4 using all and only the following numbers: 12 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.
|
easy
|
11 6 6
| 11
|
((11 * 6) / 6)
|
Calculate 11 using all and only the following numbers: 11 6 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
|
16 15 4
| 124
|
((16 + 15) * 4)
|
Calculate 124 using all and only the following numbers: 16 15 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
|
11 5 12
| 4
|
((11 + 5) - 12)
|
Calculate 4 using all and only the following numbers: 11 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.
|
easy
|
15 7 3
| 35
|
((15 * 7) / 3)
|
Calculate 35 using all and only the following numbers: 15 7 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
|
11 12 5
| 28
|
((11 + 12) + 5)
|
Calculate 28 using all and only the following numbers: 11 12 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
|
13 3 7
| 3
|
((13 - 3) - 7)
|
Calculate 3 using all and only the following numbers: 13 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
|
2 15 13
| 30
|
((2 + 15) + 13)
|
Calculate 30 using all and only the following numbers: 2 15 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
|
4 8 8
| 4
|
((4 * 8) / 8)
|
Calculate 4 using all and only the following numbers: 4 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
|
2 2 19
| 76
|
((2 + 2) * 19)
|
Calculate 76 using all and only the following numbers: 2 2 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
|
8 11 2
| 86
|
((8 * 11) - 2)
|
Calculate 86 using all and only the following numbers: 8 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.
|
easy
|
13 8 13
| 91
|
((13 * 8) - 13)
|
Calculate 91 using all and only the following numbers: 13 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.
|
easy
|
9 2 7
| 18
|
((9 + 2) + 7)
|
Calculate 18 using all and only the following numbers: 9 2 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.
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 7