Datasets:

id
stringlengths
17
25
question
stringlengths
6
1.17k
chain
stringlengths
18
4.11k
result
stringlengths
1
33
source_ds
stringclasses
4 values
question-alternative
stringlengths
10
1.18k
chain-alternative
stringlengths
20
4.05k
ape210k__00190492
Taking Mingming's home as the starting point, going east is positive, and going west is negative. If Mingming walks +350 meters from home, and then walks -350 meters, how many meters is Mingming's distance from home?
<gadget id="calculator">350 + (-350)</gadget> <output>0</output> <result>0</result>
0
ape210k
Taking Mingming's home as the starting point, going east is positive, and going west is negative. If Mingming walks + 3305 meters from home, and then walks - 3305 meters, how many meters is Mingming's distance from home?
<gadget id="calculator"> 3305 + (- 3305 )</gadget> <output> 0 </output> <result> 0 </result>
ape210k__00050261
If a number is divided by 7 or 5, the remainder is 2. What is the smallest number?
<gadget id="calculator">5 * 7</gadget> <output>35</output> <gadget id="calculator">35 + 2</gadget> <output>37</output> <result>37</result>
37
ape210k
If a number is divided by 3 or 56 , the remainder is 56 . What is the smallest number?
<gadget id="calculator"> 56 * 3 </gadget> <output> 168 </output> <gadget id="calculator"> 168 + 56 </gadget> <output> 224 </output> <result> 224 </result>
ape210k__00586326
Cut a square iron sheet with a side length of 4 decimeters into the largest circle, and the area of the cut part is equal to the area of the square.
<gadget id="calculator">4 * 4</gadget> <output>16</output> <gadget id="calculator">4 / 2</gadget> <output>2</output> <gadget id="calculator">2 ** 2</gadget> <output>4</output> <gadget id="calculator">3.14 * 4</gadget> <output>12.56</output> <gadget id="calculator">16 - 12.56</gadget> <output>3.44</output> <gadget id="calculator">3.44 / 16</gadget> <output>0.215</output> <result>0.215</result>
0.215
ape210k
Cut a square iron sheet with a side length of 4 decimeters into the largest circle, and the area of the cut part is equal to the area of the square.
<gadget id="calculator"> 4 * 4 </gadget> <output> 16 </output> <gadget id="calculator"> 4 / 2 </gadget> <output> 2 </output> <gadget id="calculator"> 2 ** 2 </gadget> <output> 4 </output> <gadget id="calculator"> 3.14 * 4 </gadget> <output> 12.56 </output> <gadget id="calculator"> 16 - 12.56 </gadget> <output> 3.44 </output> <gadget id="calculator"> 3.44 / 16 </gadget> <output> 0.215 </output> <result> 0.215 </result>
gsm8k__32raBp9BDBSbW3MF
Prejean's speed in a race was three-quarters that of Rickey. If they both took a total of 70 minutes to run the race, calculate the total number of minutes that Rickey took to finish the race.
Let's say Rickey took t minutes to finish the race. If Prejean's speed in the race was three-quarters that of Rickey, and Rickey took t minutes to finish the race, the time that Prejean took to finish the race is 3/4*t=3/4t. Together, Rickey and Prejean took t+3/4t = 70. They took 1 3/4 t hours=70 to finish the race. This is 7/4t=70 t=70*4/7. The time that Rickey took to finish the race is t= <gadget id="calculator">40</gadget> <output>40</output> 40 minutes. <result>40</result>
40
gsm8k
Prejean's speed in a race was three-quarters that of Rickey. If they both took a total of 31 minutes to run the race, calculate the total number of minutes that Rickey took to finish the race.
Let's say Rickey took t minutes to finish the race. If Prejean's speed in the race was three-quarters that of Rickey, and Rickey took t minutes to finish the race, the time that Prejean took to finish the race is 3 / 4 *t= 3 / 4 t. Together, Rickey and Prejean took t+ 3 / 4 t = 31 . They took 1 3 / 4 t hours= 31 to finish the race. This is 7 / 4 t= 31 t= 31 * 4 / 7 . The time that Rickey took to finish the race is t= <gadget id="calculator"> 40 </gadget> <output> 40 </output> 40 minutes. <result> 40 </result>
ape210k__00588508
Xiaodong reads a book and reads 20 pages a day. After 4 days, 3/8 of the book has not been read. How many pages does this book have?
<gadget id="calculator">20 * 4</gadget> <output>80</output> <gadget id="calculator">3 / 8</gadget> <output>3/8 = around 0.375</output> <gadget id="calculator">1 - (3/8)</gadget> <output>5/8 = around 0.625</output> <gadget id="calculator">80 / (5/8)</gadget> <output>128</output> <result>128</result>
128
ape210k
Xiaodong reads a book and reads 798 pages a day. After 96 days, 9 / 69 of the book has not been read. How many pages does this book have?
<gadget id="calculator"> 798 * 96 </gadget> <output> 76_608 </output> <gadget id="calculator"> 9 / 69 </gadget> <output> 3/23 </output> <gadget id="calculator"> 1 - ( 9 / 69 )</gadget> <output> 20/23 </output> <gadget id="calculator"> 76_608 / ( 5 / 69 )</gadget> <output> 5_285_952/5 </output> <result> 5_285_952/5 </result>
ape210k__00426687
((())/10)=(2/5)=(10/(()))=How much (fill in decimals)
<gadget id="calculator">4 / 10</gadget> <output>2/5 = around 0.4</output> <result>2/5 = around 0.4</result>
2/5
ape210k
((())/ 774 )=( 22 / 56 )=( 774 /(()))=How much (fill in decimals)
<gadget id="calculator"> 4 / 774 </gadget> <output> 2/387 </output> <result> 2/387 </result>
ape210k__00316548
The third-grade students went to work on the farm. There were 156 girls and 124 boys. They were divided into groups of 4. How many groups can they be divided into?
<gadget id="calculator">156 + 124</gadget> <output>280</output> <gadget id="calculator">280 / 4</gadget> <output>70</output> <result>70</result>
70
ape210k
The third-grade students went to work on the farm. There were 5355 girls and 6698 boys. They were divided into groups of 4 . How many groups can they be divided into?
<gadget id="calculator"> 5355 + 6698 </gadget> <output> 12_053 </output> <gadget id="calculator"> 12_053 / 4 </gadget> <output> 12_053/4 </output> <result> 12_053/4 </result>
ape210k__00169969
A piece of clothing is 168 yuan, which is twice the price of a pair of trousers. How much does it cost to buy such a set of clothes?
<gadget id="calculator">168 / 2</gadget> <output>84</output> <gadget id="calculator">84 + 168</gadget> <output>252</output> <result>252</result>
252
ape210k
A piece of clothing is 9414 yuan, which is twice the price of a pair of trousers. How much does it cost to buy such a set of clothes?
<gadget id="calculator"> 9414 / 2 </gadget> <output> 4_707 </output> <gadget id="calculator"> 4_707 + 9414 </gadget> <output> 14_121 </output> <result> 14_121 </result>
ape210k__00385171
The 4 students in class 31 folded a total of 256 thousand origami cranes in 2 hours, how many thousand origami cranes per person per hour on average?
<gadget id="calculator">256 / 4 / 2</gadget> <output>32</output> <result>32</result>
32
ape210k
The 62 students in class 240 folded a total of 225 thousand origami cranes in 5 hours, how many thousand origami cranes per person per hour on average?
<gadget id="calculator"> 225 / 62 / 5 </gadget> <output> 45/62 </output> <result> 45/62 </result>