question
stringlengths 168
248
| input_equation
stringlengths 12
92
| options
stringlengths 52
147
| correct
stringclasses 5
values | correct_value
stringlengths 8
27
| reasoning
stringlengths 78
744
| source
stringclasses 1
value |
---|---|---|---|---|---|---|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty modulo twenty-one'
|
eighty modulo twenty-one
|
A) 80 - 21 ; B) 21 % 80 ; C) 80 % 21 ; D) 78 % 19 ; E) 80 * 21
|
C
|
C) 80 % 21
|
eighty modulo twenty-one
"eighty" modulo twenty-one β 80
80 "modulo" twenty-one β %
80 % "twenty-one" β 21
Equation: 80 % 21
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ten times eleven'
|
ten times eleven
|
A) 11 * 10 ; B) 9 * 10 ; C) 10 + 11 ; D) 6 * 10 ; E) 10 * 11
|
E
|
E) 10 * 11
|
ten times eleven
"ten" times eleven β 10
10 "times" eleven β *
10 * "eleven" β 11
Equation: 10 * 11
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-three modulo seventy-eight'
|
ninety-three modulo seventy-eight
|
A) 93 * 78 ; B) 97 % 76 ; C) 93 % 78 ; D) 98 % 82 ; E) 93 - 78
|
C
|
C) 93 % 78
|
ninety-three modulo seventy-eight
"ninety-three" modulo seventy-eight β 93
93 "modulo" seventy-eight β %
93 % "seventy-eight" β 78
Equation: 93 % 78
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'six minus eighty-three'
|
six minus eighty-three
|
A) 6 % 83 ; B) 3 - 81 ; C) 83 - 6 ; D) 6 - 83 ; E) 6 + 83
|
D
|
D) 6 - 83
|
six minus eighty-three
"six" minus eighty-three β 6
6 "minus" eighty-three β -
6 - "eighty-three" β 83
Equation: 6 - 83
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty-four plus seventy'
|
fifty-four plus seventy
|
A) 52 + 74 ; B) 54 % 70 ; C) 54 + 70 ; D) 59 + 71 ; E) 70 + 54
|
C
|
C) 54 + 70
|
fifty-four plus seventy
"fifty-four" plus seventy β 54
54 "plus" seventy β +
54 + "seventy" β 70
Equation: 54 + 70
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'thirty-seven times twenty-five'
|
thirty-seven times twenty-five
|
A) 37 * 25 ; B) 37 + 25 ; C) 36 * 29 ; D) 35 * 26 ; E) 37 % 25
|
A
|
A) 37 * 25
|
thirty-seven times twenty-five
"thirty-seven" times twenty-five β 37
37 "times" twenty-five β *
37 * "twenty-five" β 25
Equation: 37 * 25
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'six minus seventy-four'
|
six minus seventy-four
|
A) 6 - 74 ; B) 7 - 73 ; C) 6 % 74 ; D) 74 - 6 ; E) 9 - 76
|
A
|
A) 6 - 74
|
six minus seventy-four
"six" minus seventy-four β 6
6 "minus" seventy-four β -
6 - "seventy-four" β 74
Equation: 6 - 74
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty-five minus one-hundred'
|
sixty-five minus one-hundred
|
A) 65 - 100 ; B) 66 - 99 ; C) 65 * 100 ; D) 60 - 95 ; E) 65 + 100
|
A
|
A) 65 - 100
|
sixty-five minus one-hundred
"sixty-five" minus one-hundred β 65
65 "minus" one-hundred β -
65 - "one-hundred" β 100
Equation: 65 - 100
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-five modulo seventy-four'
|
twenty-five modulo seventy-four
|
A) 26 % 72 ; B) 74 % 25 ; C) 25 % 74 ; D) 25 % 79 ; E) 25 - 74
|
C
|
C) 25 % 74
|
twenty-five modulo seventy-four
"twenty-five" modulo seventy-four β 25
25 "modulo" seventy-four β %
25 % "seventy-four" β 74
Equation: 25 % 74
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-one minus eighty-seven'
|
ninety-one minus eighty-seven
|
A) 87 - 91 ; B) 91 - 87 ; C) 89 - 88 ; D) 91 * 87 ; E) 94 - 84
|
B
|
B) 91 - 87
|
ninety-one minus eighty-seven
"ninety-one" minus eighty-seven β 91
91 "minus" eighty-seven β -
91 - "eighty-seven" β 87
Equation: 91 - 87
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'nine plus fifty'
|
nine plus fifty
|
A) 8 + 49 ; B) 9 - 50 ; C) 9 * 50 ; D) 5 + 47 ; E) 9 + 50
|
E
|
E) 9 + 50
|
nine plus fifty
"nine" plus fifty β 9
9 "plus" fifty β +
9 + "fifty" β 50
Equation: 9 + 50
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty modulo fifty-three'
|
twenty modulo fifty-three
|
A) 20 % 53 ; B) 20 - 53 ; C) 20 + 53 ; D) 53 % 20 ; E) 21 % 50
|
A
|
A) 20 % 53
|
twenty modulo fifty-three
"twenty" modulo fifty-three β 20
20 "modulo" fifty-three β %
20 % "fifty-three" β 53
Equation: 20 % 53
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty plus fifty-four'
|
eighty plus fifty-four
|
A) 80 % 54 ; B) 80 + 54 ; C) 80 + 56 ; D) 54 + 80 ; E) 81 + 49
|
B
|
B) 80 + 54
|
eighty plus fifty-four
"eighty" plus fifty-four β 80
80 "plus" fifty-four β +
80 + "fifty-four" β 54
Equation: 80 + 54
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighteen minus seventy'
|
eighteen minus seventy
|
A) 18 + 70 ; B) 18 - 70 ; C) 23 - 69 ; D) 70 - 18 ; E) 23 - 68
|
B
|
B) 18 - 70
|
eighteen minus seventy
"eighteen" minus seventy β 18
18 "minus" seventy β -
18 - "seventy" β 70
Equation: 18 - 70
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-nine plus eighty'
|
ninety-nine plus eighty
|
A) 99 + 80 ; B) 80 + 99 ; C) 100 + 80 ; D) 99 - 80 ; E) 98 + 77
|
A
|
A) 99 + 80
|
ninety-nine plus eighty
"ninety-nine" plus eighty β 99
99 "plus" eighty β +
99 + "eighty" β 80
Equation: 99 + 80
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'three minus fifteen'
|
three minus fifteen
|
A) 4 - 20 ; B) 3 * 15 ; C) 3 - 15 ; D) 3 % 15 ; E) 7 - 16
|
C
|
C) 3 - 15
|
three minus fifteen
"three" minus fifteen β 3
3 "minus" fifteen β -
3 - "fifteen" β 15
Equation: 3 - 15
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty-nine minus seven'
|
fifty-nine minus seven
|
A) 59 - 7 ; B) 59 % 7 ; C) 58 - 6 ; D) 59 + 7 ; E) 54 - 12
|
A
|
A) 59 - 7
|
fifty-nine minus seven
"fifty-nine" minus seven β 59
59 "minus" seven β -
59 - "seven" β 7
Equation: 59 - 7
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty-one minus forty-seven'
|
eighty-one minus forty-seven
|
A) 83 - 49 ; B) 81 - 47 ; C) 81 + 47 ; D) 81 * 47 ; E) 78 - 42
|
B
|
B) 81 - 47
|
eighty-one minus forty-seven
"eighty-one" minus forty-seven β 81
81 "minus" forty-seven β -
81 - "forty-seven" β 47
Equation: 81 - 47
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-one minus seventy-two'
|
twenty-one minus seventy-two
|
A) 21 - 72 ; B) 21 - 77 ; C) 21 % 72 ; D) 21 + 72 ; E) 72 - 21
|
A
|
A) 21 - 72
|
twenty-one minus seventy-two
"twenty-one" minus seventy-two β 21
21 "minus" seventy-two β -
21 - "seventy-two" β 72
Equation: 21 - 72
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-seven minus sixty-four'
|
twenty-seven minus sixty-four
|
A) 27 * 64 ; B) 27 - 64 ; C) 25 - 63 ; D) 64 - 27 ; E) 22 - 59
|
B
|
B) 27 - 64
|
twenty-seven minus sixty-four
"twenty-seven" minus sixty-four β 27
27 "minus" sixty-four β -
27 - "sixty-four" β 64
Equation: 27 - 64
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-eight minus seventy-nine'
|
forty-eight minus seventy-nine
|
A) 48 * 79 ; B) 50 - 81 ; C) 46 - 77 ; D) 52 - 76 ; E) 48 - 79
|
E
|
E) 48 - 79
|
forty-eight minus seventy-nine
"forty-eight" minus seventy-nine β 48
48 "minus" seventy-nine β -
48 - "seventy-nine" β 79
Equation: 48 - 79
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty-five modulo sixteen'
|
fifty-five modulo sixteen
|
A) 55 % 16 ; B) 56 % 18 ; C) 59 % 19 ; D) 16 % 55 ; E) 55 - 16
|
A
|
A) 55 % 16
|
fifty-five modulo sixteen
"fifty-five" modulo sixteen β 55
55 "modulo" sixteen β %
55 % "sixteen" β 16
Equation: 55 % 16
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-three plus zero'
|
ninety-three plus zero
|
A) 92 + 5 ; B) 93 + 0 ; C) 93 * 0 ; D) 0 + 93 ; E) 88 + 4
|
B
|
B) 93 + 0
|
ninety-three plus zero
"ninety-three" plus zero β 93
93 "plus" zero β +
93 + "zero" β 0
Equation: 93 + 0
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty-four plus forty-four'
|
eighty-four plus forty-four
|
A) 84 - 44 ; B) 89 + 44 ; C) 44 + 84 ; D) 84 % 44 ; E) 84 + 44
|
E
|
E) 84 + 44
|
eighty-four plus forty-four
"eighty-four" plus forty-four β 84
84 "plus" forty-four β +
84 + "forty-four" β 44
Equation: 84 + 44
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty-eight plus sixty-three'
|
eighty-eight plus sixty-three
|
A) 88 % 63 ; B) 88 + 63 ; C) 63 + 88 ; D) 88 * 63 ; E) 84 + 59
|
B
|
B) 88 + 63
|
eighty-eight plus sixty-three
"eighty-eight" plus sixty-three β 88
88 "plus" sixty-three β +
88 + "sixty-three" β 63
Equation: 88 + 63
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'thirty-eight minus seventy-seven'
|
thirty-eight minus seventy-seven
|
A) 38 - 82 ; B) 77 - 38 ; C) 38 % 77 ; D) 38 - 77 ; E) 35 - 79
|
D
|
D) 38 - 77
|
thirty-eight minus seventy-seven
"thirty-eight" minus seventy-seven β 38
38 "minus" seventy-seven β -
38 - "seventy-seven" β 77
Equation: 38 - 77
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty-three modulo four'
|
eighty-three modulo four
|
A) 83 % 4 ; B) 80 % 0 ; C) 81 % 0 ; D) 83 * 4 ; E) 4 % 83
|
A
|
A) 83 % 4
|
eighty-three modulo four
"eighty-three" modulo four β 83
83 "modulo" four β %
83 % "four" β 4
Equation: 83 % 4
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-three times two'
|
ninety-three times two
|
A) 93 * 2 ; B) 97 * 1 ; C) 93 - 2 ; D) 98 * 0 ; E) 2 * 93
|
A
|
A) 93 * 2
|
ninety-three times two
"ninety-three" times two β 93
93 "times" two β *
93 * "two" β 2
Equation: 93 * 2
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty-three plus sixty-six'
|
sixty-three plus sixty-six
|
A) 60 + 65 ; B) 63 - 66 ; C) 65 + 66 ; D) 63 + 66 ; E) 66 + 63
|
D
|
D) 63 + 66
|
sixty-three plus sixty-six
"sixty-three" plus sixty-six β 63
63 "plus" sixty-six β +
63 + "sixty-six" β 66
Equation: 63 + 66
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twelve modulo twenty-eight'
|
twelve modulo twenty-eight
|
A) 12 - 28 ; B) 7 % 24 ; C) 12 + 28 ; D) 12 % 28 ; E) 11 % 31
|
D
|
D) 12 % 28
|
twelve modulo twenty-eight
"twelve" modulo twenty-eight β 12
12 "modulo" twenty-eight β %
12 % "twenty-eight" β 28
Equation: 12 % 28
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty-three minus eighty'
|
sixty-three minus eighty
|
A) 58 - 75 ; B) 63 - 80 ; C) 63 * 80 ; D) 67 - 79 ; E) 63 % 80
|
B
|
B) 63 - 80
|
sixty-three minus eighty
"sixty-three" minus eighty β 63
63 "minus" eighty β -
63 - "eighty" β 80
Equation: 63 - 80
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'thirty-two times twenty-eight'
|
thirty-two times twenty-eight
|
A) 32 * 28 ; B) 36 * 24 ; C) 32 + 28 ; D) 28 * 32 ; E) 30 * 26
|
A
|
A) 32 * 28
|
thirty-two times twenty-eight
"thirty-two" times twenty-eight β 32
32 "times" twenty-eight β *
32 * "twenty-eight" β 28
Equation: 32 * 28
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty-five modulo ninety-two'
|
sixty-five modulo ninety-two
|
A) 61 % 96 ; B) 65 % 92 ; C) 92 % 65 ; D) 65 * 92 ; E) 62 % 92
|
B
|
B) 65 % 92
|
sixty-five modulo ninety-two
"sixty-five" modulo ninety-two β 65
65 "modulo" ninety-two β %
65 % "ninety-two" β 92
Equation: 65 % 92
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'seventy-four minus twenty-two'
|
seventy-four minus twenty-two
|
A) 79 - 26 ; B) 22 - 74 ; C) 73 - 20 ; D) 74 % 22 ; E) 74 - 22
|
E
|
E) 74 - 22
|
seventy-four minus twenty-two
"seventy-four" minus twenty-two β 74
74 "minus" twenty-two β -
74 - "twenty-two" β 22
Equation: 74 - 22
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-nine times zero'
|
twenty-nine times zero
|
A) 29 * 0 ; B) 24 * 0 ; C) 0 * 29 ; D) 29 + 0 ; E) 30 * 0
|
A
|
A) 29 * 0
|
twenty-nine times zero
"twenty-nine" times zero β 29
29 "times" zero β *
29 * "zero" β 0
Equation: 29 * 0
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-four modulo ninety-five'
|
ninety-four modulo ninety-five
|
A) 93 % 91 ; B) 94 % 95 ; C) 95 % 94 ; D) 94 - 95 ; E) 89 % 100
|
B
|
B) 94 % 95
|
ninety-four modulo ninety-five
"ninety-four" modulo ninety-five β 94
94 "modulo" ninety-five β %
94 % "ninety-five" β 95
Equation: 94 % 95
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty minus forty-nine'
|
sixty minus forty-nine
|
A) 60 * 49 ; B) 49 - 60 ; C) 64 - 52 ; D) 60 - 49 ; E) 60 + 49
|
D
|
D) 60 - 49
|
sixty minus forty-nine
"sixty" minus forty-nine β 60
60 "minus" forty-nine β -
60 - "forty-nine" β 49
Equation: 60 - 49
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty plus thirty-two'
|
eighty plus thirty-two
|
A) 80 * 32 ; B) 80 % 32 ; C) 75 + 31 ; D) 81 + 29 ; E) 80 + 32
|
E
|
E) 80 + 32
|
eighty plus thirty-two
"eighty" plus thirty-two β 80
80 "plus" thirty-two β +
80 + "thirty-two" β 32
Equation: 80 + 32
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty-six modulo three'
|
eighty-six modulo three
|
A) 89 % 3 ; B) 86 + 3 ; C) 86 - 3 ; D) 86 % 0 ; E) 86 % 3
|
E
|
E) 86 % 3
|
eighty-six modulo three
"eighty-six" modulo three β 86
86 "modulo" three β %
86 % "three" β 3
Equation: 86 % 3
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'two minus thirty-five'
|
two minus thirty-five
|
A) 35 - 2 ; B) 2 % 35 ; C) 7 - 40 ; D) 2 - 35 ; E) 2 - 39
|
D
|
D) 2 - 35
|
two minus thirty-five
"two" minus thirty-five β 2
2 "minus" thirty-five β -
2 - "thirty-five" β 35
Equation: 2 - 35
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty-one minus forty-two'
|
sixty-one minus forty-two
|
A) 66 - 37 ; B) 66 - 38 ; C) 64 - 40 ; D) 61 - 42 ; E) 61 + 42
|
D
|
D) 61 - 42
|
sixty-one minus forty-two
"sixty-one" minus forty-two β 61
61 "minus" forty-two β -
61 - "forty-two" β 42
Equation: 61 - 42
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-three modulo twenty-eight'
|
forty-three modulo twenty-eight
|
A) 28 % 43 ; B) 46 % 26 ; C) 43 % 28 ; D) 43 - 28 ; E) 38 % 33
|
C
|
C) 43 % 28
|
forty-three modulo twenty-eight
"forty-three" modulo twenty-eight β 43
43 "modulo" twenty-eight β %
43 % "twenty-eight" β 28
Equation: 43 % 28
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty modulo seventy-eight'
|
fifty modulo seventy-eight
|
A) 78 % 50 ; B) 50 - 78 ; C) 50 % 78 ; D) 52 % 82 ; E) 52 % 77
|
C
|
C) 50 % 78
|
fifty modulo seventy-eight
"fifty" modulo seventy-eight β 50
50 "modulo" seventy-eight β %
50 % "seventy-eight" β 78
Equation: 50 % 78
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty-two plus fifty-one'
|
eighty-two plus fifty-one
|
A) 82 + 51 ; B) 83 + 53 ; C) 78 + 47 ; D) 82 * 51 ; E) 82 - 51
|
A
|
A) 82 + 51
|
eighty-two plus fifty-one
"eighty-two" plus fifty-one β 82
82 "plus" fifty-one β +
82 + "fifty-one" β 51
Equation: 82 + 51
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifteen times five'
|
fifteen times five
|
A) 12 * 6 ; B) 15 + 5 ; C) 17 * 3 ; D) 15 * 5 ; E) 5 * 15
|
D
|
D) 15 * 5
|
fifteen times five
"fifteen" times five β 15
15 "times" five β *
15 * "five" β 5
Equation: 15 * 5
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-five plus nineteen'
|
ninety-five plus nineteen
|
A) 95 + 19 ; B) 95 - 19 ; C) 19 + 95 ; D) 95 % 19 ; E) 96 + 17
|
A
|
A) 95 + 19
|
ninety-five plus nineteen
"ninety-five" plus nineteen β 95
95 "plus" nineteen β +
95 + "nineteen" β 19
Equation: 95 + 19
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-one minus eighty'
|
twenty-one minus eighty
|
A) 21 % 80 ; B) 17 - 75 ; C) 24 - 78 ; D) 21 * 80 ; E) 21 - 80
|
E
|
E) 21 - 80
|
twenty-one minus eighty
"twenty-one" minus eighty β 21
21 "minus" eighty β -
21 - "eighty" β 80
Equation: 21 - 80
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'thirty-seven minus five'
|
thirty-seven minus five
|
A) 37 + 5 ; B) 37 - 5 ; C) 37 % 5 ; D) 40 - 4 ; E) 42 - 6
|
B
|
B) 37 - 5
|
thirty-seven minus five
"thirty-seven" minus five β 37
37 "minus" five β -
37 - "five" β 5
Equation: 37 - 5
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty-nine plus eighty-six'
|
sixty-nine plus eighty-six
|
A) 66 + 81 ; B) 69 + 86 ; C) 69 % 86 ; D) 69 - 86 ; E) 86 + 69
|
B
|
B) 69 + 86
|
sixty-nine plus eighty-six
"sixty-nine" plus eighty-six β 69
69 "plus" eighty-six β +
69 + "eighty-six" β 86
Equation: 69 + 86
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-eight plus sixteen'
|
forty-eight plus sixteen
|
A) 16 + 48 ; B) 48 + 16 ; C) 43 + 15 ; D) 46 + 11 ; E) 48 % 16
|
B
|
B) 48 + 16
|
forty-eight plus sixteen
"forty-eight" plus sixteen β 48
48 "plus" sixteen β +
48 + "sixteen" β 16
Equation: 48 + 16
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'seventy modulo seventy-six'
|
seventy modulo seventy-six
|
A) 70 + 76 ; B) 71 % 75 ; C) 69 % 78 ; D) 76 % 70 ; E) 70 % 76
|
E
|
E) 70 % 76
|
seventy modulo seventy-six
"seventy" modulo seventy-six β 70
70 "modulo" seventy-six β %
70 % "seventy-six" β 76
Equation: 70 % 76
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty-three minus ninety-three'
|
sixty-three minus ninety-three
|
A) 63 + 93 ; B) 65 - 98 ; C) 63 * 93 ; D) 62 - 91 ; E) 63 - 93
|
E
|
E) 63 - 93
|
sixty-three minus ninety-three
"sixty-three" minus ninety-three β 63
63 "minus" ninety-three β -
63 - "ninety-three" β 93
Equation: 63 - 93
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-two plus eighty-two'
|
forty-two plus eighty-two
|
A) 44 + 78 ; B) 42 * 82 ; C) 42 + 82 ; D) 42 + 79 ; E) 42 - 82
|
C
|
C) 42 + 82
|
forty-two plus eighty-two
"forty-two" plus eighty-two β 42
42 "plus" eighty-two β +
42 + "eighty-two" β 82
Equation: 42 + 82
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifteen modulo sixty-eight'
|
fifteen modulo sixty-eight
|
A) 15 * 68 ; B) 14 % 68 ; C) 15 % 68 ; D) 15 + 68 ; E) 12 % 65
|
C
|
C) 15 % 68
|
fifteen modulo sixty-eight
"fifteen" modulo sixty-eight β 15
15 "modulo" sixty-eight β %
15 % "sixty-eight" β 68
Equation: 15 % 68
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'seventy-five plus twenty-nine'
|
seventy-five plus twenty-nine
|
A) 29 + 75 ; B) 74 + 32 ; C) 75 + 29 ; D) 75 - 29 ; E) 80 + 25
|
C
|
C) 75 + 29
|
seventy-five plus twenty-nine
"seventy-five" plus twenty-nine β 75
75 "plus" twenty-nine β +
75 + "twenty-nine" β 29
Equation: 75 + 29
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-four times twenty-nine'
|
twenty-four times twenty-nine
|
A) 24 * 30 ; B) 24 + 29 ; C) 24 * 29 ; D) 22 * 26 ; E) 21 * 28
|
C
|
C) 24 * 29
|
twenty-four times twenty-nine
"twenty-four" times twenty-nine β 24
24 "times" twenty-nine β *
24 * "twenty-nine" β 29
Equation: 24 * 29
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty plus eighty-nine'
|
forty plus eighty-nine
|
A) 40 + 87 ; B) 40 - 89 ; C) 40 + 89 ; D) 41 + 89 ; E) 89 + 40
|
C
|
C) 40 + 89
|
forty plus eighty-nine
"forty" plus eighty-nine β 40
40 "plus" eighty-nine β +
40 + "eighty-nine" β 89
Equation: 40 + 89
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty-two plus twenty-six'
|
fifty-two plus twenty-six
|
A) 57 + 24 ; B) 26 + 52 ; C) 51 + 31 ; D) 52 % 26 ; E) 52 + 26
|
E
|
E) 52 + 26
|
fifty-two plus twenty-six
"fifty-two" plus twenty-six β 52
52 "plus" twenty-six β +
52 + "twenty-six" β 26
Equation: 52 + 26
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-one plus fifty-nine'
|
ninety-one plus fifty-nine
|
A) 95 + 64 ; B) 91 % 59 ; C) 91 + 62 ; D) 91 * 59 ; E) 91 + 59
|
E
|
E) 91 + 59
|
ninety-one plus fifty-nine
"ninety-one" plus fifty-nine β 91
91 "plus" fifty-nine β +
91 + "fifty-nine" β 59
Equation: 91 + 59
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-one plus forty-two'
|
twenty-one plus forty-two
|
A) 21 % 42 ; B) 16 + 40 ; C) 42 + 21 ; D) 21 + 42 ; E) 21 * 42
|
D
|
D) 21 + 42
|
twenty-one plus forty-two
"twenty-one" plus forty-two β 21
21 "plus" forty-two β +
21 + "forty-two" β 42
Equation: 21 + 42
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'seventy-four plus thirty-six'
|
seventy-four plus thirty-six
|
A) 36 + 74 ; B) 72 + 35 ; C) 74 + 36 ; D) 72 + 33 ; E) 74 % 36
|
C
|
C) 74 + 36
|
seventy-four plus thirty-six
"seventy-four" plus thirty-six β 74
74 "plus" thirty-six β +
74 + "thirty-six" β 36
Equation: 74 + 36
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-six modulo twenty-five'
|
ninety-six modulo twenty-five
|
A) 98 % 20 ; B) 96 + 25 ; C) 99 % 20 ; D) 96 * 25 ; E) 96 % 25
|
E
|
E) 96 % 25
|
ninety-six modulo twenty-five
"ninety-six" modulo twenty-five β 96
96 "modulo" twenty-five β %
96 % "twenty-five" β 25
Equation: 96 % 25
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'six minus fifty-six'
|
six minus fifty-six
|
A) 10 - 55 ; B) 9 - 61 ; C) 6 * 56 ; D) 56 - 6 ; E) 6 - 56
|
E
|
E) 6 - 56
|
six minus fifty-six
"six" minus fifty-six β 6
6 "minus" fifty-six β -
6 - "fifty-six" β 56
Equation: 6 - 56
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'seventy-seven plus seventy-six'
|
seventy-seven plus seventy-six
|
A) 77 * 76 ; B) 77 + 76 ; C) 78 + 81 ; D) 76 + 76 ; E) 76 + 77
|
B
|
B) 77 + 76
|
seventy-seven plus seventy-six
"seventy-seven" plus seventy-six β 77
77 "plus" seventy-six β +
77 + "seventy-six" β 76
Equation: 77 + 76
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'seventy-eight minus fifty-one'
|
seventy-eight minus fifty-one
|
A) 78 * 51 ; B) 80 - 54 ; C) 78 - 51 ; D) 82 - 56 ; E) 51 - 78
|
C
|
C) 78 - 51
|
seventy-eight minus fifty-one
"seventy-eight" minus fifty-one β 78
78 "minus" fifty-one β -
78 - "fifty-one" β 51
Equation: 78 - 51
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'three minus sixty-three'
|
three minus sixty-three
|
A) 3 - 66 ; B) 3 - 63 ; C) 5 - 60 ; D) 3 + 63 ; E) 3 % 63
|
B
|
B) 3 - 63
|
three minus sixty-three
"three" minus sixty-three β 3
3 "minus" sixty-three β -
3 - "sixty-three" β 63
Equation: 3 - 63
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'seventy-three minus seventy-nine'
|
seventy-three minus seventy-nine
|
A) 73 - 79 ; B) 72 - 74 ; C) 73 * 79 ; D) 79 - 73 ; E) 71 - 74
|
A
|
A) 73 - 79
|
seventy-three minus seventy-nine
"seventy-three" minus seventy-nine β 73
73 "minus" seventy-nine β -
73 - "seventy-nine" β 79
Equation: 73 - 79
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-seven plus fifty-seven'
|
forty-seven plus fifty-seven
|
A) 47 * 57 ; B) 47 + 57 ; C) 46 + 59 ; D) 47 % 57 ; E) 48 + 62
|
B
|
B) 47 + 57
|
forty-seven plus fifty-seven
"forty-seven" plus fifty-seven β 47
47 "plus" fifty-seven β +
47 + "fifty-seven" β 57
Equation: 47 + 57
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixteen modulo thirty-two'
|
sixteen modulo thirty-two
|
A) 16 % 32 ; B) 11 % 33 ; C) 16 + 32 ; D) 20 % 29 ; E) 16 * 32
|
A
|
A) 16 % 32
|
sixteen modulo thirty-two
"sixteen" modulo thirty-two β 16
16 "modulo" thirty-two β %
16 % "thirty-two" β 32
Equation: 16 % 32
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'thirty-one modulo eighty-three'
|
thirty-one modulo eighty-three
|
A) 83 % 31 ; B) 34 % 87 ; C) 31 % 83 ; D) 31 * 83 ; E) 30 % 79
|
C
|
C) 31 % 83
|
thirty-one modulo eighty-three
"thirty-one" modulo eighty-three β 31
31 "modulo" eighty-three β %
31 % "eighty-three" β 83
Equation: 31 % 83
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-five plus thirty-seven'
|
forty-five plus thirty-seven
|
A) 44 + 41 ; B) 37 + 45 ; C) 45 + 37 ; D) 41 + 36 ; E) 45 * 37
|
C
|
C) 45 + 37
|
forty-five plus thirty-seven
"forty-five" plus thirty-seven β 45
45 "plus" thirty-seven β +
45 + "thirty-seven" β 37
Equation: 45 + 37
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'thirty-four times one'
|
thirty-four times one
|
A) 1 * 34 ; B) 29 * 6 ; C) 34 % 1 ; D) 32 * 0 ; E) 34 * 1
|
E
|
E) 34 * 1
|
thirty-four times one
"thirty-four" times one β 34
34 "times" one β *
34 * "one" β 1
Equation: 34 * 1
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty-one plus twenty-seven'
|
sixty-one plus twenty-seven
|
A) 63 + 32 ; B) 61 - 27 ; C) 61 + 27 ; D) 61 + 28 ; E) 61 * 27
|
C
|
C) 61 + 27
|
sixty-one plus twenty-seven
"sixty-one" plus twenty-seven β 61
61 "plus" twenty-seven β +
61 + "twenty-seven" β 27
Equation: 61 + 27
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty-eight modulo twenty-three'
|
eighty-eight modulo twenty-three
|
A) 88 % 23 ; B) 84 % 18 ; C) 23 % 88 ; D) 88 - 23 ; E) 88 % 28
|
A
|
A) 88 % 23
|
eighty-eight modulo twenty-three
"eighty-eight" modulo twenty-three β 88
88 "modulo" twenty-three β %
88 % "twenty-three" β 23
Equation: 88 % 23
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'two minus twenty-three'
|
two minus twenty-three
|
A) 23 - 2 ; B) 1 - 20 ; C) 0 - 23 ; D) 2 + 23 ; E) 2 - 23
|
E
|
E) 2 - 23
|
two minus twenty-three
"two" minus twenty-three β 2
2 "minus" twenty-three β -
2 - "twenty-three" β 23
Equation: 2 - 23
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'sixty-seven plus ninety'
|
sixty-seven plus ninety
|
A) 63 + 87 ; B) 67 + 90 ; C) 67 * 90 ; D) 65 + 86 ; E) 90 + 67
|
B
|
B) 67 + 90
|
sixty-seven plus ninety
"sixty-seven" plus ninety β 67
67 "plus" ninety β +
67 + "ninety" β 90
Equation: 67 + 90
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-eight plus thirty-six'
|
twenty-eight plus thirty-six
|
A) 30 + 31 ; B) 31 + 39 ; C) 28 - 36 ; D) 28 * 36 ; E) 28 + 36
|
E
|
E) 28 + 36
|
twenty-eight plus thirty-six
"twenty-eight" plus thirty-six β 28
28 "plus" thirty-six β +
28 + "thirty-six" β 36
Equation: 28 + 36
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty-nine minus two'
|
eighty-nine minus two
|
A) 89 - 0 ; B) 89 * 2 ; C) 89 - 2 ; D) 93 - 0 ; E) 89 + 2
|
C
|
C) 89 - 2
|
eighty-nine minus two
"eighty-nine" minus two β 89
89 "minus" two β -
89 - "two" β 2
Equation: 89 - 2
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-seven modulo ninety-two'
|
forty-seven modulo ninety-two
|
A) 47 % 92 ; B) 48 % 92 ; C) 45 % 91 ; D) 47 - 92 ; E) 47 * 92
|
A
|
A) 47 % 92
|
forty-seven modulo ninety-two
"forty-seven" modulo ninety-two β 47
47 "modulo" ninety-two β %
47 % "ninety-two" β 92
Equation: 47 % 92
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'nine modulo eighty-one'
|
nine modulo eighty-one
|
A) 9 * 81 ; B) 9 - 81 ; C) 9 % 81 ; D) 7 % 77 ; E) 81 % 9
|
C
|
C) 9 % 81
|
nine modulo eighty-one
"nine" modulo eighty-one β 9
9 "modulo" eighty-one β %
9 % "eighty-one" β 81
Equation: 9 % 81
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-one plus seventy-five'
|
forty-one plus seventy-five
|
A) 41 + 70 ; B) 39 + 76 ; C) 41 * 75 ; D) 41 + 75 ; E) 41 - 75
|
D
|
D) 41 + 75
|
forty-one plus seventy-five
"forty-one" plus seventy-five β 41
41 "plus" seventy-five β +
41 + "seventy-five" β 75
Equation: 41 + 75
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-nine minus eighty-seven'
|
twenty-nine minus eighty-seven
|
A) 29 % 87 ; B) 29 + 87 ; C) 34 - 90 ; D) 29 - 87 ; E) 31 - 89
|
D
|
D) 29 - 87
|
twenty-nine minus eighty-seven
"twenty-nine" minus eighty-seven β 29
29 "minus" eighty-seven β -
29 - "eighty-seven" β 87
Equation: 29 - 87
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'seven plus seventy-four'
|
seven plus seventy-four
|
A) 7 % 74 ; B) 7 + 74 ; C) 7 * 74 ; D) 8 + 70 ; E) 6 + 75
|
B
|
B) 7 + 74
|
seven plus seventy-four
"seven" plus seventy-four β 7
7 "plus" seventy-four β +
7 + "seventy-four" β 74
Equation: 7 + 74
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ten modulo sixty-six'
|
ten modulo sixty-six
|
A) 8 % 67 ; B) 10 % 66 ; C) 10 + 66 ; D) 66 % 10 ; E) 10 - 66
|
B
|
B) 10 % 66
|
ten modulo sixty-six
"ten" modulo sixty-six β 10
10 "modulo" sixty-six β %
10 % "sixty-six" β 66
Equation: 10 % 66
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'thirty plus ninety-one'
|
thirty plus ninety-one
|
A) 30 + 91 ; B) 34 + 90 ; C) 30 * 91 ; D) 91 + 30 ; E) 31 + 87
|
A
|
A) 30 + 91
|
thirty plus ninety-one
"thirty" plus ninety-one β 30
30 "plus" ninety-one β +
30 + "ninety-one" β 91
Equation: 30 + 91
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty-five minus thirty'
|
fifty-five minus thirty
|
A) 55 + 30 ; B) 55 % 30 ; C) 50 - 33 ; D) 30 - 55 ; E) 55 - 30
|
E
|
E) 55 - 30
|
fifty-five minus thirty
"fifty-five" minus thirty β 55
55 "minus" thirty β -
55 - "thirty" β 30
Equation: 55 - 30
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'four minus forty-three'
|
four minus forty-three
|
A) 0 - 39 ; B) 4 - 43 ; C) 4 * 43 ; D) 43 - 4 ; E) 0 - 42
|
B
|
B) 4 - 43
|
four minus forty-three
"four" minus forty-three β 4
4 "minus" forty-three β -
4 - "forty-three" β 43
Equation: 4 - 43
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty-five modulo sixty-nine'
|
fifty-five modulo sixty-nine
|
A) 55 - 69 ; B) 53 % 68 ; C) 55 * 69 ; D) 55 % 64 ; E) 55 % 69
|
E
|
E) 55 % 69
|
fifty-five modulo sixty-nine
"fifty-five" modulo sixty-nine β 55
55 "modulo" sixty-nine β %
55 % "sixty-nine" β 69
Equation: 55 % 69
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-three plus seventy-two'
|
forty-three plus seventy-two
|
A) 43 - 72 ; B) 47 + 72 ; C) 43 + 72 ; D) 42 + 69 ; E) 43 * 72
|
C
|
C) 43 + 72
|
forty-three plus seventy-two
"forty-three" plus seventy-two β 43
43 "plus" seventy-two β +
43 + "seventy-two" β 72
Equation: 43 + 72
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-five minus forty'
|
forty-five minus forty
|
A) 45 + 40 ; B) 49 - 40 ; C) 45 - 40 ; D) 40 - 45 ; E) 47 - 36
|
C
|
C) 45 - 40
|
forty-five minus forty
"forty-five" minus forty β 45
45 "minus" forty β -
45 - "forty" β 40
Equation: 45 - 40
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty-six plus nineteen'
|
fifty-six plus nineteen
|
A) 19 + 56 ; B) 56 + 19 ; C) 56 + 15 ; D) 56 - 19 ; E) 59 + 18
|
B
|
B) 56 + 19
|
fifty-six plus nineteen
"fifty-six" plus nineteen β 56
56 "plus" nineteen β +
56 + "nineteen" β 19
Equation: 56 + 19
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty-one times nine'
|
fifty-one times nine
|
A) 53 * 12 ; B) 54 * 10 ; C) 51 - 9 ; D) 51 % 9 ; E) 51 * 9
|
E
|
E) 51 * 9
|
fifty-one times nine
"fifty-one" times nine β 51
51 "times" nine β *
51 * "nine" β 9
Equation: 51 * 9
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'ninety-two plus eleven'
|
ninety-two plus eleven
|
A) 92 - 11 ; B) 92 + 7 ; C) 92 % 11 ; D) 87 + 8 ; E) 92 + 11
|
E
|
E) 92 + 11
|
ninety-two plus eleven
"ninety-two" plus eleven β 92
92 "plus" eleven β +
92 + "eleven" β 11
Equation: 92 + 11
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-five plus twenty-seven'
|
twenty-five plus twenty-seven
|
A) 30 + 25 ; B) 25 + 27 ; C) 25 % 27 ; D) 30 + 30 ; E) 25 - 27
|
B
|
B) 25 + 27
|
twenty-five plus twenty-seven
"twenty-five" plus twenty-seven β 25
25 "plus" twenty-seven β +
25 + "twenty-seven" β 27
Equation: 25 + 27
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'fifty-one plus fifty-two'
|
fifty-one plus fifty-two
|
A) 51 - 52 ; B) 51 * 52 ; C) 46 + 56 ; D) 51 + 52 ; E) 53 + 52
|
D
|
D) 51 + 52
|
fifty-one plus fifty-two
"fifty-one" plus fifty-two β 51
51 "plus" fifty-two β +
51 + "fifty-two" β 52
Equation: 51 + 52
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'eighty-six minus sixty-two'
|
eighty-six minus sixty-two
|
A) 62 - 86 ; B) 81 - 66 ; C) 86 - 62 ; D) 84 - 63 ; E) 86 + 62
|
C
|
C) 86 - 62
|
eighty-six minus sixty-two
"eighty-six" minus sixty-two β 86
86 "minus" sixty-two β -
86 - "sixty-two" β 62
Equation: 86 - 62
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'twenty-eight modulo seventy-nine'
|
twenty-eight modulo seventy-nine
|
A) 25 % 75 ; B) 25 % 82 ; C) 28 % 79 ; D) 28 * 79 ; E) 28 + 79
|
C
|
C) 28 % 79
|
twenty-eight modulo seventy-nine
"twenty-eight" modulo seventy-nine β 28
28 "modulo" seventy-nine β %
28 % "seventy-nine" β 79
Equation: 28 % 79
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'thirty-two minus eighty-seven'
|
thirty-two minus eighty-seven
|
A) 27 - 84 ; B) 37 - 91 ; C) 32 % 87 ; D) 32 - 87 ; E) 32 * 87
|
D
|
D) 32 - 87
|
thirty-two minus eighty-seven
"thirty-two" minus eighty-seven β 32
32 "minus" eighty-seven β -
32 - "eighty-seven" β 87
Equation: 32 - 87
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'forty-seven minus ninety-seven'
|
forty-seven minus ninety-seven
|
A) 97 - 47 ; B) 47 - 97 ; C) 46 - 93 ; D) 47 * 97 ; E) 46 - 95
|
B
|
B) 47 - 97
|
forty-seven minus ninety-seven
"forty-seven" minus ninety-seven β 47
47 "minus" ninety-seven β -
47 - "ninety-seven" β 97
Equation: 47 - 97
|
MathTranslationGenerator
|
Please translate the following English description of a mathematical expression into a formal equation using integer operands and mathematical operators: 'thirty-seven times sixteen'
|
thirty-seven times sixteen
|
A) 37 + 16 ; B) 16 * 37 ; C) 36 * 13 ; D) 37 * 16 ; E) 38 * 21
|
D
|
D) 37 * 16
|
thirty-seven times sixteen
"thirty-seven" times sixteen β 37
37 "times" sixteen β *
37 * "sixteen" β 16
Equation: 37 * 16
|
MathTranslationGenerator
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.