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: '87 + 53'
|
87 + 53
|
A) 84 ; B) 140 ; C) -341 ; D) -887 ; E) 689
|
B
|
B) 140
|
Equation: 87 + 53
(87 + 53) β (140)
Result: 140
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '85 - 84'
|
85 - 84
|
A) -1 ; B) 11 ; C) 2 ; D) 1 ; E) 0
|
D
|
D) 1
|
Equation: 85 - 84
(85 - 84) β (1)
Result: 1
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '68 % 48'
|
68 % 48
|
A) 21 ; B) 20 ; C) 19 ; D) 10 ; E) 48
|
B
|
B) 20
|
Equation: 68 % 48
(68 % 48) β (20)
Result: 20
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '49 + 88'
|
49 + 88
|
A) 137 ; B) -233 ; C) 166 ; D) -435 ; E) 869
|
A
|
A) 137
|
Equation: 49 + 88
(49 + 88) β (137)
Result: 137
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '68 - 94'
|
68 - 94
|
A) 39 ; B) 98 ; C) -26 ; D) 26 ; E) 97
|
C
|
C) -26
|
Equation: 68 - 94
(68 - 94) β (-26)
Result: -26
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '2 * 82'
|
2 * 82
|
A) 788 ; B) 164 ; C) -846 ; D) -711 ; E) 864
|
B
|
B) 164
|
Equation: 2 * 82
(2 * 82) β (164)
Result: 164
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '11 - 15'
|
11 - 15
|
A) -10 ; B) 6 ; C) 4 ; D) -57 ; E) -4
|
E
|
E) -4
|
Equation: 11 - 15
(11 - 15) β (-4)
Result: -4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '88 - 23'
|
88 - 23
|
A) 65 ; B) -65 ; C) 55 ; D) 75 ; E) 66
|
A
|
A) 65
|
Equation: 88 - 23
(88 - 23) β (65)
Result: 65
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '59 + 73'
|
59 + 73
|
A) -154 ; B) 629 ; C) 373 ; D) 417 ; E) 132
|
E
|
E) 132
|
Equation: 59 + 73
(59 + 73) β (132)
Result: 132
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '97 % 55'
|
97 % 55
|
A) 55 ; B) 52 ; C) 43 ; D) 42 ; E) 41
|
D
|
D) 42
|
Equation: 97 % 55
(97 % 55) β (42)
Result: 42
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '94 + 37'
|
94 + 37
|
A) -650 ; B) 141 ; C) -716 ; D) 208 ; E) 131
|
E
|
E) 131
|
Equation: 94 + 37
(94 + 37) β (131)
Result: 131
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '35 - 61'
|
35 - 61
|
A) -17 ; B) -26 ; C) 61 ; D) 26 ; E) -88
|
B
|
B) -26
|
Equation: 35 - 61
(35 - 61) β (-26)
Result: -26
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '8 % 42'
|
8 % 42
|
A) 7 ; B) 2 ; C) 18 ; D) 9 ; E) 8
|
E
|
E) 8
|
Equation: 8 % 42
(8 % 42) β (8)
Result: 8
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '92 % 73'
|
92 % 73
|
A) 9 ; B) 19 ; C) 20 ; D) 18 ; E) 73
|
B
|
B) 19
|
Equation: 92 % 73
(92 % 73) β (19)
Result: 19
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '54 * 3'
|
54 * 3
|
A) 662 ; B) 165 ; C) 562 ; D) 952 ; E) 162
|
E
|
E) 162
|
Equation: 54 * 3
(54 * 3) β (162)
Result: 162
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '4 % 94'
|
4 % 94
|
A) 4 ; B) 14 ; C) 5 ; D) 3 ; E) 2
|
A
|
A) 4
|
Equation: 4 % 94
(4 % 94) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '36 + 18'
|
36 + 18
|
A) 55 ; B) 53 ; C) 54 ; D) 44 ; E) 64
|
C
|
C) 54
|
Equation: 36 + 18
(36 + 18) β (54)
Result: 54
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '96 + 12'
|
96 + 12
|
A) -161 ; B) -573 ; C) 108 ; D) 738 ; E) 98
|
C
|
C) 108
|
Equation: 96 + 12
(96 + 12) β (108)
Result: 108
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '48 + 64'
|
48 + 64
|
A) 112 ; B) 925 ; C) 797 ; D) -923 ; E) 294
|
A
|
A) 112
|
Equation: 48 + 64
(48 + 64) β (112)
Result: 112
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '6 * 65'
|
6 * 65
|
A) 341 ; B) -52 ; C) -357 ; D) 390 ; E) -260
|
D
|
D) 390
|
Equation: 6 * 65
(6 * 65) β (390)
Result: 390
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '73 * 12'
|
73 * 12
|
A) 857 ; B) 876 ; C) -363 ; D) 161 ; E) 904
|
B
|
B) 876
|
Equation: 73 * 12
(73 * 12) β (876)
Result: 876
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '81 - 30'
|
81 - 30
|
A) 61 ; B) 52 ; C) 50 ; D) -51 ; E) 51
|
E
|
E) 51
|
Equation: 81 - 30
(81 - 30) β (51)
Result: 51
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '80 + 26'
|
80 + 26
|
A) -673 ; B) 94 ; C) 835 ; D) 106 ; E) 96
|
D
|
D) 106
|
Equation: 80 + 26
(80 + 26) β (106)
Result: 106
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '71 + 58'
|
71 + 58
|
A) 82 ; B) -780 ; C) 315 ; D) -918 ; E) 129
|
E
|
E) 129
|
Equation: 71 + 58
(71 + 58) β (129)
Result: 129
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '39 - 21'
|
39 - 21
|
A) -18 ; B) 19 ; C) 18 ; D) 17 ; E) 8
|
C
|
C) 18
|
Equation: 39 - 21
(39 - 21) β (18)
Result: 18
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '30 * 1'
|
30 * 1
|
A) 30 ; B) 31 ; C) 29 ; D) 20 ; E) 40
|
A
|
A) 30
|
Equation: 30 * 1
(30 * 1) β (30)
Result: 30
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 + 2'
|
58 + 2
|
A) 70 ; B) 61 ; C) 59 ; D) 50 ; E) 60
|
E
|
E) 60
|
Equation: 58 + 2
(58 + 2) β (60)
Result: 60
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '11 - 97'
|
11 - 97
|
A) -86 ; B) 8 ; C) 86 ; D) 33 ; E) -16
|
A
|
A) -86
|
Equation: 11 - 97
(11 - 97) β (-86)
Result: -86
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '49 % 95'
|
49 % 95
|
A) 49 ; B) 46 ; C) 59 ; D) 50 ; E) 48
|
A
|
A) 49
|
Equation: 49 % 95
(49 % 95) β (49)
Result: 49
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '99 + 51'
|
99 + 51
|
A) -913 ; B) 949 ; C) 150 ; D) -85 ; E) -526
|
C
|
C) 150
|
Equation: 99 + 51
(99 + 51) β (150)
Result: 150
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '80 + 69'
|
80 + 69
|
A) -281 ; B) 149 ; C) -236 ; D) -422 ; E) -359
|
B
|
B) 149
|
Equation: 80 + 69
(80 + 69) β (149)
Result: 149
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '92 + 75'
|
92 + 75
|
A) 639 ; B) 335 ; C) 295 ; D) 167 ; E) 842
|
D
|
D) 167
|
Equation: 92 + 75
(92 + 75) β (167)
Result: 167
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '78 - 23'
|
78 - 23
|
A) 54 ; B) 65 ; C) 55 ; D) -55 ; E) 56
|
C
|
C) 55
|
Equation: 78 - 23
(78 - 23) β (55)
Result: 55
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '59 % 59'
|
59 % 59
|
A) 68 ; B) -87 ; C) 10 ; D) 1 ; E) 0
|
E
|
E) 0
|
Equation: 59 % 59
(59 % 59) β (0)
Result: 0
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '96 + 77'
|
96 + 77
|
A) -859 ; B) 910 ; C) 5 ; D) -80 ; E) 173
|
E
|
E) 173
|
Equation: 96 + 77
(96 + 77) β (173)
Result: 173
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '0 - 51'
|
0 - 51
|
A) -75 ; B) -51 ; C) 6 ; D) -43 ; E) 51
|
B
|
B) -51
|
Equation: 0 - 51
(0 - 51) β (-51)
Result: -51
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '17 % 4'
|
17 % 4
|
A) 4 ; B) 1 ; C) 11 ; D) 2 ; E) 0
|
B
|
B) 1
|
Equation: 17 % 4
(17 % 4) β (1)
Result: 1
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '99 + 94'
|
99 + 94
|
A) 193 ; B) -802 ; C) -494 ; D) -183 ; E) -216
|
A
|
A) 193
|
Equation: 99 + 94
(99 + 94) β (193)
Result: 193
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '43 - 62'
|
43 - 62
|
A) -83 ; B) -19 ; C) 19 ; D) 26 ; E) -48
|
B
|
B) -19
|
Equation: 43 - 62
(43 - 62) β (-19)
Result: -19
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '9 - 39'
|
9 - 39
|
A) 15 ; B) -30 ; C) 30 ; D) -36 ; E) 64
|
B
|
B) -30
|
Equation: 9 - 39
(9 - 39) β (-30)
Result: -30
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '38 % 74'
|
38 % 74
|
A) 39 ; B) 37 ; C) 36 ; D) 38 ; E) 48
|
D
|
D) 38
|
Equation: 38 % 74
(38 % 74) β (38)
Result: 38
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '67 + 56'
|
67 + 56
|
A) 621 ; B) -758 ; C) 682 ; D) -934 ; E) 123
|
E
|
E) 123
|
Equation: 67 + 56
(67 + 56) β (123)
Result: 123
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '34 % 88'
|
34 % 88
|
A) 44 ; B) 34 ; C) 20 ; D) 35 ; E) 33
|
B
|
B) 34
|
Equation: 34 % 88
(34 % 88) β (34)
Result: 34
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '55 + 46'
|
55 + 46
|
A) 375 ; B) 101 ; C) 100 ; D) 91 ; E) -16
|
B
|
B) 101
|
Equation: 55 + 46
(55 + 46) β (101)
Result: 101
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '86 % 30'
|
86 % 30
|
A) 30 ; B) 36 ; C) 26 ; D) 27 ; E) 16
|
C
|
C) 26
|
Equation: 86 % 30
(86 % 30) β (26)
Result: 26
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '64 + 26'
|
64 + 26
|
A) 90 ; B) 100 ; C) 91 ; D) 89 ; E) 80
|
A
|
A) 90
|
Equation: 64 + 26
(64 + 26) β (90)
Result: 90
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 % 71'
|
58 % 71
|
A) 68 ; B) 59 ; C) 58 ; D) 57 ; E) 48
|
C
|
C) 58
|
Equation: 58 % 71
(58 % 71) β (58)
Result: 58
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '50 + 78'
|
50 + 78
|
A) -227 ; B) -934 ; C) -599 ; D) 128 ; E) -280
|
D
|
D) 128
|
Equation: 50 + 78
(50 + 78) β (128)
Result: 128
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '99 % 12'
|
99 % 12
|
A) 3 ; B) 13 ; C) 4 ; D) 12 ; E) 2
|
A
|
A) 3
|
Equation: 99 % 12
(99 % 12) β (3)
Result: 3
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '60 + 71'
|
60 + 71
|
A) 125 ; B) 884 ; C) 66 ; D) 960 ; E) 131
|
E
|
E) 131
|
Equation: 60 + 71
(60 + 71) β (131)
Result: 131
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '47 + 45'
|
47 + 45
|
A) 63 ; B) 93 ; C) 91 ; D) 92 ; E) 82
|
D
|
D) 92
|
Equation: 47 + 45
(47 + 45) β (92)
Result: 92
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '15 * 11'
|
15 * 11
|
A) 167 ; B) -51 ; C) 165 ; D) 988 ; E) -909
|
C
|
C) 165
|
Equation: 15 * 11
(15 * 11) β (165)
Result: 165
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 + 13'
|
58 + 13
|
A) 70 ; B) 61 ; C) 81 ; D) 72 ; E) 71
|
E
|
E) 71
|
Equation: 58 + 13
(58 + 13) β (71)
Result: 71
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '13 * 13'
|
13 * 13
|
A) -810 ; B) 269 ; C) 169 ; D) -646 ; E) 593
|
C
|
C) 169
|
Equation: 13 * 13
(13 * 13) β (169)
Result: 169
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '98 - 68'
|
98 - 68
|
A) 30 ; B) 31 ; C) 20 ; D) -30 ; E) 40
|
A
|
A) 30
|
Equation: 98 - 68
(98 - 68) β (30)
Result: 30
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '56 + 19'
|
56 + 19
|
A) 75 ; B) 85 ; C) 76 ; D) 74 ; E) 65
|
A
|
A) 75
|
Equation: 56 + 19
(56 + 19) β (75)
Result: 75
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '35 % 68'
|
35 % 68
|
A) 45 ; B) 36 ; C) 35 ; D) 34 ; E) 25
|
C
|
C) 35
|
Equation: 35 % 68
(35 % 68) β (35)
Result: 35
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '1 + 31'
|
1 + 31
|
A) 31 ; B) 22 ; C) 42 ; D) 32 ; E) 33
|
D
|
D) 32
|
Equation: 1 + 31
(1 + 31) β (32)
Result: 32
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '62 % 28'
|
62 % 28
|
A) 7 ; B) 6 ; C) 5 ; D) 28 ; E) 16
|
B
|
B) 6
|
Equation: 62 % 28
(62 % 28) β (6)
Result: 6
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '86 + 71'
|
86 + 71
|
A) 157 ; B) 670 ; C) 668 ; D) -47 ; E) 424
|
A
|
A) 157
|
Equation: 86 + 71
(86 + 71) β (157)
Result: 157
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '3 - 81'
|
3 - 81
|
A) 78 ; B) 72 ; C) 42 ; D) -78 ; E) 40
|
D
|
D) -78
|
Equation: 3 - 81
(3 - 81) β (-78)
Result: -78
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '30 - 35'
|
30 - 35
|
A) -5 ; B) 5 ; C) -61 ; D) 81 ; E) -96
|
A
|
A) -5
|
Equation: 30 - 35
(30 - 35) β (-5)
Result: -5
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '40 + 56'
|
40 + 56
|
A) 95 ; B) 86 ; C) 29 ; D) 97 ; E) 96
|
E
|
E) 96
|
Equation: 40 + 56
(40 + 56) β (96)
Result: 96
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '1 - 39'
|
1 - 39
|
A) 38 ; B) -78 ; C) -15 ; D) -38 ; E) 72
|
D
|
D) -38
|
Equation: 1 - 39
(1 - 39) β (-38)
Result: -38
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '9 * 47'
|
9 * 47
|
A) 52 ; B) 300 ; C) 689 ; D) -264 ; E) 423
|
E
|
E) 423
|
Equation: 9 * 47
(9 * 47) β (423)
Result: 423
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '22 % 91'
|
22 % 91
|
A) 23 ; B) 12 ; C) 3 ; D) 32 ; E) 22
|
E
|
E) 22
|
Equation: 22 % 91
(22 % 91) β (22)
Result: 22
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '95 - 45'
|
95 - 45
|
A) 60 ; B) 51 ; C) 50 ; D) 49 ; E) 40
|
C
|
C) 50
|
Equation: 95 - 45
(95 - 45) β (50)
Result: 50
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '70 * 13'
|
70 * 13
|
A) 749 ; B) 578 ; C) 577 ; D) -838 ; E) 910
|
E
|
E) 910
|
Equation: 70 * 13
(70 * 13) β (910)
Result: 910
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '69 - 98'
|
69 - 98
|
A) 29 ; B) -29 ; C) -4 ; D) 3 ; E) 18
|
B
|
B) -29
|
Equation: 69 - 98
(69 - 98) β (-29)
Result: -29
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '21 % 10'
|
21 % 10
|
A) 11 ; B) 10 ; C) 1 ; D) 2 ; E) 0
|
C
|
C) 1
|
Equation: 21 % 10
(21 % 10) β (1)
Result: 1
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '64 + 1'
|
64 + 1
|
A) 55 ; B) 75 ; C) 66 ; D) 64 ; E) 65
|
E
|
E) 65
|
Equation: 64 + 1
(64 + 1) β (65)
Result: 65
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '16 * 53'
|
16 * 53
|
A) 286 ; B) 524 ; C) 643 ; D) 961 ; E) 848
|
E
|
E) 848
|
Equation: 16 * 53
(16 * 53) β (848)
Result: 848
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '49 + 46'
|
49 + 46
|
A) -89 ; B) 94 ; C) 85 ; D) 96 ; E) 95
|
E
|
E) 95
|
Equation: 49 + 46
(49 + 46) β (95)
Result: 95
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '81 + 56'
|
81 + 56
|
A) 739 ; B) 587 ; C) 137 ; D) -774 ; E) 345
|
C
|
C) 137
|
Equation: 81 + 56
(81 + 56) β (137)
Result: 137
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 + 19'
|
58 + 19
|
A) 87 ; B) 77 ; C) 78 ; D) 76 ; E) 67
|
B
|
B) 77
|
Equation: 58 + 19
(58 + 19) β (77)
Result: 77
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '57 + 4'
|
57 + 4
|
A) 61 ; B) 71 ; C) 62 ; D) 60 ; E) 51
|
A
|
A) 61
|
Equation: 57 + 4
(57 + 4) β (61)
Result: 61
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '89 + 5'
|
89 + 5
|
A) 95 ; B) 93 ; C) 84 ; D) 64 ; E) 94
|
E
|
E) 94
|
Equation: 89 + 5
(89 + 5) β (94)
Result: 94
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '38 - 100'
|
38 - 100
|
A) -25 ; B) 62 ; C) -62 ; D) -27 ; E) 17
|
C
|
C) -62
|
Equation: 38 - 100
(38 - 100) β (-62)
Result: -62
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '85 % 40'
|
85 % 40
|
A) 15 ; B) 6 ; C) 4 ; D) 40 ; E) 5
|
E
|
E) 5
|
Equation: 85 % 40
(85 % 40) β (5)
Result: 5
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '9 * 97'
|
9 * 97
|
A) -794 ; B) -155 ; C) 139 ; D) 82 ; E) 873
|
E
|
E) 873
|
Equation: 9 * 97
(9 * 97) β (873)
Result: 873
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '100 * 10'
|
100 * 10
|
A) -226 ; B) 53 ; C) -947 ; D) -653 ; E) 1000
|
E
|
E) 1000
|
Equation: 100 * 10
(100 * 10) β (1000)
Result: 1000
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '3 * 76'
|
3 * 76
|
A) 228 ; B) -530 ; C) 997 ; D) 243 ; E) -478
|
A
|
A) 228
|
Equation: 3 * 76
(3 * 76) β (228)
Result: 228
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '90 % 84'
|
90 % 84
|
A) 7 ; B) 6 ; C) 5 ; D) 84 ; E) 16
|
B
|
B) 6
|
Equation: 90 % 84
(90 % 84) β (6)
Result: 6
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '72 + 75'
|
72 + 75
|
A) -458 ; B) -182 ; C) 147 ; D) 662 ; E) -510
|
C
|
C) 147
|
Equation: 72 + 75
(72 + 75) β (147)
Result: 147
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '90 - 56'
|
90 - 56
|
A) -34 ; B) 34 ; C) 44 ; D) 33 ; E) 24
|
B
|
B) 34
|
Equation: 90 - 56
(90 - 56) β (34)
Result: 34
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '3 * 29'
|
3 * 29
|
A) 86 ; B) 87 ; C) 77 ; D) 97 ; E) 88
|
B
|
B) 87
|
Equation: 3 * 29
(3 * 29) β (87)
Result: 87
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '25 % 64'
|
25 % 64
|
A) 15 ; B) 14 ; C) 26 ; D) 25 ; E) 24
|
D
|
D) 25
|
Equation: 25 % 64
(25 % 64) β (25)
Result: 25
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '2 + 50'
|
2 + 50
|
A) 62 ; B) 52 ; C) 53 ; D) 51 ; E) 42
|
B
|
B) 52
|
Equation: 2 + 50
(2 + 50) β (52)
Result: 52
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '61 + 65'
|
61 + 65
|
A) 14 ; B) 726 ; C) 476 ; D) 126 ; E) -496
|
D
|
D) 126
|
Equation: 61 + 65
(61 + 65) β (126)
Result: 126
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '81 - 1'
|
81 - 1
|
A) 79 ; B) 70 ; C) 80 ; D) 90 ; E) -80
|
C
|
C) 80
|
Equation: 81 - 1
(81 - 1) β (80)
Result: 80
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 % 4'
|
5 % 4
|
A) 4 ; B) 11 ; C) 2 ; D) 0 ; E) 1
|
E
|
E) 1
|
Equation: 5 % 4
(5 % 4) β (1)
Result: 1
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '95 + 92'
|
95 + 92
|
A) 207 ; B) 187 ; C) -386 ; D) -860 ; E) -222
|
B
|
B) 187
|
Equation: 95 + 92
(95 + 92) β (187)
Result: 187
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '60 % 69'
|
60 % 69
|
A) 70 ; B) 61 ; C) 60 ; D) 50 ; E) 9
|
C
|
C) 60
|
Equation: 60 % 69
(60 % 69) β (60)
Result: 60
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '8 - 35'
|
8 - 35
|
A) 37 ; B) 100 ; C) -27 ; D) 27 ; E) -88
|
C
|
C) -27
|
Equation: 8 - 35
(8 - 35) β (-27)
Result: -27
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '31 - 46'
|
31 - 46
|
A) 15 ; B) -32 ; C) -95 ; D) -15 ; E) 81
|
D
|
D) -15
|
Equation: 31 - 46
(31 - 46) β (-15)
Result: -15
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '37 - 11'
|
37 - 11
|
A) -26 ; B) 27 ; C) 26 ; D) 25 ; E) 16
|
C
|
C) 26
|
Equation: 37 - 11
(37 - 11) β (26)
Result: 26
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 + 81'
|
58 + 81
|
A) 767 ; B) 139 ; C) -18 ; D) 617 ; E) -183
|
B
|
B) 139
|
Equation: 58 + 81
(58 + 81) β (139)
Result: 139
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '36 % 8'
|
36 % 8
|
A) 4 ; B) 14 ; C) 5 ; D) 3 ; E) 8
|
A
|
A) 4
|
Equation: 36 % 8
(36 % 8) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '77 + 79'
|
77 + 79
|
A) -829 ; B) 382 ; C) 659 ; D) 156 ; E) 347
|
D
|
D) 156
|
Equation: 77 + 79
(77 + 79) β (156)
Result: 156
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '37 + 55'
|
37 + 55
|
A) 93 ; B) 91 ; C) 82 ; D) 92 ; E) 37
|
D
|
D) 92
|
Equation: 37 + 55
(37 + 55) β (92)
Result: 92
|
MathEvaluationGenerator
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.