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__llPXEPXcQqEhDXSL | John had some strawberry. Stephen took 73 from him. Now John has 96 strawberry. How many strawberry John had in the first? | <gadget id="calculator">96 + 73</gadget>
<output>169</output>
<result>169</result> | 169 | 169 | x = 96 + 73 | 96+73 |
mawps__dhWrwn13vunHMDVM | Harry had some mango. Terry took 11 from him. Now Harry has 27 mango. How many mango Harry had at first? | <gadget id="calculator">27 + 11</gadget>
<output>38</output>
<result>38</result> | 38 | 38 | x = 27 + 11 | 27+11 |
mawps__j9NJBnNDrQk1OSjb | Bonnie had some Beg. Jeffrey took 17 from him. Now Bonnie has 31 Beg. How many Beg Bonnie had incipiently? | <gadget id="calculator">31 + 17</gadget>
<output>48</output>
<result>48</result> | 48 | 48 | x = 31 + 17 | 31+17 |
mawps__S3d6jXuHU4CpaTLC | Kimberly had 174 pear. Rebecca grabbed some pear. Now Kimberly has 78 pear. How many did Rebecca grabbeds? | <gadget id="calculator">174 - 78</gadget>
<output>96</output>
<result>96</result> | 96 | 96 | x = 174 - 78 | 174-78 |
mawps__oLOfHGN8vnz7smZZ | Thomas had some Car. He cut each Car into 30 slices. If total 94 Car slices Thomas make, then how many Car Thomas had? | <gadget id="calculator">94 / 30</gadget>
<output>47/15 = around 3.133333</output>
<result>47/15</result> | 47/15 | 3.133333 | x = 94 / 30 | 94/30 |
mawps__9yo8IusRf3Jy3XEW | Steve had 126 papaya. Wayne clasped some papaya. Now Steve has 94 papaya. How many did Wayne claspeds? | <gadget id="calculator">126 - 94</gadget>
<output>32</output>
<result>32</result> | 32 | 32 | x = 126 - 94 | 126-94 |
mawps__HloX1XNwTWp1SMg6 | Patrick had 20 Biscuit. Larry accorded him some more. Now Patrick has 160 Biscuit. How many did Larry accord him? | <gadget id="calculator">160 - 20</gadget>
<output>140</output>
<result>140</result> | 140 | 140 | x = 160 - 20 | 160-20 |
mawps__QslRi7ggwyKQdxkE | Basil had some Box. Janie gave him 5 more. Now Basil has 29 Box. How many Box did Basil have earlier? | <gadget id="calculator">29 - 5</gadget>
<output>24</output>
<result>24</result> | 24 | 24 | x = 29 - 5 | 29-5 |
mawps__YFrzh4RCX4kNFNYX | Manuel had some Pen. Dianne took 54 from him. Now Manuel has 55 Pen. How many Pen Manuel had at first? | <gadget id="calculator">55 + 54</gadget>
<output>109</output>
<result>109</result> | 109 | 109 | x = 55 + 54 | 55+54 |
mawps__QRyXL7J8ZMoG2oug | Fred has 40 baseball cards . Keith bought 22 of Fred 's baseball cards . How many baseball cards does Fred have now ? | <gadget id="calculator">40 - 22</gadget>
<output>18</output>
<result>18</result> | 18 | 18 | x = 40 - 22 | 40-22 |
mawps__TvfcIZoYC4bbph82 | Nicholas had 268 lychee. George grasped some lychee. Now Nicholas has 63 lychee. How many did George graspeds? | <gadget id="calculator">268 - 63</gadget>
<output>205</output>
<result>205</result> | 205 | 205 | x = 268 - 63 | 268-63 |
mawps__M0RvP4CzyUOMv3BL | Susan had some toy. He cube each toy into 17 slices. If total 65 toy slices Susan make, then how many toy Susan had? | <gadget id="calculator">65 / 17</gadget>
<output>65/17 = around 3.823529</output>
<result>65/17</result> | 65/17 | 3.823529 | x = 65 / 17 | 65/17 |
mawps__8vLTJaYquUmxTmn1 | Steven had 20 Doll. Mary proffered him some more. Now Steven has 159 Doll. How many did Mary proffer him? | <gadget id="calculator">159 - 20</gadget>
<output>139</output>
<result>139</result> | 139 | 139 | x = 159 - 20 | 159-20 |
mawps__M05oGg5RiyfZ5FEW | Hattie had some watermelon. Steven gave him 9 more. Now Hattie has 20 watermelon. How many watermelon did Hattie have in the beginning? | <gadget id="calculator">20 - 9</gadget>
<output>11</output>
<result>11</result> | 11 | 11 | x = 20 - 9 | 20-9 |
mawps__R0AKBaPX4sdRL16F | Bob’s car gets 10 kilometers per gallon. How far can he drive on 10 gallons of gas? | <gadget id="calculator">10 * 10</gadget>
<output>100</output>
<result>100</result> | 100 | 100 | x=(10.0*10.0) | (10.0*10.0) |
mawps__aJXz6QwaQcgTUpEs | Mark had some blueberry. Gail took 26 from him. Now Mark has 81 blueberry. How many blueberry Mark had to begin with? | <gadget id="calculator">81 + 26</gadget>
<output>107</output>
<result>107</result> | 107 | 107 | x = 81 + 26 | 81+26 |
mawps__N8RJUSjQgeQEPl8f | Helen had 31 watermelon. Virginia contributeed him some more. Now Helen has 59 watermelon. How many did Virginia contribute him? | <gadget id="calculator">59 - 31</gadget>
<output>28</output>
<result>28</result> | 28 | 28 | x = 59 - 31 | 59-31 |
mawps__KdrtyK1GnnAVgcPa | Marjorie had 77 pear. Hilda took 8 from him. Now How many pear Marjorie have detracted? | <gadget id="calculator">77 - 8</gadget>
<output>69</output>
<result>69</result> | 69 | 69 | x = 77 - 8 | 77-8 |
mawps__ZIICkvuAopknBagx | Tammy had 281 mango. Henry clutched some mango. Now Tammy has 83 mango. How many did Henry clutcheds? | <gadget id="calculator">281 - 83</gadget>
<output>198</output>
<result>198</result> | 198 | 198 | x = 281 - 83 | 281-83 |
mawps__68AGvHuSGMVcx8WX | Harvey had some Flower. Ellis gave him 4 more. Now Harvey has 15 Flower. How many Flower did Harvey have incipiently? | <gadget id="calculator">15 - 4</gadget>
<output>11</output>
<result>11</result> | 11 | 11 | x = 15 - 4 | 15-4 |
mawps__ny2TQ7brFX2nxSey | Clifton had 255 kiwi. Milton grasped some kiwi. Now Clifton has 52 kiwi. How many did Milton graspeds? | <gadget id="calculator">255 - 52</gadget>
<output>203</output>
<result>203</result> | 203 | 203 | x = 255 - 52 | 255-52 |
mawps__gYF2YvCWfTSGK5w2 | Charles had 5 strawberry. Charlotte provideed him some more. Now Charles has 42 strawberry. How many did Charlotte provide him? | <gadget id="calculator">42 - 5</gadget>
<output>37</output>
<result>37</result> | 37 | 37 | x = 42 - 5 | 42-5 |
mawps__JIAz7uDMoKWRnFQp | Robert had 224 plum. Rose clasped some plum. Now Robert has 97 plum. How many did Rose claspeds? | <gadget id="calculator">224 - 97</gadget>
<output>127</output>
<result>127</result> | 127 | 127 | x = 224 - 97 | 224-97 |
mawps__7SLANTgMueINB9kZ | John had 126 Box. Beverly took 124 from him. Now How many Box John have reduced? | <gadget id="calculator">126 - 124</gadget>
<output>2</output>
<result>2</result> | 2 | 2 | x = 126 - 124 | 126-124 |
mawps__vgRGdOSZzcewpi5N | Amy had some Car. Judith gave him 7 more. Now Amy has 26 Car. How many Car did Amy have at first? | <gadget id="calculator">26 - 7</gadget>
<output>19</output>
<result>19</result> | 19 | 19 | x = 26 - 7 | 26-7 |
mawps__Q0mn4yPQKtseY4dG | A study reported that in a random sampling of 100 women over the age of 35 , 8 of the women were married 2 or more times. Based on the study results , how many woman in a group of 5,000 women over the age of 35 would likely be married 2 or more times? | <gadget id="calculator">8 / 100</gadget>
<output>2/25 = around 0.08</output>
<gadget id="calculator">(2/25) * 5_000</gadget>
<output>400</output>
<result>400</result> | 400 | 400 | x=(8.0/100.0)*5000.0 | (8.0/100.0)*5000.0 |
mawps__DT2m9OkePfhaiRH1 | Hannah's Vegetarian Restaurant bought 0.3333333333333333 of a pound of green peppers and 0.3333333333333333 of a pound of red peppers. How many pounds of peppers did Hannah's Vegetarian Restaurant buy in all? | <gadget id="calculator">0.333333 + 0.333333</gadget>
<output>0.666666</output>
<result>0.666666</result> | 0.666666 | 0.666666 | 0.3333333333333333 + 0.3333333333333333 = x | 0.3333333333333333+0.3333333333333333 |
mawps__9X5ehl0vlgMA1kIW | Jeremy had some Car. He carve each Car into 9 slices. If total 45 Car slices Jeremy make, then how many Car Jeremy had? | <gadget id="calculator">45 / 9</gadget>
<output>5</output>
<result>5</result> | 5 | 5 | x = 45 / 9 | 45/9 |
mawps__zWRYfPrymc0azJ7O | Fred has 709 green balloons , he gave Sandy 221 of the balloons . How many green balloons does he now have ? | <gadget id="calculator">709 - 221</gadget>
<output>488</output>
<result>488</result> | 488 | 488 | x = 709 - 221 | 709-221 |
mawps__rcIeXLEPet7BhPp4 | Marylynn had some toy. Frank gave him 3 more. Now Marylynn has 47 toy. How many toy did Marylynn have primitively? | <gadget id="calculator">47 - 3</gadget>
<output>44</output>
<result>44</result> | 44 | 44 | x = 47 - 3 | 47-3 |
mawps__82MGZJzPvmIWvbwY | Norma has 88 cards. She loses 70. How many cards will Norma have? | <gadget id="calculator">88 - 70</gadget>
<output>18</output>
<result>18</result> | 18 | 18 | x=(88.0-70.0) | (88.0-70.0) |
mawps__eOa9tZbEd8DRSBF0 | Benny bought 7 dozen eggs from the grocery store to bake some cakes. How many eggs did Benny buy ? | <gadget id="calculator">7 * 12</gadget>
<output>84</output>
<result>84</result> | 84 | 84 | 7*12=x | 7*12 |
mawps__wU09q1bp1uYn6Ox2 | A disc jockey now charges 13,580 dollars for a full night of music. He recently decreased his price by 8 %. What did he charge before the decrease , in dollars? | <gadget id="calculator">8 * 0.01</gadget>
<output>0.08</output>
<gadget id="calculator">1 - 0.08</gadget>
<output>0.92</output>
<gadget id="calculator">13_580 / 0.92</gadget>
<output>14_760.869565</output>
<result>14_760.869565</result> | 14_760.869565 | 14,760.869565 | x*(1.0-(8.0*0.01))=13580.0 | 13580.0/(1.0-(8.0*0.01)) |
mawps__1cO3eNAbxbeRAAjV | Audra had 178 pineapple. Dianne clutched some pineapple. Now Audra has 22 pineapple. How many did Dianne clutcheds? | <gadget id="calculator">178 - 22</gadget>
<output>156</output>
<result>156</result> | 156 | 156 | x = 178 - 22 | 178-22 |
mawps__GYenBPe6KWg0d6tu | Margaret had some Watch. Crystal gave him 7 more. Now Margaret has 14 Watch. How many Watch did Margaret have at first? | <gadget id="calculator">14 - 7</gadget>
<output>7</output>
<result>7</result> | 7 | 7 | x = 14 - 7 | 14-7 |
mawps__zmKB4sJHmQU6s0rS | Hollie had 33 Pen. Susan presented him some more. Now Hollie has 163 Pen. How many did Susan present him? | <gadget id="calculator">163 - 33</gadget>
<output>130</output>
<result>130</result> | 130 | 130 | x = 163 - 33 | 163-33 |
mawps__ndmQPK0kbOSwS73A | Samantha had 15 Car. Melinda provideed him some more. Now Samantha has 50 Car. How many did Melinda provide him? | <gadget id="calculator">50 - 15</gadget>
<output>35</output>
<result>35</result> | 35 | 35 | x = 50 - 15 | 50-15 |
mawps__9zrB1qpAd2m8toi1 | Joseph invest 15 bags of peach . how many peach in each bag? If total 75 peach Joseph invest. | <gadget id="calculator">75 / 15</gadget>
<output>5</output>
<result>5</result> | 5 | 5 | x = 75 / 15 | 75/15 |
mawps__rwSB4hd5BkaTeFaK | If I subtract 6 from a number and then multiply the difference by 4 the result is 36. What is the number? | <gadget id="calculator">36 / 4</gadget>
<output>9</output>
<gadget id="calculator">9 + 6</gadget>
<output>15</output>
<result>15</result> | 15 | 15 | (x-6.0)*4.0=36.0 | (36.0/4.0)+6 |
mawps__5vJzJQYLLMKYZrez | Candace had 26 Book. Helen awarded him some more. Now Candace has 108 Book. How many did Helen award him? | <gadget id="calculator">108 - 26</gadget>
<output>82</output>
<result>82</result> | 82 | 82 | x = 108 - 26 | 108-26 |
mawps__KpsOXincDtSU43Q5 | Megan baked 71 cupcakes for her school's bake sale. If her brother, Todd, ate 43 of them how many packages could she make if she put 7 cupcake in each package? | <gadget id="calculator">71 - 43</gadget>
<output>28</output>
<gadget id="calculator">28 / 7</gadget>
<output>4</output>
<result>4</result> | 4 | 4 | x=((71.0-43.0)/7.0) | ((71.0-43.0)/7.0) |
mawps__1X33ugAS65Ru59Jd | Fred had some pear. Viola took 61 from him. Now Fred has 88 pear. How many pear Fred had primitively? | <gadget id="calculator">88 + 61</gadget>
<output>149</output>
<result>149</result> | 149 | 149 | x = 88 + 61 | 88+61 |
mawps__I5h0gcDKUYqhQAzC | Vivian had 231 cherries. Annette got hold of some cherries. Now Vivian has 93 cherry. How many did Annette get hold of? | <gadget id="calculator">231 - 93</gadget>
<output>138</output>
<result>138</result> | 138 | 138 | x = 231 - 93 | 231-93 |
mawps__AInM6Bc1FdX3ccQ7 | Margaret had 144 toy. Cheryl took 47 from him. Now How many toy Margaret have left over? | <gadget id="calculator">144 - 47</gadget>
<output>97</output>
<result>97</result> | 97 | 97 | x = 144 - 47 | 144-47 |
mawps__9QsOuDWhKv2exnRZ | Anne weighs 67 pounds. Douglas weighs 52 pounds. How much heavier is Anne than Douglas? | <gadget id="calculator">67 - 52</gadget>
<output>15</output>
<result>15</result> | 15 | 15 | x=(67.0-52.0) | (67.0-52.0) |
mawps__DRyptupVwFxPMDnW | Joyce had 37 blackcurrant. David confered him some more. Now Joyce has 134 blackcurrant. How many did David confer him? | <gadget id="calculator">134 - 37</gadget>
<output>97</output>
<result>97</result> | 97 | 97 | x = 134 - 37 | 134-37 |
mawps__eXkRiYSYU9HNbxcc | Emory had some Press. Gus took 17 from him. Now Emory has 56 Press. How many Press Emory had in the first? | <gadget id="calculator">56 + 17</gadget>
<output>73</output>
<result>73</result> | 73 | 73 | x = 56 + 17 | 56+17 |
mawps__Znn7qmUrIFZ8firX | Anthony had some Car. Evelyn gave him 6 more. Now Anthony has 14 Car. How many Car did Anthony have originally? | <gadget id="calculator">14 - 6</gadget>
<output>8</output>
<result>8</result> | 8 | 8 | x = 14 - 6 | 14-6 |
mawps__ZPrJlNAF4SV0d5tL | Beverly had 33 orange. Thanh confered him some more. Now Beverly has 155 orange. How many did Thanh confer him? | <gadget id="calculator">155 - 33</gadget>
<output>122</output>
<result>122</result> | 122 | 122 | x = 155 - 33 | 155-33 |
mawps__GnBpwtbDsdRTkbKK | Marilyn had 51 mango. William took 15 from him. Now How many mango Marilyn have detracted? | <gadget id="calculator">51 - 15</gadget>
<output>36</output>
<result>36</result> | 36 | 36 | x = 51 - 15 | 51-15 |
mawps__xGr3fkneg2t571Ll | Marta picked 2 pumpkins . The first pumpkin weighed 4 pounds , and the second pumpkin weighed 8.7 pounds . How much did the 2 pumpkins weigh all together ? | <gadget id="calculator">4 + 8.7</gadget>
<output>12.7</output>
<result>12.7</result> | 12.7 | 12.7 | x = 4.0 + 8.7 | 4.0+8.7 |
mawps__KpuW8Xvuc0HxxB4d | Patricia had 277 orange. Clay grasped some orange. Now Patricia has 81 orange. How many did Clay graspeds? | <gadget id="calculator">277 - 81</gadget>
<output>196</output>
<result>196</result> | 196 | 196 | x = 277 - 81 | 277-81 |
mawps__Gyz5IRj2EvDIfZFY | Scott had 177 papaya. Benjamin took 88 from him. Now How many papaya Scott have less than? | <gadget id="calculator">177 - 88</gadget>
<output>89</output>
<result>89</result> | 89 | 89 | x = 177 - 88 | 177-88 |
mawps__OxXh3beRyVWInqpt | Elizabeth had some Car. Wayne gave him 6 more. Now Elizabeth has 34 Car. How many Car did Elizabeth have at first? | <gadget id="calculator">34 - 6</gadget>
<output>28</output>
<result>28</result> | 28 | 28 | x = 34 - 6 | 34-6 |
mawps__vwD7061j2LqS7kwK | Christina had 38 kiwi. Ron awarded him some more. Now Christina has 56 kiwi. How many did Ron award him? | <gadget id="calculator">56 - 38</gadget>
<output>18</output>
<result>18</result> | 18 | 18 | x = 56 - 38 | 56-38 |
mawps__zF7noWEXqknBvvZE | Jeremy had some mango. Walter gave him 2 more. Now Jeremy has 13 mango. How many mango did Jeremy have to begin with? | <gadget id="calculator">13 - 2</gadget>
<output>11</output>
<result>11</result> | 11 | 11 | x = 13 - 2 | 13-2 |
mawps__uhgxHf6HWK8TkReR | Jessica had 81 blackberry. Kimberly took 22 from him. Now How many blackberry Jessica have decreased by? | <gadget id="calculator">81 - 22</gadget>
<output>59</output>
<result>59</result> | 59 | 59 | x = 81 - 22 | 81-22 |
mawps__RhEgIV27e9wt3sn8 | Kimberly had some Book. Aileen gave him 4 more. Now Kimberly has 27 Book. How many Book did Kimberly have at first? | <gadget id="calculator">27 - 4</gadget>
<output>23</output>
<result>23</result> | 23 | 23 | x = 27 - 4 | 27-4 |
mawps__rEc7GHzTbAQmo7OD | Matthew had 154 strawberry. Joseph took 102 from him. Now How many strawberry Matthew have deducted? | <gadget id="calculator">154 - 102</gadget>
<output>52</output>
<result>52</result> | 52 | 52 | x = 154 - 102 | 154-102 |
mawps__LQ7VOc9WgdBYHi9x | Loren had some Mango. Kyle gave him 7 more. Now Loren has 24 Mango. How many Mango did Loren have originally? | <gadget id="calculator">24 - 7</gadget>
<output>17</output>
<result>17</result> | 17 | 17 | x = 24 - 7 | 24-7 |
mawps__kscEAQ082dlYQiEp | Louisa had 32 Flower. Kristen provideed him some more. Now Louisa has 53 Flower. How many did Kristen provide him? | <gadget id="calculator">53 - 32</gadget>
<output>21</output>
<result>21</result> | 21 | 21 | x = 53 - 32 | 53-32 |
mawps__7F4pSAvz3jz0QI6L | Charles had some Banana. Kevin took 11 from him. Now Charles has 17 Banana. How many Banana Charles had in the first? | <gadget id="calculator">17 + 11</gadget>
<output>28</output>
<result>28</result> | 28 | 28 | x = 17 + 11 | 17+11 |
mawps__aNG8m1MOloEEeW7R | David had 118 avocado. Jennifer took 43 from him. Now How many avocado David have reduced? | <gadget id="calculator">118 - 43</gadget>
<output>75</output>
<result>75</result> | 75 | 75 | x = 118 - 43 | 118-43 |
mawps__EWfvVUm4BykdKTvz | Eric had 9 pineapple. Susan confered him some more. Now Eric has 74 pineapple. How many did Susan confer him? | <gadget id="calculator">74 - 9</gadget>
<output>65</output>
<result>65</result> | 65 | 65 | x = 74 - 9 | 74-9 |
mawps__oG8iaOnRToJRd6tI | Bobby had some Mango. Michelle took 25 from him. Now Bobby has 41 Mango. How many Mango Bobby had incipiently? | <gadget id="calculator">41 + 25</gadget>
<output>66</output>
<result>66</result> | 66 | 66 | x = 41 + 25 | 41+25 |
mawps__V4ye7FRErfuufq2Z | Jean had 164 quince. Lu lay hold of some quince. Now Jean has 4 quince. How many did Lu lay hold ofs? | <gadget id="calculator">164 - 4</gadget>
<output>160</output>
<result>160</result> | 160 | 160 | x = 164 - 4 | 164-4 |
mawps__VpyS29PKHx6UMwrz | Gary had 213 orange. Annie grabbed some orange. Now Gary has 77 orange. How many did Annie grabbeds? | <gadget id="calculator">213 - 77</gadget>
<output>136</output>
<result>136</result> | 136 | 136 | x = 213 - 77 | 213-77 |
mawps__daFZJu9Be1Y2sP4U | Thomas had some lychee. Keith took 33 from him. Now Thomas has 52 lychee. How many lychee Thomas had at first? | <gadget id="calculator">52 + 33</gadget>
<output>85</output>
<result>85</result> | 85 | 85 | x = 52 + 33 | 52+33 |
mawps__KOiKToSJuOGPGCbH | A restaurant served 9 hot dogs during lunch and 2 during dinner today . It served 5 of them yesterday . How many hot dogs were served today ? | <gadget id="calculator">9 + 2</gadget>
<output>11</output>
<result>11</result> | 11 | 11 | x = 9 + 2 | 9+2 |
mawps__7OHuCcOvhdZbLtKu | Gabriel had 47 Doll. Joseph took 23 from him. Now How many Doll Gabriel have decreased by? | <gadget id="calculator">47 - 23</gadget>
<output>24</output>
<result>24</result> | 24 | 24 | x = 47 - 23 | 47-23 |
mawps__PZA8qeUkbD3msc7M | Anthony had 23 toy. Carmen gifted him some more. Now Anthony has 173 toy. How many did Carmen gift him? | <gadget id="calculator">173 - 23</gadget>
<output>150</output>
<result>150</result> | 150 | 150 | x = 173 - 23 | 173-23 |
mawps__AwzcGkCPCf526aUn | William had some lychee. Carla gave him 7 more. Now William has 36 lychee. How many lychee did William have initially? | <gadget id="calculator">36 - 7</gadget>
<output>29</output>
<result>29</result> | 29 | 29 | x = 36 - 7 | 36-7 |
mawps__AlYjkwz0QJrPbQr5 | 1.3333 of a number is 4.82 , what is the number? | <gadget id="calculator">4.82 / 1.3333</gadget>
<output>3.61509</output>
<result>3.61509</result> | 3.61509 | 3.61509 | 1.3333*x=4.82 | 4.82/1.3333 |
mawps__XH6BSAx9d6qGHUEB | Mark sprinted 24 miles at 6 miles per hour. How long did Mark sprint? | <gadget id="calculator">24 / 6</gadget>
<output>4</output>
<result>4</result> | 4 | 4 | x=(24.0/6.0) | (24.0/6.0) |
mawps__XypfsNEdFwI5kzka | Joan had 18 banana. David proffered him some more. Now Joan has 188 banana. How many did David proffer him? | <gadget id="calculator">188 - 18</gadget>
<output>170</output>
<result>170</result> | 170 | 170 | x = 188 - 18 | 188-18 |
mawps__S6XeucdstPeNoELo | Luis had 141 watermelon. Maria grasped some watermelon. Now Luis has 74 watermelon. How many did Maria graspeds? | <gadget id="calculator">141 - 74</gadget>
<output>67</output>
<result>67</result> | 67 | 67 | x = 141 - 74 | 141-74 |
mawps__9ndgn4K0KW7DZdRh | Teresa had some Pears. Jordan gave him 9 more. Now Teresa has 24 Pears. How many did Teresa have at first? | <gadget id="calculator">24 - 9</gadget>
<output>15</output>
<result>15</result> | 15 | 15 | x = 24 - 9 | 24-9 |
mawps__bZcIaWImbpioollO | Grace had 7 seashells. Shirley provideed him some more. Now Grace has 107 seashells. How many did Shirley provide him? | <gadget id="calculator">107 - 7</gadget>
<output>100</output>
<result>100</result> | 100 | 100 | x = 107 - 7 | 107-7 |
mawps__8yazxWVC53PfTHYK | Warren had some Car. Tony gave him 7 more. Now Warren has 22 Car. How many Car did Warren have in the first? | <gadget id="calculator">22 - 7</gadget>
<output>15</output>
<result>15</result> | 15 | 15 | x = 22 - 7 | 22-7 |
mawps__3D7lN7jEuJLTYg8o | Sadie had 115 apricot. Joe clasped some apricot. Now Sadie has 82 apricot. How many did Joe claspeds? | <gadget id="calculator">115 - 82</gadget>
<output>33</output>
<result>33</result> | 33 | 33 | x = 115 - 82 | 115-82 |
mawps__c4M7DIeOxitzxiZE | Erin had 22 avocado. James provideed him some more. Now Erin has 71 avocado. How many did James provide him? | <gadget id="calculator">71 - 22</gadget>
<output>49</output>
<result>49</result> | 49 | 49 | x = 71 - 22 | 71-22 |
mawps__wQOgHuQXd751cv1E | There were a total of 323 football games in the season. The season is played for 17 months. How many football games were played each month, if each month has the same number of games? | <gadget id="calculator">323 / 17</gadget>
<output>19</output>
<result>19</result> | 19 | 19 | 323/17=x | 323/17 |
mawps__fiLH4NsGei1nMAZZ | Steven had some Watch. Adam gave him 6 more. Now Steven has 26 Watch. How many Watch did Steven have at first? | <gadget id="calculator">26 - 6</gadget>
<output>20</output>
<result>20</result> | 20 | 20 | x = 26 - 6 | 26-6 |
mawps__YvvpvrlEmuG4X4l4 | Timothy had 22 lime. Yulanda bestowed him some more. Now Timothy has 72 lime. How many did Yulanda bestow him? | <gadget id="calculator">72 - 22</gadget>
<output>50</output>
<result>50</result> | 50 | 50 | x = 72 - 22 | 72-22 |
mawps__rapMYHnCbReI9Axp | Tina had 35 quince. Deadra provideed him some more. Now Tina has 151 quince. How many did Deadra provide him? | <gadget id="calculator">151 - 35</gadget>
<output>116</output>
<result>116</result> | 116 | 116 | x = 151 - 35 | 151-35 |
mawps__jP9kdySGQVLJPhep | Lemon heads come in packages of 6. Louis ate 54 Lemon Heads. How many whole boxes did he eat and how many Lemon Heads does he have left? | <gadget id="calculator">54 / 6</gadget>
<output>9</output>
<result>9</result> | 9 | 9 | x=(54.0/6.0) | (54.0/6.0) |
mawps__bB3no352v7QoSVw5 | If apples cost 3.75 dollars for 3 pounds , what is the cost , at the same rate , of 7 pounds of apples? | <gadget id="calculator">3.75 / 3</gadget>
<output>1.25</output>
<gadget id="calculator">1.25 * 7</gadget>
<output>8.75</output>
<result>8.75</result> | 8.75 | 8.75 | (3.75/3.0)*7.0=x | (3.75/3.0)*7.0 |
mawps__E9I7Q5FziJehbAov | Robin had some papaya. Caryn gave him 5 more. Now Robin has 19 papaya. How many papaya did Robin have originally? | <gadget id="calculator">19 - 5</gadget>
<output>14</output>
<result>14</result> | 14 | 14 | x = 19 - 5 | 19-5 |
mawps__WPqCdPX2cUxzPhL3 | Lorraine had some nectarine. Robert gave him 7 more. Now Lorraine has 22 nectarine. How many nectarine did Lorraine have in the beginning? | <gadget id="calculator">22 - 7</gadget>
<output>15</output>
<result>15</result> | 15 | 15 | x = 22 - 7 | 22-7 |
mawps__79qCTFj3z9lEYNXL | Brian had 132 Watch. Shawn took 77 from him. Now How many Watch Brian have left over? | <gadget id="calculator">132 - 77</gadget>
<output>55</output>
<result>55</result> | 55 | 55 | x = 132 - 77 | 132-77 |
mawps__QA0qsgbb9Uy3bYTb | Karen had 195 fig. Jeffrey took 80 from him. Now How many fig Karen have less than? | <gadget id="calculator">195 - 80</gadget>
<output>115</output>
<result>115</result> | 115 | 115 | x = 195 - 80 | 195-80 |
mawps__nfkiEinRYGiq6aNB | Perry had some lychee. Mary took 49 from him. Now Perry has 85 lychee. How many lychee Perry had originally? | <gadget id="calculator">85 + 49</gadget>
<output>134</output>
<result>134</result> | 134 | 134 | x = 85 + 49 | 85+49 |
mawps__QgzcRkbjMG4bkuGb | Willie had 112 papaya. Anna gripped some papaya. Now Willie has 27 papaya. How many did Anna grippeds? | <gadget id="calculator">112 - 27</gadget>
<output>85</output>
<result>85</result> | 85 | 85 | x = 112 - 27 | 112-27 |
mawps__ofUJDL7DoLHaay4n | Laurie had some blackcurrant. Richard took 17 from him. Now Laurie has 94 blackcurrant. How many blackcurrant Laurie had incipiently? | <gadget id="calculator">94 + 17</gadget>
<output>111</output>
<result>111</result> | 111 | 111 | x = 94 + 17 | 94+17 |
mawps__j4UDI3mkEiAL8WCI | Joan went to 4 football games this year. She went to 9 football games last year. How many football games did Joan go to in all ? | <gadget id="calculator">4 + 9</gadget>
<output>13</output>
<result>13</result> | 13 | 13 | 4+9=x | 4+9 |
mawps__uwckmRcZPK9VxVhj | Louis had some nectarine. Mildred took 53 from him. Now Louis has 93 nectarine. How many nectarine Louis had in the beginning? | <gadget id="calculator">93 + 53</gadget>
<output>146</output>
<result>146</result> | 146 | 146 | x = 93 + 53 | 93+53 |
mawps__VRCFLCIwzZBqEaR7 | William had 171 blackcurrant. Kathy gripped some blackcurrant. Now William has 19 blackcurrant. How many did Kathy grippeds? | <gadget id="calculator">171 - 19</gadget>
<output>152</output>
<result>152</result> | 152 | 152 | x = 171 - 19 | 171-19 |
mawps__Rc2DpW3vjsDN4ggG | Johnathan had some plum. Patricia took 15 from him. Now Johnathan has 92 plum. How many plum Johnathan had at first? | <gadget id="calculator">92 + 15</gadget>
<output>107</output>
<result>107</result> | 107 | 107 | x = 92 + 15 | 92+15 |
mawps__XszKcKMaNACVyLl2 | Susan had some Beg. Donald took 80 from him. Now Susan has 98 Beg. How many Beg Susan had incipiently? | <gadget id="calculator">98 + 80</gadget>
<output>178</output>
<result>178</result> | 178 | 178 | x = 98 + 80 | 98+80 |
mawps__Po6WaSwsYw1G3kjk | Matthew had 164 blueberry. Spencer took 162 from him. Now How many blueberry Matthew have minus? | <gadget id="calculator">164 - 162</gadget>
<output>2</output>
<result>2</result> | 2 | 2 | x = 164 - 162 | 164-162 |