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 % 75'
|
54 % 75
|
A) 54 ; B) 55 ; C) 53 ; D) 44 ; E) 64
|
A
|
A) 54
|
Equation: 54 % 75
(54 % 75) β (54)
Result: 54
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '93 + 73'
|
93 + 73
|
A) -185 ; B) -850 ; C) -558 ; D) 166 ; E) -703
|
D
|
D) 166
|
Equation: 93 + 73
(93 + 73) β (166)
Result: 166
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '51 % 18'
|
51 % 18
|
A) 14 ; B) 5 ; C) 25 ; D) 16 ; E) 15
|
E
|
E) 15
|
Equation: 51 % 18
(51 % 18) β (15)
Result: 15
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 + 31'
|
5 + 31
|
A) 46 ; B) 37 ; C) 35 ; D) 36 ; E) 26
|
D
|
D) 36
|
Equation: 5 + 31
(5 + 31) β (36)
Result: 36
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '56 * 16'
|
56 * 16
|
A) -489 ; B) 896 ; C) 811 ; D) 898 ; E) -765
|
B
|
B) 896
|
Equation: 56 * 16
(56 * 16) β (896)
Result: 896
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '18 * 4'
|
18 * 4
|
A) 72 ; B) 71 ; C) 62 ; D) 82 ; E) 73
|
A
|
A) 72
|
Equation: 18 * 4
(18 * 4) β (72)
Result: 72
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '6 - 67'
|
6 - 67
|
A) 15 ; B) 61 ; C) -36 ; D) -61 ; E) 1
|
D
|
D) -61
|
Equation: 6 - 67
(6 - 67) β (-61)
Result: -61
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '17 * 23'
|
17 * 23
|
A) 391 ; B) -673 ; C) 564 ; D) 636 ; E) 9
|
A
|
A) 391
|
Equation: 17 * 23
(17 * 23) β (391)
Result: 391
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '95 + 27'
|
95 + 27
|
A) -312 ; B) 122 ; C) -378 ; D) -6 ; E) -152
|
B
|
B) 122
|
Equation: 95 + 27
(95 + 27) β (122)
Result: 122
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '57 + 1'
|
57 + 1
|
A) 58 ; B) 68 ; C) 59 ; D) 57 ; E) 48
|
A
|
A) 58
|
Equation: 57 + 1
(57 + 1) β (58)
Result: 58
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '32 % 15'
|
32 % 15
|
A) 15 ; B) 12 ; C) 2 ; D) 3 ; E) 1
|
C
|
C) 2
|
Equation: 32 % 15
(32 % 15) β (2)
Result: 2
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '55 - 87'
|
55 - 87
|
A) 95 ; B) 70 ; C) -32 ; D) -41 ; E) 32
|
C
|
C) -32
|
Equation: 55 - 87
(55 - 87) β (-32)
Result: -32
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '55 + 71'
|
55 + 71
|
A) -201 ; B) 198 ; C) 126 ; D) -327 ; E) -464
|
C
|
C) 126
|
Equation: 55 + 71
(55 + 71) β (126)
Result: 126
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '42 % 39'
|
42 % 39
|
A) 39 ; B) 13 ; C) 4 ; D) 3 ; E) 2
|
D
|
D) 3
|
Equation: 42 % 39
(42 % 39) β (3)
Result: 3
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '13 - 21'
|
13 - 21
|
A) 45 ; B) 43 ; C) 2 ; D) 8 ; E) -8
|
E
|
E) -8
|
Equation: 13 - 21
(13 - 21) β (-8)
Result: -8
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '56 % 24'
|
56 % 24
|
A) 7 ; B) 18 ; C) 9 ; D) 8 ; E) 24
|
D
|
D) 8
|
Equation: 56 % 24
(56 % 24) β (8)
Result: 8
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '59 + 49'
|
59 + 49
|
A) 983 ; B) -25 ; C) -385 ; D) 98 ; E) 108
|
E
|
E) 108
|
Equation: 59 + 49
(59 + 49) β (108)
Result: 108
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '80 + 8'
|
80 + 8
|
A) 88 ; B) 87 ; C) 78 ; D) 98 ; E) 89
|
A
|
A) 88
|
Equation: 80 + 8
(80 + 8) β (88)
Result: 88
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '15 - 87'
|
15 - 87
|
A) 5 ; B) -72 ; C) 12 ; D) -5 ; E) 72
|
B
|
B) -72
|
Equation: 15 - 87
(15 - 87) β (-72)
Result: -72
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '79 - 41'
|
79 - 41
|
A) 39 ; B) 37 ; C) 28 ; D) 38 ; E) 48
|
D
|
D) 38
|
Equation: 79 - 41
(79 - 41) β (38)
Result: 38
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '16 % 73'
|
16 % 73
|
A) 15 ; B) 6 ; C) 16 ; D) 26 ; E) 17
|
C
|
C) 16
|
Equation: 16 % 73
(16 % 73) β (16)
Result: 16
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 % 77'
|
58 % 77
|
A) 59 ; B) 68 ; C) 58 ; D) 19 ; E) 57
|
C
|
C) 58
|
Equation: 58 % 77
(58 % 77) β (58)
Result: 58
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '30 * 5'
|
30 * 5
|
A) -721 ; B) 230 ; C) 379 ; D) -781 ; E) 150
|
E
|
E) 150
|
Equation: 30 * 5
(30 * 5) β (150)
Result: 150
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '32 % 30'
|
32 % 30
|
A) 30 ; B) 12 ; C) 3 ; D) 1 ; E) 2
|
E
|
E) 2
|
Equation: 32 % 30
(32 % 30) β (2)
Result: 2
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '59 - 84'
|
59 - 84
|
A) 44 ; B) -25 ; C) -61 ; D) 67 ; E) 25
|
B
|
B) -25
|
Equation: 59 - 84
(59 - 84) β (-25)
Result: -25
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '20 * 2'
|
20 * 2
|
A) 39 ; B) 30 ; C) 50 ; D) 40 ; E) 41
|
D
|
D) 40
|
Equation: 20 * 2
(20 * 2) β (40)
Result: 40
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '83 + 76'
|
83 + 76
|
A) 159 ; B) -642 ; C) -645 ; D) -910 ; E) -127
|
A
|
A) 159
|
Equation: 83 + 76
(83 + 76) β (159)
Result: 159
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '54 * 4'
|
54 * 4
|
A) 216 ; B) 846 ; C) -492 ; D) 292 ; E) 43
|
A
|
A) 216
|
Equation: 54 * 4
(54 * 4) β (216)
Result: 216
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '23 % 90'
|
23 % 90
|
A) 22 ; B) 21 ; C) 33 ; D) 24 ; E) 23
|
E
|
E) 23
|
Equation: 23 % 90
(23 % 90) β (23)
Result: 23
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '14 % 95'
|
14 % 95
|
A) 14 ; B) 15 ; C) 13 ; D) 11 ; E) 24
|
A
|
A) 14
|
Equation: 14 % 95
(14 % 95) β (14)
Result: 14
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '32 % 38'
|
32 % 38
|
A) 31 ; B) 6 ; C) 42 ; D) 33 ; E) 32
|
E
|
E) 32
|
Equation: 32 % 38
(32 % 38) β (32)
Result: 32
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '60 + 92'
|
60 + 92
|
A) -482 ; B) 618 ; C) 152 ; D) -351 ; E) -350
|
C
|
C) 152
|
Equation: 60 + 92
(60 + 92) β (152)
Result: 152
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '39 - 85'
|
39 - 85
|
A) 46 ; B) -46 ; C) 45 ; D) 52 ; E) 66
|
B
|
B) -46
|
Equation: 39 - 85
(39 - 85) β (-46)
Result: -46
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '71 % 40'
|
71 % 40
|
A) 30 ; B) 21 ; C) 31 ; D) 41 ; E) 40
|
C
|
C) 31
|
Equation: 71 % 40
(71 % 40) β (31)
Result: 31
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '65 % 66'
|
65 % 66
|
A) 55 ; B) 75 ; C) 66 ; D) 64 ; E) 65
|
E
|
E) 65
|
Equation: 65 % 66
(65 % 66) β (65)
Result: 65
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '16 % 21'
|
16 % 21
|
A) 16 ; B) 6 ; C) 5 ; D) 26 ; E) 17
|
A
|
A) 16
|
Equation: 16 % 21
(16 % 21) β (16)
Result: 16
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '47 + 89'
|
47 + 89
|
A) -121 ; B) 136 ; C) -834 ; D) 111 ; E) -464
|
B
|
B) 136
|
Equation: 47 + 89
(47 + 89) β (136)
Result: 136
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '60 - 30'
|
60 - 30
|
A) 31 ; B) 20 ; C) 30 ; D) -30 ; E) 40
|
C
|
C) 30
|
Equation: 60 - 30
(60 - 30) β (30)
Result: 30
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '14 - 50'
|
14 - 50
|
A) -81 ; B) 68 ; C) 36 ; D) -36 ; E) -31
|
D
|
D) -36
|
Equation: 14 - 50
(14 - 50) β (-36)
Result: -36
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 * 20'
|
5 * 20
|
A) 100 ; B) -92 ; C) 99 ; D) 90 ; E) -63
|
A
|
A) 100
|
Equation: 5 * 20
(5 * 20) β (100)
Result: 100
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '28 + 88'
|
28 + 88
|
A) 486 ; B) -10 ; C) -185 ; D) 116 ; E) 537
|
D
|
D) 116
|
Equation: 28 + 88
(28 + 88) β (116)
Result: 116
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '8 * 92'
|
8 * 92
|
A) 406 ; B) -379 ; C) 736 ; D) 64 ; E) 880
|
C
|
C) 736
|
Equation: 8 * 92
(8 * 92) β (736)
Result: 736
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '48 % 44'
|
48 % 44
|
A) 14 ; B) 4 ; C) 5 ; D) 44 ; E) 3
|
B
|
B) 4
|
Equation: 48 % 44
(48 % 44) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '42 - 29'
|
42 - 29
|
A) 23 ; B) 14 ; C) 3 ; D) 13 ; E) -13
|
D
|
D) 13
|
Equation: 42 - 29
(42 - 29) β (13)
Result: 13
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '11 - 64'
|
11 - 64
|
A) -83 ; B) 53 ; C) -53 ; D) 32 ; E) 24
|
C
|
C) -53
|
Equation: 11 - 64
(11 - 64) β (-53)
Result: -53
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '43 + 28'
|
43 + 28
|
A) 70 ; B) 61 ; C) 81 ; D) 71 ; E) 72
|
D
|
D) 71
|
Equation: 43 + 28
(43 + 28) β (71)
Result: 71
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '51 + 16'
|
51 + 16
|
A) 77 ; B) 68 ; C) 66 ; D) 57 ; E) 67
|
E
|
E) 67
|
Equation: 51 + 16
(51 + 16) β (67)
Result: 67
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '67 % 7'
|
67 % 7
|
A) 4 ; B) 7 ; C) 14 ; D) 5 ; E) 3
|
A
|
A) 4
|
Equation: 67 % 7
(67 % 7) β (4)
Result: 4
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '40 - 75'
|
40 - 75
|
A) 85 ; B) -68 ; C) 35 ; D) -88 ; E) -35
|
E
|
E) -35
|
Equation: 40 - 75
(40 - 75) β (-35)
Result: -35
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '31 + 75'
|
31 + 75
|
A) -368 ; B) -939 ; C) -574 ; D) 96 ; E) 106
|
E
|
E) 106
|
Equation: 31 + 75
(31 + 75) β (106)
Result: 106
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '73 + 11'
|
73 + 11
|
A) 84 ; B) 94 ; C) 85 ; D) 83 ; E) 74
|
A
|
A) 84
|
Equation: 73 + 11
(73 + 11) β (84)
Result: 84
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '7 * 72'
|
7 * 72
|
A) 607 ; B) 755 ; C) 723 ; D) 504 ; E) 329
|
D
|
D) 504
|
Equation: 7 * 72
(7 * 72) β (504)
Result: 504
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '27 - 61'
|
27 - 61
|
A) 79 ; B) -18 ; C) -34 ; D) 34 ; E) 32
|
C
|
C) -34
|
Equation: 27 - 61
(27 - 61) β (-34)
Result: -34
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '15 % 42'
|
15 % 42
|
A) 14 ; B) 5 ; C) 12 ; D) 25 ; E) 15
|
E
|
E) 15
|
Equation: 15 % 42
(15 % 42) β (15)
Result: 15
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '3 - 4'
|
3 - 4
|
A) 9 ; B) -43 ; C) 1 ; D) 0 ; E) -1
|
E
|
E) -1
|
Equation: 3 - 4
(3 - 4) β (-1)
Result: -1
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '9 - 57'
|
9 - 57
|
A) -47 ; B) 43 ; C) -31 ; D) -48 ; E) 48
|
D
|
D) -48
|
Equation: 9 - 57
(9 - 57) β (-48)
Result: -48
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '34 - 71'
|
34 - 71
|
A) 37 ; B) 77 ; C) -23 ; D) -37 ; E) 72
|
D
|
D) -37
|
Equation: 34 - 71
(34 - 71) β (-37)
Result: -37
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '13 - 50'
|
13 - 50
|
A) -37 ; B) 84 ; C) 37 ; D) -52 ; E) -95
|
A
|
A) -37
|
Equation: 13 - 50
(13 - 50) β (-37)
Result: -37
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '26 * 23'
|
26 * 23
|
A) -801 ; B) -636 ; C) -735 ; D) -175 ; E) 598
|
E
|
E) 598
|
Equation: 26 * 23
(26 * 23) β (598)
Result: 598
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '21 - 69'
|
21 - 69
|
A) -48 ; B) -68 ; C) -61 ; D) 18 ; E) 48
|
A
|
A) -48
|
Equation: 21 - 69
(21 - 69) β (-48)
Result: -48
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '2 - 18'
|
2 - 18
|
A) 6 ; B) -82 ; C) -59 ; D) -16 ; E) 16
|
D
|
D) -16
|
Equation: 2 - 18
(2 - 18) β (-16)
Result: -16
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '39 + 7'
|
39 + 7
|
A) 47 ; B) 45 ; C) 36 ; D) 56 ; E) 46
|
E
|
E) 46
|
Equation: 39 + 7
(39 + 7) β (46)
Result: 46
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '8 % 61'
|
8 % 61
|
A) 7 ; B) 5 ; C) 8 ; D) 18 ; E) 9
|
C
|
C) 8
|
Equation: 8 % 61
(8 % 61) β (8)
Result: 8
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '37 % 19'
|
37 % 19
|
A) 28 ; B) 19 ; C) 17 ; D) 18 ; E) 8
|
D
|
D) 18
|
Equation: 37 % 19
(37 % 19) β (18)
Result: 18
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '42 + 31'
|
42 + 31
|
A) 63 ; B) 83 ; C) 74 ; D) 73 ; E) 72
|
D
|
D) 73
|
Equation: 42 + 31
(42 + 31) β (73)
Result: 73
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '51 + 47'
|
51 + 47
|
A) -50 ; B) 99 ; C) 97 ; D) 88 ; E) 98
|
E
|
E) 98
|
Equation: 51 + 47
(51 + 47) β (98)
Result: 98
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '69 + 60'
|
69 + 60
|
A) -401 ; B) 446 ; C) -356 ; D) -910 ; E) 129
|
E
|
E) 129
|
Equation: 69 + 60
(69 + 60) β (129)
Result: 129
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '75 % 12'
|
75 % 12
|
A) 13 ; B) 3 ; C) 4 ; D) 2 ; E) 12
|
B
|
B) 3
|
Equation: 75 % 12
(75 % 12) β (3)
Result: 3
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '85 - 29'
|
85 - 29
|
A) 55 ; B) 56 ; C) 46 ; D) 66 ; E) 57
|
B
|
B) 56
|
Equation: 85 - 29
(85 - 29) β (56)
Result: 56
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '40 - 51'
|
40 - 51
|
A) -11 ; B) -25 ; C) 11 ; D) 10 ; E) -88
|
A
|
A) -11
|
Equation: 40 - 51
(40 - 51) β (-11)
Result: -11
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '28 + 18'
|
28 + 18
|
A) 47 ; B) 45 ; C) 46 ; D) 36 ; E) 56
|
C
|
C) 46
|
Equation: 28 + 18
(28 + 18) β (46)
Result: 46
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '19 + 78'
|
19 + 78
|
A) 97 ; B) 87 ; C) -45 ; D) 98 ; E) 96
|
A
|
A) 97
|
Equation: 19 + 78
(19 + 78) β (97)
Result: 97
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '5 - 35'
|
5 - 35
|
A) 7 ; B) 30 ; C) -2 ; D) 58 ; E) -30
|
E
|
E) -30
|
Equation: 5 - 35
(5 - 35) β (-30)
Result: -30
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '87 - 1'
|
87 - 1
|
A) 87 ; B) 85 ; C) 76 ; D) 86 ; E) -86
|
D
|
D) 86
|
Equation: 87 - 1
(87 - 1) β (86)
Result: 86
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '98 - 39'
|
98 - 39
|
A) 69 ; B) 59 ; C) 60 ; D) 58 ; E) 49
|
B
|
B) 59
|
Equation: 98 - 39
(98 - 39) β (59)
Result: 59
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '0 + 25'
|
0 + 25
|
A) 15 ; B) 35 ; C) 25 ; D) 26 ; E) 24
|
C
|
C) 25
|
Equation: 0 + 25
(0 + 25) β (25)
Result: 25
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '73 % 54'
|
73 % 54
|
A) 54 ; B) 29 ; C) 18 ; D) 19 ; E) 9
|
D
|
D) 19
|
Equation: 73 % 54
(73 % 54) β (19)
Result: 19
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '47 % 95'
|
47 % 95
|
A) 1 ; B) 47 ; C) 46 ; D) 37 ; E) 57
|
B
|
B) 47
|
Equation: 47 % 95
(47 % 95) β (47)
Result: 47
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '71 % 42'
|
71 % 42
|
A) 39 ; B) 29 ; C) 30 ; D) 28 ; E) 42
|
B
|
B) 29
|
Equation: 71 % 42
(71 % 42) β (29)
Result: 29
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '17 % 39'
|
17 % 39
|
A) 17 ; B) 7 ; C) 5 ; D) 27 ; E) 18
|
A
|
A) 17
|
Equation: 17 % 39
(17 % 39) β (17)
Result: 17
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '75 + 1'
|
75 + 1
|
A) 76 ; B) 86 ; C) 77 ; D) 75 ; E) 66
|
A
|
A) 76
|
Equation: 75 + 1
(75 + 1) β (76)
Result: 76
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '25 + 95'
|
25 + 95
|
A) 120 ; B) 917 ; C) 532 ; D) 971 ; E) -96
|
A
|
A) 120
|
Equation: 25 + 95
(25 + 95) β (120)
Result: 120
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '97 % 15'
|
97 % 15
|
A) 7 ; B) 15 ; C) 6 ; D) 17 ; E) 8
|
A
|
A) 7
|
Equation: 97 % 15
(97 % 15) β (7)
Result: 7
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '51 + 66'
|
51 + 66
|
A) 491 ; B) -629 ; C) 137 ; D) 117 ; E) 216
|
D
|
D) 117
|
Equation: 51 + 66
(51 + 66) β (117)
Result: 117
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '100 - 7'
|
100 - 7
|
A) 94 ; B) 92 ; C) -93 ; D) 93 ; E) 83
|
D
|
D) 93
|
Equation: 100 - 7
(100 - 7) β (93)
Result: 93
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '61 % 24'
|
61 % 24
|
A) 14 ; B) 12 ; C) 3 ; D) 24 ; E) 13
|
E
|
E) 13
|
Equation: 61 % 24
(61 % 24) β (13)
Result: 13
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '79 % 17'
|
79 % 17
|
A) 1 ; B) 21 ; C) 12 ; D) 17 ; E) 11
|
E
|
E) 11
|
Equation: 79 % 17
(79 % 17) β (11)
Result: 11
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '60 % 29'
|
60 % 29
|
A) 29 ; B) 12 ; C) 3 ; D) 2 ; E) 1
|
D
|
D) 2
|
Equation: 60 % 29
(60 % 29) β (2)
Result: 2
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '64 - 9'
|
64 - 9
|
A) 54 ; B) 55 ; C) 45 ; D) 65 ; E) 56
|
B
|
B) 55
|
Equation: 64 - 9
(64 - 9) β (55)
Result: 55
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '30 - 1'
|
30 - 1
|
A) 30 ; B) 28 ; C) -29 ; D) 19 ; E) 29
|
E
|
E) 29
|
Equation: 30 - 1
(30 - 1) β (29)
Result: 29
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '1 % 46'
|
1 % 46
|
A) 1 ; B) -40 ; C) 11 ; D) 2 ; E) 0
|
A
|
A) 1
|
Equation: 1 % 46
(1 % 46) β (1)
Result: 1
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '6 % 35'
|
6 % 35
|
A) 7 ; B) 5 ; C) 6 ; D) 75 ; E) 16
|
C
|
C) 6
|
Equation: 6 % 35
(6 % 35) β (6)
Result: 6
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '81 - 90'
|
81 - 90
|
A) -73 ; B) -9 ; C) 9 ; D) -14 ; E) 1
|
B
|
B) -9
|
Equation: 81 - 90
(81 - 90) β (-9)
Result: -9
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '100 % 65'
|
100 % 65
|
A) 45 ; B) 36 ; C) 25 ; D) 65 ; E) 35
|
E
|
E) 35
|
Equation: 100 % 65
(100 % 65) β (35)
Result: 35
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '43 - 79'
|
43 - 79
|
A) -33 ; B) -50 ; C) -36 ; D) 36 ; E) -95
|
C
|
C) -36
|
Equation: 43 - 79
(43 - 79) β (-36)
Result: -36
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '92 - 41'
|
92 - 41
|
A) 61 ; B) 52 ; C) 50 ; D) -51 ; E) 51
|
E
|
E) 51
|
Equation: 92 - 41
(92 - 41) β (51)
Result: 51
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 - 14'
|
58 - 14
|
A) 54 ; B) 45 ; C) 43 ; D) 34 ; E) 44
|
E
|
E) 44
|
Equation: 58 - 14
(58 - 14) β (44)
Result: 44
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '35 * 22'
|
35 * 22
|
A) 671 ; B) -410 ; C) 770 ; D) -627 ; E) 447
|
C
|
C) 770
|
Equation: 35 * 22
(35 * 22) β (770)
Result: 770
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '88 % 78'
|
88 % 78
|
A) 78 ; B) 10 ; C) 20 ; D) 9 ; E) 0
|
B
|
B) 10
|
Equation: 88 % 78
(88 % 78) β (10)
Result: 10
|
MathEvaluationGenerator
|
Please evaluate the following mathematical expression using standard operator precedence rules: '58 + 40'
|
58 + 40
|
A) -21 ; B) 99 ; C) 97 ; D) 88 ; E) 98
|
E
|
E) 98
|
Equation: 58 + 40
(58 + 40) β (98)
Result: 98
|
MathEvaluationGenerator
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.