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: '54 % 92'
|
54 % 92
|
A) 55 ; B) 54 ; C) 53 ; D) 44 ; E) 64
|
B
|
B) 54
|
Equation: 54 % 92
(54 % 92) β (54)
Result: 54
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '6 * 26'
|
6 * 26
|
A) -609 ; B) 222 ; C) 923 ; D) -1000 ; E) 156
|
E
|
E) 156
|
Equation: 6 * 26
(6 * 26) β (156)
Result: 156
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '8 - 29'
|
8 - 29
|
A) 21 ; B) -22 ; C) -35 ; D) -21 ; E) -96
|
D
|
D) -21
|
Equation: 8 - 29
(8 - 29) β (-21)
Result: -21
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '98 % 10'
|
98 % 10
|
A) 7 ; B) 10 ; C) 18 ; D) 9 ; E) 8
|
E
|
E) 8
|
Equation: 98 % 10
(98 % 10) β (8)
Result: 8
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '55 + 39'
|
55 + 39
|
A) 94 ; B) 95 ; C) 93 ; D) 84 ; E) -13
|
A
|
A) 94
|
Equation: 55 + 39
(55 + 39) β (94)
Result: 94
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '93 - 77'
|
93 - 77
|
A) 15 ; B) 16 ; C) 6 ; D) 26 ; E) 17
|
B
|
B) 16
|
Equation: 93 - 77
(93 - 77) β (16)
Result: 16
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '24 * 3'
|
24 * 3
|
A) 71 ; B) 72 ; C) 62 ; D) 82 ; E) 73
|
B
|
B) 72
|
Equation: 24 * 3
(24 * 3) β (72)
Result: 72
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '43 + 99'
|
43 + 99
|
A) -201 ; B) 117 ; C) 787 ; D) 142 ; E) 88
|
D
|
D) 142
|
Equation: 43 + 99
(43 + 99) β (142)
Result: 142
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '7 - 40'
|
7 - 40
|
A) -33 ; B) 69 ; C) -76 ; D) 33 ; E) -32
|
A
|
A) -33
|
Equation: 7 - 40
(7 - 40) β (-33)
Result: -33
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '3 - 64'
|
3 - 64
|
A) 61 ; B) -61 ; C) 29 ; D) 42 ; E) 18
|
B
|
B) -61
|
Equation: 3 - 64
(3 - 64) β (-61)
Result: -61
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '0 - 45'
|
0 - 45
|
A) -45 ; B) 31 ; C) 45 ; D) -22 ; E) 49
|
A
|
A) -45
|
Equation: 0 - 45
(0 - 45) β (-45)
Result: -45
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '61 - 95'
|
61 - 95
|
A) -100 ; B) 26 ; C) 34 ; D) -34 ; E) 96
|
D
|
D) -34
|
Equation: 61 - 95
(61 - 95) β (-34)
Result: -34
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '28 % 76'
|
28 % 76
|
A) 38 ; B) 29 ; C) 20 ; D) 18 ; E) 28
|
E
|
E) 28
|
Equation: 28 % 76
(28 % 76) β (28)
Result: 28
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '81 + 48'
|
81 + 48
|
A) 151 ; B) 125 ; C) 651 ; D) 129 ; E) 649
|
D
|
D) 129
|
Equation: 81 + 48
(81 + 48) β (129)
Result: 129
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '64 + 64'
|
64 + 64
|
A) 128 ; B) -274 ; C) -963 ; D) 761 ; E) -455
|
A
|
A) 128
|
Equation: 64 + 64
(64 + 64) β (128)
Result: 128
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '38 + 42'
|
38 + 42
|
A) 79 ; B) 70 ; C) 90 ; D) 81 ; E) 80
|
E
|
E) 80
|
Equation: 38 + 42
(38 + 42) β (80)
Result: 80
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '97 - 51'
|
97 - 51
|
A) 47 ; B) 45 ; C) 46 ; D) -46 ; E) 56
|
C
|
C) 46
|
Equation: 97 - 51
(97 - 51) β (46)
Result: 46
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '1 * 89'
|
1 * 89
|
A) 79 ; B) 99 ; C) 89 ; D) 90 ; E) 88
|
C
|
C) 89
|
Equation: 1 * 89
(1 * 89) β (89)
Result: 89
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '55 - 51'
|
55 - 51
|
A) 14 ; B) 5 ; C) 4 ; D) -4 ; E) 3
|
C
|
C) 4
|
Equation: 55 - 51
(55 - 51) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '46 % 91'
|
46 % 91
|
A) 47 ; B) 46 ; C) 45 ; D) 36 ; E) 56
|
B
|
B) 46
|
Equation: 46 % 91
(46 % 91) β (46)
Result: 46
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '89 + 22'
|
89 + 22
|
A) 111 ; B) 535 ; C) -875 ; D) -615 ; E) -304
|
A
|
A) 111
|
Equation: 89 + 22
(89 + 22) β (111)
Result: 111
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '29 + 32'
|
29 + 32
|
A) 71 ; B) 62 ; C) 60 ; D) 51 ; E) 61
|
E
|
E) 61
|
Equation: 29 + 32
(29 + 32) β (61)
Result: 61
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '50 + 22'
|
50 + 22
|
A) 72 ; B) 71 ; C) 62 ; D) 82 ; E) 73
|
A
|
A) 72
|
Equation: 50 + 22
(50 + 22) β (72)
Result: 72
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '52 + 13'
|
52 + 13
|
A) 65 ; B) 55 ; C) 75 ; D) 66 ; E) 64
|
A
|
A) 65
|
Equation: 52 + 13
(52 + 13) β (65)
Result: 65
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '11 % 86'
|
11 % 86
|
A) 1 ; B) 21 ; C) 12 ; D) 9 ; E) 11
|
E
|
E) 11
|
Equation: 11 % 86
(11 % 86) β (11)
Result: 11
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '56 + 63'
|
56 + 63
|
A) 92 ; B) -691 ; C) 119 ; D) 556 ; E) -917
|
C
|
C) 119
|
Equation: 56 + 63
(56 + 63) β (119)
Result: 119
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '67 - 44'
|
67 - 44
|
A) -23 ; B) 23 ; C) 22 ; D) 13 ; E) 33
|
B
|
B) 23
|
Equation: 67 - 44
(67 - 44) β (23)
Result: 23
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '63 - 7'
|
63 - 7
|
A) 55 ; B) 56 ; C) 66 ; D) 57 ; E) -56
|
B
|
B) 56
|
Equation: 63 - 7
(63 - 7) β (56)
Result: 56
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '12 % 66'
|
12 % 66
|
A) 22 ; B) 13 ; C) 11 ; D) 2 ; E) 12
|
E
|
E) 12
|
Equation: 12 % 66
(12 % 66) β (12)
Result: 12
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '81 + 56'
|
81 + 56
|
A) 137 ; B) 485 ; C) -310 ; D) 57 ; E) -272
|
A
|
A) 137
|
Equation: 81 + 56
(81 + 56) β (137)
Result: 137
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '10 % 97'
|
10 % 97
|
A) 7 ; B) 10 ; C) 11 ; D) 9 ; E) 0
|
B
|
B) 10
|
Equation: 10 % 97
(10 % 97) β (10)
Result: 10
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '27 - 81'
|
27 - 81
|
A) 76 ; B) 54 ; C) -92 ; D) -54 ; E) -6
|
D
|
D) -54
|
Equation: 27 - 81
(27 - 81) β (-54)
Result: -54
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '18 % 40'
|
18 % 40
|
A) 18 ; B) 28 ; C) 19 ; D) 17 ; E) 8
|
A
|
A) 18
|
Equation: 18 % 40
(18 % 40) β (18)
Result: 18
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '92 + 85'
|
92 + 85
|
A) 177 ; B) 767 ; C) 14 ; D) 637 ; E) 473
|
A
|
A) 177
|
Equation: 92 + 85
(92 + 85) β (177)
Result: 177
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '63 + 30'
|
63 + 30
|
A) 55 ; B) 94 ; C) 93 ; D) 92 ; E) 83
|
C
|
C) 93
|
Equation: 63 + 30
(63 + 30) β (93)
Result: 93
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '45 - 22'
|
45 - 22
|
A) 22 ; B) 23 ; C) 13 ; D) 33 ; E) 24
|
B
|
B) 23
|
Equation: 45 - 22
(45 - 22) β (23)
Result: 23
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '75 % 58'
|
75 % 58
|
A) 7 ; B) 27 ; C) 17 ; D) 18 ; E) 16
|
C
|
C) 17
|
Equation: 75 % 58
(75 % 58) β (17)
Result: 17
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '64 + 74'
|
64 + 74
|
A) -4 ; B) 138 ; C) -836 ; D) 505 ; E) -280
|
B
|
B) 138
|
Equation: 64 + 74
(64 + 74) β (138)
Result: 138
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '77 % 28'
|
77 % 28
|
A) 21 ; B) 31 ; C) 22 ; D) 20 ; E) 28
|
A
|
A) 21
|
Equation: 77 % 28
(77 % 28) β (21)
Result: 21
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '18 % 9'
|
18 % 9
|
A) -26 ; B) 9 ; C) 10 ; D) 0 ; E) 1
|
D
|
D) 0
|
Equation: 18 % 9
(18 % 9) β (0)
Result: 0
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '1 + 50'
|
1 + 50
|
A) 61 ; B) 52 ; C) 51 ; D) 50 ; E) 41
|
C
|
C) 51
|
Equation: 1 + 50
(1 + 50) β (51)
Result: 51
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '1 - 50'
|
1 - 50
|
A) -49 ; B) -26 ; C) 17 ; D) 39 ; E) 49
|
A
|
A) -49
|
Equation: 1 - 50
(1 - 50) β (-49)
Result: -49
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '95 + 42'
|
95 + 42
|
A) 159 ; B) 188 ; C) -44 ; D) -39 ; E) 137
|
E
|
E) 137
|
Equation: 95 + 42
(95 + 42) β (137)
Result: 137
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '64 + 66'
|
64 + 66
|
A) 445 ; B) 974 ; C) 45 ; D) 171 ; E) 130
|
E
|
E) 130
|
Equation: 64 + 66
(64 + 66) β (130)
Result: 130
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 % 94'
|
5 % 94
|
A) 15 ; B) 6 ; C) 4 ; D) 5 ; E) 0
|
D
|
D) 5
|
Equation: 5 % 94
(5 % 94) β (5)
Result: 5
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '13 - 39'
|
13 - 39
|
A) 21 ; B) -85 ; C) 26 ; D) -26 ; E) -79
|
D
|
D) -26
|
Equation: 13 - 39
(13 - 39) β (-26)
Result: -26
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '97 % 82'
|
97 % 82
|
A) 15 ; B) 14 ; C) 5 ; D) 82 ; E) 16
|
A
|
A) 15
|
Equation: 97 % 82
(97 % 82) β (15)
Result: 15
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '59 + 49'
|
59 + 49
|
A) -210 ; B) 98 ; C) 108 ; D) 353 ; E) 930
|
C
|
C) 108
|
Equation: 59 + 49
(59 + 49) β (108)
Result: 108
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '19 + 72'
|
19 + 72
|
A) -83 ; B) 92 ; C) 90 ; D) 91 ; E) 81
|
D
|
D) 91
|
Equation: 19 + 72
(19 + 72) β (91)
Result: 91
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '80 % 88'
|
80 % 88
|
A) 79 ; B) 70 ; C) 80 ; D) 81 ; E) 8
|
C
|
C) 80
|
Equation: 80 % 88
(80 % 88) β (80)
Result: 80
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '11 - 62'
|
11 - 62
|
A) 31 ; B) -100 ; C) 51 ; D) 81 ; E) -51
|
E
|
E) -51
|
Equation: 11 - 62
(11 - 62) β (-51)
Result: -51
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '43 - 51'
|
43 - 51
|
A) 21 ; B) 66 ; C) 2 ; D) 8 ; E) -8
|
E
|
E) -8
|
Equation: 43 - 51
(43 - 51) β (-8)
Result: -8
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '66 - 30'
|
66 - 30
|
A) 46 ; B) 37 ; C) 36 ; D) -36 ; E) 35
|
C
|
C) 36
|
Equation: 66 - 30
(66 - 30) β (36)
Result: 36
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '52 - 28'
|
52 - 28
|
A) 14 ; B) 34 ; C) 25 ; D) 24 ; E) -24
|
D
|
D) 24
|
Equation: 52 - 28
(52 - 28) β (24)
Result: 24
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '98 * 6'
|
98 * 6
|
A) -123 ; B) 588 ; C) 37 ; D) 242 ; E) 504
|
B
|
B) 588
|
Equation: 98 * 6
(98 * 6) β (588)
Result: 588
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '22 - 56'
|
22 - 56
|
A) -67 ; B) 34 ; C) -39 ; D) -34 ; E) 96
|
D
|
D) -34
|
Equation: 22 - 56
(22 - 56) β (-34)
Result: -34
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '1 + 95'
|
1 + 95
|
A) 95 ; B) 86 ; C) 2 ; D) 97 ; E) 96
|
E
|
E) 96
|
Equation: 1 + 95
(1 + 95) β (96)
Result: 96
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 - 69'
|
5 - 69
|
A) 6 ; B) 98 ; C) 86 ; D) -64 ; E) 64
|
D
|
D) -64
|
Equation: 5 - 69
(5 - 69) β (-64)
Result: -64
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '42 % 52'
|
42 % 52
|
A) 52 ; B) 10 ; C) 42 ; D) 41 ; E) 32
|
C
|
C) 42
|
Equation: 42 % 52
(42 % 52) β (42)
Result: 42
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '21 + 48'
|
21 + 48
|
A) 79 ; B) 69 ; C) 70 ; D) 68 ; E) 59
|
B
|
B) 69
|
Equation: 21 + 48
(21 + 48) β (69)
Result: 69
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '34 - 67'
|
34 - 67
|
A) 21 ; B) -28 ; C) 18 ; D) 33 ; E) -33
|
E
|
E) -33
|
Equation: 34 - 67
(34 - 67) β (-33)
Result: -33
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '61 % 80'
|
61 % 80
|
A) 71 ; B) 60 ; C) 61 ; D) 19 ; E) 51
|
C
|
C) 61
|
Equation: 61 % 80
(61 % 80) β (61)
Result: 61
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '80 - 14'
|
80 - 14
|
A) 66 ; B) -66 ; C) 76 ; D) 65 ; E) 56
|
A
|
A) 66
|
Equation: 80 - 14
(80 - 14) β (66)
Result: 66
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '35 * 5'
|
35 * 5
|
A) 463 ; B) 175 ; C) 116 ; D) -565 ; E) 217
|
B
|
B) 175
|
Equation: 35 * 5
(35 * 5) β (175)
Result: 175
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '34 + 53'
|
34 + 53
|
A) 86 ; B) 87 ; C) 77 ; D) 97 ; E) 88
|
B
|
B) 87
|
Equation: 34 + 53
(34 + 53) β (87)
Result: 87
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '88 % 31'
|
88 % 31
|
A) 31 ; B) 36 ; C) 26 ; D) 27 ; E) 25
|
C
|
C) 26
|
Equation: 88 % 31
(88 % 31) β (26)
Result: 26
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '53 + 92'
|
53 + 92
|
A) -777 ; B) 145 ; C) -507 ; D) -732 ; E) -837
|
B
|
B) 145
|
Equation: 53 + 92
(53 + 92) β (145)
Result: 145
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '90 % 16'
|
90 % 16
|
A) 10 ; B) 16 ; C) 11 ; D) 9 ; E) 0
|
A
|
A) 10
|
Equation: 90 % 16
(90 % 16) β (10)
Result: 10
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '42 - 55'
|
42 - 55
|
A) 23 ; B) 13 ; C) -67 ; D) 57 ; E) -13
|
E
|
E) -13
|
Equation: 42 - 55
(42 - 55) β (-13)
Result: -13
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '7 + 53'
|
7 + 53
|
A) 70 ; B) 61 ; C) 59 ; D) 50 ; E) 60
|
E
|
E) 60
|
Equation: 7 + 53
(7 + 53) β (60)
Result: 60
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '68 + 48'
|
68 + 48
|
A) 116 ; B) -691 ; C) -483 ; D) 785 ; E) -824
|
A
|
A) 116
|
Equation: 68 + 48
(68 + 48) β (116)
Result: 116
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '3 - 87'
|
3 - 87
|
A) 84 ; B) -84 ; C) 2 ; D) -92 ; E) -94
|
B
|
B) -84
|
Equation: 3 - 87
(3 - 87) β (-84)
Result: -84
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '84 - 89'
|
84 - 89
|
A) 22 ; B) 5 ; C) -95 ; D) -5 ; E) -8
|
D
|
D) -5
|
Equation: 84 - 89
(84 - 89) β (-5)
Result: -5
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 * 31'
|
5 * 31
|
A) -553 ; B) -347 ; C) 155 ; D) -764 ; E) 963
|
C
|
C) 155
|
Equation: 5 * 31
(5 * 31) β (155)
Result: 155
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 + 59'
|
5 + 59
|
A) 63 ; B) 54 ; C) 74 ; D) 65 ; E) 64
|
E
|
E) 64
|
Equation: 5 + 59
(5 + 59) β (64)
Result: 64
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '70 % 66'
|
70 % 66
|
A) 4 ; B) 14 ; C) 5 ; D) 3 ; E) 66
|
A
|
A) 4
|
Equation: 70 % 66
(70 % 66) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '83 % 5'
|
83 % 5
|
A) 13 ; B) 4 ; C) 3 ; D) 5 ; E) 2
|
C
|
C) 3
|
Equation: 83 % 5
(83 % 5) β (3)
Result: 3
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '61 % 52'
|
61 % 52
|
A) 52 ; B) 19 ; C) 9 ; D) 10 ; E) 8
|
C
|
C) 9
|
Equation: 61 % 52
(61 % 52) β (9)
Result: 9
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '29 % 44'
|
29 % 44
|
A) 15 ; B) 30 ; C) 39 ; D) 28 ; E) 29
|
E
|
E) 29
|
Equation: 29 % 44
(29 % 44) β (29)
Result: 29
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '100 % 36'
|
100 % 36
|
A) 38 ; B) 28 ; C) 29 ; D) 36 ; E) 27
|
B
|
B) 28
|
Equation: 100 % 36
(100 % 36) β (28)
Result: 28
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '35 % 78'
|
35 % 78
|
A) 35 ; B) 45 ; C) 36 ; D) 34 ; E) 25
|
A
|
A) 35
|
Equation: 35 % 78
(35 % 78) β (35)
Result: 35
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '0 - 7'
|
0 - 7
|
A) -7 ; B) 7 ; C) -25 ; D) 3 ; E) 66
|
A
|
A) -7
|
Equation: 0 - 7
(0 - 7) β (-7)
Result: -7
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '11 * 10'
|
11 * 10
|
A) -481 ; B) -761 ; C) 100 ; D) 110 ; E) 575
|
D
|
D) 110
|
Equation: 11 * 10
(11 * 10) β (110)
Result: 110
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '4 + 10'
|
4 + 10
|
A) 15 ; B) 13 ; C) 14 ; D) 4 ; E) 24
|
C
|
C) 14
|
Equation: 4 + 10
(4 + 10) β (14)
Result: 14
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '95 % 81'
|
95 % 81
|
A) 15 ; B) 13 ; C) 81 ; D) 24 ; E) 14
|
E
|
E) 14
|
Equation: 95 % 81
(95 % 81) β (14)
Result: 14
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '100 - 63'
|
100 - 63
|
A) 37 ; B) 47 ; C) 38 ; D) 36 ; E) 27
|
A
|
A) 37
|
Equation: 100 - 63
(100 - 63) β (37)
Result: 37
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '76 % 3'
|
76 % 3
|
A) 11 ; B) 2 ; C) 3 ; D) 0 ; E) 1
|
E
|
E) 1
|
Equation: 76 % 3
(76 % 3) β (1)
Result: 1
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '93 % 64'
|
93 % 64
|
A) 39 ; B) 30 ; C) 19 ; D) 29 ; E) 64
|
D
|
D) 29
|
Equation: 93 % 64
(93 % 64) β (29)
Result: 29
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '82 % 37'
|
82 % 37
|
A) 7 ; B) 8 ; C) 37 ; D) 18 ; E) 9
|
B
|
B) 8
|
Equation: 82 % 37
(82 % 37) β (8)
Result: 8
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '9 + 74'
|
9 + 74
|
A) 93 ; B) 83 ; C) 84 ; D) 82 ; E) 73
|
B
|
B) 83
|
Equation: 9 + 74
(9 + 74) β (83)
Result: 83
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '27 % 100'
|
27 % 100
|
A) 37 ; B) 28 ; C) 27 ; D) 19 ; E) 26
|
C
|
C) 27
|
Equation: 27 % 100
(27 % 100) β (27)
Result: 27
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '53 % 41'
|
53 % 41
|
A) 22 ; B) 13 ; C) 2 ; D) 12 ; E) 41
|
D
|
D) 12
|
Equation: 53 % 41
(53 % 41) β (12)
Result: 12
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '78 + 7'
|
78 + 7
|
A) 95 ; B) 86 ; C) 84 ; D) 75 ; E) 85
|
E
|
E) 85
|
Equation: 78 + 7
(78 + 7) β (85)
Result: 85
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '84 - 75'
|
84 - 75
|
A) -9 ; B) 9 ; C) 19 ; D) 10 ; E) 8
|
B
|
B) 9
|
Equation: 84 - 75
(84 - 75) β (9)
Result: 9
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '80 % 17'
|
80 % 17
|
A) 22 ; B) 12 ; C) 13 ; D) 11 ; E) 17
|
B
|
B) 12
|
Equation: 80 % 17
(80 % 17) β (12)
Result: 12
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '45 - 53'
|
45 - 53
|
A) -72 ; B) 2 ; C) -8 ; D) 78 ; E) 8
|
C
|
C) -8
|
Equation: 45 - 53
(45 - 53) β (-8)
Result: -8
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '72 - 92'
|
72 - 92
|
A) 71 ; B) -20 ; C) -74 ; D) -51 ; E) 20
|
B
|
B) -20
|
Equation: 72 - 92
(72 - 92) β (-20)
Result: -20
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '53 - 1'
|
53 - 1
|
A) 62 ; B) 53 ; C) -52 ; D) 52 ; E) 51
|
D
|
D) 52
|
Equation: 53 - 1
(53 - 1) β (52)
Result: 52
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '97 - 63'
|
97 - 63
|
A) 44 ; B) 34 ; C) 35 ; D) 33 ; E) 24
|
B
|
B) 34
|
Equation: 97 - 63
(97 - 63) β (34)
Result: 34
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '67 % 81'
|
67 % 81
|
A) 14 ; B) 77 ; C) 68 ; D) 57 ; E) 67
|
E
|
E) 67
|
Equation: 67 % 81
(67 % 81) β (67)
Result: 67
|
MathEvaluationGenerator
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.