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__wrBGSgRDd0cBrQuF
|
Aaron had 159 lychee. Robert took 54 from him. Now How many lychee Aaron have reduced?
|
<gadget id="calculator">159 - 54</gadget>
<output>105</output>
<result>105</result>
|
105
| 105
|
x = 159 - 54
|
159-54
|
mawps__qeFMsgxomhJ08gEI
|
Andy had 6 Biscuit. Bruce bestowed him some more. Now Andy has 41 Biscuit. How many did Bruce bestow him?
|
<gadget id="calculator">41 - 6</gadget>
<output>35</output>
<result>35</result>
|
35
| 35
|
x = 41 - 6
|
41-6
|
mawps__hT2yBo1SF6hCppy4
|
Beverly had some toy. Eric took 64 from him. Now Beverly has 79 toy. How many toy Beverly had primitively?
|
<gadget id="calculator">79 + 64</gadget>
<output>143</output>
<result>143</result>
|
143
| 143
|
x = 79 + 64
|
79+64
|
mawps__ZYktmPOT7772vWxY
|
Aaron had some Car. He dice each Car into 2 slices. If total 74 Car slices Aaron make, then how many Car Aaron had?
|
<gadget id="calculator">74 / 2</gadget>
<output>37</output>
<result>37</result>
|
37
| 37
|
x = 74 / 2
|
74/2
|
mawps__3IfEYPWkJwMHRHGJ
|
John had 164 quince. Oscar took 158 from him. Now How many quince John have reduced?
|
<gadget id="calculator">164 - 158</gadget>
<output>6</output>
<result>6</result>
|
6
| 6
|
x = 164 - 158
|
164-158
|
mawps__N6sj5AibS09nHviQ
|
Joan has 8 orange balloons but lost 2 of them. How many orange balloons does Joan have now ?
|
<gadget id="calculator">8 - 2</gadget>
<output>6</output>
<result>6</result>
|
6
| 6
|
8-2=x
|
8-2
|
mawps__YSVoclMqCgtkEMUB
|
Shawn had 295 Biscuit. Bonnie gripped some Biscuit. Now Shawn has 26 Biscuit. How many did Bonnie grippeds?
|
<gadget id="calculator">295 - 26</gadget>
<output>269</output>
<result>269</result>
|
269
| 269
|
x = 295 - 26
|
295-26
|
mawps__8AvceH2DWNEMXKKY
|
Joseph had some Car. Margret gave him 8 more. Now Joseph has 33 Car. How many Car did Joseph have earlier?
|
<gadget id="calculator">33 - 8</gadget>
<output>25</output>
<result>25</result>
|
25
| 25
|
x = 33 - 8
|
33-8
|
mawps__rXRlrCdjl3I4yYMr
|
Alison had 34 pear. David supplyed him some more. Now Alison has 107 pear. How many did David supply him?
|
<gadget id="calculator">107 - 34</gadget>
<output>73</output>
<result>73</result>
|
73
| 73
|
x = 107 - 34
|
107-34
|
mawps__RShOHFTK3GSW6Z1y
|
Joseph had 6 Pen. Jean gifted him some more. Now Joseph has 47 Pen. How many did Jean gift him?
|
<gadget id="calculator">47 - 6</gadget>
<output>41</output>
<result>41</result>
|
41
| 41
|
x = 47 - 6
|
47-6
|
mawps__rArav8Wr23WBwaRC
|
Tony had some Chocolate. Ernest took 52 from him. Now Tony has 64 Chocolate. How many Chocolate Tony had originally?
|
<gadget id="calculator">64 + 52</gadget>
<output>116</output>
<result>116</result>
|
116
| 116
|
x = 64 + 52
|
64+52
|
mawps__QfvqPfHUTRWwCcE7
|
Stanley had 9 toy. Abbie proffered him some more. Now Stanley has 191 toy. How many did Abbie proffer him?
|
<gadget id="calculator">191 - 9</gadget>
<output>182</output>
<result>182</result>
|
182
| 182
|
x = 191 - 9
|
191-9
|
mawps__8YpBMCNV0FqPdO8h
|
Rebecca had 199 Chocolate. Juan gripped some Chocolate. Now Rebecca has 53 Chocolate. How many did Juan grippeds?
|
<gadget id="calculator">199 - 53</gadget>
<output>146</output>
<result>146</result>
|
146
| 146
|
x = 199 - 53
|
199-53
|
mawps__ZBD53hMxVBjW6wfZ
|
Walter had 141 apple. Marilyn took 118 from him. Now How many apple Walter have minus?
|
<gadget id="calculator">141 - 118</gadget>
<output>23</output>
<result>23</result>
|
23
| 23
|
x = 141 - 118
|
141-118
|
mawps__yxh6Unzm1tdYben5
|
Joan has 47 green and 48 red marbles . Fred took 24 of Joan 's green marbles . How many green marbles does Joan now have ?
|
<gadget id="calculator">47 - 24</gadget>
<output>23</output>
<result>23</result>
|
23
| 23
|
x = 47 - 24
|
47-24
|
mawps__uyjjKGc9vGkKq4f2
|
Latoya purchased a prepaid phone card for 30 dollars. Long distance calls cost 16 cents a minute using this card. Latoya used her card only once to make a long distance call. If the remaining credit on her card is 26.48 dollars , how many minutes did her call last?
|
<gadget id="calculator">30 - 26.48</gadget>
<output>3.52</output>
<gadget id="calculator">16 * 0.01</gadget>
<output>0.16</output>
<gadget id="calculator">3.52 / 0.16</gadget>
<output>22</output>
<result>22</result>
|
22
| 22
|
16*.01*x=30.0-26.48
|
(30.0-26.48)/(16*.01)
|
mawps__nhFr1GkkxVruAxeJ
|
Andrew had 204 raspberry. Karla grasped some raspberry. Now Andrew has 29 raspberry. How many did Karla graspeds?
|
<gadget id="calculator">204 - 29</gadget>
<output>175</output>
<result>175</result>
|
175
| 175
|
x = 204 - 29
|
204-29
|
mawps__DThgGstkMeXDLT00
|
Anthony had 117 pineapple. Dana grasped some pineapple. Now Anthony has 71 pineapple. How many did Dana graspeds?
|
<gadget id="calculator">117 - 71</gadget>
<output>46</output>
<result>46</result>
|
46
| 46
|
x = 117 - 71
|
117-71
|
mawps__JT3dKW2mnV09DBbP
|
Aracely had 194 Beg. Daniel took 32 from him. Now How many Beg Aracely have left over?
|
<gadget id="calculator">194 - 32</gadget>
<output>162</output>
<result>162</result>
|
162
| 162
|
x = 194 - 32
|
194-32
|
mawps__SYqkI0qQu35ZeuuC
|
Cassandra had some banana. Thomas gave him 5 more. Now Cassandra has 49 banana. How many banana did Cassandra have at first?
|
<gadget id="calculator">49 - 5</gadget>
<output>44</output>
<result>44</result>
|
44
| 44
|
x = 49 - 5
|
49-5
|
mawps__gL81MS6MJsZqDqlE
|
Nellie had 29 kiwi. Mark awarded him some more. Now Nellie has 82 kiwi. How many did Mark award him?
|
<gadget id="calculator">82 - 29</gadget>
<output>53</output>
<result>53</result>
|
53
| 53
|
x = 82 - 29
|
82-29
|
mawps__QC4LWAK82YcU1WbX
|
Harry had some raspberry. Ann took 16 from him. Now Harry has 37 raspberry. How many raspberry Harry had primitively?
|
<gadget id="calculator">37 + 16</gadget>
<output>53</output>
<result>53</result>
|
53
| 53
|
x = 37 + 16
|
37+16
|
mawps__rDeyK6aNiUR9nbn5
|
Joan had 86 pineapple. Annie took 80 from him. Now How many pineapple Joan have minus?
|
<gadget id="calculator">86 - 80</gadget>
<output>6</output>
<result>6</result>
|
6
| 6
|
x = 86 - 80
|
86-80
|
mawps__GcAJDDc6A8chirGI
|
Joan had some apricot. Carl gave him 9 more. Now Joan has 21 apricot. How many apricot did Joan have to begin with?
|
<gadget id="calculator">21 - 9</gadget>
<output>12</output>
<result>12</result>
|
12
| 12
|
x = 21 - 9
|
21-9
|
mawps__BkZGl9exsiPNKDUj
|
Frances had 174 Box. Gwendolyn took 171 from him. Now How many Box Frances have decreased by?
|
<gadget id="calculator">174 - 171</gadget>
<output>3</output>
<result>3</result>
|
3
| 3
|
x = 174 - 171
|
174-171
|
mawps__vJHThT01z3m6Piin
|
Rashida had some Car. Naomi took 29 from him. Now Rashida has 50 Car. How many Car Rashida had primitively?
|
<gadget id="calculator">50 + 29</gadget>
<output>79</output>
<result>79</result>
|
79
| 79
|
x = 50 + 29
|
50+29
|
mawps__zVzJMh2JqnUHw10U
|
Mavis had 185 coconut. Linda clutched some coconut. Now Mavis has 37 coconut. How many did Linda clutcheds?
|
<gadget id="calculator">185 - 37</gadget>
<output>148</output>
<result>148</result>
|
148
| 148
|
x = 185 - 37
|
185-37
|
mawps__fxEs2G1UqTdxsgs4
|
Bonnie 's science class recorded the rainfall each day . They recorded 0.16666666666666666 centimeter of rain on Monday , 0.4166666666666667 centimeter of rain on Tuesday , and 0.08333333333333333 centimeter of rain on Wednesday . How many centimeters of rain did the class record in all ?
|
<gadget id="calculator">0.166667 + 0.416667 + 0.083333</gadget>
<output>0.666667</output>
<result>0.666667</result>
|
0.666667
| 0.666667
|
x = 0.16666666666666666 + 0.4166666666666667 + 0.08333333333333333
|
0.16666666666666666+0.4166666666666667+0.08333333333333333
|
mawps__WmCxnH52jebLoaiy
|
George has 2 boxes of blocks. Each box holds 6 blocks and there are 5 boxes in a case. How many blocks does George have?
|
<gadget id="calculator">2 * 6</gadget>
<output>12</output>
<result>12</result>
|
12
| 12
|
x=(2.0*6.0)
|
(2.0*6.0)
|
mawps__bBvux75OsETJkrKQ
|
Robert had 157 Book. Warren clutched some Book. Now Robert has 85 Book. How many did Warren clutcheds?
|
<gadget id="calculator">157 - 85</gadget>
<output>72</output>
<result>72</result>
|
72
| 72
|
x = 157 - 85
|
157-85
|
mawps__MkD6saQv7f2aQAoT
|
Frank had 68 Banana. Franklin took 36 from him. Now How many Banana Frank have difference?
|
<gadget id="calculator">68 - 36</gadget>
<output>32</output>
<result>32</result>
|
32
| 32
|
x = 68 - 36
|
68-36
|
mawps__HVBN1XdaAEHBQo4x
|
Ralph had 30 Biscuit. Betsy gifted him some more. Now Ralph has 72 Biscuit. How many did Betsy gift him?
|
<gadget id="calculator">72 - 30</gadget>
<output>42</output>
<result>42</result>
|
42
| 42
|
x = 72 - 30
|
72-30
|
mawps__jiN8HYu1U8dsUPKD
|
Patrick had some lemon. Kari gave him 5 more. Now Patrick has 46 lemon. How many lemon did Patrick have primitively?
|
<gadget id="calculator">46 - 5</gadget>
<output>41</output>
<result>41</result>
|
41
| 41
|
x = 46 - 5
|
46-5
|
mawps__fTKpuU6hPTYabf8U
|
Samantha had 266 fig. Anita gripped some fig. Now Samantha has 94 fig. How many did Anita grippeds?
|
<gadget id="calculator">266 - 94</gadget>
<output>172</output>
<result>172</result>
|
172
| 172
|
x = 266 - 94
|
266-94
|
mawps__a4cV4u09s77q7hrx
|
Stephanie had 65 nectarine. Dennis took 23 from him. Now How many nectarine Stephanie have removed?
|
<gadget id="calculator">65 - 23</gadget>
<output>42</output>
<result>42</result>
|
42
| 42
|
x = 65 - 23
|
65-23
|
mawps__DPKcXQ24oTNSq1nt
|
Betty had 2 orange. Robert presented him some more. Now Betty has 91 orange. How many did Robert present him?
|
<gadget id="calculator">91 - 2</gadget>
<output>89</output>
<result>89</result>
|
89
| 89
|
x = 91 - 2
|
91-2
|
mawps__oTOKatc2viDvS2Vm
|
Tara had 260 kiwi. Margaret gripped some kiwi. Now Tara has 93 kiwi. How many did Margaret grippeds?
|
<gadget id="calculator">260 - 93</gadget>
<output>167</output>
<result>167</result>
|
167
| 167
|
x = 260 - 93
|
260-93
|
mawps__Cx8Yg5pK9VCGeLna
|
Frederick had 268 Bread. Ashley clutched some Bread. Now Frederick has 60 Bread. How many did Ashley clutcheds?
|
<gadget id="calculator">268 - 60</gadget>
<output>208</output>
<result>208</result>
|
208
| 208
|
x = 268 - 60
|
268-60
|
mawps__B0xkSnt07LHkzA8D
|
Steven had 193 fig. William clutched some fig. Now Steven has 21 fig. How many did William clutcheds?
|
<gadget id="calculator">193 - 21</gadget>
<output>172</output>
<result>172</result>
|
172
| 172
|
x = 193 - 21
|
193-21
|
mawps__18tfgrA1ncN33qsp
|
Kevin had 162 Doll. Astrid took 139 from him. Now How many Doll Kevin have reduced?
|
<gadget id="calculator">162 - 139</gadget>
<output>23</output>
<result>23</result>
|
23
| 23
|
x = 162 - 139
|
162-139
|
mawps__mnQ8Lddk3ctwnFza
|
Tammy drove 55 miles in one hour. At that rate, how far can she drive in 36 hours?
|
<gadget id="calculator">55 * 36</gadget>
<output>1_980</output>
<result>1_980</result>
|
1_980
| 1,980
|
x=(55.0*36.0)
|
(55.0*36.0)
|
mawps__kdN8Q3SlvUnhTi0d
|
Jaime had some Books. Boyd took 29 from him. Now Jaime has 83 Books. How many Books Jaime had to begin with?
|
<gadget id="calculator">83 + 29</gadget>
<output>112</output>
<result>112</result>
|
112
| 112
|
x = 83 + 29
|
83+29
|
mawps__nqHI15vf6vPdxZgd
|
Anthony had 285 Car. Donald grasped some Car. Now Anthony has 32 Car. How many did Donald graspeds?
|
<gadget id="calculator">285 - 32</gadget>
<output>253</output>
<result>253</result>
|
253
| 253
|
x = 285 - 32
|
285-32
|
mawps__6kbWzU7olpknWcM0
|
Bobby had some Car. He cube each Car into 30 slices. If total 132 Car slices Bobby make, then how many Car Bobby had?
|
<gadget id="calculator">132 / 30</gadget>
<output>22/5 = around 4.4</output>
<result>22/5</result>
|
22/5
| 4.4
|
x = 132 / 30
|
132/30
|
mawps__bqI6XBSDkB9NXpoD
|
Angeline had 18 nectarine. Virginia awarded him some more. Now Angeline has 114 nectarine. How many did Virginia award him?
|
<gadget id="calculator">114 - 18</gadget>
<output>96</output>
<result>96</result>
|
96
| 96
|
x = 114 - 18
|
114-18
|
mawps__1Hp6DweegRt1Lmzm
|
Linda had 195 blackberry. Timothy clasped some blackberry. Now Linda has 10 blackberry. How many did Timothy claspeds?
|
<gadget id="calculator">195 - 10</gadget>
<output>185</output>
<result>185</result>
|
185
| 185
|
x = 195 - 10
|
195-10
|
mawps__LIWmTsasm9rPn5R1
|
256 students are going to the zoo. They have to be divided into groups so that each teacher has one group. There are 8 teachers. How many students will be in each group?
|
<gadget id="calculator">256 / 8</gadget>
<output>32</output>
<result>32</result>
|
32
| 32
|
x=(256.0/8.0)
|
(256.0/8.0)
|
mawps__FudCBtIVHmIP3mqf
|
Rayford had 19 Mango. Stacie furnished him some more. Now Rayford has 121 Mango. How many did Stacie furnish him?
|
<gadget id="calculator">121 - 19</gadget>
<output>102</output>
<result>102</result>
|
102
| 102
|
x = 121 - 19
|
121-19
|
mawps__iX1oxFrJLs5CNatf
|
Annie had 10 Doll. Eileen granted him some more. Now Annie has 148 Doll. How many did Eileen grant him?
|
<gadget id="calculator">148 - 10</gadget>
<output>138</output>
<result>138</result>
|
138
| 138
|
x = 148 - 10
|
148-10
|
mawps__E7r4lIzX07J8Upsb
|
Kenneth had 20 blueberry. Sondra contributeed him some more. Now Kenneth has 184 blueberry. How many did Sondra contribute him?
|
<gadget id="calculator">184 - 20</gadget>
<output>164</output>
<result>164</result>
|
164
| 164
|
x = 184 - 20
|
184-20
|
mawps__doPVeLwYAFhVnss7
|
Ayanna had 118 Mango. Ernest gripped some Mango. Now Ayanna has 84 Mango. How many did Ernest grippeds?
|
<gadget id="calculator">118 - 84</gadget>
<output>34</output>
<result>34</result>
|
34
| 34
|
x = 118 - 84
|
118-84
|
mawps__IyU1PpVLMonCQ87Y
|
Matthew had 199 peach. Willie clutched some peach. Now Matthew has 46 peach. How many did Willie clutcheds?
|
<gadget id="calculator">199 - 46</gadget>
<output>153</output>
<result>153</result>
|
153
| 153
|
x = 199 - 46
|
199-46
|
mawps__oLEb82sgUZsIcsGK
|
Charles had 182 cherry. Truman took 55 from him. Now How many cherry Charles have take away?
|
<gadget id="calculator">182 - 55</gadget>
<output>127</output>
<result>127</result>
|
127
| 127
|
x = 182 - 55
|
182-55
|
mawps__mUv8m7IHpvC0ZRKM
|
Gilbert had some toy. Bessie gave him 5 more. Now Gilbert has 42 toy. How many toy did Gilbert have initially?
|
<gadget id="calculator">42 - 5</gadget>
<output>37</output>
<result>37</result>
|
37
| 37
|
x = 42 - 5
|
42-5
|
mawps__jlfm96mYPoRIXE2q
|
Sharon had some Pen. Andrew gave him 7 more. Now Sharon has 38 Pen. How many Pen did Sharon have in the beginning?
|
<gadget id="calculator">38 - 7</gadget>
<output>31</output>
<result>31</result>
|
31
| 31
|
x = 38 - 7
|
38-7
|
mawps__bqzlP2j1wRjSG4v5
|
Frederick had 116 apple. Josephine clutched some apple. Now Frederick has 26 apple. How many did Josephine clutcheds?
|
<gadget id="calculator">116 - 26</gadget>
<output>90</output>
<result>90</result>
|
90
| 90
|
x = 116 - 26
|
116-26
|
mawps__0ATysujvll8pYNcX
|
Patricia had 31 banana. Hilton donateed him some more. Now Patricia has 112 banana. How many did Hilton donate him?
|
<gadget id="calculator">112 - 31</gadget>
<output>81</output>
<result>81</result>
|
81
| 81
|
x = 112 - 31
|
112-31
|
mawps__Nt4in4HlbMf6qJgv
|
John had some papaya. Antoinette took 69 from him. Now John has 87 papaya. How many papaya John had at first?
|
<gadget id="calculator">87 + 69</gadget>
<output>156</output>
<result>156</result>
|
156
| 156
|
x = 87 + 69
|
87+69
|
mawps__cdbz4AE2T1P9yr4S
|
Emil had some Watch. Diane gave him 4 more. Now Emil has 44 Watch. How many Watch did Emil have primitively?
|
<gadget id="calculator">44 - 4</gadget>
<output>40</output>
<result>40</result>
|
40
| 40
|
x = 44 - 4
|
44-4
|
mawps__uIFc9n134Gar45jC
|
Steven had 179 Banana. Gerald clasped some Banana. Now Steven has 7 Banana. How many did Gerald claspeds?
|
<gadget id="calculator">179 - 7</gadget>
<output>172</output>
<result>172</result>
|
172
| 172
|
x = 179 - 7
|
179-7
|
mawps__ekTl1sVZP6TlZfiy
|
Jason had 49 Flower. Peggy took 20 from him. Now How many Flower Jason have left over?
|
<gadget id="calculator">49 - 20</gadget>
<output>29</output>
<result>29</result>
|
29
| 29
|
x = 49 - 20
|
49-20
|
mawps__mltTb63P8d5Fw70Y
|
Amanda had some Watch. Robert gave him 9 more. Now Amanda has 46 Watch. How many Watch did Amanda have originally?
|
<gadget id="calculator">46 - 9</gadget>
<output>37</output>
<result>37</result>
|
37
| 37
|
x = 46 - 9
|
46-9
|
mawps__DZkwmeaKZ9iz01dS
|
Sharon had 110 Banana. Henry took 49 from him. Now How many Banana Sharon have decreased by?
|
<gadget id="calculator">110 - 49</gadget>
<output>61</output>
<result>61</result>
|
61
| 61
|
x = 110 - 49
|
110-49
|
mawps__bv4qvMkzUlEhqE92
|
Mabel had 174 Beg. Henry took 147 from him. Now How many Beg Mabel have minus?
|
<gadget id="calculator">174 - 147</gadget>
<output>27</output>
<result>27</result>
|
27
| 27
|
x = 174 - 147
|
174-147
|
mawps__KUPcG1Lx8Miwe6q0
|
Eleanor had 18 Doll. Raymond bestowed him some more. Now Eleanor has 112 Doll. How many did Raymond bestow him?
|
<gadget id="calculator">112 - 18</gadget>
<output>94</output>
<result>94</result>
|
94
| 94
|
x = 112 - 18
|
112-18
|
mawps__VUdZYcHz5yC4fD0C
|
Megan had 32 Banana. Darin supplyed him some more. Now Megan has 56 Banana. How many did Darin supply him?
|
<gadget id="calculator">56 - 32</gadget>
<output>24</output>
<result>24</result>
|
24
| 24
|
x = 56 - 32
|
56-32
|
mawps__PQX6k5i9mjYhR8ai
|
Scott had some pear. He chop each pear into 23 slices. If total 81 pear slices Scott make, then how many pear Scott had?
|
<gadget id="calculator">81 / 23</gadget>
<output>81/23 = around 3.521739</output>
<result>81/23</result>
|
81/23
| 3.521739
|
x = 81 / 23
|
81/23
|
mawps__6aZBFDOyJkVu5FBP
|
Cornelius had some apricot. Arthur gave him 9 more. Now Cornelius has 50 apricot. How many apricot did Cornelius have in the first?
|
<gadget id="calculator">50 - 9</gadget>
<output>41</output>
<result>41</result>
|
41
| 41
|
x = 50 - 9
|
50-9
|
mawps__jpFw8XOZrGyzghPi
|
Naomi had 77 Watch. Iris took 42 from him. Now How many Watch Naomi have reduced?
|
<gadget id="calculator">77 - 42</gadget>
<output>35</output>
<result>35</result>
|
35
| 35
|
x = 77 - 42
|
77-42
|
mawps__3vPGcxXJa4kJ6tEs
|
Marie can bike at a speed of 12 miles an hour. How far can she bike in 31 hours?
|
<gadget id="calculator">12 * 31</gadget>
<output>372</output>
<result>372</result>
|
372
| 372
|
x=(12.0*31.0)
|
(12.0*31.0)
|
mawps__ew1WpLZwVKkFrIj7
|
Rose had some Book. Dee took 16 from him. Now Rose has 24 Book. How many Book Rose had initially?
|
<gadget id="calculator">24 + 16</gadget>
<output>40</output>
<result>40</result>
|
40
| 40
|
x = 24 + 16
|
24+16
|
mawps__TTBBHIgnuEqmZjNz
|
Dwight had some apricot. Monika took 17 from him. Now Dwight has 77 apricot. How many apricot Dwight had originally?
|
<gadget id="calculator">77 + 17</gadget>
<output>94</output>
<result>94</result>
|
94
| 94
|
x = 77 + 17
|
77+17
|
mawps__IYOorz0Ct2psSMGQ
|
Roxanne had some Watch. Matthew took 46 from him. Now Roxanne has 99 Watch. How many Watch Roxanne had incipiently?
|
<gadget id="calculator">99 + 46</gadget>
<output>145</output>
<result>145</result>
|
145
| 145
|
x = 99 + 46
|
99+46
|
mawps__a1vKN20uLYpTXFkd
|
Kimberly had 136 lychee. Charlotte grasped some lychee. Now Kimberly has 99 lychee. How many did Charlotte graspeds?
|
<gadget id="calculator">136 - 99</gadget>
<output>37</output>
<result>37</result>
|
37
| 37
|
x = 136 - 99
|
136-99
|
mawps__tSg71S3T94F3HYOy
|
Scot had 109 apricot. Tyrone clasped some apricot. Now Scot has 51 apricot. How many did Tyrone claspeds?
|
<gadget id="calculator">109 - 51</gadget>
<output>58</output>
<result>58</result>
|
58
| 58
|
x = 109 - 51
|
109-51
|
mawps__hpKnMHwE9LnfMnfj
|
Kristen had 3 orange. Carmen furnished him some more. Now Kristen has 110 orange. How many did Carmen furnish him?
|
<gadget id="calculator">110 - 3</gadget>
<output>107</output>
<result>107</result>
|
107
| 107
|
x = 110 - 3
|
110-3
|
mawps__uyGGCYYclT96kTdT
|
Jack had 9 pineapple . He carve each pineapple into 14 slices . How many pineapple slices did Jack make?
|
<gadget id="calculator">14 * 9</gadget>
<output>126</output>
<result>126</result>
|
126
| 126
|
x = 14 * 9
|
14*9
|
mawps__SSsKgPUfGS93HDXQ
|
Allie counted the leftover ice cream after a sundae party . She had 0.3333333333333333 carton of rocky road ice cream , 0.3333333333333333 carton of cookie dough ice cream , and 0.16666666666666666 carton of strawberry cheesecake ice cream . How many cartons of ice cream did Allie have in all ?
|
<gadget id="calculator">0.333333 + 0.333333 + 0.166667</gadget>
<output>0.833333</output>
<result>0.833333</result>
|
0.833333
| 0.833333
|
x = 0.3333333333333333 + 0.3333333333333333 + 0.16666666666666666
|
0.3333333333333333+0.3333333333333333+0.16666666666666666
|
mawps__d02C6BK3HCe7HONM
|
Andrew had 236 cherry. Geraldine clasped some cherry. Now Andrew has 33 cherry. How many did Geraldine claspeds?
|
<gadget id="calculator">236 - 33</gadget>
<output>203</output>
<result>203</result>
|
203
| 203
|
x = 236 - 33
|
236-33
|
mawps__ZWIpVcbLHPxRmQjV
|
Harold had 37 mango. Billie supplyed him some more. Now Harold has 116 mango. How many did Billie supply him?
|
<gadget id="calculator">116 - 37</gadget>
<output>79</output>
<result>79</result>
|
79
| 79
|
x = 116 - 37
|
116-37
|
mawps__0DiafmXXjKeWSTr0
|
Monica had 105 coconut. Allan took 3 from him. Now How many coconut Monica have subtracted?
|
<gadget id="calculator">105 - 3</gadget>
<output>102</output>
<result>102</result>
|
102
| 102
|
x = 105 - 3
|
105-3
|
mawps__wk7VG27qbUeSRx2S
|
Lois had 178 papaya. Philip took 134 from him. Now How many papaya Lois have subtracted?
|
<gadget id="calculator">178 - 134</gadget>
<output>44</output>
<result>44</result>
|
44
| 44
|
x = 178 - 134
|
178-134
|
mawps__RbW1OkX4eKtkZFTM
|
Fred had some Flower. Bobby took 78 from him. Now Fred has 98 Flower. How many Flower Fred had at first?
|
<gadget id="calculator">98 + 78</gadget>
<output>176</output>
<result>176</result>
|
176
| 176
|
x = 98 + 78
|
98+78
|
mawps__xQ41KRbArUaUFqgD
|
Corey had 20 peach. Stacy donateed him some more. Now Corey has 150 peach. How many did Stacy donate him?
|
<gadget id="calculator">150 - 20</gadget>
<output>130</output>
<result>130</result>
|
130
| 130
|
x = 150 - 20
|
150-20
|
mawps__sxHLa5efA8VuHOLk
|
Frederick had some raspberry. Richard gave him 7 more. Now Frederick has 10 raspberry. How many raspberry did Frederick have initially?
|
<gadget id="calculator">10 - 7</gadget>
<output>3</output>
<result>3</result>
|
3
| 3
|
x = 10 - 7
|
10-7
|
mawps__qwB3et85yLVY1RaE
|
Michael had 81 Biscuit. Jennifer took 63 from him. Now How many Biscuit Michael have deducted?
|
<gadget id="calculator">81 - 63</gadget>
<output>18</output>
<result>18</result>
|
18
| 18
|
x = 81 - 63
|
81-63
|
mawps__17RIzXVH1v5cO2Ht
|
Jesus had 239 plum. Lona clasped some plum. Now Jesus has 40 plum. How many did Lona claspeds?
|
<gadget id="calculator">239 - 40</gadget>
<output>199</output>
<result>199</result>
|
199
| 199
|
x = 239 - 40
|
239-40
|
mawps__JdaOFc38WqLGjVb4
|
Tom purchased a football game for $ 14.02 , a strategy game for $ 9.46 , and a Batman game for $ 12.04 . How much did Tom spend on video games ?
|
<gadget id="calculator">14.02 + 9.46 + 12.04</gadget>
<output>35.52</output>
<result>35.52</result>
|
35.52
| 35.52
|
x = 14.02 + 9.46 + 12.04
|
14.02+9.46+12.04
|
mawps__6o6fe0W94Kf4aHyo
|
Luis had some Banana. Rachel gave him 5 more. Now Luis has 30 Banana. How many Banana did Luis have initially?
|
<gadget id="calculator">30 - 5</gadget>
<output>25</output>
<result>25</result>
|
25
| 25
|
x = 30 - 5
|
30-5
|
mawps__BTjNtL1fIrAIsdA4
|
Eugene had 37 Mango. Casey provideed him some more. Now Eugene has 188 Mango. How many did Casey provide him?
|
<gadget id="calculator">188 - 37</gadget>
<output>151</output>
<result>151</result>
|
151
| 151
|
x = 188 - 37
|
188-37
|
mawps__N70Q1ZLpOsoMjAki
|
Lekisha had 33 lime. Gerardo presented him some more. Now Lekisha has 103 lime. How many did Gerardo present him?
|
<gadget id="calculator">103 - 33</gadget>
<output>70</output>
<result>70</result>
|
70
| 70
|
x = 103 - 33
|
103-33
|
mawps__h2eEutSiwRjV24m3
|
A restaurant sold 8 pies every day for a week. How many pies were sold during the week ?
|
<gadget id="calculator">8 * 7</gadget>
<output>56</output>
<result>56</result>
|
56
| 56
|
8*7=x
|
8*7
|
mawps__Pb9OXRT2nKbTi0nK
|
Rhonda had some apple. Lloyd gave him 1 more. Now Rhonda has 17 apple. How many apple did Rhonda have earlier?
|
<gadget id="calculator">17 - 1</gadget>
<output>16</output>
<result>16</result>
|
16
| 16
|
x = 17 - 1
|
17-1
|
mawps__aLgBJYSVRbwhd68F
|
Shayna had some avocado. Jed gave him 7 more. Now Shayna has 19 avocado. How many avocado did Shayna have to begin with?
|
<gadget id="calculator">19 - 7</gadget>
<output>12</output>
<result>12</result>
|
12
| 12
|
x = 19 - 7
|
19-7
|
mawps__VV05Iv1rPhtFPH03
|
Scott had 37 avocado. Barbara presented him some more. Now Scott has 75 avocado. How many did Barbara present him?
|
<gadget id="calculator">75 - 37</gadget>
<output>38</output>
<result>38</result>
|
38
| 38
|
x = 75 - 37
|
75-37
|
mawps__vGSXJ80IdjOZR1A9
|
Carl had 62 fig. Henry took 62 from him. Now How many fig Carl have reduced?
|
<gadget id="calculator">62 - 62</gadget>
<output>0</output>
<result>0</result>
|
0
| 0
|
x = 62 - 62
|
62-62
|
mawps__BK3T5wQMCGrJEjZm
|
Ollie had 163 Box. Ladonna grasped some Box. Now Ollie has 100 Box. How many did Ladonna graspeds?
|
<gadget id="calculator">163 - 100</gadget>
<output>63</output>
<result>63</result>
|
63
| 63
|
x = 163 - 100
|
163-100
|
mawps__G8WORdEYDqjlsHu5
|
Virginia had 160 lime. Barry took 86 from him. Now How many lime Virginia have minus?
|
<gadget id="calculator">160 - 86</gadget>
<output>74</output>
<result>74</result>
|
74
| 74
|
x = 160 - 86
|
160-86
|
mawps__1GyZA9q2TFLfB731
|
Dorothy had 184 Box. Silvia took 82 from him. Now How many Box Dorothy have deducted?
|
<gadget id="calculator">184 - 82</gadget>
<output>102</output>
<result>102</result>
|
102
| 102
|
x = 184 - 82
|
184-82
|
mawps__goA6saUWg7IMB69V
|
Donald had 122 cherry. Stacey took 114 from him. Now How many cherry Donald have decreased by?
|
<gadget id="calculator">122 - 114</gadget>
<output>8</output>
<result>8</result>
|
8
| 8
|
x = 122 - 114
|
122-114
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.