id
stringlengths 23
23
| question
stringlengths 48
324
| chain
stringlengths 77
265
| result
stringlengths 1
13
| result_float
float64 -10
67.1k
| equation
stringlengths 5
66
| expression
stringlengths 3
58
|
---|---|---|---|---|---|---|
mawps__ocCNH2KE8MA3Kapc
|
Howard had some lychee. James gave him 6 more. Now Howard has 17 lychee. How many lychee did Howard have earlier?
|
<gadget id="calculator">17 - 6</gadget>
<output>11</output>
<result>11</result>
|
11
| 11 |
x = 17 - 6
|
17-6
|
mawps__HAdlXhlJV6vMxWfI
|
Sara had 21 quarters in her bank. Her dad gave her 49 more quarters. How many quarters does she have now ?
|
<gadget id="calculator">21 + 49</gadget>
<output>70</output>
<result>70</result>
|
70
| 70 |
21+49=x
|
21+49
|
mawps__3JNrEHjT92mFElZP
|
Eloise had some Car. He divide each Car into 2 slices. If total 108 Car slices Eloise make, then how many Car Eloise had?
|
<gadget id="calculator">108 / 2</gadget>
<output>54</output>
<result>54</result>
|
54
| 54 |
x = 108 / 2
|
108/2
|
mawps__teUGQqiqWe4iU4d7
|
Theresa had 26 papaya. Maria supplyed him some more. Now Theresa has 196 papaya. How many did Maria supply him?
|
<gadget id="calculator">196 - 26</gadget>
<output>170</output>
<result>170</result>
|
170
| 170 |
x = 196 - 26
|
196-26
|
mawps__ARRrrZhHhsZy2Se2
|
Joshua had some fig. Rose took 15 from him. Now Joshua has 83 fig. How many fig Joshua had originally?
|
<gadget id="calculator">83 + 15</gadget>
<output>98</output>
<result>98</result>
|
98
| 98 |
x = 83 + 15
|
83+15
|
mawps__MGCPumkmnpW0REOB
|
A construction company bought 5.91 tons of gravel and 8.11 tons of sand . How many tons of material did the company buy in all ?
|
<gadget id="calculator">5.91 + 8.11</gadget>
<output>14.02</output>
<result>14.02</result>
|
14.02
| 14.02 |
x = 5.91 + 8.11
|
5.91+8.11
|
mawps__CmUCqsfXciZW5tjj
|
Ervin had 125 Pen. George grasped some Pen. Now Ervin has 43 Pen. How many did George graspeds?
|
<gadget id="calculator">125 - 43</gadget>
<output>82</output>
<result>82</result>
|
82
| 82 |
x = 125 - 43
|
125-43
|
mawps__pr8eXgd1i2nOSrVN
|
Danielle had 141 lemon. Glen clasped some lemon. Now Danielle has 53 lemon. How many did Glen claspeds?
|
<gadget id="calculator">141 - 53</gadget>
<output>88</output>
<result>88</result>
|
88
| 88 |
x = 141 - 53
|
141-53
|
mawps__RmpM9IqECbzIqog1
|
Alana had 229 mango. Alma clutched some mango. Now Alana has 76 mango. How many did Alma clutcheds?
|
<gadget id="calculator">229 - 76</gadget>
<output>153</output>
<result>153</result>
|
153
| 153 |
x = 229 - 76
|
229-76
|
mawps__2broxh0lWuqS1IdX
|
Cheryl had 256 lychee. Gertrude lay hold of some lychee. Now Cheryl has 58 lychee. How many did Gertrude lay hold ofs?
|
<gadget id="calculator">256 - 58</gadget>
<output>198</output>
<result>198</result>
|
198
| 198 |
x = 256 - 58
|
256-58
|
mawps__uQO3SKPezROvPXHn
|
Stanley had 279 Beg. Susan grabbed some Beg. Now Stanley has 53 Beg. How many did Susan grabbeds?
|
<gadget id="calculator">279 - 53</gadget>
<output>226</output>
<result>226</result>
|
226
| 226 |
x = 279 - 53
|
279-53
|
mawps__pHXSw1KhW6H9lwxT
|
Brian has 76 cards. Wayne takes 59 away. How many cards will Brian have?
|
<gadget id="calculator">76 - 59</gadget>
<output>17</output>
<result>17</result>
|
17
| 17 |
x=(76.0-59.0)
|
(76.0-59.0)
|
mawps__OBCKLrmzyZJQDFhJ
|
John had some Bread. Alma took 11 from him. Now John has 85 Bread. How many Bread John had at first?
|
<gadget id="calculator">85 + 11</gadget>
<output>96</output>
<result>96</result>
|
96
| 96 |
x = 85 + 11
|
85+11
|
mawps__Jur2u7oM1Q1ECoOl
|
A carpenter bought a piece of wood that was 0.41 meters long . Then she sawed 0.33 meters off the end . How long is the piece of wood now ?
|
<gadget id="calculator">0.41 - 0.33</gadget>
<output>0.08</output>
<result>0.08</result>
|
0.08
| 0.08 |
x = 0.41 - 0.33
|
0.41-0.33
|
mawps__Bt0fKpwS0NToM3XL
|
A chef needs to cook 12 potatoes. He has already cooked 6. If each potato takes 6 minutes to cook, how long will it take him to cook the rest?
|
<gadget id="calculator">12 - 6</gadget>
<output>6</output>
<gadget id="calculator">6 * 6</gadget>
<output>36</output>
<result>36</result>
|
36
| 36 |
x=(6.0*(12.0-6.0))
|
(6.0*(12.0-6.0))
|
mawps__DyAnQmUYwoZlsUhe
|
William had 189 papaya. George gripped some papaya. Now William has 54 papaya. How many did George grippeds?
|
<gadget id="calculator">189 - 54</gadget>
<output>135</output>
<result>135</result>
|
135
| 135 |
x = 189 - 54
|
189-54
|
mawps__lr57v0Hxf5b453dN
|
Jacob had 272 avocado. Thomas clasped some avocado. Now Jacob has 4 avocado. How many did Thomas claspeds?
|
<gadget id="calculator">272 - 4</gadget>
<output>268</output>
<result>268</result>
|
268
| 268 |
x = 272 - 4
|
272-4
|
mawps__LVlPjeVkh8uKywSM
|
Michelle began her pizza delivery route with 0.5 tank of gas in her car . When she made it back to the pizzeria , 0.16666666666666666 tank of gas was . How much gas did Michelle use ?
|
<gadget id="calculator">0.5 - 0.166667</gadget>
<output>0.333333</output>
<result>0.333333</result>
|
0.333333
| 0.333333 |
x = 0.5 - 0.16666666666666666
|
0.5-0.16666666666666666
|
mawps__6JGlYh6sBMaKcdOi
|
Gregory had some orange. Gail gave him 8 more. Now Gregory has 45 orange. How many orange did Gregory have in the beginning?
|
<gadget id="calculator">45 - 8</gadget>
<output>37</output>
<result>37</result>
|
37
| 37 |
x = 45 - 8
|
45-8
|
mawps__Gsz7wVKFpk8NX4fk
|
Carrie had 7 seashells. Russell confered him some more. Now Carrie has 73 seashells. How many did Russell confer him?
|
<gadget id="calculator">73 - 7</gadget>
<output>66</output>
<result>66</result>
|
66
| 66 |
x = 73 - 7
|
73-7
|
mawps__lHEhtOYoeJ1FMFxv
|
Dolores had 143 lemon. Tracey grasped some lemon. Now Dolores has 89 lemon. How many did Tracey graspeds?
|
<gadget id="calculator">143 - 89</gadget>
<output>54</output>
<result>54</result>
|
54
| 54 |
x = 143 - 89
|
143-89
|
mawps__UxHosAGX3lKkRqcC
|
Heather went to the county fair last weekend . When she got there , she had to walk 0.3333333333333333 mile from the car to the entrance . Then she walked 0.3333333333333333 mile to the carnival rides and 0.08333333333333333 mile from the carnival rides back to the car . How many miles did Heather walk in all ?
|
<gadget id="calculator">0.333333 + 0.333333 + 0.083333</gadget>
<output>0.749999</output>
<result>0.749999</result>
|
0.749999
| 0.749999 |
x = 0.3333333333333333 + 0.3333333333333333 + 0.08333333333333333
|
0.3333333333333333+0.3333333333333333+0.08333333333333333
|
mawps__HZgzVpbHxDKoboRP
|
Joseph had 34 lime. Taylor gifted him some more. Now Joseph has 124 lime. How many did Taylor gift him?
|
<gadget id="calculator">124 - 34</gadget>
<output>90</output>
<result>90</result>
|
90
| 90 |
x = 124 - 34
|
124-34
|
mawps__xGRBFnOf4lw0fLZQ
|
Jessica grew 35 watermelons and 30 carrots , but the rabbits ate 27 watermelons . How many watermelons does Jessica have ?
|
<gadget id="calculator">35 - 27</gadget>
<output>8</output>
<result>8</result>
|
8
| 8 |
x = 35 - 27
|
35-27
|
mawps__Zru05zxb7HuUGK2Q
|
A petri dish originally contained 600 bacteria . A scientist let the bacteria grow and now there are 8917 of them . How many more bacteria are there now ?
|
<gadget id="calculator">8_917 - 600</gadget>
<output>8_317</output>
<result>8_317</result>
|
8_317
| 8,317 |
x = 8917.0 - 600.0
|
8917.0-600.0
|
mawps__8n7TJpgO7LZk5mOd
|
John had 297 Book. Maureen gripped some Book. Now John has 74 Book. How many did Maureen grippeds?
|
<gadget id="calculator">297 - 74</gadget>
<output>223</output>
<result>223</result>
|
223
| 223 |
x = 297 - 74
|
297-74
|
mawps__QzQpTYMNCRvrF4co
|
Isabel had 72 homework problems. She finished 32 of them but still had 5 pages of problems to do. If each page has the same number of problems on it, how many problems are on each page?
|
<gadget id="calculator">72 - 32</gadget>
<output>40</output>
<gadget id="calculator">40 / 5</gadget>
<output>8</output>
<result>8</result>
|
8
| 8 |
x=((72.0-32.0)/5.0)
|
((72.0-32.0)/5.0)
|
mawps__Vk9Q2OmckLOlnN4C
|
John had some Banana. Galen took 18 from him. Now John has 56 Banana. How many Banana John had in the beginning?
|
<gadget id="calculator">56 + 18</gadget>
<output>74</output>
<result>74</result>
|
74
| 74 |
x = 56 + 18
|
56+18
|
mawps__tPaqmQMnj1qN0nSq
|
Barbara had some pineapple. Amanda gave him 6 more. Now Barbara has 14 pineapple. How many pineapple did Barbara have to begin with?
|
<gadget id="calculator">14 - 6</gadget>
<output>8</output>
<result>8</result>
|
8
| 8 |
x = 14 - 6
|
14-6
|
mawps__Hvlc31wsuwCe3MO6
|
Adam take 18 bags of peach . how many peach in each bag? If total 77 peach Adam take.
|
<gadget id="calculator">77 / 18</gadget>
<output>77/18 = around 4.277778</output>
<result>77/18</result>
|
77/18
| 4.277778 |
x = 77 / 18
|
77/18
|
mawps__Goj3ePb5cEXnKRen
|
Jose wandered 4 kilometers at 2 kilometers per hour. How long did Jose wander?
|
<gadget id="calculator">4 - 2</gadget>
<output>2</output>
<result>2</result>
|
2
| 2 |
x=(4.0-2.0)
|
(4.0-2.0)
|
mawps__JTY3MsDLXl4g2aNF
|
Ronald had some Beg. Justin gave him 5 more. Now Ronald has 24 Beg. How many Beg did Ronald have incipiently?
|
<gadget id="calculator">24 - 5</gadget>
<output>19</output>
<result>19</result>
|
19
| 19 |
x = 24 - 5
|
24-5
|
mawps__54whf9YoRJtCy8in
|
Susan had 119 Beg. Christina took 52 from him. Now How many Beg Susan have deducted?
|
<gadget id="calculator">119 - 52</gadget>
<output>67</output>
<result>67</result>
|
67
| 67 |
x = 119 - 52
|
119-52
|
mawps__0RA3VK34AqGtrQ97
|
Kaleb was collecting cans for recycling. On Saturday he filled 4 bags up and on Sunday he filled 6 more bags. If each bag had 4 cans in it, how many cans did he pick up total?
|
<gadget id="calculator">4 + 6</gadget>
<output>10</output>
<gadget id="calculator">4 * 10</gadget>
<output>40</output>
<result>40</result>
|
40
| 40 |
x=(4.0*(4.0+6.0))
|
(4.0*(4.0+6.0))
|
mawps__Kw3LeYOxWTos24rI
|
Tyrone had some Box. Ana gave him 2 more. Now Tyrone has 40 Box. How many Box did Tyrone have initially?
|
<gadget id="calculator">40 - 2</gadget>
<output>38</output>
<result>38</result>
|
38
| 38 |
x = 40 - 2
|
40-2
|
mawps__4e7cncn47Navhmls
|
Devin had 114 toy. Harold grasped some toy. Now Devin has 51 toy. How many did Harold graspeds?
|
<gadget id="calculator">114 - 51</gadget>
<output>63</output>
<result>63</result>
|
63
| 63 |
x = 114 - 51
|
114-51
|
mawps__VZhDFt4Z2y4y8O5M
|
James had 15 pineapple. Jacklyn proffered him some more. Now James has 58 pineapple. How many did Jacklyn proffer him?
|
<gadget id="calculator">58 - 15</gadget>
<output>43</output>
<result>43</result>
|
43
| 43 |
x = 58 - 15
|
58-15
|
mawps__M0a2AXu0p3r3yav1
|
Andrew had 226 watermelon. Brenda clutched some watermelon. Now Andrew has 90 watermelon. How many did Brenda clutcheds?
|
<gadget id="calculator">226 - 90</gadget>
<output>136</output>
<result>136</result>
|
136
| 136 |
x = 226 - 90
|
226-90
|
mawps__hmhXSqf3JEE9FrSk
|
Carl had 176 nectarine. Faye gripped some nectarine. Now Carl has 36 nectarine. How many did Faye grippeds?
|
<gadget id="calculator">176 - 36</gadget>
<output>140</output>
<result>140</result>
|
140
| 140 |
x = 176 - 36
|
176-36
|
mawps__LpBGw1OcSWq7Ibev
|
Harold had 13 toy. James donateed him some more. Now Harold has 161 toy. How many did James donate him?
|
<gadget id="calculator">161 - 13</gadget>
<output>148</output>
<result>148</result>
|
148
| 148 |
x = 161 - 13
|
161-13
|
mawps__cyAuHOhgpEEPj756
|
Jose strolled to Jane's house. It is 24 miles from Jose's house to Jane's house. It took Jose 12 hours to get there. How fast did Jose go?
|
<gadget id="calculator">24 / 12</gadget>
<output>2</output>
<result>2</result>
|
2
| 2 |
x=(24.0/12.0)
|
(24.0/12.0)
|
mawps__hZF4pK6Wp7m9GFPq
|
Denise had 17 watermelon. Michel furnished him some more. Now Denise has 67 watermelon. How many did Michel furnish him?
|
<gadget id="calculator">67 - 17</gadget>
<output>50</output>
<result>50</result>
|
50
| 50 |
x = 67 - 17
|
67-17
|
mawps__OS1AqjxsvEKzyAfs
|
Ernest had 187 coconut. Ernest took 116 from him. Now How many coconut Ernest have detracted?
|
<gadget id="calculator">187 - 116</gadget>
<output>71</output>
<result>71</result>
|
71
| 71 |
x = 187 - 116
|
187-116
|
mawps__CbchLCyzIij9Vl7V
|
Helen had some nectarine. Allen took 28 from him. Now Helen has 36 nectarine. How many nectarine Helen had in the beginning?
|
<gadget id="calculator">36 + 28</gadget>
<output>64</output>
<result>64</result>
|
64
| 64 |
x = 36 + 28
|
36+28
|
mawps__duLUtBCOVD55sR5E
|
Leta had some banana. Edith took 13 from him. Now Leta has 24 banana. How many banana Leta had initially?
|
<gadget id="calculator">24 + 13</gadget>
<output>37</output>
<result>37</result>
|
37
| 37 |
x = 24 + 13
|
24+13
|
mawps__d6M5DW3xYeBpKBWT
|
Betty had 115 mango. Cinthia took 2 from him. Now How many mango Betty have remains?
|
<gadget id="calculator">115 - 2</gadget>
<output>113</output>
<result>113</result>
|
113
| 113 |
x = 115 - 2
|
115-2
|
mawps__Bi7ilDs10wCNnqHh
|
Stephanie had 30 kiwi. Christopher donateed him some more. Now Stephanie has 43 kiwi. How many did Christopher donate him?
|
<gadget id="calculator">43 - 30</gadget>
<output>13</output>
<result>13</result>
|
13
| 13 |
x = 43 - 30
|
43-30
|
mawps__mMw5cnmQqOMJrgpG
|
Ralph had 147 lychee. Nicole grabbed some lychee. Now Ralph has 98 lychee. How many did Nicole grabbeds?
|
<gadget id="calculator">147 - 98</gadget>
<output>49</output>
<result>49</result>
|
49
| 49 |
x = 147 - 98
|
147-98
|
mawps__kN4iYvXi0pmJRJxZ
|
Johnny had 134 Watch. Herbert took 105 from him. Now How many Watch Johnny have subtracted?
|
<gadget id="calculator">134 - 105</gadget>
<output>29</output>
<result>29</result>
|
29
| 29 |
x = 134 - 105
|
134-105
|
mawps__HFzHSMXqmypHIuiN
|
Michael had 79 blackberry. Steve took 42 from him. Now How many blackberry Michael have detracted?
|
<gadget id="calculator">79 - 42</gadget>
<output>37</output>
<result>37</result>
|
37
| 37 |
x = 79 - 42
|
79-42
|
mawps__tOvMRMCuM4x6j5Kj
|
Manuel had 170 Car. Paula took 143 from him. Now How many Car Manuel have subtracted?
|
<gadget id="calculator">170 - 143</gadget>
<output>27</output>
<result>27</result>
|
27
| 27 |
x = 170 - 143
|
170-143
|
mawps__JVAyVvLLQA2bW4gS
|
Lucille had 31 Bread. Jason gifted him some more. Now Lucille has 43 Bread. How many did Jason gift him?
|
<gadget id="calculator">43 - 31</gadget>
<output>12</output>
<result>12</result>
|
12
| 12 |
x = 43 - 31
|
43-31
|
mawps__LbFkuICAmyzujWJY
|
Angela had some apple. Richard gave him 7 more. Now Angela has 19 apple. How many apple did Angela have primitively?
|
<gadget id="calculator">19 - 7</gadget>
<output>12</output>
<result>12</result>
|
12
| 12 |
x = 19 - 7
|
19-7
|
mawps__OBLE3QjPvYM0kwnd
|
Teresa had 276 Watch. Helen gripped some Watch. Now Teresa has 85 Watch. How many did Helen grippeds?
|
<gadget id="calculator">276 - 85</gadget>
<output>191</output>
<result>191</result>
|
191
| 191 |
x = 276 - 85
|
276-85
|
mawps__iKEihtnLUA5yB3UD
|
Terry had 139 pineapple. Susie gripped some pineapple. Now Terry has 35 pineapple. How many did Susie grippeds?
|
<gadget id="calculator">139 - 35</gadget>
<output>104</output>
<result>104</result>
|
104
| 104 |
x = 139 - 35
|
139-35
|
mawps__8nogIwrdv4tojQ4l
|
Some insects called aphids attack a large farm . In response , the farmer releases ladybugs onto the fields . There are 12170 ladybugs with spots and 54912 ladybugs without spots . How many ladybugs are there in all ?
|
<gadget id="calculator">12_170 + 54_912</gadget>
<output>67_082</output>
<result>67_082</result>
|
67_082
| 67,082 |
x = 12170.0 + 54912.0
|
12170.0+54912.0
|
mawps__ONRLOZ70ie2OghXs
|
Mary had 184 strawberry. Paul took 53 from him. Now How many strawberry Mary have decreased by?
|
<gadget id="calculator">184 - 53</gadget>
<output>131</output>
<result>131</result>
|
131
| 131 |
x = 184 - 53
|
184-53
|
mawps__N0vsN1yNoo6OOmcH
|
Paul had 180 Beg. Sharon gripped some Beg. Now Paul has 87 Beg. How many did Sharon grippeds?
|
<gadget id="calculator">180 - 87</gadget>
<output>93</output>
<result>93</result>
|
93
| 93 |
x = 180 - 87
|
180-87
|
mawps__RpAIIldbliyRA6Tq
|
Timothy had 77 toy. Frances took 63 from him. Now How many toy Timothy have decreased by?
|
<gadget id="calculator">77 - 63</gadget>
<output>14</output>
<result>14</result>
|
14
| 14 |
x = 77 - 63
|
77-63
|
mawps__9yPiB3dUdu6xlkQj
|
Joseph had 32 Pen. Jamie contributeed him some more. Now Joseph has 144 Pen. How many did Jamie contribute him?
|
<gadget id="calculator">144 - 32</gadget>
<output>112</output>
<result>112</result>
|
112
| 112 |
x = 144 - 32
|
144-32
|
mawps__Wo9ef3zrd6SfpWAa
|
Gregory had some Car. Hollis took 47 from him. Now Gregory has 55 Car. How many Car Gregory had initially?
|
<gadget id="calculator">55 + 47</gadget>
<output>102</output>
<result>102</result>
|
102
| 102 |
x = 55 + 47
|
55+47
|
mawps__FsPN04N2WB9rH4gL
|
A grocery store is selling hamburger for 1.89 dollars per pound. This is 0.28 dollars less than the price at a competitor 's store. Find the price at the competitor 's store.
|
<gadget id="calculator">1.89 + 0.28</gadget>
<output>2.17</output>
<result>2.17</result>
|
2.17
| 2.17 |
1.89=x-0.28
|
1.89+0.28
|
mawps__TCRxbuvJGMp3SrtY
|
While playing a trivia game, Frank answered 3 questions correct in the first half and 2 questions correct in the second half. If each question was worth 3 points, what was his final score?
|
<gadget id="calculator">3 + 2</gadget>
<output>5</output>
<gadget id="calculator">3 * 5</gadget>
<output>15</output>
<result>15</result>
|
15
| 15 |
x=(3.0*(3.0+2.0))
|
(3.0*(3.0+2.0))
|
mawps__b9cXueYZtsn5H027
|
Carrie had some Flower. Marjorie took 59 from him. Now Carrie has 93 Flower. How many Flower Carrie had to begin with?
|
<gadget id="calculator">93 + 59</gadget>
<output>152</output>
<result>152</result>
|
152
| 152 |
x = 93 + 59
|
93+59
|
mawps__3nrlgSkgV87AvmBR
|
Myrtle had some blackcurrant. Geraldine gave him 6 more. Now Myrtle has 24 blackcurrant. How many blackcurrant did Myrtle have incipiently?
|
<gadget id="calculator">24 - 6</gadget>
<output>18</output>
<result>18</result>
|
18
| 18 |
x = 24 - 6
|
24-6
|
mawps__ICkzxW9OVwtgDB2T
|
Dorothy had 36 toy. Homer contributeed him some more. Now Dorothy has 163 toy. How many did Homer contribute him?
|
<gadget id="calculator">163 - 36</gadget>
<output>127</output>
<result>127</result>
|
127
| 127 |
x = 163 - 36
|
163-36
|
mawps__1cQdJMJJeocYJSJs
|
Monty had some Press. James took 10 from him. Now Monty has 86 Press. How many Press Monty had earlier?
|
<gadget id="calculator">86 + 10</gadget>
<output>96</output>
<result>96</result>
|
96
| 96 |
x = 86 + 10
|
86+10
|
mawps__pe4FyXcunnh2Ala2
|
Albert had some Flower. Angel gave him 2 more. Now Albert has 22 Flower. How many Flower did Albert have to begin with?
|
<gadget id="calculator">22 - 2</gadget>
<output>20</output>
<result>20</result>
|
20
| 20 |
x = 22 - 2
|
22-2
|
mawps__bFTSp9UsQReLfJz5
|
On Saturday, Sara spent $10.62 each on 2 tickets to a movie theater. Sara also rented a movie for $1.59, and bought a movie for $13.95. How much money in total did Sara spend on movies?
|
<gadget id="calculator">2 * 10.62</gadget>
<output>21.24</output>
<gadget id="calculator">21.24 + 1.59 + 13.59</gadget>
<output>36.42</output>
<result>36.42</result>
|
36.42
| 36.42 |
(2*10.62)+1.59+13.59=x
|
(2*10.62)+1.59+13.59
|
mawps__l5WHdHhKSD4xoGRt
|
Thomas had 7 Watch. Mary proffered him some more. Now Thomas has 69 Watch. How many did Mary proffer him?
|
<gadget id="calculator">69 - 7</gadget>
<output>62</output>
<result>62</result>
|
62
| 62 |
x = 69 - 7
|
69-7
|
mawps__EiY0PGvsIZA0j2sX
|
Sheila had 122 Press. Ryan took 11 from him. Now How many Press Sheila have subtracted?
|
<gadget id="calculator">122 - 11</gadget>
<output>111</output>
<result>111</result>
|
111
| 111 |
x = 122 - 11
|
122-11
|
mawps__5JxJzOm7FPsMGZx4
|
Anthony had 195 pear. Debbie took 51 from him. Now How many pear Anthony have take away?
|
<gadget id="calculator">195 - 51</gadget>
<output>144</output>
<result>144</result>
|
144
| 144 |
x = 195 - 51
|
195-51
|
mawps__icqXjD523L0zvxp1
|
Arthur baked 115 muffins. James baked 12 times as many. How many muffins did James bake?
|
<gadget id="calculator">115 * 12</gadget>
<output>1_380</output>
<result>1_380</result>
|
1_380
| 1,380 |
x=(115.0*12.0)
|
(115.0*12.0)
|
mawps__VghmSlQzmdLiYPaM
|
Rita received a 70 dollars gift card for a coffee store. She used it in buying some coffee that cost 8.58 dollars per pound. After buying the coffee , she had 35.68 dollars left on her card. How many pounds of coffee did she buy?
|
<gadget id="calculator">70 - 35.68</gadget>
<output>34.32</output>
<gadget id="calculator">34.32 / 8.58</gadget>
<output>4</output>
<result>4</result>
|
4
| 4 |
70.0-(8.58*x)=35.68
|
(70.0-35.68)/8.58
|
mawps__8vtuEu7rRv31TC4z
|
Craig had some lemon. Annette took 13 from him. Now Craig has 63 lemon. How many lemon Craig had primitively?
|
<gadget id="calculator">63 + 13</gadget>
<output>76</output>
<result>76</result>
|
76
| 76 |
x = 63 + 13
|
63+13
|
mawps__9VRCX7xpaKco64tT
|
Donald had 31 blackcurrant. Brenda proffered him some more. Now Donald has 72 blackcurrant. How many did Brenda proffer him?
|
<gadget id="calculator">72 - 31</gadget>
<output>41</output>
<result>41</result>
|
41
| 41 |
x = 72 - 31
|
72-31
|
mawps__mzX8RmXo3yVsRyEI
|
Glenda had 260 blackberry. Harry clutched some blackberry. Now Glenda has 12 blackberry. How many did Harry clutcheds?
|
<gadget id="calculator">260 - 12</gadget>
<output>248</output>
<result>248</result>
|
248
| 248 |
x = 260 - 12
|
260-12
|
mawps__nlwV8kbWDRSgjFgH
|
Ginger had 106 lychee. Vickie get hold of some lychee. Now Ginger has 45 lychee. How many did Vickie get hold ofs?
|
<gadget id="calculator">106 - 45</gadget>
<output>61</output>
<result>61</result>
|
61
| 61 |
x = 106 - 45
|
106-45
|
mawps__SSh1xFiftjhvafP3
|
Lauren had some banana. Wendy took 46 from him. Now Lauren has 81 banana. How many banana Lauren had primitively?
|
<gadget id="calculator">81 + 46</gadget>
<output>127</output>
<result>127</result>
|
127
| 127 |
x = 81 + 46
|
81+46
|
mawps__q4B6waQziTms18eJ
|
David had 23 Pen. Timothy gave him some more. Now David has 132 Pen. How many did Timothy give him?
|
<gadget id="calculator">132 - 23</gadget>
<output>109</output>
<result>109</result>
|
109
| 109 |
x = 132 - 23
|
132-23
|
mawps__Eqw2av0MY7gH3VN7
|
Lewis had 256 Watch. Dolores grabbed some Watch. Now Lewis has 18 Watch. How many did Dolores grabbeds?
|
<gadget id="calculator">256 - 18</gadget>
<output>238</output>
<result>238</result>
|
238
| 238 |
x = 256 - 18
|
256-18
|
mawps__mdCwrjtHlcDpaSZ8
|
Michelina had some toy. He cube each toy into 11 slices. If total 132 toy slices Michelina make, then how many toy Michelina had?
|
<gadget id="calculator">132 / 11</gadget>
<output>12</output>
<result>12</result>
|
12
| 12 |
x = 132 / 11
|
132/11
|
mawps__IeYdj7ipQrhyJDjD
|
Andre had 15 apple. Lura furnished him some more. Now Andre has 60 apple. How many did Lura furnish him?
|
<gadget id="calculator">60 - 15</gadget>
<output>45</output>
<result>45</result>
|
45
| 45 |
x = 60 - 15
|
60-15
|
mawps__dsSsf2aVd05Wq1Ml
|
Boyd had 21 orange. Doris supplyed him some more. Now Boyd has 47 orange. How many did Doris supply him?
|
<gadget id="calculator">47 - 21</gadget>
<output>26</output>
<result>26</result>
|
26
| 26 |
x = 47 - 21
|
47-21
|
mawps__DVIsq6evm5StuIyN
|
Crystal had 178 blackberry. Michael took 55 from him. Now How many blackberry does Crystal have?
|
<gadget id="calculator">178 - 55</gadget>
<output>123</output>
<result>123</result>
|
123
| 123 |
x = 178 - 55
|
178-55
|
mawps__Ottn8oH2Ufs9x89y
|
Josephine had some blackberry. Katharine gave him 5 more. Now Josephine has 44 blackberry. How many blackberry did Josephine have incipiently?
|
<gadget id="calculator">44 - 5</gadget>
<output>39</output>
<result>39</result>
|
39
| 39 |
x = 44 - 5
|
44-5
|
mawps__wbPpn4DvZr7Umnnp
|
On Friday, Fred paid $5.92 each on 2 tickets to a movie theater. He also borrowed a movie for $6.79. Fred paid with a $20 bill. How much change did Fred receive?
|
<gadget id="calculator">2 * 5.92</gadget>
<output>11.84</output>
<gadget id="calculator">20 - 11.84 - 6.79</gadget>
<output>1.37</output>
<result>1.37</result>
|
1.37
| 1.37 |
(2*5.92)+6.79+x=20
|
20-(2*5.92)-6.79
|
mawps__0dbLmpa2s63hGL56
|
Jerome had 209 strawberry. Janet grabbed some strawberry. Now Jerome has 56 strawberry. How many did Janet grabbeds?
|
<gadget id="calculator">209 - 56</gadget>
<output>153</output>
<result>153</result>
|
153
| 153 |
x = 209 - 56
|
209-56
|
mawps__4CqwpyU6YQX7Lqgy
|
Donita had 89 avocado. Maria took 41 from him. Now How many avocado Donita have left over?
|
<gadget id="calculator">89 - 41</gadget>
<output>48</output>
<result>48</result>
|
48
| 48 |
x = 89 - 41
|
89-41
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.