question
stringlengths 103
122
| input_equation
stringlengths 5
24
| options
stringlengths 32
47
| correct
stringclasses 5
values | correct_value
stringlengths 4
8
| reasoning
stringlengths 39
203
| source
stringclasses 1
value |
---|---|---|---|---|---|---|
Please evaluate the following mathematical expression using standard operator precedence rules: '55 + 88'
|
55 + 88
|
A) 351 ; B) 607 ; C) 143 ; D) 306 ; E) -510
|
C
|
C) 143
|
Equation: 55 + 88
(55 + 88) β (143)
Result: 143
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '82 - 36'
|
82 - 36
|
A) 47 ; B) 45 ; C) 36 ; D) 56 ; E) 46
|
E
|
E) 46
|
Equation: 82 - 36
(82 - 36) β (46)
Result: 46
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '92 % 55'
|
92 % 55
|
A) 55 ; B) 38 ; C) 37 ; D) 47 ; E) 27
|
C
|
C) 37
|
Equation: 92 % 55
(92 % 55) β (37)
Result: 37
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '0 * 0'
|
0 * 0
|
A) 58 ; B) 91 ; C) 10 ; D) 1 ; E) 0
|
E
|
E) 0
|
Equation: 0 * 0
(0 * 0) β (0)
Result: 0
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '64 - 49'
|
64 - 49
|
A) 14 ; B) 15 ; C) -15 ; D) 5 ; E) 25
|
B
|
B) 15
|
Equation: 64 - 49
(64 - 49) β (15)
Result: 15
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 - 25'
|
5 - 25
|
A) -20 ; B) -73 ; C) -27 ; D) 20 ; E) -68
|
A
|
A) -20
|
Equation: 5 - 25
(5 - 25) β (-20)
Result: -20
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 - 89'
|
5 - 89
|
A) -33 ; B) -59 ; C) -84 ; D) 84 ; E) -47
|
C
|
C) -84
|
Equation: 5 - 89
(5 - 89) β (-84)
Result: -84
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '40 % 33'
|
40 % 33
|
A) 6 ; B) 17 ; C) 7 ; D) 33 ; E) 8
|
C
|
C) 7
|
Equation: 40 % 33
(40 % 33) β (7)
Result: 7
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '63 - 59'
|
63 - 59
|
A) 14 ; B) 5 ; C) 4 ; D) -4 ; E) 3
|
C
|
C) 4
|
Equation: 63 - 59
(63 - 59) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '70 + 40'
|
70 + 40
|
A) -361 ; B) 100 ; C) 110 ; D) -886 ; E) 305
|
C
|
C) 110
|
Equation: 70 + 40
(70 + 40) β (110)
Result: 110
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '4 - 98'
|
4 - 98
|
A) -94 ; B) 94 ; C) 91 ; D) -30 ; E) 54
|
A
|
A) -94
|
Equation: 4 - 98
(4 - 98) β (-94)
Result: -94
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '56 % 75'
|
56 % 75
|
A) 55 ; B) 56 ; C) 19 ; D) 66 ; E) 57
|
B
|
B) 56
|
Equation: 56 % 75
(56 % 75) β (56)
Result: 56
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '2 * 23'
|
2 * 23
|
A) 47 ; B) 45 ; C) 36 ; D) 46 ; E) 56
|
D
|
D) 46
|
Equation: 2 * 23
(2 * 23) β (46)
Result: 46
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '93 % 38'
|
93 % 38
|
A) 7 ; B) 17 ; C) 38 ; D) 18 ; E) 16
|
B
|
B) 17
|
Equation: 93 % 38
(93 % 38) β (17)
Result: 17
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '11 * 2'
|
11 * 2
|
A) 23 ; B) 21 ; C) 12 ; D) 22 ; E) 32
|
D
|
D) 22
|
Equation: 11 * 2
(11 * 2) β (22)
Result: 22
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '62 - 81'
|
62 - 81
|
A) -49 ; B) 60 ; C) -19 ; D) 19 ; E) 9
|
C
|
C) -19
|
Equation: 62 - 81
(62 - 81) β (-19)
Result: -19
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '21 - 12'
|
21 - 12
|
A) -9 ; B) 19 ; C) 9 ; D) 10 ; E) 8
|
C
|
C) 9
|
Equation: 21 - 12
(21 - 12) β (9)
Result: 9
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '7 * 20'
|
7 * 20
|
A) -849 ; B) 880 ; C) -438 ; D) -904 ; E) 140
|
E
|
E) 140
|
Equation: 7 * 20
(7 * 20) β (140)
Result: 140
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '32 % 79'
|
32 % 79
|
A) 31 ; B) 15 ; C) 32 ; D) 42 ; E) 33
|
C
|
C) 32
|
Equation: 32 % 79
(32 % 79) β (32)
Result: 32
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '100 % 72'
|
100 % 72
|
A) 38 ; B) 28 ; C) 29 ; D) 27 ; E) 18
|
B
|
B) 28
|
Equation: 100 % 72
(100 % 72) β (28)
Result: 28
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '82 - 30'
|
82 - 30
|
A) 62 ; B) -52 ; C) 52 ; D) 51 ; E) 42
|
C
|
C) 52
|
Equation: 82 - 30
(82 - 30) β (52)
Result: 52
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '4 % 20'
|
4 % 20
|
A) 14 ; B) 4 ; C) 5 ; D) 3 ; E) 0
|
B
|
B) 4
|
Equation: 4 % 20
(4 % 20) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '46 + 66'
|
46 + 66
|
A) 68 ; B) -461 ; C) 898 ; D) 112 ; E) -136
|
D
|
D) 112
|
Equation: 46 + 66
(46 + 66) β (112)
Result: 112
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '77 + 41'
|
77 + 41
|
A) 118 ; B) -983 ; C) 325 ; D) 172 ; E) 177
|
A
|
A) 118
|
Equation: 77 + 41
(77 + 41) β (118)
Result: 118
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '36 + 0'
|
36 + 0
|
A) 46 ; B) 37 ; C) 35 ; D) 36 ; E) 26
|
D
|
D) 36
|
Equation: 36 + 0
(36 + 0) β (36)
Result: 36
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '30 - 8'
|
30 - 8
|
A) 23 ; B) 22 ; C) 12 ; D) -22 ; E) 32
|
B
|
B) 22
|
Equation: 30 - 8
(30 - 8) β (22)
Result: 22
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '10 % 74'
|
10 % 74
|
A) 4 ; B) 20 ; C) 10 ; D) 11 ; E) 0
|
C
|
C) 10
|
Equation: 10 % 74
(10 % 74) β (10)
Result: 10
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '55 % 75'
|
55 % 75
|
A) 55 ; B) 54 ; C) 45 ; D) 20 ; E) 65
|
A
|
A) 55
|
Equation: 55 % 75
(55 % 75) β (55)
Result: 55
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '66 - 36'
|
66 - 36
|
A) 31 ; B) 20 ; C) 30 ; D) -30 ; E) 40
|
C
|
C) 30
|
Equation: 66 - 36
(66 - 36) β (30)
Result: 30
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '78 - 16'
|
78 - 16
|
A) 63 ; B) 62 ; C) 61 ; D) 52 ; E) -62
|
B
|
B) 62
|
Equation: 78 - 16
(78 - 16) β (62)
Result: 62
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '16 * 39'
|
16 * 39
|
A) 624 ; B) -113 ; C) -906 ; D) 340 ; E) -670
|
A
|
A) 624
|
Equation: 16 * 39
(16 * 39) β (624)
Result: 624
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '59 + 20'
|
59 + 20
|
A) 78 ; B) 69 ; C) 79 ; D) 89 ; E) 80
|
C
|
C) 79
|
Equation: 59 + 20
(59 + 20) β (79)
Result: 79
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '64 + 1'
|
64 + 1
|
A) 55 ; B) 75 ; C) 66 ; D) 65 ; E) 64
|
D
|
D) 65
|
Equation: 64 + 1
(64 + 1) β (65)
Result: 65
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '97 % 20'
|
97 % 20
|
A) 20 ; B) 27 ; C) 17 ; D) 18 ; E) 16
|
C
|
C) 17
|
Equation: 97 % 20
(97 % 20) β (17)
Result: 17
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '74 % 15'
|
74 % 15
|
A) 14 ; B) 15 ; C) 13 ; D) 4 ; E) 24
|
A
|
A) 14
|
Equation: 74 % 15
(74 % 15) β (14)
Result: 14
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '19 % 37'
|
19 % 37
|
A) 19 ; B) 29 ; C) 20 ; D) 18 ; E) 9
|
A
|
A) 19
|
Equation: 19 % 37
(19 % 37) β (19)
Result: 19
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '67 - 17'
|
67 - 17
|
A) -50 ; B) 60 ; C) 51 ; D) 49 ; E) 50
|
E
|
E) 50
|
Equation: 67 - 17
(67 - 17) β (50)
Result: 50
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '27 - 39'
|
27 - 39
|
A) -12 ; B) 87 ; C) 12 ; D) 59 ; E) 1
|
A
|
A) -12
|
Equation: 27 - 39
(27 - 39) β (-12)
Result: -12
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '19 + 41'
|
19 + 41
|
A) 60 ; B) 70 ; C) 61 ; D) 59 ; E) 50
|
A
|
A) 60
|
Equation: 19 + 41
(19 + 41) β (60)
Result: 60
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 + 39'
|
58 + 39
|
A) 87 ; B) 98 ; C) 97 ; D) 0 ; E) 96
|
C
|
C) 97
|
Equation: 58 + 39
(58 + 39) β (97)
Result: 97
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '80 - 32'
|
80 - 32
|
A) 47 ; B) 38 ; C) 48 ; D) 49 ; E) -48
|
C
|
C) 48
|
Equation: 80 - 32
(80 - 32) β (48)
Result: 48
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '51 - 69'
|
51 - 69
|
A) -41 ; B) 4 ; C) -18 ; D) 50 ; E) 18
|
C
|
C) -18
|
Equation: 51 - 69
(51 - 69) β (-18)
Result: -18
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '75 + 6'
|
75 + 6
|
A) 81 ; B) 71 ; C) 91 ; D) 82 ; E) 80
|
A
|
A) 81
|
Equation: 75 + 6
(75 + 6) β (81)
Result: 81
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '96 % 48'
|
96 % 48
|
A) -20 ; B) 0 ; C) 10 ; D) 1 ; E) 48
|
B
|
B) 0
|
Equation: 96 % 48
(96 % 48) β (0)
Result: 0
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '23 - 74'
|
23 - 74
|
A) -51 ; B) 30 ; C) 51 ; D) 74 ; E) -63
|
A
|
A) -51
|
Equation: 23 - 74
(23 - 74) β (-51)
Result: -51
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '35 % 34'
|
35 % 34
|
A) 34 ; B) 1 ; C) 11 ; D) 2 ; E) 0
|
B
|
B) 1
|
Equation: 35 % 34
(35 % 34) β (1)
Result: 1
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '75 + 35'
|
75 + 35
|
A) 470 ; B) 110 ; C) -411 ; D) 100 ; E) -142
|
B
|
B) 110
|
Equation: 75 + 35
(75 + 35) β (110)
Result: 110
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '44 - 16'
|
44 - 16
|
A) 38 ; B) 28 ; C) -28 ; D) 27 ; E) 18
|
B
|
B) 28
|
Equation: 44 - 16
(44 - 16) β (28)
Result: 28
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '32 + 19'
|
32 + 19
|
A) 61 ; B) 52 ; C) 51 ; D) 50 ; E) 41
|
C
|
C) 51
|
Equation: 32 + 19
(32 + 19) β (51)
Result: 51
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '42 % 27'
|
42 % 27
|
A) 15 ; B) 14 ; C) 5 ; D) 27 ; E) 25
|
A
|
A) 15
|
Equation: 42 % 27
(42 % 27) β (15)
Result: 15
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '57 % 22'
|
57 % 22
|
A) 23 ; B) 22 ; C) 14 ; D) 3 ; E) 13
|
E
|
E) 13
|
Equation: 57 % 22
(57 % 22) β (13)
Result: 13
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '49 * 8'
|
49 * 8
|
A) -9 ; B) 392 ; C) -755 ; D) -977 ; E) 528
|
B
|
B) 392
|
Equation: 49 * 8
(49 * 8) β (392)
Result: 392
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '4 + 32'
|
4 + 32
|
A) 36 ; B) 46 ; C) 37 ; D) 35 ; E) 26
|
A
|
A) 36
|
Equation: 4 + 32
(4 + 32) β (36)
Result: 36
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '74 - 21'
|
74 - 21
|
A) -53 ; B) 54 ; C) 52 ; D) 43 ; E) 53
|
E
|
E) 53
|
Equation: 74 - 21
(74 - 21) β (53)
Result: 53
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '15 % 90'
|
15 % 90
|
A) 15 ; B) 14 ; C) 5 ; D) 0 ; E) 16
|
A
|
A) 15
|
Equation: 15 % 90
(15 % 90) β (15)
Result: 15
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '12 - 13'
|
12 - 13
|
A) 9 ; B) 18 ; C) -1 ; D) 1 ; E) 0
|
C
|
C) -1
|
Equation: 12 - 13
(12 - 13) β (-1)
Result: -1
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '7 * 11'
|
7 * 11
|
A) 87 ; B) 78 ; C) 76 ; D) 67 ; E) 77
|
E
|
E) 77
|
Equation: 7 * 11
(7 * 11) β (77)
Result: 77
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '77 + 74'
|
77 + 74
|
A) 151 ; B) 599 ; C) 197 ; D) 419 ; E) -7
|
A
|
A) 151
|
Equation: 77 + 74
(77 + 74) β (151)
Result: 151
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '92 % 57'
|
92 % 57
|
A) 45 ; B) 36 ; C) 34 ; D) 25 ; E) 35
|
E
|
E) 35
|
Equation: 92 % 57
(92 % 57) β (35)
Result: 35
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '21 - 77'
|
21 - 77
|
A) -49 ; B) -1 ; C) -56 ; D) 23 ; E) 56
|
C
|
C) -56
|
Equation: 21 - 77
(21 - 77) β (-56)
Result: -56
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '79 + 53'
|
79 + 53
|
A) -886 ; B) -98 ; C) 900 ; D) -918 ; E) 132
|
E
|
E) 132
|
Equation: 79 + 53
(79 + 53) β (132)
Result: 132
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '39 + 46'
|
39 + 46
|
A) 85 ; B) 95 ; C) 86 ; D) 84 ; E) 75
|
A
|
A) 85
|
Equation: 39 + 46
(39 + 46) β (85)
Result: 85
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '100 + 41'
|
100 + 41
|
A) 163 ; B) 706 ; C) 107 ; D) -688 ; E) 141
|
E
|
E) 141
|
Equation: 100 + 41
(100 + 41) β (141)
Result: 141
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '12 - 74'
|
12 - 74
|
A) 62 ; B) 96 ; C) -62 ; D) 17 ; E) 54
|
C
|
C) -62
|
Equation: 12 - 74
(12 - 74) β (-62)
Result: -62
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '18 % 26'
|
18 % 26
|
A) 28 ; B) 19 ; C) 17 ; D) 18 ; E) 8
|
D
|
D) 18
|
Equation: 18 % 26
(18 % 26) β (18)
Result: 18
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '24 - 34'
|
24 - 34
|
A) -10 ; B) 23 ; C) 10 ; D) -78 ; E) 0
|
A
|
A) -10
|
Equation: 24 - 34
(24 - 34) β (-10)
Result: -10
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '57 * 7'
|
57 * 7
|
A) 399 ; B) -74 ; C) 950 ; D) 852 ; E) 752
|
A
|
A) 399
|
Equation: 57 * 7
(57 * 7) β (399)
Result: 399
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '57 + 78'
|
57 + 78
|
A) -946 ; B) 206 ; C) -275 ; D) -199 ; E) 135
|
E
|
E) 135
|
Equation: 57 + 78
(57 + 78) β (135)
Result: 135
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '41 + 90'
|
41 + 90
|
A) 158 ; B) -707 ; C) -663 ; D) 733 ; E) 131
|
E
|
E) 131
|
Equation: 41 + 90
(41 + 90) β (131)
Result: 131
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '55 % 55'
|
55 % 55
|
A) -63 ; B) -92 ; C) 10 ; D) 0 ; E) 1
|
D
|
D) 0
|
Equation: 55 % 55
(55 % 55) β (0)
Result: 0
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '4 - 69'
|
4 - 69
|
A) -16 ; B) 92 ; C) 65 ; D) -24 ; E) -65
|
E
|
E) -65
|
Equation: 4 - 69
(4 - 69) β (-65)
Result: -65
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '61 % 38'
|
61 % 38
|
A) 22 ; B) 38 ; C) 33 ; D) 23 ; E) 24
|
D
|
D) 23
|
Equation: 61 % 38
(61 % 38) β (23)
Result: 23
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '12 * 27'
|
12 * 27
|
A) -719 ; B) 510 ; C) 194 ; D) 324 ; E) 281
|
D
|
D) 324
|
Equation: 12 * 27
(12 * 27) β (324)
Result: 324
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '92 + 99'
|
92 + 99
|
A) -515 ; B) -971 ; C) 245 ; D) 312 ; E) 191
|
E
|
E) 191
|
Equation: 92 + 99
(92 + 99) β (191)
Result: 191
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '100 % 8'
|
100 % 8
|
A) 14 ; B) 5 ; C) 3 ; D) 4 ; E) 8
|
D
|
D) 4
|
Equation: 100 % 8
(100 % 8) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '40 - 11'
|
40 - 11
|
A) 30 ; B) 28 ; C) -29 ; D) 29 ; E) 19
|
D
|
D) 29
|
Equation: 40 - 11
(40 - 11) β (29)
Result: 29
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '94 - 96'
|
94 - 96
|
A) -1 ; B) 2 ; C) -38 ; D) -2 ; E) 8
|
D
|
D) -2
|
Equation: 94 - 96
(94 - 96) β (-2)
Result: -2
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 % 31'
|
58 % 31
|
A) 31 ; B) 37 ; C) 27 ; D) 26 ; E) 17
|
C
|
C) 27
|
Equation: 58 % 31
(58 % 31) β (27)
Result: 27
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '8 % 74'
|
8 % 74
|
A) 8 ; B) 7 ; C) 18 ; D) 2 ; E) 9
|
A
|
A) 8
|
Equation: 8 % 74
(8 % 74) β (8)
Result: 8
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '91 + 60'
|
91 + 60
|
A) 453 ; B) 268 ; C) 771 ; D) 151 ; E) -872
|
D
|
D) 151
|
Equation: 91 + 60
(91 + 60) β (151)
Result: 151
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '95 + 20'
|
95 + 20
|
A) 783 ; B) 365 ; C) 115 ; D) -604 ; E) -224
|
C
|
C) 115
|
Equation: 95 + 20
(95 + 20) β (115)
Result: 115
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '4 - 4'
|
4 - 4
|
A) 39 ; B) 10 ; C) 0 ; D) 1 ; E) 16
|
C
|
C) 0
|
Equation: 4 - 4
(4 - 4) β (0)
Result: 0
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '28 % 53'
|
28 % 53
|
A) 38 ; B) 29 ; C) 27 ; D) 25 ; E) 28
|
E
|
E) 28
|
Equation: 28 % 53
(28 % 53) β (28)
Result: 28
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '75 - 92'
|
75 - 92
|
A) -63 ; B) -4 ; C) 17 ; D) -32 ; E) -17
|
E
|
E) -17
|
Equation: 75 - 92
(75 - 92) β (-17)
Result: -17
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '27 + 58'
|
27 + 58
|
A) 95 ; B) 86 ; C) 85 ; D) 84 ; E) 75
|
C
|
C) 85
|
Equation: 27 + 58
(27 + 58) β (85)
Result: 85
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '4 * 71'
|
4 * 71
|
A) -770 ; B) -620 ; C) -390 ; D) -752 ; E) 284
|
E
|
E) 284
|
Equation: 4 * 71
(4 * 71) β (284)
Result: 284
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '44 % 87'
|
44 % 87
|
A) 54 ; B) 45 ; C) 44 ; D) 43 ; E) 34
|
C
|
C) 44
|
Equation: 44 % 87
(44 % 87) β (44)
Result: 44
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '75 - 97'
|
75 - 97
|
A) 71 ; B) -22 ; C) 22 ; D) -67 ; E) -13
|
B
|
B) -22
|
Equation: 75 - 97
(75 - 97) β (-22)
Result: -22
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '45 - 59'
|
45 - 59
|
A) 14 ; B) -59 ; C) 29 ; D) -14 ; E) 48
|
D
|
D) -14
|
Equation: 45 - 59
(45 - 59) β (-14)
Result: -14
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '90 + 47'
|
90 + 47
|
A) 137 ; B) -689 ; C) -282 ; D) 717 ; E) -108
|
A
|
A) 137
|
Equation: 90 + 47
(90 + 47) β (137)
Result: 137
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '79 - 55'
|
79 - 55
|
A) 23 ; B) 14 ; C) 34 ; D) 24 ; E) -24
|
D
|
D) 24
|
Equation: 79 - 55
(79 - 55) β (24)
Result: 24
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '53 % 98'
|
53 % 98
|
A) 54 ; B) 45 ; C) 52 ; D) 43 ; E) 53
|
E
|
E) 53
|
Equation: 53 % 98
(53 % 98) β (53)
Result: 53
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '71 - 74'
|
71 - 74
|
A) 7 ; B) -90 ; C) 3 ; D) -38 ; E) -3
|
E
|
E) -3
|
Equation: 71 - 74
(71 - 74) β (-3)
Result: -3
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '2 * 73'
|
2 * 73
|
A) 146 ; B) -690 ; C) -619 ; D) -860 ; E) -370
|
A
|
A) 146
|
Equation: 2 * 73
(2 * 73) β (146)
Result: 146
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '71 % 37'
|
71 % 37
|
A) 37 ; B) 35 ; C) 33 ; D) 34 ; E) 24
|
D
|
D) 34
|
Equation: 71 % 37
(71 % 37) β (34)
Result: 34
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '86 - 44'
|
86 - 44
|
A) -42 ; B) 42 ; C) 52 ; D) 43 ; E) 32
|
B
|
B) 42
|
Equation: 86 - 44
(86 - 44) β (42)
Result: 42
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '82 + 98'
|
82 + 98
|
A) -289 ; B) 180 ; C) 974 ; D) -586 ; E) 432
|
B
|
B) 180
|
Equation: 82 + 98
(82 + 98) β (180)
Result: 180
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '13 + 20'
|
13 + 20
|
A) 23 ; B) 43 ; C) 34 ; D) 33 ; E) 32
|
D
|
D) 33
|
Equation: 13 + 20
(13 + 20) β (33)
Result: 33
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '19 - 30'
|
19 - 30
|
A) 39 ; B) -11 ; C) 11 ; D) -38 ; E) -21
|
B
|
B) -11
|
Equation: 19 - 30
(19 - 30) β (-11)
Result: -11
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '8 + 25'
|
8 + 25
|
A) 23 ; B) 43 ; C) 33 ; D) 34 ; E) 32
|
C
|
C) 33
|
Equation: 8 + 25
(8 + 25) β (33)
Result: 33
|
MathEvaluationGenerator
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.