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: '42 + 82'
|
42 + 82
|
A) 124 ; B) -426 ; C) -587 ; D) -717 ; E) 193
|
A
|
A) 124
|
Equation: 42 + 82
(42 + 82) β (124)
Result: 124
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '80 + 88'
|
80 + 88
|
A) -881 ; B) -491 ; C) -956 ; D) 168 ; E) -406
|
D
|
D) 168
|
Equation: 80 + 88
(80 + 88) β (168)
Result: 168
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '59 % 45'
|
59 % 45
|
A) 13 ; B) 4 ; C) 14 ; D) 45 ; E) 24
|
C
|
C) 14
|
Equation: 59 % 45
(59 % 45) β (14)
Result: 14
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '92 + 78'
|
92 + 78
|
A) 170 ; B) 215 ; C) 102 ; D) -243 ; E) -341
|
A
|
A) 170
|
Equation: 92 + 78
(92 + 78) β (170)
Result: 170
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '27 + 40'
|
27 + 40
|
A) 77 ; B) 67 ; C) 68 ; D) 66 ; E) 57
|
B
|
B) 67
|
Equation: 27 + 40
(27 + 40) β (67)
Result: 67
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '30 + 82'
|
30 + 82
|
A) 390 ; B) 733 ; C) 21 ; D) 112 ; E) 329
|
D
|
D) 112
|
Equation: 30 + 82
(30 + 82) β (112)
Result: 112
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '64 % 65'
|
64 % 65
|
A) 1 ; B) 54 ; C) 64 ; D) 63 ; E) 65
|
C
|
C) 64
|
Equation: 64 % 65
(64 % 65) β (64)
Result: 64
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '29 % 85'
|
29 % 85
|
A) 29 ; B) 39 ; C) 30 ; D) 28 ; E) 19
|
A
|
A) 29
|
Equation: 29 % 85
(29 % 85) β (29)
Result: 29
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '97 + 95'
|
97 + 95
|
A) 758 ; B) 192 ; C) -699 ; D) 369 ; E) 312
|
B
|
B) 192
|
Equation: 97 + 95
(97 + 95) β (192)
Result: 192
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '57 % 92'
|
57 % 92
|
A) 57 ; B) 47 ; C) 67 ; D) 58 ; E) 56
|
A
|
A) 57
|
Equation: 57 % 92
(57 % 92) β (57)
Result: 57
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '6 % 96'
|
6 % 96
|
A) 7 ; B) 5 ; C) 0 ; D) 6 ; E) 16
|
D
|
D) 6
|
Equation: 6 % 96
(6 % 96) β (6)
Result: 6
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '66 - 34'
|
66 - 34
|
A) 32 ; B) 31 ; C) 22 ; D) 42 ; E) -32
|
A
|
A) 32
|
Equation: 66 - 34
(66 - 34) β (32)
Result: 32
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '87 - 7'
|
87 - 7
|
A) 79 ; B) 70 ; C) 81 ; D) -80 ; E) 80
|
E
|
E) 80
|
Equation: 87 - 7
(87 - 7) β (80)
Result: 80
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '21 + 38'
|
21 + 38
|
A) 59 ; B) 69 ; C) 60 ; D) 58 ; E) 49
|
A
|
A) 59
|
Equation: 21 + 38
(21 + 38) β (59)
Result: 59
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '41 * 12'
|
41 * 12
|
A) 492 ; B) 715 ; C) 268 ; D) 571 ; E) -192
|
A
|
A) 492
|
Equation: 41 * 12
(41 * 12) β (492)
Result: 492
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '48 % 73'
|
48 % 73
|
A) 48 ; B) 49 ; C) 47 ; D) 58 ; E) 25
|
A
|
A) 48
|
Equation: 48 % 73
(48 % 73) β (48)
Result: 48
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '27 % 6'
|
27 % 6
|
A) 3 ; B) 6 ; C) 13 ; D) 4 ; E) 2
|
A
|
A) 3
|
Equation: 27 % 6
(27 % 6) β (3)
Result: 3
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '71 - 95'
|
71 - 95
|
A) 70 ; B) -99 ; C) -24 ; D) -84 ; E) 24
|
C
|
C) -24
|
Equation: 71 - 95
(71 - 95) β (-24)
Result: -24
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '9 + 79'
|
9 + 79
|
A) 88 ; B) 87 ; C) 78 ; D) 98 ; E) 89
|
A
|
A) 88
|
Equation: 9 + 79
(9 + 79) β (88)
Result: 88
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '38 - 35'
|
38 - 35
|
A) 13 ; B) 4 ; C) 2 ; D) 3 ; E) -3
|
D
|
D) 3
|
Equation: 38 - 35
(38 - 35) β (3)
Result: 3
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '16 % 14'
|
16 % 14
|
A) 14 ; B) 12 ; C) 2 ; D) 3 ; E) 1
|
C
|
C) 2
|
Equation: 16 % 14
(16 % 14) β (2)
Result: 2
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '93 + 81'
|
93 + 81
|
A) 621 ; B) 174 ; C) 970 ; D) 49 ; E) 480
|
B
|
B) 174
|
Equation: 93 + 81
(93 + 81) β (174)
Result: 174
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '49 - 12'
|
49 - 12
|
A) 47 ; B) 38 ; C) 37 ; D) 36 ; E) -37
|
C
|
C) 37
|
Equation: 49 - 12
(49 - 12) β (37)
Result: 37
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '27 - 83'
|
27 - 83
|
A) 95 ; B) -56 ; C) -19 ; D) -16 ; E) 56
|
B
|
B) -56
|
Equation: 27 - 83
(27 - 83) β (-56)
Result: -56
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '29 - 96'
|
29 - 96
|
A) 45 ; B) -67 ; C) 67 ; D) 29 ; E) -87
|
B
|
B) -67
|
Equation: 29 - 96
(29 - 96) β (-67)
Result: -67
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '32 + 26'
|
32 + 26
|
A) 68 ; B) 58 ; C) 59 ; D) 57 ; E) 48
|
B
|
B) 58
|
Equation: 32 + 26
(32 + 26) β (58)
Result: 58
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '38 % 69'
|
38 % 69
|
A) 38 ; B) 31 ; C) 39 ; D) 37 ; E) 48
|
A
|
A) 38
|
Equation: 38 % 69
(38 % 69) β (38)
Result: 38
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '30 % 71'
|
30 % 71
|
A) 31 ; B) 29 ; C) 30 ; D) 20 ; E) 40
|
C
|
C) 30
|
Equation: 30 % 71
(30 % 71) β (30)
Result: 30
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '97 + 41'
|
97 + 41
|
A) -113 ; B) 622 ; C) 138 ; D) -810 ; E) -239
|
C
|
C) 138
|
Equation: 97 + 41
(97 + 41) β (138)
Result: 138
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '22 % 17'
|
22 % 17
|
A) 15 ; B) 6 ; C) 5 ; D) 4 ; E) 17
|
C
|
C) 5
|
Equation: 22 % 17
(22 % 17) β (5)
Result: 5
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '12 - 6'
|
12 - 6
|
A) 6 ; B) 7 ; C) 5 ; D) -6 ; E) 16
|
A
|
A) 6
|
Equation: 12 - 6
(12 - 6) β (6)
Result: 6
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '42 + 71'
|
42 + 71
|
A) 343 ; B) 293 ; C) -176 ; D) 113 ; E) -352
|
D
|
D) 113
|
Equation: 42 + 71
(42 + 71) β (113)
Result: 113
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '77 + 71'
|
77 + 71
|
A) 148 ; B) -297 ; C) 293 ; D) -757 ; E) 562
|
A
|
A) 148
|
Equation: 77 + 71
(77 + 71) β (148)
Result: 148
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '12 % 93'
|
12 % 93
|
A) 22 ; B) 13 ; C) 12 ; D) 11 ; E) 2
|
C
|
C) 12
|
Equation: 12 % 93
(12 % 93) β (12)
Result: 12
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '87 + 9'
|
87 + 9
|
A) 95 ; B) 86 ; C) -100 ; D) 97 ; E) 96
|
E
|
E) 96
|
Equation: 87 + 9
(87 + 9) β (96)
Result: 96
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '54 - 24'
|
54 - 24
|
A) 31 ; B) 29 ; C) 30 ; D) -30 ; E) 40
|
C
|
C) 30
|
Equation: 54 - 24
(54 - 24) β (30)
Result: 30
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '9 % 48'
|
9 % 48
|
A) 19 ; B) 10 ; C) 9 ; D) 3 ; E) 8
|
C
|
C) 9
|
Equation: 9 % 48
(9 % 48) β (9)
Result: 9
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '76 - 62'
|
76 - 62
|
A) 15 ; B) 13 ; C) 14 ; D) -14 ; E) 24
|
C
|
C) 14
|
Equation: 76 - 62
(76 - 62) β (14)
Result: 14
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '71 - 92'
|
71 - 92
|
A) -58 ; B) -21 ; C) 21 ; D) 52 ; E) 80
|
B
|
B) -21
|
Equation: 71 - 92
(71 - 92) β (-21)
Result: -21
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '77 - 53'
|
77 - 53
|
A) 14 ; B) 24 ; C) 34 ; D) 25 ; E) -24
|
B
|
B) 24
|
Equation: 77 - 53
(77 - 53) β (24)
Result: 24
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '84 - 12'
|
84 - 12
|
A) 71 ; B) 62 ; C) 82 ; D) -72 ; E) 72
|
E
|
E) 72
|
Equation: 84 - 12
(84 - 12) β (72)
Result: 72
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '18 - 48'
|
18 - 48
|
A) -30 ; B) 30 ; C) -83 ; D) 96 ; E) -72
|
A
|
A) -30
|
Equation: 18 - 48
(18 - 48) β (-30)
Result: -30
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '34 - 58'
|
34 - 58
|
A) -24 ; B) 71 ; C) 97 ; D) 33 ; E) 24
|
A
|
A) -24
|
Equation: 34 - 58
(34 - 58) β (-24)
Result: -24
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '63 + 55'
|
63 + 55
|
A) 967 ; B) 118 ; C) -146 ; D) 367 ; E) -708
|
B
|
B) 118
|
Equation: 63 + 55
(63 + 55) β (118)
Result: 118
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '98 % 62'
|
98 % 62
|
A) 62 ; B) 37 ; C) 36 ; D) 35 ; E) 26
|
C
|
C) 36
|
Equation: 98 % 62
(98 % 62) β (36)
Result: 36
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '76 % 31'
|
76 % 31
|
A) 15 ; B) 13 ; C) 14 ; D) 31 ; E) 24
|
C
|
C) 14
|
Equation: 76 % 31
(76 % 31) β (14)
Result: 14
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '82 - 35'
|
82 - 35
|
A) 46 ; B) 47 ; C) -47 ; D) 57 ; E) 48
|
B
|
B) 47
|
Equation: 82 - 35
(82 - 35) β (47)
Result: 47
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '21 * 38'
|
21 * 38
|
A) -361 ; B) -567 ; C) -141 ; D) 798 ; E) 313
|
D
|
D) 798
|
Equation: 21 * 38
(21 * 38) β (798)
Result: 798
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '41 + 54'
|
41 + 54
|
A) 94 ; B) 85 ; C) -6 ; D) 95 ; E) 96
|
D
|
D) 95
|
Equation: 41 + 54
(41 + 54) β (95)
Result: 95
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '50 % 35'
|
50 % 35
|
A) 14 ; B) 5 ; C) 35 ; D) 15 ; E) 16
|
D
|
D) 15
|
Equation: 50 % 35
(50 % 35) β (15)
Result: 15
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '36 - 70'
|
36 - 70
|
A) 87 ; B) -93 ; C) 34 ; D) -34 ; E) -32
|
D
|
D) -34
|
Equation: 36 - 70
(36 - 70) β (-34)
Result: -34
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '7 % 16'
|
7 % 16
|
A) 6 ; B) 7 ; C) 2 ; D) 17 ; E) 8
|
B
|
B) 7
|
Equation: 7 % 16
(7 % 16) β (7)
Result: 7
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '47 - 36'
|
47 - 36
|
A) 21 ; B) 12 ; C) 10 ; D) 11 ; E) 1
|
D
|
D) 11
|
Equation: 47 - 36
(47 - 36) β (11)
Result: 11
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '32 * 23'
|
32 * 23
|
A) 680 ; B) -915 ; C) 736 ; D) -104 ; E) 368
|
C
|
C) 736
|
Equation: 32 * 23
(32 * 23) β (736)
Result: 736
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '15 % 98'
|
15 % 98
|
A) 14 ; B) 5 ; C) 25 ; D) 8 ; E) 15
|
E
|
E) 15
|
Equation: 15 % 98
(15 % 98) β (15)
Result: 15
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '11 * 44'
|
11 * 44
|
A) 484 ; B) 861 ; C) -789 ; D) 749 ; E) 824
|
A
|
A) 484
|
Equation: 11 * 44
(11 * 44) β (484)
Result: 484
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '82 % 29'
|
82 % 29
|
A) 23 ; B) 24 ; C) 14 ; D) 34 ; E) 25
|
B
|
B) 24
|
Equation: 82 % 29
(82 % 29) β (24)
Result: 24
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '83 * 11'
|
83 * 11
|
A) 799 ; B) 62 ; C) -740 ; D) -855 ; E) 913
|
E
|
E) 913
|
Equation: 83 * 11
(83 * 11) β (913)
Result: 913
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '84 - 84'
|
84 - 84
|
A) 49 ; B) 10 ; C) 1 ; D) 0 ; E) -96
|
D
|
D) 0
|
Equation: 84 - 84
(84 - 84) β (0)
Result: 0
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '59 - 49'
|
59 - 49
|
A) -10 ; B) 10 ; C) 20 ; D) 9 ; E) 0
|
B
|
B) 10
|
Equation: 59 - 49
(59 - 49) β (10)
Result: 10
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '68 + 16'
|
68 + 16
|
A) 94 ; B) 84 ; C) 85 ; D) 83 ; E) 74
|
B
|
B) 84
|
Equation: 68 + 16
(68 + 16) β (84)
Result: 84
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '29 % 91'
|
29 % 91
|
A) 39 ; B) 30 ; C) 28 ; D) 29 ; E) 4
|
D
|
D) 29
|
Equation: 29 % 91
(29 % 91) β (29)
Result: 29
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '57 % 17'
|
57 % 17
|
A) 7 ; B) 5 ; C) 17 ; D) 16 ; E) 6
|
E
|
E) 6
|
Equation: 57 % 17
(57 % 17) β (6)
Result: 6
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '95 - 50'
|
95 - 50
|
A) 55 ; B) -45 ; C) 35 ; D) 45 ; E) 46
|
D
|
D) 45
|
Equation: 95 - 50
(95 - 50) β (45)
Result: 45
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '25 % 54'
|
25 % 54
|
A) 25 ; B) 4 ; C) 35 ; D) 26 ; E) 24
|
A
|
A) 25
|
Equation: 25 % 54
(25 % 54) β (25)
Result: 25
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '39 % 41'
|
39 % 41
|
A) 29 ; B) 2 ; C) 49 ; D) 39 ; E) 40
|
D
|
D) 39
|
Equation: 39 % 41
(39 % 41) β (39)
Result: 39
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '57 * 15'
|
57 * 15
|
A) -609 ; B) -571 ; C) 855 ; D) 42 ; E) 981
|
C
|
C) 855
|
Equation: 57 * 15
(57 * 15) β (855)
Result: 855
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '51 - 71'
|
51 - 71
|
A) -20 ; B) 20 ; C) 90 ; D) 25 ; E) -94
|
A
|
A) -20
|
Equation: 51 - 71
(51 - 71) β (-20)
Result: -20
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '96 - 65'
|
96 - 65
|
A) 30 ; B) 21 ; C) 41 ; D) 31 ; E) 32
|
D
|
D) 31
|
Equation: 96 - 65
(96 - 65) β (31)
Result: 31
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '21 - 45'
|
21 - 45
|
A) 86 ; B) -24 ; C) 93 ; D) 60 ; E) 24
|
B
|
B) -24
|
Equation: 21 - 45
(21 - 45) β (-24)
Result: -24
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '56 % 86'
|
56 % 86
|
A) 55 ; B) 46 ; C) 56 ; D) 66 ; E) 57
|
C
|
C) 56
|
Equation: 56 % 86
(56 % 86) β (56)
Result: 56
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '24 % 89'
|
24 % 89
|
A) 24 ; B) 23 ; C) 14 ; D) 34 ; E) 17
|
A
|
A) 24
|
Equation: 24 % 89
(24 % 89) β (24)
Result: 24
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '79 + 48'
|
79 + 48
|
A) -647 ; B) 219 ; C) -983 ; D) 136 ; E) 127
|
E
|
E) 127
|
Equation: 79 + 48
(79 + 48) β (127)
Result: 127
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '7 * 74'
|
7 * 74
|
A) -449 ; B) 315 ; C) -471 ; D) -176 ; E) 518
|
E
|
E) 518
|
Equation: 7 * 74
(7 * 74) β (518)
Result: 518
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '4 % 27'
|
4 % 27
|
A) 14 ; B) 5 ; C) 3 ; D) 4 ; E) -19
|
D
|
D) 4
|
Equation: 4 % 27
(4 % 27) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '48 + 87'
|
48 + 87
|
A) -323 ; B) 135 ; C) -643 ; D) 962 ; E) 741
|
B
|
B) 135
|
Equation: 48 + 87
(48 + 87) β (135)
Result: 135
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '41 - 51'
|
41 - 51
|
A) -81 ; B) 6 ; C) 10 ; D) 0 ; E) -10
|
E
|
E) -10
|
Equation: 41 - 51
(41 - 51) β (-10)
Result: -10
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '53 % 96'
|
53 % 96
|
A) 63 ; B) 54 ; C) 52 ; D) 53 ; E) 43
|
D
|
D) 53
|
Equation: 53 % 96
(53 % 96) β (53)
Result: 53
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '79 + 14'
|
79 + 14
|
A) 94 ; B) 4 ; C) 92 ; D) 93 ; E) 83
|
D
|
D) 93
|
Equation: 79 + 14
(79 + 14) β (93)
Result: 93
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '32 % 9'
|
32 % 9
|
A) 15 ; B) 6 ; C) 4 ; D) 9 ; E) 5
|
E
|
E) 5
|
Equation: 32 % 9
(32 % 9) β (5)
Result: 5
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '93 - 34'
|
93 - 34
|
A) -59 ; B) 60 ; C) 58 ; D) 59 ; E) 49
|
D
|
D) 59
|
Equation: 93 - 34
(93 - 34) β (59)
Result: 59
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '40 - 63'
|
40 - 63
|
A) -23 ; B) 23 ; C) 36 ; D) 88 ; E) -56
|
A
|
A) -23
|
Equation: 40 - 63
(40 - 63) β (-23)
Result: -23
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '82 - 25'
|
82 - 25
|
A) 47 ; B) 67 ; C) 58 ; D) 57 ; E) 56
|
D
|
D) 57
|
Equation: 82 - 25
(82 - 25) β (57)
Result: 57
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '82 % 66'
|
82 % 66
|
A) 15 ; B) 6 ; C) 26 ; D) 16 ; E) 17
|
D
|
D) 16
|
Equation: 82 % 66
(82 % 66) β (16)
Result: 16
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '74 + 33'
|
74 + 33
|
A) -90 ; B) -111 ; C) 107 ; D) 97 ; E) -695
|
C
|
C) 107
|
Equation: 74 + 33
(74 + 33) β (107)
Result: 107
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '72 * 12'
|
72 * 12
|
A) -453 ; B) 864 ; C) -190 ; D) -752 ; E) 872
|
B
|
B) 864
|
Equation: 72 * 12
(72 * 12) β (864)
Result: 864
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '79 % 37'
|
79 % 37
|
A) 15 ; B) 6 ; C) 37 ; D) 5 ; E) 4
|
D
|
D) 5
|
Equation: 79 % 37
(79 % 37) β (5)
Result: 5
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '47 % 93'
|
47 % 93
|
A) 46 ; B) 37 ; C) 57 ; D) 48 ; E) 47
|
E
|
E) 47
|
Equation: 47 % 93
(47 % 93) β (47)
Result: 47
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '10 + 65'
|
10 + 65
|
A) 85 ; B) 75 ; C) 76 ; D) 74 ; E) 65
|
B
|
B) 75
|
Equation: 10 + 65
(10 + 65) β (75)
Result: 75
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '83 + 65'
|
83 + 65
|
A) -433 ; B) 406 ; C) 221 ; D) 148 ; E) 584
|
D
|
D) 148
|
Equation: 83 + 65
(83 + 65) β (148)
Result: 148
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '10 - 43'
|
10 - 43
|
A) 29 ; B) 2 ; C) 33 ; D) -72 ; E) -33
|
E
|
E) -33
|
Equation: 10 - 43
(10 - 43) β (-33)
Result: -33
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '81 + 87'
|
81 + 87
|
A) 229 ; B) 586 ; C) 168 ; D) 922 ; E) -806
|
C
|
C) 168
|
Equation: 81 + 87
(81 + 87) β (168)
Result: 168
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '24 + 7'
|
24 + 7
|
A) 30 ; B) 21 ; C) 41 ; D) 31 ; E) 32
|
D
|
D) 31
|
Equation: 24 + 7
(24 + 7) β (31)
Result: 31
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '38 * 11'
|
38 * 11
|
A) -35 ; B) 418 ; C) 684 ; D) 988 ; E) -743
|
B
|
B) 418
|
Equation: 38 * 11
(38 * 11) β (418)
Result: 418
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '100 % 15'
|
100 % 15
|
A) 20 ; B) 11 ; C) 9 ; D) 0 ; E) 10
|
E
|
E) 10
|
Equation: 100 % 15
(100 % 15) β (10)
Result: 10
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '77 % 18'
|
77 % 18
|
A) 15 ; B) 6 ; C) 5 ; D) 4 ; E) 18
|
C
|
C) 5
|
Equation: 77 % 18
(77 % 18) β (5)
Result: 5
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '23 + 62'
|
23 + 62
|
A) 85 ; B) 95 ; C) 86 ; D) 84 ; E) 75
|
A
|
A) 85
|
Equation: 23 + 62
(23 + 62) β (85)
Result: 85
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '51 * 0'
|
51 * 0
|
A) -53 ; B) 10 ; C) 1 ; D) 16 ; E) 0
|
E
|
E) 0
|
Equation: 51 * 0
(51 * 0) β (0)
Result: 0
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '34 % 24'
|
34 % 24
|
A) 10 ; B) 20 ; C) 11 ; D) 24 ; E) 0
|
A
|
A) 10
|
Equation: 34 % 24
(34 % 24) β (10)
Result: 10
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '57 - 29'
|
57 - 29
|
A) 28 ; B) 38 ; C) 29 ; D) 27 ; E) 18
|
A
|
A) 28
|
Equation: 57 - 29
(57 - 29) β (28)
Result: 28
|
MathEvaluationGenerator
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.