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__01068367 | There are 200 story books in the fifth grade of Tongle School, the number of science books is 3/5 of the story books, and the number of science books is 3/5 of the literature books. How many literature books are there? | <gadget id="calculator">3 / 5</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">(3/5) / (3/5)</gadget>
<output>1</output>
<gadget id="calculator">200 * 1</gadget>
<output>200</output>
<result>200</result> | 200 | ape210k | There are 762 story books in the fifth grade of Tongle School, the number of science books is 76 / 16 of the story books, and the number of science books is 76 / 16 of the literature books. How many literature books are there? | <gadget id="calculator"> 76 / 16 </gadget>
<output> 19/4 </output>
<gadget id="calculator">( 76 / 16 ) / ( 76 / 16 )</gadget>
<output> 1 </output>
<gadget id="calculator"> 762 * 1 </gadget>
<output> 762 </output>
<result> 762 </result> |
ape210k__00203181 | Xiaohong asked Mr. Wang how old this year, and Mr. Wang said: "Add 9 to my age, divide by 4, subtract 2, and multiply by 3, which is exactly 30 years old." How old is Mr. Wang this year? | <gadget id="calculator">30 / 3</gadget>
<output>10</output>
<gadget id="calculator">10 + 2</gadget>
<output>12</output>
<gadget id="calculator">12 * 4</gadget>
<output>48</output>
<gadget id="calculator">48 - 9</gadget>
<output>39</output>
<result>39</result> | 39 | ape210k | Xiaohong asked Mr. Wang how old this year, and Mr. Wang said: "Add 99 to my age, divide by 58 , subtract 59 , and multiply by 85 , which is exactly 604 years old." How old is Mr. Wang this year? | <gadget id="calculator"> 604 / 85 </gadget>
<output> 604/85 </output>
<gadget id="calculator"> 604/85 + 59 </gadget>
<output> 5_619/85 </output>
<gadget id="calculator"> 5_619/85 * 58 </gadget>
<output> 325_902/85 </output>
<gadget id="calculator"> 325_902/85 - 99 </gadget>
<output> 317_487/85 </output>
<result> 317_487/85 </result> |
ape210k__00419438 | The sum of the upper and lower bases of a trapezoid is 36 cm, which is 4 times the height. What is the area of the trapezoid in square centimeters? | <gadget id="calculator">36 / 4</gadget>
<output>9</output>
<gadget id="calculator">9 / 2</gadget>
<output>9/2 = around 4.5</output>
<gadget id="calculator">36 * (9/2)</gadget>
<output>162</output>
<result>162</result> | 162 | ape210k | The sum of the upper and lower bases of a trapezoid is 980 cm, which is 65 times the height. What is the area of the trapezoid in square centimeters? | <gadget id="calculator"> 980 / 65 </gadget>
<output> 196/13 </output>
<gadget id="calculator"> 196/13 / 2 </gadget>
<output> 98/13 </output>
<gadget id="calculator"> 980 * ( 196/13 / 2 )</gadget>
<output> 96_040/13 </output>
<result> 96_040/13 </result> |
ape210k__01181465 | The sum of three consecutive natural numbers is 60. What is the smallest of these three natural numbers? | <gadget id="calculator">60 / 3</gadget>
<output>20</output>
<gadget id="calculator">20 - 1</gadget>
<output>19</output>
<result>19</result> | 19 | ape210k | The sum of three consecutive natural numbers is 138 . What is the smallest of these three natural numbers? | <gadget id="calculator"> 138 / 3 </gadget>
<output> 46 </output>
<gadget id="calculator"> 46 - 1 </gadget>
<output> 45 </output>
<result> 45 </result> |
ape210k__00275088 | There are two candles of different thickness but the same length, and they are lit at the same time. After 1 hour, the thin candle is shortened by 15 cm, while the thick candle is only shortened by 3 cm. At this time, the length of the thick candle is exactly three times that of the thin candle. Question: How long will the thick candle last? | <gadget id="calculator">15 - 3</gadget>
<output>12</output>
<gadget id="calculator">3 - 1</gadget>
<output>2</output>
<gadget id="calculator">12 / 2</gadget>
<output>6</output>
<gadget id="calculator">3 / 3</gadget>
<output>1</output>
<gadget id="calculator">6 * 1</gadget>
<output>6</output>
<result>6</result> | 6 | ape210k | There are two candles of different thickness but the same length, and they are lit at the same time. After 18 hour, the thin candle is shortened by 423 cm, while the thick candle is only shortened by 78 cm. At this time, the length of the thick candle is exactly three times that of the thin candle. Question: How long will the thick candle last? | <gadget id="calculator"> 423 - 78 </gadget>
<output> 345 </output>
<gadget id="calculator"> 78 - 18 </gadget>
<output> 60 </output>
<gadget id="calculator"> 345 / 60 </gadget>
<output> 23/4 </output>
<gadget id="calculator"> 78 / 78 </gadget>
<output> 1 </output>
<gadget id="calculator"> 23/4 * 1 </gadget>
<output> 23/4 </output>
<result> 23/4 </result> |
gsm8k__b0OV2sW8kgz9uF9Q | It’s spring! The gardener at Parc Municipal orders flowers. He takes 250 tulips, 375 carnations and 320 roses. Each flower is sold for 2€. Calculate the total expenses. | First we calculate the number of flowers: 250 + 375 + 320 =
<gadget id="calculator">250+375+320</gadget>
<output>945</output>
945€
Then the expense: 945 X 2 =
<gadget id="calculator">945*2</gadget>
<output>1_890</output>
1890€
So, the total expenditure is €
<gadget id="calculator">1890</gadget>
<output>1_890</output>
1890.
<result>1_890</result> | 1_890 | gsm8k | It’s spring! The gardener at Parc Municipal orders flowers. He takes 3292 tulips, 3436 carnations and 4761 roses. Each flower is sold for 88 €. Calculate the total expenses. | First we calculate the number of flowers: 3292 + 3436 + 4761 =
<gadget id="calculator"> 3292 + 3436 + 4761 </gadget>
<output> 11_489 </output> 11_489 €
Then the expense: 11_489 X 88 =
<gadget id="calculator"> 11_489 * 88 </gadget>
<output> 1_890 </output> 1_890 €
So, the total expenditure is €
<gadget id="calculator"> 1_890 </gadget>
<output> 1_890 </output> 1_890 .
<result> 1_890 </result> |
ape210k__00226838 | There are many desks in the classroom, all neatly arranged, the number of desks in each column is equal, and the number of desks in each row is equal. Xiaoqiu's desk is the third from the front, and the fourth from the back. There are three on his left. There is 1 picture on the right, how many pictures are there in Xiaoqiu's classroom? | <gadget id="calculator">4 - 1</gadget>
<output>3</output>
<gadget id="calculator">3 + 3</gadget>
<output>6</output>
<gadget id="calculator">3 + 1 + 1</gadget>
<output>5</output>
<gadget id="calculator">6 * 5</gadget>
<output>30</output>
<result>30</result> | 30 | ape210k | There are many desks in the classroom, all neatly arranged, the number of desks in each column is equal, and the number of desks in each row is equal. Xiaoqiu's desk is the third from the front, and the fourth from the back. There are three on his left. There is 2 picture on the right, how many pictures are there in Xiaoqiu's classroom? | <gadget id="calculator"> 4 - 2 </gadget>
<output> 2 </output>
<gadget id="calculator"> 2 + 2 </gadget>
<output> 4 </output>
<gadget id="calculator"> 2 + 2 + 2 </gadget>
<output> 6 </output>
<gadget id="calculator"> 4 * 6 </gadget>
<output> 24 </output>
<result> 24 </result> |
ape210k__00371963 | If two cubes of different sizes are processed into the largest cone with one side of the cube as the base, the sum of the volumes of the two cones is 75.36 cubic centimeters, then how many cubic centimeters is the sum of the volumes of the two cubes? | <gadget id="calculator">12 / 3.14</gadget>
<output>3.821656</output>
<gadget id="calculator">75.36 * 3.821656</gadget>
<output>287.999996</output>
<result>287.999996</result> | 287.999996 | ape210k | If two cubes of different sizes are processed into the largest cone with one side of the cube as the base, the sum of the volumes of the two cones is 536.13 cubic centimeters, then how many cubic centimeters is the sum of the volumes of the two cubes? | <gadget id="calculator"> 12 / 3.14 </gadget>
<output> 3.821656 </output>
<gadget id="calculator"> 536.13 * 3.821656 </gadget>
<output> 2048.904431 </output>
<result> 2048.904431 </result> |
math_qa__XhVFs3tViYBiO1kA | The product of a and b is equal to 12 more than twice the sum of a and b. If b = 10, what is the value of b - a? Choose the correct choice
A) 2 B) 5 C) 7 D) 6 E) 35 | <gadget id="calculator">10 * 2</gadget>
<output>20</output>
<gadget id="calculator">20 + 12</gadget>
<output>32</output>
<gadget id="calculator">10 - 2</gadget>
<output>8</output>
<gadget id="calculator">32 / 8</gadget>
<output>4</output>
<gadget id="calculator">10 - 4</gadget>
<output>6</output>
<result>D</result> | D | math_qa | The product of a and b is equal to 26 more than twice the sum of a and b. If b = 391 , what is the value of b - a? Choose the correct choice
A) 19 B) 45_999/1246 C) 45_999/1246 D) 45_999/124 E) 205 | <gadget id="calculator"> 391 * 19 </gadget>
<output> 7_429 </output>
<gadget id="calculator"> 7_429 + 26 </gadget>
<output> 7_455 </output>
<gadget id="calculator"> 391 - 19 </gadget>
<output> 372 </output>
<gadget id="calculator"> 7_455 / 372 </gadget>
<output> 2_485/124 </output>
<gadget id="calculator"> 391 - 2_485/124 </gadget>
<output> 45_999/124 </output>
<result>D</result> |
ape210k__00333521 | Half of 9 times x is exactly 40.5. | <gadget id="calculator">40.5 * 2</gadget>
<output>81</output>
<gadget id="calculator">81 / 9</gadget>
<output>9</output>
<result>9</result> | 9 | ape210k | Half of 35 times x is exactly 769.2 . | <gadget id="calculator"> 769.2 * 2 </gadget>
<output> 1538.4 </output>
<gadget id="calculator"> 1538.4 / 43.954286 </gadget>
<output> 43.954286 </output>
<result> 43.954286 </result> |
ape210k__00512073 | There are two small sticks, 24cm and 36cm long respectively. They should be cut into several small pieces of the same length, and there should be no surplus. How many cm is the longest of each small piece? | <gadget id="calculator">2 * 2 * 3</gadget>
<output>12</output>
<result>12</result> | 12 | ape210k | There are two small sticks, 294 cm and 700 cm long respectively. They should be cut into several small pieces of the same length, and there should be no surplus. How many cm is the longest of each small piece? | <gadget id="calculator"> 2 * 2 * 3 </gadget>
<output> 12 </output>
<result> 12 </result> |
ape210k__00525431 | Use 3 cuboid blocks with a length of 5 cm, a width of 4 cm, and a height of 3 cm to form a cuboid with the smallest surface area. What is the surface area of this cuboid in square centimeters? | <gadget id="calculator">5 * 4</gadget>
<output>20</output>
<gadget id="calculator">5 * 3</gadget>
<output>15</output>
<gadget id="calculator">4 * 3</gadget>
<output>12</output>
<gadget id="calculator">20 + 15 + 12</gadget>
<output>47</output>
<gadget id="calculator">47 * 2 * 3</gadget>
<output>282</output>
<gadget id="calculator">5 * 4 * 4</gadget>
<output>80</output>
<gadget id="calculator">282 - 80</gadget>
<output>202</output>
<result>202</result> | 202 | ape210k | Use 3 cuboid blocks with a length of 5 cm, a width of 4 cm, and a height of 3 cm to form a cuboid with the smallest surface area. What is the surface area of this cuboid in square centimeters? | <gadget id="calculator"> 5 * 4 </gadget>
<output> 20 </output>
<gadget id="calculator"> 5 * 3 </gadget>
<output> 15 </output>
<gadget id="calculator"> 4 * 3 </gadget>
<output> 12 </output>
<gadget id="calculator"> 20 + 15 + 12 </gadget>
<output> 47 </output>
<gadget id="calculator"> 47 * 2 * 3 </gadget>
<output> 282 </output>
<gadget id="calculator"> 5 * 4 * 4 </gadget>
<output> 80 </output>
<gadget id="calculator"> 282 - 80 </gadget>
<output> 202 </output>
<result> 202 </result> |
ape210k__00442258 | Two classmates, Zhang Xiao and Wei Han, went to the store to buy the same exercise book. Zhang Xiao bought 6 copies, and Wei Han bought 4 copies. Wei Han paid 80 cents less than Zhang Xiao. How much is each exercise book? | <gadget id="calculator">6 - 4</gadget>
<output>2</output>
<gadget id="calculator">0.8 / 2</gadget>
<output>0.4</output>
<result>0.4</result> | 0.4 | ape210k | Two classmates, Zhang Xiao and Wei Han, went to the store to buy the same exercise book. Zhang Xiao bought 88 copies, and Wei Han bought 39 copies. Wei Han paid 622 cents less than Zhang Xiao. How much is each exercise book? | <gadget id="calculator"> 88 - 39 </gadget>
<output> 49 </output>
<gadget id="calculator"> 0.8 / 49 </gadget>
<output> 0.016327 </output>
<result> 0.016327 </result> |
math_qa__xnJfux8b3b58dOvQ | A batsman makes a score of 90 runs in the 11th inning and thus increases his average by 5. Find his average after 11th inning. Choose the correct choice from the following choices.
A) 40 B) 50 C) 62 D) 45 E) 56 | <gadget id="calculator">11 * 5</gadget>
<output>55</output>
<gadget id="calculator">90 - 55</gadget>
<output>35</output>
<gadget id="calculator">35 + 5</gadget>
<output>40</output>
<result>A</result> | A | math_qa | A batsman makes a score of 90 runs in the 11 th inning and thus increases his average by 5 . Find his average after 11 th inning. Choose the correct choice from the following choices.
A) 40 B) 50 C) 62 D) 45 E) 56 | <gadget id="calculator"> 11 * 5 </gadget>
<output> 55 </output>
<gadget id="calculator"> 90 - 55 </gadget>
<output> 35 </output>
<gadget id="calculator"> 35 + 5 </gadget>
<output> 40 </output>
<result>A</result> |
ape210k__00661409 | Add 2.4 to the quotient of dividing 1.2 by 2, and divide the sum obtained by (3/5), what is the result? | <gadget id="calculator">1.2 / 2</gadget>
<output>0.6</output>
<gadget id="calculator">2.4 + 0.6</gadget>
<output>3</output>
<gadget id="calculator">3 / 5</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">3 / (3/5)</gadget>
<output>5</output>
<result>5</result> | 5 | ape210k | Add 55.17 to the quotient of dividing 33.61 by 99 , and divide the sum obtained by ( 30 / 11 ), what is the result? | <gadget id="calculator"> 33.61 / 99 </gadget>
<output> 0.339495 </output>
<gadget id="calculator"> 55.17 + 0.339495 </gadget>
<output> 55.509495 </output>
<gadget id="calculator"> 55.509495 / 11 </gadget>
<output> 5.046318 </output>
<gadget id="calculator"> 55.509495 / ( 55.509495 / 11 )</gadget>
<output> 11 </output>
<result> 11 </result> |
ape210k__00169259 | A bicycle tire, if it is installed on the front wheel, it will be discarded after driving 3000 kilometers; if it is installed on the rear wheel, it will be discarded after driving 5000 kilometers. According to this calculation, now buy a pair of such new tires and install them. In order to travel as much as possible, the method of changing the front and rear tires after the bicycle has traveled a certain distance is adopted. So how many kilometers can this pair of tires travel at most to be scrapped? | <gadget id="calculator">1 + 1</gadget>
<output>2</output>
<gadget id="calculator">1 / 5_000</gadget>
<output>1/5_000 = around 0.0002</output>
<gadget id="calculator">1 / 3_000</gadget>
<output>1/3_000 = around 0.000333</output>
<gadget id="calculator">(1/5_000) + (1/3_000)</gadget>
<output>1/1_875 = around 0.000533</output>
<gadget id="calculator">2 / (1/1_875)</gadget>
<output>3_750</output>
<result>3_750</result> | 3_750 | ape210k | A bicycle tire, if it is installed on the front wheel, it will be discarded after driving 37129 kilometers; if it is installed on the rear wheel, it will be discarded after driving 78420 kilometers. According to this calculation, now buy a pair of such new tires and install them. In order to travel as much as possible, the method of changing the front and rear tires after the bicycle has traveled a certain distance is adopted. So how many kilometers can this pair of tires travel at most to be scrapped? | <gadget id="calculator"> 1 + 1 </gadget>
<output> 2 </output>
<gadget id="calculator"> 1 / 78420 </gadget>
<output> 1/78_420 </output>
<gadget id="calculator"> 1 / 37129 </gadget>
<output> 1/37_129 </output>
<gadget id="calculator">( 1 / 78420 ) + ( 1 / 37129 )</gadget>
<output> 115_549/2_911_656_180 </output>
<gadget id="calculator"> 2 / ( 1 / 1875 )</gadget>
<output> 3_750 </output>
<result> 3_750 </result> |
ape210k__00302727 | A, B, and C take part in a mathematics competition. The total score of A and B is 153 points, the total score of B and C is 173 points, and the total score of A and C is 160 points. The average of A, B, and C is How much is the score. | <result>84</result> | 84 | ape210k | A, B, and C take part in a mathematics competition. The total score of A and B is 6696 points, the total score of B and C is 4224 points, and the total score of A and C is 3097 points. The average of A, B, and C is How much is the score. | <result> 84 </result> |
ape210k__00938495 | If the length, width, and height of a cuboid are reduced by 2 times, how many times will its volume be reduced? | <gadget id="calculator">2 * 2 * 2</gadget>
<output>8</output>
<result>8</result> | 8 | ape210k | If the length, width, and height of a cuboid are reduced by 1 times, how many times will its volume be reduced? | <gadget id="calculator"> 1 * 1 * 1 </gadget>
<output> 1 </output>
<result> 1 </result> |
ape210k__00472031 | Which of the following numbers is closest to 7 | <result>7.003</result> | 7.003 | ape210k | Which of the following numbers is closest to 84 | <result> 7.003 </result> |
math_qa__IZYjZhZw3lIgeHRn | Find the cost of fencing around a circular field of diameter 28 m at the rate of Rs.1.50 a meter? Choose the correct choice:
A) rs . 150 B) rs . 132 C) rs . 100 D) rs . 125 E) rs . 225 | <gadget id="calculator">28 / 2</gadget>
<output>14</output>
<gadget id="calculator">2 * pi * 14</gadget>
<output>28*pi = around 87.964594</output>
<gadget id="calculator">(28*pi) * 1.5</gadget>
<output>42.0*pi = around 131.946891</output>
<result>B</result> | B | math_qa | Find the cost of fencing around a circular field of diameter 600 m at the rate of Rs. 33.33 a meter? Choose the correct choice:
A) rs . 8784 B) 900.0*pi C) rs . 9252 D) rs . 5991 E) rs . 4515 | <gadget id="calculator"> 600 / 2 </gadget>
<output> 300 </output>
<gadget id="calculator"> 2 * pi * 300 </gadget>
<output> 600*pi </output>
<gadget id="calculator">( 600 *pi) * 1.5 </gadget>
<output> 900.0*pi </output>
<result>B</result> |
ape210k__00394658 | The length of the school football field is 100 meters and the width is 50 meters. What is the area of the football field? | <gadget id="calculator">100 * 50</gadget>
<output>5_000</output>
<result>5_000</result> | 5_000 | ape210k | The length of the school football field is 87 meters and the width is 824 meters. What is the area of the football field? | <gadget id="calculator"> 87 * 824 </gadget>
<output> 71_688 </output>
<result> 71_688 </result> |
ape210k__01182981 | Two trains, A and B, respectively depart from the two cities at the same time, and when they meet, train A travels 36 kilometers less than train B. It is known that the ratio of the speeds of cars A and B is 5:6, how many kilometers is the distance between the two cities? | <gadget id="calculator">5 / 6</gadget>
<output>5/6 = around 0.833333</output>
<gadget id="calculator">1 - (5/6)</gadget>
<output>1/6 = around 0.166667</output>
<gadget id="calculator">36 / (1/6)</gadget>
<output>216</output>
<result>216</result> | 216 | ape210k | Two trains, A and B, respectively depart from the two cities at the same time, and when they meet, train A travels 94 kilometers less than train B. It is known that the ratio of the speeds of cars A and B is 19 : 61 , how many kilometers is the distance between the two cities? | <gadget id="calculator"> 19 / 61 </gadget>
<output> 19/61 </output>
<gadget id="calculator"> 1 - ( 19 / 61 )</gadget>
<output> 42/61 </output>
<gadget id="calculator"> 94 / ( 1 / 61 )</gadget>
<output> 5_734 </output>
<result> 5_734 </result> |
ape210k__00029052 | Mom brings 100 yuan to the mall to buy clothes. It costs 38.5 yuan to buy a top and 58 yuan to buy jeans. How much money is left? | <gadget id="calculator">38.5 + 58</gadget>
<output>96.5</output>
<gadget id="calculator">100 - 96.5</gadget>
<output>3.5</output>
<result>3.5</result> | 3.5 | ape210k | Mom brings 9835 yuan to the mall to buy clothes. It costs 446.11 yuan to buy a top and 66 yuan to buy jeans. How much money is left? | <gadget id="calculator"> 446.11 + 66 </gadget>
<output> 512.11 </output>
<gadget id="calculator"> 9835 - 512.11 </gadget>
<output> 9322.89 </output>
<result> 9322.89 </result> |
math_qa__TLbEWVEjnpBn26Wq | How many bricks, each measuring 80 cm x 11.25 cm x 6 cm, will be needed to build a wall of 8 m x 6 m x 22.5 cm? Select: A) 6400 B) 2000 C) 5500 D) 7400 E) 3000 | <gadget id="calculator">8 * 100</gadget>
<output>800</output>
<gadget id="calculator">6 * 100</gadget>
<output>600</output>
<gadget id="calculator">800 * 600</gadget>
<output>480_000</output>
<gadget id="calculator">480_000 * 22.5</gadget>
<output>10_800_000</output>
<gadget id="calculator">80 * 11.25</gadget>
<output>900</output>
<gadget id="calculator">900 * 6</gadget>
<output>5_400</output>
<gadget id="calculator">10_800_000 / 5_400</gadget>
<output>2_000</output>
<result>B</result> | B | math_qa | How many bricks, each measuring 80 cm x 11.25 cm x 6 cm, will be needed to build a wall of 8 m x 6 m x 22.5 cm? Select: A) 6400 B) 2000 C) 5500 D) 7400 E) 3000 | <gadget id="calculator"> 8 * 100 </gadget>
<output> 800 </output>
<gadget id="calculator"> 6 * 100 </gadget>
<output> 600 </output>
<gadget id="calculator"> 800 * 600 </gadget>
<output> 480000 </output>
<gadget id="calculator"> 480000 * 22.5 </gadget>
<output> 10800000 </output>
<gadget id="calculator"> 80 * 11.25 </gadget>
<output> 900 </output>
<gadget id="calculator"> 900 * 6 </gadget>
<output> 5400 </output>
<gadget id="calculator"> 10800000 / 5400 </gadget>
<output> 2000 </output>
<result>B</result> |
ape210k__00054427 | In the orchard, the number of plum trees is 5 times that of peach trees, and the number of loquat trees is 3 times that of peach trees. There are 210 more plum trees than loquat trees. How many peach trees are there? (solution by equation) | <gadget id="calculator">5 - 3</gadget>
<output>2</output>
<gadget id="calculator">210 / 2</gadget>
<output>105</output>
<result>105</result> | 105 | ape210k | In the orchard, the number of plum trees is 33 times that of peach trees, and the number of loquat trees is 6 times that of peach trees. There are 7952 more plum trees than loquat trees. How many peach trees are there? (solution by equation) | <gadget id="calculator"> 33 - 6 </gadget>
<output> 27 </output>
<gadget id="calculator"> 7952 / 27 </gadget>
<output> 7_952/27 </output>
<result> 7_952/27 </result> |
ape210k__00820309 | The distance between places A and B is 100 kilometers. Cars A and B leave opposite places at the same time and meet each other in (5/6) hours. Car A travels 72 kilometers per hour, how many kilometers per hour does Car B travel? | <gadget id="calculator">5 / 6</gadget>
<output>5/6 = around 0.833333</output>
<gadget id="calculator">100 / (5/6)</gadget>
<output>120</output>
<gadget id="calculator">120 - 72</gadget>
<output>48</output>
<result>48</result> | 48 | ape210k | The distance between places A and B is 8030 kilometers. Cars A and B leave opposite places at the same time and meet each other in ( 25 / 73 ) hours. Car A travels 192 kilometers per hour, how many kilometers per hour does Car B travel? | <gadget id="calculator"> 25 / 73 </gadget>
<output> 25/73 </output>
<gadget id="calculator"> 8030 / ( 25 / 73 )</gadget>
<output> 117_238/5 </output>
<gadget id="calculator"> 117_238/5 - 192 </gadget>
<output> 116_278/5 </output>
<result> 116_278/5 </result> |
math_qa__qEKy1yBHZWZsMUgh | If 625^(-x) + 25^(-2x) + 5^(-4x) = 11, what is the value of x?
Choose the correct choice from the following answers: A) - 4 B) - 1 / 4 C) 0 D) 1 / 4 E) 4 | <gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<result>D</result> | D | math_qa | If 8907 ^(-x) + 357 ^(- 42 x) + 94 ^(- 58 x) = 282 , what is the value of x?
Choose the correct choice from the following answers: A) - 58 B) - 34/29 C) 9 D) 34/29 E) 58 | <gadget id="calculator"> 68 / 58 </gadget>
<output> 34/29 </output>
<result>D</result> |
ape210k__00407450 | A car drives from place A to place B at 9 am in the morning and arrives at 12 noon at a speed of 45 kilometers per hour. How many kilometers is the distance between places A and B? | <gadget id="calculator">12 - 9</gadget>
<output>3</output>
<gadget id="calculator">45 * 3</gadget>
<output>135</output>
<result>135</result> | 135 | ape210k | A car drives from place A to place B at 42 am in the morning and arrives at 114 noon at a speed of 99 kilometers per hour. How many kilometers is the distance between places A and B? | <gadget id="calculator"> 114 - 42 </gadget>
<output> 72 </output>
<gadget id="calculator"> 99 * 72 </gadget>
<output> 7_128 </output>
<result> 7_128 </result> |
ape210k__00210939 | A book consists of 80 pages. Xiao Ming watched it on the first day (1/8). How many pages should I start the next day. | <gadget id="calculator">1 / 8</gadget>
<output>1/8 = around 0.125</output>
<gadget id="calculator">80 * (1/8)</gadget>
<output>10</output>
<gadget id="calculator">10 + 1</gadget>
<output>11</output>
<result>11</result> | 11 | ape210k | A book consists of 536 pages. Xiao Ming watched it on the first day ( 85 / 9 ). How many pages should I start the next day. | <gadget id="calculator"> 85 / 9 </gadget>
<output> 85/9 </output>
<gadget id="calculator"> 536 * ( 85 / 9 )</gadget>
<output> 45_560/9 </output>
<gadget id="calculator"> 45_560/9 + 85 </gadget>
<output> 46_325/9 </output>
<result> 46_325/9 </result> |
ape210k__00075515 | Master Wang and his apprentice worked together. Master Wang made 40 more parts than his apprentice. The ratio of the number of parts made by the two was 10:9. How many parts did the two make in total? | <gadget id="calculator">10 - 9</gadget>
<output>1</output>
<gadget id="calculator">40 / 1</gadget>
<output>40</output>
<gadget id="calculator">10 + 9</gadget>
<output>19</output>
<gadget id="calculator">40 * 19</gadget>
<output>760</output>
<result>760</result> | 760 | ape210k | Master Wang and his apprentice worked together. Master Wang made 63 more parts than his apprentice. The ratio of the number of parts made by the two was 370 : 72 . How many parts did the two make in total? | <gadget id="calculator"> 370 - 72 </gadget>
<output> 298 </output>
<gadget id="calculator"> 63/298 / 298 </gadget>
<output> 63/298 </output>
<gadget id="calculator"> 370 + 72 </gadget>
<output> 442 </output>
<gadget id="calculator"> 63/298 * 442 </gadget>
<output> 13_923/149 </output>
<result> 13_923/149 </result> |
ape210k__00672597 | The kindergarten bought some apples, ate 20 kilograms on the first day, 25 kilograms on the second day, and ate 5% more apples on the second day than on the first day. How many kilograms of apples did the kindergarten buy? | <gadget id="calculator">25 - 20</gadget>
<output>5</output>
<gadget id="calculator">5 / 100</gadget>
<output>1/20 = around 0.05</output>
<gadget id="calculator">5 / (1/20)</gadget>
<output>100</output>
<result>100</result> | 100 | ape210k | The kindergarten bought some apples, ate 60 kilograms on the first day, 844 kilograms on the second day, and ate 79 % more apples on the second day than on the first day. How many kilograms of apples did the kindergarten buy? | <gadget id="calculator"> 844 - 60 </gadget>
<output> 784 </output>
<gadget id="calculator"> 784 / 100 </gadget>
<output> 196/25 </output>
<gadget id="calculator"> 784 / ( 1 / 60 )</gadget>
<output> 47_040 </output>
<result> 47_040 </result> |
ape210k__00133043 | The five-star elementary school students went to visit the museum. 354 people in the sixth grade went to the museum, 63 people were three times less than the number in the fifth grade. How many people went to the fifth grade? | <gadget id="calculator">354 + 63</gadget>
<output>417</output>
<gadget id="calculator">417 / 3</gadget>
<output>139</output>
<result>139</result> | 139 | ape210k | The five-star elementary school students went to visit the museum. 4356 people in the sixth grade went to the museum, 542 people were three times less than the number in the fifth grade. How many people went to the fifth grade? | <gadget id="calculator"> 4356 + 542 </gadget>
<output> 4_898 </output>
<gadget id="calculator"> 4_898 / 3 </gadget>
<output> 4_898/3 </output>
<result> 4_898/3 </result> |
ape210k__00678441 | There are 40 apples, a little monkey gets its (5/8), how many apples does this little monkey get. | <gadget id="calculator">5 / 8</gadget>
<output>5/8 = around 0.625</output>
<gadget id="calculator">40 * (5/8)</gadget>
<output>25</output>
<result>25</result> | 25 | ape210k | There are 42 apples, a little monkey gets its ( 94 / 10 ), how many apples does this little monkey get. | <gadget id="calculator"> 94 / 10 </gadget>
<output> 47/5 </output>
<gadget id="calculator"> 42 * ( 94 / 10 )</gadget>
<output> 1_974/5 </output>
<result> 1_974/5 </result> |
ape210k__01007007 | A rope is several meters long, use up (1/2) of it for the first time, use up the remaining (1/2) for the second time, use up the remaining (1/2) for the third time, and use up the remaining (1/2) for the third time. There are 4 meters left. How long is this rope in meters? | <gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">1 - (1/2)</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">(1/2) * (1/2) * (1/2)</gadget>
<output>1/8 = around 0.125</output>
<gadget id="calculator">4 / (1/8)</gadget>
<output>32</output>
<result>32</result> | 32 | ape210k | A rope is several meters long, use up ( 55 / 14 ) of it for the first time, use up the remaining ( 55 / 14 ) for the second time, use up the remaining ( 55 / 14 ) for the third time, and use up the remaining ( 55 / 14 ) for the third time. There are 22 meters left. How long is this rope in meters? | <gadget id="calculator"> 55 / 14 </gadget>
<output> 55/14 </output>
<gadget id="calculator"> 55 - ( 55 / 14 )</gadget>
<output> 715/14 </output>
<gadget id="calculator">( 55 / 14 ) * ( 55 / 14 ) * ( 55 / 14 )</gadget>
<output> 166_375/2_744 </output>
<gadget id="calculator"> 22 / ( 55 / 8 )</gadget>
<output> 16/5 </output>
<result> 16/5 </result> |
ape210k__00488302 | A pile of sand can be transported in 6 hours with a large truck, and 8 hours with a small truck. Now how many hours will it take to transport (1/3) of this pile of sand with two trucks? | <gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">1 / 6</gadget>
<output>1/6 = around 0.166667</output>
<gadget id="calculator">1 / 8</gadget>
<output>1/8 = around 0.125</output>
<gadget id="calculator">(1/6) + (1/8)</gadget>
<output>7/24 = around 0.291667</output>
<gadget id="calculator">(1/3) / (7/24)</gadget>
<output>8/7 = around 1.142857</output>
<result>8/7 = around 1.142857</result> | 8/7 | ape210k | A pile of sand can be transported in 71 hours with a large truck, and 42 hours with a small truck. Now how many hours will it take to transport ( 48 / 53 ) of this pile of sand with two trucks? | <gadget id="calculator"> 48 / 53 </gadget>
<output> 48/53 </output>
<gadget id="calculator"> 48 / 71 </gadget>
<output> 48/71 </output>
<gadget id="calculator"> 48 / 42 </gadget>
<output> 8/7 </output>
<gadget id="calculator">( 48 / 71 ) + ( 48 / 42 )</gadget>
<output> 904/497 </output>
<gadget id="calculator">( 48 / 53 ) / ( 7 / 24 )</gadget>
<output> 1_152/371 </output>
<result> 1_152/371 </result> |
ape210k__00991615 | A train traveled a total of 585 kilometers from 10 am to 3 pm, how many kilometers per hour on average? | <gadget id="calculator">585 / 5</gadget>
<output>117</output>
<result>117</result> | 117 | ape210k | A train traveled a total of 7055 kilometers from 846 am to 93 pm, how many kilometers per hour on average? | <gadget id="calculator"> 7055 / 5 </gadget>
<output> 1_411 </output>
<result> 1_411 </result> |
gsm8k__UOVnhIoK8IQ9DDiG | Austin bought his seven friends each a robot. Each robot costs $8.75. He was charged $7.22 total for tax. He left with $11.53 in change. How much did Austin start with? | First we need to find the total amount for the robots. 7 robots * $8.75 per robot = $
<gadget id="calculator">7*8.75</gadget>
<output>61.25</output>
61.25 in total.
Now we need to add in the tax $61.25 for the robots + $7.22 for tax = $
<gadget id="calculator">61.25+7.22</gadget>
<output>68.47</output>
68.47 total spent in store.
Now to find what was the beginning amount we take the $68.47 total spent in-store + $11.53 in change = $
<gadget id="calculator">68.47+11.53</gadget>
<output>80</output>
80 to start.
<result>80</result> | 80 | gsm8k | Austin bought his seven friends each a robot. Each robot costs $ 42.77 . He was charged $ 31.72 total for tax. He left with $ 559.27 in change. How much did Austin start with? | First we need to find the total amount for the robots. 7 robots * $ 42.77 per robot = $
<gadget id="calculator"> 7 * 42.77 </gadget>
<output> 299.39 </output> 299.39 in total.
Now we need to add in the tax $ 299.39 for the robots + $ 31.72 for tax = $
<gadget id="calculator"> 299.39 + 31.72 </gadget>
<output> 92.97 </output> 92.97 total spent in store.
Now to find what was the beginning amount we take the $ 92.97 total spent in-store + $ 559.27 in change = $
<gadget id="calculator"> 92.97 + 559.27 </gadget>
<output> 627.74 </output> 627.74 to start.
<result> 627.74 </result> |
ape210k__00178497 | The three teams of A, B and C all conduct field training from A to B. At 6:00 in the morning, A and B set off from A together. Team A walks 5 kilometers per hour, Team B walks 4 kilometers per hour, and Team C walks 4 kilometers per hour. The team starts from A at 8:00 in the morning, and at 6:00 in the evening, both teams A and C arrive at B at the same time, then at what time in the morning does it take for C to catch up with B? | <result>12</result> | 12 | ape210k | The three teams of A, B and C all conduct field training from A to B. At 41 : 23 in the morning, A and B set off from A together. Team A walks 39 kilometers per hour, Team B walks 39 kilometers per hour, and Team C walks 39 kilometers per hour. The team starts from A at 29 : 23 in the morning, and at 41 : 23 in the evening, both teams A and C arrive at B at the same time, then at what time in the morning does it take for C to catch up with B? | <result> 12 </result> |
ape210k__00495094 | The average of three numbers is 13.5, the sum of the last two numbers is 27.5, what is the first number. | <gadget id="calculator">13.5 * 3</gadget>
<output>40.5</output>
<gadget id="calculator">40.5 - 27.5</gadget>
<output>13</output>
<result>13</result> | 13 | ape210k | The average of three numbers is 791.88 , the sum of the last two numbers is 843.35 , what is the first number. | <gadget id="calculator"> 791.88 * 3 </gadget>
<output> 2375.64 </output>
<gadget id="calculator"> 2375.64 - 843.35 </gadget>
<output> 1532.29 </output>
<result> 1532.29 </result> |
ape210k__00110880 | The original price of KFC's "Old Beijing Chicken Roll" is 10 yuan each, but with the money my mother brought, I can buy 10. If you use coupons, each can be 2 yuan cheaper. Mom has 10 coupons in her hand. Please do the math for mom. How much "Old Beijing Chicken Roll" can she buy with the money she brings? | <gadget id="calculator">10 * 10</gadget>
<output>100</output>
<gadget id="calculator">10 - 2</gadget>
<output>8</output>
<gadget id="calculator">8 * 10</gadget>
<output>80</output>
<gadget id="calculator">100 - 80</gadget>
<output>20</output>
<gadget id="calculator">20 / 10</gadget>
<output>2</output>
<gadget id="calculator">10 + 2</gadget>
<output>12</output>
<result>12</result> | 12 | ape210k | The original price of KFC's "Old Beijing Chicken Roll" is 159 yuan each, but with the money my mother brought, I can buy 159 . If you use coupons, each can be 74 yuan cheaper. Mom has 159 coupons in her hand. Please do the math for mom. How much "Old Beijing Chicken Roll" can she buy with the money she brings? | <gadget id="calculator"> 159 * 159 </gadget>
<output> 25_281 </output>
<gadget id="calculator"> 159 - 74 </gadget>
<output> 85 </output>
<gadget id="calculator"> 85 * 159 </gadget>
<output> 13_515 </output>
<gadget id="calculator"> 25_281 - 13_515 </gadget>
<output> 11_766 </output>
<gadget id="calculator"> 11_766 / 159 </gadget>
<output> 74 </output>
<gadget id="calculator"> 159 + 74 </gadget>
<output> 233 </output>
<result> 233 </result> |
math_qa__u0FmfklmGhEExDLk | If a - b = 4 and a2 + b2 = 18, find the value of ab.
Options: A) 9 B) 1 C) 2 D) 18 E) 19 | <gadget id="calculator">4 ** 2</gadget>
<output>16</output>
<gadget id="calculator">18 - 16</gadget>
<output>2</output>
<gadget id="calculator">2 / 2</gadget>
<output>1</output>
<result>B</result> | B | math_qa | If a - b = 1 and a 1 + b 1 = 2 , find the value of ab.
Options: A) 1 B) 1 C) 1 D) 2 E) 6 | <gadget id="calculator"> 1 ** 1 </gadget>
<output> 1 </output>
<gadget id="calculator"> 2 - 1 </gadget>
<output> 1 </output>
<gadget id="calculator"> 1 / 1 </gadget>
<output> 1 </output>
<result>B</result> |
ape210k__01149517 | To keep the dust out of the house, Mingming's mother is going to make a cuboid cloth cover to cover her cabinet air conditioner from top to bottom. The air conditioner is 0.5 meters long, 0.4 meters wide, and 2.2 meters high. So, at least how many square meters of fabric is needed to make this cloth cover. (A total of 0.2 square meters of fabric is required for all joints) | <gadget id="calculator">0.5 * 0.4</gadget>
<output>0.2</output>
<gadget id="calculator">0.5 * 2.2</gadget>
<output>1.1</output>
<gadget id="calculator">0.4 * 2.2</gadget>
<output>0.88</output>
<gadget id="calculator">0.2 + 1.1 + 0.88</gadget>
<output>2.18</output>
<gadget id="calculator">2.18 * 2</gadget>
<output>4.36</output>
<gadget id="calculator">4.36 - 0.2</gadget>
<output>4.16</output>
<gadget id="calculator">4.16 + 0.2</gadget>
<output>4.36</output>
<result>4.36</result> | 4.36 | ape210k | To keep the dust out of the house, Mingming's mother is going to make a cuboid cloth cover to cover her cabinet air conditioner from top to bottom. The air conditioner is 62.22 meters long, 63.88 meters wide, and 90.73 meters high. So, at least how many square meters of fabric is needed to make this cloth cover. (A total of 13.76 square meters of fabric is required for all joints) | <gadget id="calculator"> 62.22 * 63.88 </gadget>
<output> 3974.6136 </output>
<gadget id="calculator"> 62.22 * 90.73 </gadget>
<output> 5645.2206 </output>
<gadget id="calculator"> 63.88 * 90.73 </gadget>
<output> 5795.8324 </output>
<gadget id="calculator"> 3974.6136 + 5645.2206 + 5795.8324 </gadget>
<output> 15415.6666 </output>
<gadget id="calculator"> 15415.6666 * 2 </gadget>
<output> 30831.3332 </output>
<gadget id="calculator"> 30831.3332 - 3974.6136 </gadget>
<output> 26856.7196 </output>
<gadget id="calculator"> 26856.7196 + 3974.6136 </gadget>
<output> 30831.3332 </output>
<result> 30831.3332 </result> |
math_qa__O2i0dnMFSELadkC2 | A lent Rs. 5000 to B for 2 years and Rs. 3000 to C for 4 years on simple interest at the same rate of interest and received Rs. 2200 in all from both of them as interest. The rate of interest per annum is? Answers:
A) 16 % B) 12 % C) 74 % D) 10 % E) 45 % | <gadget id="calculator">5_000 * 2</gadget>
<output>10_000</output>
<gadget id="calculator">3_000 * 4</gadget>
<output>12_000</output>
<gadget id="calculator">10_000 + 12_000</gadget>
<output>22_000</output>
<gadget id="calculator">2_200 / 22_000</gadget>
<output>1/10 = around 0.1</output>
<gadget id="calculator">(1/10) * 100</gadget>
<output>10</output>
<result>D</result> | D | math_qa | A lent Rs. 5000 to B for 2 years and Rs. 3000 to C for 4 years on simple interest at the same rate of interest and received Rs. 2200 in all from both of them as interest. The rate of interest per annum is? Answers:
A) 16 % B) 12 % C) 74 % D) 10 % E) 45 % | <gadget id="calculator"> 5000 * 2 </gadget>
<output> 10000 </output>
<gadget id="calculator"> 3000 * 4 </gadget>
<output> 12000 </output>
<gadget id="calculator"> 10000 + 12000 </gadget>
<output> 22000 </output>
<gadget id="calculator"> 2200 / 22000 </gadget>
<output> 1 / 10 = around 0.1 </output>
<gadget id="calculator">( 1 / 10 ) * 100 </gadget>
<output> 10 </output>
<result>D</result> |
ape210k__00377034 | 4.5 yuan per kilogram of apples, how much should you pay for 2.57 kilograms. | <gadget id="calculator">4.5 * 2.57</gadget>
<output>11.565</output>
<result>11.565</result> | 11.565 | ape210k | 85.19 yuan per kilogram of apples, how much should you pay for 21.18 kilograms. | <gadget id="calculator"> 85.19 * 21.18 </gadget>
<output> 1804.3242 </output>
<result> 1804.3242 </result> |
ape210k__01132049 | What is the quotient of the largest factor of 18 divided by its smallest multiple? | <gadget id="calculator">18 / 18</gadget>
<output>1</output>
<result>1</result> | 1 | ape210k | What is the quotient of the largest factor of 184 divided by its smallest multiple? | <gadget id="calculator"> 184 / 184 </gadget>
<output> 1 </output>
<result> 1 </result> |
ape210k__00374223 | The area of a trapezoid is 48 square meters, the height is 8 meters, and the upper base is 4 meters. What is the lower base in meters? | <gadget id="calculator">2 / 8</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">48 * (1/4)</gadget>
<output>12</output>
<gadget id="calculator">12 - 4</gadget>
<output>8</output>
<result>8</result> | 8 | ape210k | The area of a trapezoid is 788 square meters, the height is 92 meters, and the upper base is 7 meters. What is the lower base in meters? | <gadget id="calculator"> 2 / 92 </gadget>
<output> 1/46 </output>
<gadget id="calculator"> 788 * ( 1 / 7 )</gadget>
<output> 788/7 </output>
<gadget id="calculator"> 788/7 - 7 </gadget>
<output> 739/7 </output>
<result> 739/7 </result> |
math_qa__qeVlmBy3MvG9rlLB | What is difference between biggest and smallest fraction among 2/3, 3/4, 4/5 and 5/7
Select: A) 2 / 15 B) 3 / 5 C) 1 / 6 D) 1 / 7 E) none of these | <gadget id="calculator">4 / 5</gadget>
<output>4/5 = around 0.8</output>
<gadget id="calculator">2 / 3</gadget>
<output>2/3 = around 0.666667</output>
<gadget id="calculator">(4/5) - (2/3)</gadget>
<output>2/15 = around 0.133333</output>
<result>A</result> | A | math_qa | What is difference between biggest and smallest fraction among 24 / 17 , 17 / 99 , 99 / 26 and 26 / 33 Select: A) 1_059/442 B) 17 / 26 C) 98 / 80 D) 98 / 33 E) none of these | <gadget id="calculator"> 99 / 26 </gadget>
<output> 99/26 </output>
<gadget id="calculator"> 24 / 17 </gadget>
<output> 24/17 </output>
<gadget id="calculator">( 99 / 26 ) - ( 24 / 17 )</gadget>
<output> 1_059/442 </output>
<result>A</result> |
ape210k__00624651 | Xiaohua got 14 questions, 12 questions, and 19 questions right in three oral calculations. On average, how many questions are correct each time. | <gadget id="calculator">14 + 12 + 19</gadget>
<output>45</output>
<gadget id="calculator">45 / 3</gadget>
<output>15</output>
<result>15</result> | 15 | ape210k | Xiaohua got 603 questions, 676 questions, and 488 questions right in three oral calculations. On average, how many questions are correct each time. | <gadget id="calculator"> 603 + 676 + 488 </gadget>
<output> 1_767 </output>
<gadget id="calculator"> 1_767 / 3 </gadget>
<output> 589 </output>
<result> 589 </result> |
ape210k__00333110 | The fruit shop brings in 5 boxes of pears, each box contains 9 kilograms, and each kilogram can be sold for 4 yuan. How much can these pears be sold for in total? | <gadget id="calculator">9 * 5 * 4</gadget>
<output>180</output>
<result>180</result> | 180 | ape210k | The fruit shop brings in 11 boxes of pears, each box contains 77 kilograms, and each kilogram can be sold for 77 yuan. How much can these pears be sold for in total? | <gadget id="calculator"> 77 * 11 * 77 </gadget>
<output> 65_219 </output>
<result> 65_219 </result> |
ape210k__00443127 | Xiaohong ate a piece of cake (3/5), how much of this cake is left. | <gadget id="calculator">3 / 5</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">1 - (3/5)</gadget>
<output>2/5 = around 0.4</output>
<result>2/5 = around 0.4</result> | 2/5 | ape210k | Xiaohong ate a piece of cake ( 1 / 32 ), how much of this cake is left. | <gadget id="calculator"> 1 / 32 </gadget>
<output> 1/32 </output>
<gadget id="calculator"> 1 - ( 1 / 32 )</gadget>
<output> 31/32 </output>
<result> 31/32 </result> |
ape210k__00286363 | Xiaojun practiced shooting 120 times, and his hit rate was 60%. How many times did Xiaojun hit the ball? | <gadget id="calculator">60 / 100</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">120 * (3/5)</gadget>
<output>72</output>
<result>72</result> | 72 | ape210k | Xiaojun practiced shooting 8968 times, and his hit rate was 285 %. How many times did Xiaojun hit the ball? | <gadget id="calculator"> 285 / 100 </gadget>
<output> 57/20 </output>
<gadget id="calculator"> 8968 * ( 3 / 5 )</gadget>
<output> 26_904/5 </output>
<result> 26_904/5 </result> |
ape210k__00783899 | How many (1/6) are there in 1? | <gadget id="calculator">1 / 6</gadget>
<output>1/6 = around 0.166667</output>
<gadget id="calculator">1 / (1/6)</gadget>
<output>6</output>
<result>6</result> | 6 | ape210k | How many ( 14 / 7 ) are there in 14 ? | <gadget id="calculator"> 14 / 7 </gadget>
<output> 2 </output>
<gadget id="calculator"> 14 / ( 14 / 7 )</gadget>
<output> 7 </output>
<result> 7 </result> |
ape210k__00476388 | It costs 18 yuan to buy 3 kilograms of pears and 4 kilograms of apples, and 27 yuan to buy 6 kilograms of pears and 5 kilograms of apples. How much is it to buy 1 kilogram of pears? | <gadget id="calculator">27 * 4</gadget>
<output>108</output>
<gadget id="calculator">18 * 5</gadget>
<output>90</output>
<gadget id="calculator">108 - 90</gadget>
<output>18</output>
<gadget id="calculator">6 * 4</gadget>
<output>24</output>
<gadget id="calculator">3 * 5</gadget>
<output>15</output>
<gadget id="calculator">24 - 15</gadget>
<output>9</output>
<gadget id="calculator">18 / 9</gadget>
<output>2</output>
<result>2</result> | 2 | ape210k | It costs 307 yuan to buy 42 kilograms of pears and 48 kilograms of apples, and 920 yuan to buy 49 kilograms of pears and 9 kilograms of apples. How much is it to buy 98 kilogram of pears? | <gadget id="calculator"> 920 * 48 </gadget>
<output> 44_160 </output>
<gadget id="calculator"> 307 * 9 </gadget>
<output> 2_763 </output>
<gadget id="calculator"> 44_160 - 2_763 </gadget>
<output> 41_397 </output>
<gadget id="calculator"> 49 * 48 </gadget>
<output> 2_352 </output>
<gadget id="calculator"> 42 * 9 </gadget>
<output> 378 </output>
<gadget id="calculator"> 2_352 - 378 </gadget>
<output> 1_974 </output>
<gadget id="calculator"> 41_397 / 1_974 </gadget>
<output> 13_799/658 </output>
<result> 13_799/658 </result> |
ape210k__00884999 | swimming pool is 50 meters long, 30 meters wide and 3.5 meters deep. If square bricks with a side length of 2 decimeters are laid on the four walls and the bottom of the swimming pool, how many square bricks are needed in total? | <gadget id="calculator">50 * 30</gadget>
<output>1_500</output>
<gadget id="calculator">50 * 3.5</gadget>
<output>175</output>
<gadget id="calculator">30 * 3.5</gadget>
<output>105</output>
<gadget id="calculator">1_500 + 175 + 105</gadget>
<output>1_780</output>
<gadget id="calculator">1_780 * 2</gadget>
<output>3_560</output>
<gadget id="calculator">3_560 - 1_500</gadget>
<output>2_060</output>
<gadget id="calculator">2 / 10</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">(1/5) * (1/5)</gadget>
<output>1/25 = around 0.04</output>
<gadget id="calculator">2_060 / (1/25)</gadget>
<output>51_500</output>
<result>51_500</result> | 51_500 | ape210k | swimming pool is 50 meters long, 30 meters wide and 3.5 meters deep. If square bricks with a side length of 2 decimeters are laid on the four walls and the bottom of the swimming pool, how many square bricks are needed in total? | <gadget id="calculator"> 50 * 30 </gadget>
<output> 1500 </output>
<gadget id="calculator"> 50 * 3.5 </gadget>
<output> 175 </output>
<gadget id="calculator"> 30 * 3.5 </gadget>
<output> 105 </output>
<gadget id="calculator"> 1500 + 175 + 105 </gadget>
<output> 1780 </output>
<gadget id="calculator"> 1780 * 2 </gadget>
<output> 3560 </output>
<gadget id="calculator"> 3560 - 1500 </gadget>
<output> 2060 </output>
<gadget id="calculator"> 2 / 10 </gadget>
<output> 1 / 5 = around 0.2 </output>
<gadget id="calculator">( 1 / 5 ) * ( 1 / 5 )</gadget>
<output> 1 / 25 = around 0.04 </output>
<gadget id="calculator"> 2060 / ( 1 / 25 )</gadget>
<output> 51500 </output>
<result> 51500 </result> |
ape210k__00476507 | A and B have two bags of rice, A bag of rice weighs 20 kilograms, if (1/3) is poured out from B bag of rice to A, then the two bags of rice weigh the same, how many kilograms does B bag have? | <gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">2 * (1/3)</gadget>
<output>2/3 = around 0.666667</output>
<gadget id="calculator">1 - (2/3)</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">20 / (1/3)</gadget>
<output>60</output>
<result>60</result> | 60 | ape210k | A and B have two bags of rice, A bag of rice weighs 212 kilograms, if ( 70 / 45 ) is poured out from B bag of rice to A, then the two bags of rice weigh the same, how many kilograms does B bag have? | <gadget id="calculator"> 70 / 45 </gadget>
<output> 14/9 </output>
<gadget id="calculator"> 2 * ( 70 / 45 )</gadget>
<output> 28/9 </output>
<gadget id="calculator"> 70 - ( 2 / 45 )</gadget>
<output> 3_148/45 </output>
<gadget id="calculator"> 212 / ( 70 / 45 )</gadget>
<output> 954/7 </output>
<result> 954/7 </result> |
ape210k__00198142 | In a math test, Xiao Ming scored 95 points, recorded as +5 points, and Xiao Hong scored 88 points, recorded as the number of points. | <gadget id="calculator">95 - 5</gadget>
<output>90</output>
<gadget id="calculator">90 - 88</gadget>
<output>2</output>
<result>2</result> | 2 | ape210k | In a math test, Xiao Ming scored 563 points, recorded as + 41 points, and Xiao Hong scored 278 points, recorded as the number of points. | <gadget id="calculator"> 563 - 41 </gadget>
<output> 522 </output>
<gadget id="calculator"> 522 - 278 </gadget>
<output> 244 </output>
<result> 244 </result> |
ape210k__00018068 | The holiday starts on May 1st, and school starts on May 8th. How many days are the holidays? | <gadget id="calculator">8 - 1</gadget>
<output>7</output>
<result>7</result> | 7 | ape210k | The holiday starts on May 19 st, and school starts on May 91 th. How many days are the holidays? | <gadget id="calculator"> 91 - 19 </gadget>
<output> 72 </output>
<result> 72 </result> |
ape210k__00229470 | In order to encourage residents to save water, the water supply company stipulates the calculation method of water fee as follows: if the monthly water consumption does not exceed 10 tons, it will be charged at 3.2 yuan per ton; for the part exceeding 10 tons, it will be charged at 5 yuan per ton. Xiaohong's family paid an average of 4 yuan per ton of water last month. How many tons of water did her family use last month? | <gadget id="calculator">5 * 10</gadget>
<output>50</output>
<gadget id="calculator">10 * 3.2</gadget>
<output>32</output>
<gadget id="calculator">50 - 32</gadget>
<output>18</output>
<gadget id="calculator">5 - 4</gadget>
<output>1</output>
<gadget id="calculator">18 / 1</gadget>
<output>18</output>
<result>18</result> | 18 | ape210k | In order to encourage residents to save water, the water supply company stipulates the calculation method of water fee as follows: if the monthly water consumption does not exceed 925 tons, it will be charged at 4.6 yuan per ton; for the part exceeding 925 tons, it will be charged at 87 yuan per ton. Xiaohong's family paid an average of 7 yuan per ton of water last month. How many tons of water did her family use last month? | <gadget id="calculator"> 87 * 925 </gadget>
<output> 80_475 </output>
<gadget id="calculator"> 925 * 4.6 </gadget>
<output> 4255 </output>
<gadget id="calculator"> 80_475 - 4255 </gadget>
<output> 76_220 </output>
<gadget id="calculator"> 87 - 7 </gadget>
<output> 80 </output>
<gadget id="calculator"> 3_811/4 / 80 </gadget>
<output> 3_811/4 </output>
<result> 3_811/4 </result> |
ape210k__00442408 | How many days does Li Sheng participate in the summer camp from July 15th to August 10th? | <gadget id="calculator">31 - 15</gadget>
<output>16</output>
<gadget id="calculator">16 + 1</gadget>
<output>17</output>
<gadget id="calculator">17 + 10</gadget>
<output>27</output>
<result>27</result> | 27 | ape210k | How many days does Li Sheng participate in the summer camp from July 15 th to August 10 th? | <gadget id="calculator"> 31 - 15 </gadget>
<output> 16 </output>
<gadget id="calculator"> 16 + 1 </gadget>
<output> 17 </output>
<gadget id="calculator"> 17 + 10 </gadget>
<output> 27 </output>
<result> 27 </result> |
ape210k__00332397 | Calculation: 11+13+15+17+...+97+99=how much. | <gadget id="calculator">11 + 99</gadget>
<output>110</output>
<gadget id="calculator">99 - 11</gadget>
<output>88</output>
<gadget id="calculator">88 / 2</gadget>
<output>44</output>
<gadget id="calculator">44 + 1</gadget>
<output>45</output>
<gadget id="calculator">45 / 2</gadget>
<output>45/2 = around 22.5</output>
<gadget id="calculator">110 * (45/2)</gadget>
<output>2_475</output>
<result>2_475</result> | 2_475 | ape210k | Calculation: 631 + 592 + 458 + 201 +...+ 211 + 698 =how much. | <gadget id="calculator"> 631 + 698 </gadget>
<output> 1_329 </output>
<gadget id="calculator"> 698 - 631 </gadget>
<output> 67 </output>
<gadget id="calculator"> 67 / 2 </gadget>
<output> 67/2 </output>
<gadget id="calculator"> 67/2 + 1 </gadget>
<output> 69/2 </output>
<gadget id="calculator"> 69/2 / 2 </gadget>
<output> 69/4 </output>
<gadget id="calculator"> 1_329 * ( 69/2 / 2 )</gadget>
<output> 91_701/4 </output>
<result> 91_701/4 </result> |
gsm8k__kbP3vJubRYWSDrnb | While passing by a store, Miley noticed that a bag that cost $150 last week is now on sale for $135. What percent is the discount? | The bag is now sold for $150 - $135 = $
<gadget id="calculator">150-135</gadget>
<output>15</output>
15 less.
The discount is 15/150 = 1/10.
Thus, the percent discount is 1/10 x 100% = 10%.
<result>10</result> | 10 | gsm8k | While passing by a store, Miley noticed that a bag that cost $ 6460 last week is now on sale for $ 5213 . What percent is the discount? | The bag is now sold for $ 6460 - $ 5213 = $
<gadget id="calculator"> 6460 - 5213 </gadget>
<output> 1_247 </output> 1_247 less.
The discount is 1_247 / 6460 = 1 / 10 .
Thus, the percent discount is 1 / 10 x 100 % = 10 %.
<result> 10 </result> |
ape210k__00386922 | There are 177 female workers in a certain workshop, and the number of male workers is three times that of female workers, which is 6 more. How many male workers are there? | <gadget id="calculator">177 * 3</gadget>
<output>531</output>
<gadget id="calculator">531 + 6</gadget>
<output>537</output>
<result>537</result> | 537 | ape210k | There are 6272 female workers in a certain workshop, and the number of male workers is three times that of female workers, which is 52 more. How many male workers are there? | <gadget id="calculator"> 6272 * 3 </gadget>
<output> 18_816 </output>
<gadget id="calculator"> 18_816 + 52 </gadget>
<output> 18_868 </output>
<result> 18_868 </result> |
ape210k__00204805 | The store wholesales 450 toys at a price of 12 yuan each, sells 300 at a price of 15 yuan each, and sells the rest at a price of 8 yuan each. How much money did the store make or lose? | <gadget id="calculator">15 * 300</gadget>
<output>4_500</output>
<gadget id="calculator">450 - 300</gadget>
<output>150</output>
<gadget id="calculator">8 * 150</gadget>
<output>1_200</output>
<gadget id="calculator">4_500 + 1_200</gadget>
<output>5_700</output>
<gadget id="calculator">12 * 450</gadget>
<output>5_400</output>
<gadget id="calculator">5_700 - 5_400</gadget>
<output>300</output>
<result>300</result> | 300 | ape210k | The store wholesales 450 toys at a price of 12 yuan each, sells 300 at a price of 15 yuan each, and sells the rest at a price of 8 yuan each. How much money did the store make or lose? | <gadget id="calculator"> 15 * 300 </gadget>
<output> 4500 </output>
<gadget id="calculator"> 450 - 300 </gadget>
<output> 150 </output>
<gadget id="calculator"> 8 * 150 </gadget>
<output> 1200 </output>
<gadget id="calculator"> 4500 + 1200 </gadget>
<output> 5700 </output>
<gadget id="calculator"> 12 * 450 </gadget>
<output> 5400 </output>
<gadget id="calculator"> 5700 - 5400 </gadget>
<output> 300 </output>
<result> 300 </result> |
ape210k__00603879 | Xiaofang bought a box of milk, there are 12 boxes, and the total payment is 55.2 yuan, how much is each box of milk? | <gadget id="calculator">55.2 / 12</gadget>
<output>4.6</output>
<result>4.6</result> | 4.6 | ape210k | Xiaofang bought a box of milk, there are 258 boxes, and the total payment is 198.04 yuan, how much is each box of milk? | <gadget id="calculator"> 198.04 / 258 </gadget>
<output> 0.767597 </output>
<result> 0.767597 </result> |
ape210k__00300028 | (1/4)*(1/5)=how much. | <gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">1 / 5</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">(1/4) * (1/5)</gadget>
<output>1/20 = around 0.05</output>
<result>1/20 = around 0.05</result> | 1/20 | ape210k | ( 12 / 80 )*( 12 / 8 )=how much. | <gadget id="calculator"> 12 / 80 </gadget>
<output> 3/20 </output>
<gadget id="calculator"> 12 / 8 </gadget>
<output> 3/2 </output>
<gadget id="calculator">( 12 / 80 ) * ( 12 / 8 )</gadget>
<output> 9/40 </output>
<result> 9/40 </result> |
ape210k__00247729 | The cafeteria bought 5 tons of coal and burned 1.5 tons in 6 days. According to this calculation, how many days can this batch of coal be carried? (Solve with ratio) | <gadget id="calculator">6 * 5</gadget>
<output>30</output>
<gadget id="calculator">30 / 1.5</gadget>
<output>20</output>
<result>20</result> | 20 | ape210k | The cafeteria bought 77 tons of coal and burned 85.27 tons in 77 days. According to this calculation, how many days can this batch of coal be carried? (Solve with ratio) | <gadget id="calculator"> 77 * 77 </gadget>
<output> 5_929 </output>
<gadget id="calculator"> 5_929 / 85.27 </gadget>
<output> 69.532075 </output>
<result> 69.532075 </result> |
ape210k__00716233 | In (3/5), (15/35), (9/17), (5/15), (8/5), (13/31), (25/36) these fractions can be transformed into finite decimals How many points are there. | <gadget id="calculator">3 / 5</gadget>
<output>3/5 = around 0.6</output>
<result>3/5 = around 0.6</result> | 3/5 | ape210k | In ( 959 / 82 ), ( 959 / 260 ), ( 38 / 479 ), ( 82 / 959 ), ( 10 / 82 ), ( 465 / 945 ), ( 284 / 788 ) these fractions can be transformed into finite decimals How many points are there. | <gadget id="calculator"> 959 / 82 </gadget>
<output> 959/82 </output>
<result> 959/82 </result> |
ape210k__00397095 | Make a ventilation pipe with iron sheet, its length is 60cm, and the diameter of the bottom circle is 10cm. How many square centimeters of iron sheet is needed at least? | <gadget id="calculator">3.14 * 10 * 60</gadget>
<output>1_884</output>
<result>1_884</result> | 1_884 | ape210k | Make a ventilation pipe with iron sheet, its length is 76 cm, and the diameter of the bottom circle is 284 cm. How many square centimeters of iron sheet is needed at least? | <gadget id="calculator"> 3.14 * 284 * 76 </gadget>
<output> 67773.76 </output>
<result> 67773.76 </result> |
ape210k__00502746 | The length of a rectangular square is 83.5m and the width is 78.8m. Now the length is enlarged by 1.4 times, and the area is also enlarged by 1.4 times. What is the area? (retain two decimal places) | <gadget id="calculator">83.5 * 78.8</gadget>
<output>6_579.8</output>
<gadget id="calculator">6_579.8 * 1.4</gadget>
<output>9_211.72</output>
<result>9_211.72</result> | 9_211.72 | ape210k | The length of a rectangular square is 83.0 m and the width is 8.22 m. Now the length is enlarged by 84.75 times, and the area is also enlarged by 84.75 times. What is the area? (retain two decimal places) | <gadget id="calculator"> 83.0 * 8.22 </gadget>
<output> 682.26 </output>
<gadget id="calculator"> 682.26 * 84.75 </gadget>
<output> 57821.535 </output>
<result> 57821.535 </result> |
ape210k__00090027 | Xiao Ming reads a storybook. If he reads 36 pages a day, he will finish it in 25 days. If he reads 45 pages a day, how many days will it take to finish it? | <gadget id="calculator">25 / 45</gadget>
<output>5/9 = around 0.555556</output>
<gadget id="calculator">36 * (5/9)</gadget>
<output>20</output>
<result>20</result> | 20 | ape210k | Xiao Ming reads a storybook. If he reads 909 pages a day, he will finish it in 291 days. If he reads 427 pages a day, how many days will it take to finish it? | <gadget id="calculator"> 291 / 427 </gadget>
<output> 291/427 </output>
<gadget id="calculator"> 909 * ( 5 / 9 )</gadget>
<output> 505 </output>
<result> 505 </result> |
ape210k__00631499 | On a map with a scale of 1:200,000, the distance between the expressways between cities A and B is 5.5 cm. On another map with a scale of 1:500,000, the distance between the highways What is the distance? | <gadget id="calculator">1 / 200_000</gadget>
<output>1/200_000 = around 0.000005</output>
<gadget id="calculator">1 / 1_500_000</gadget>
<output>1/1_500_000 = around 0.000001</output>
<gadget id="calculator">(1/200_000) / (1/1_500_000)</gadget>
<output>15/2 = around 7.5</output>
<gadget id="calculator">5.5 / (15/2)</gadget>
<output>0.733333</output>
<result>0.733333</result> | 0.733333 | ape210k | On a map with a scale of 82 : 7799 , 8571 , the distance between the expressways between cities A and B is 27.18 cm. On another map with a scale of 82 : 4440 , 8571 , the distance between the highways What is the distance? | <gadget id="calculator"> 82 / 200000 </gadget>
<output> 41/100_000 </output>
<gadget id="calculator"> 82 / 1500000 </gadget>
<output> 41/750_000 </output>
<gadget id="calculator">( 82 / 200000 ) / ( 82 / 1500000 )</gadget>
<output> 15/2 </output>
<gadget id="calculator"> 27.18 / ( 15 / 2 )</gadget>
<output> 3.624 </output>
<result> 3.624 </result> |
ape210k__00891159 | The number 4.8 less than 60% of a number is 11.2, find this number. | <gadget id="calculator">11.2 + 4.8</gadget>
<output>16</output>
<gadget id="calculator">60 / 100</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">16 / (3/5)</gadget>
<output>80/3 = around 26.666667</output>
<result>80/3 = around 26.666667</result> | 80/3 | ape210k | The number 58.52 less than 245 % of a number is 961.22 , find this number. | <gadget id="calculator"> 961.22 + 58.52 </gadget>
<output> 1019.74 </output>
<gadget id="calculator"> 245 / 100 </gadget>
<output> 49/20 </output>
<gadget id="calculator"> 1019.74 / ( 3 / 5 )</gadget>
<output> 1699.566667 </output>
<result> 1699.566667 </result> |
ape210k__00519744 | Xiaoming and Xiaoliang set off from places A and B at the same time respectively, and walk toward each other. Xiaoming's speed is (5/6) that of Xiaoliang's speed. After they arrive at places B and A respectively, they return to their starting places immediately. The speed of returning, Xiao Ming increased (1/5) compared to the original, and Xiao Liang increased (1/4) compared to the original. It is known that the place where two people met for the first time is 35 kilometers away from the place where they met for the second time on the way back. How many kilometers are there between A and B? | <gadget id="calculator">2 / 3</gadget>
<output>2/3 = around 0.666667</output>
<gadget id="calculator">5 / 11</gadget>
<output>5/11 = around 0.454545</output>
<gadget id="calculator">(2/3) - (5/11)</gadget>
<output>7/33 = around 0.212121</output>
<gadget id="calculator">35 / (7/33)</gadget>
<output>165</output>
<result>165</result> | 165 | ape210k | Xiaoming and Xiaoliang set off from places A and B at the same time respectively, and walk toward each other. Xiaoming's speed is ( 7 / 86 ) that of Xiaoliang's speed. After they arrive at places B and A respectively, they return to their starting places immediately. The speed of returning, Xiao Ming increased ( 83 / 7 ) compared to the original, and Xiao Liang increased ( 83 / 47 ) compared to the original. It is known that the place where two people met for the first time is 292 kilometers away from the place where they met for the second time on the way back. How many kilometers are there between A and B? | <gadget id="calculator"> 2 / 3 </gadget>
<output> 2/3 </output>
<gadget id="calculator"> 7 / 11 </gadget>
<output> 7/11 </output>
<gadget id="calculator">( 2 / 3 ) - ( 7 / 11 )</gadget>
<output> 1/33 </output>
<gadget id="calculator"> 292 / ( 7 / 33 )</gadget>
<output> 9_636/7 </output>
<result> 9_636/7 </result> |
ape210k__00363875 | What is the largest remainder in a division by 8? | <gadget id="calculator">8 - 1</gadget>
<output>7</output>
<result>7</result> | 7 | ape210k | What is the largest remainder in a division by 27 ? | <gadget id="calculator"> 27 - 1 </gadget>
<output> 26 </output>
<result> 26 </result> |
ape210k__00608270 | The area of a rectangular land is 360m**2, its width is 12m, what is the ratio of width to length | <gadget id="calculator">360 / 12</gadget>
<output>30</output>
<gadget id="calculator">30 - 12</gadget>
<output>18</output>
<result>18</result> | 18 | ape210k | The area of a rectangular land is 56 m** 1 , its width is 6 m, what is the ratio of width to length | <gadget id="calculator"> 56 / 6 </gadget>
<output> 28/3 </output>
<gadget id="calculator"> 28/3 - 6 </gadget>
<output> 10/3 </output>
<result> 10/3 </result> |
ape210k__00383441 | Xinghui Clothing Store bought 20 pieces of clothing at a price of 210 yuan and sold them all at a price of 300 yuan. How much money can it make? | <gadget id="calculator">300 - 210</gadget>
<output>90</output>
<gadget id="calculator">20 * 90</gadget>
<output>1_800</output>
<result>1_800</result> | 1_800 | ape210k | Xinghui Clothing Store bought 34 pieces of clothing at a price of 4860 yuan and sold them all at a price of 6978 yuan. How much money can it make? | <gadget id="calculator"> 6978 - 4860 </gadget>
<output> 2_118 </output>
<gadget id="calculator"> 34 * 2_118 </gadget>
<output> 72_012 </output>
<result> 72_012 </result> |
ape210k__00707951 | A book has 320 pages in total. After reading (2/5) of it, how many pages are left unread? | <gadget id="calculator">2 / 5</gadget>
<output>2/5 = around 0.4</output>
<gadget id="calculator">1 - (2/5)</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">320 * (3/5)</gadget>
<output>192</output>
<result>192</result> | 192 | ape210k | A book has 899 pages in total. After reading ( 66 / 87 ) of it, how many pages are left unread? | <gadget id="calculator"> 66 / 87 </gadget>
<output> 22/29 </output>
<gadget id="calculator"> 1 - ( 66 / 87 )</gadget>
<output> 7/29 </output>
<gadget id="calculator"> 899 * ( 3 / 87 )</gadget>
<output> 31 </output>
<result> 31 </result> |
ape210k__00032136 | A, B, C, and D all bought lottery tickets, and only one of them won the prize, and the four digits composed of the last four digits of the winning number (in the same order) are exactly a perfect square number. The four digits are 1□□8, the last four digits of B’s lottery ticket is □□45, the last four digits of C’s lottery ticket is 34□1, and the last four digits of D’s lottery ticket is □□40, then the winning number is What is the four-digit number formed by the last four digits. | <gadget id="calculator">59 * 59</gadget>
<output>3_481</output>
<result>3_481</result> | 3_481 | ape210k | A, B, C, and D all bought lottery tickets, and only one of them won the prize, and the four digits composed of the last four digits of the winning number (in the same order) are exactly a perfect square number. The four digits are 47 □□ 7 , the last four digits of B’s lottery ticket is □□ 114 , the last four digits of C’s lottery ticket is 393 □ 47 , and the last four digits of D’s lottery ticket is □□ 477 , then the winning number is What is the four-digit number formed by the last four digits. | <gadget id="calculator"> 59 * 59 </gadget>
<output> 3_481 </output>
<result> 3_481 </result> |
math_qa__jEDFoCKfHldqohJw | a guy was asked to specify his age in years . he said , “ take my age 5 years hence , multiply it by 5 and subtract 5 times of my age 5 years ago and you will know my age . ” what was the age of that guy ?
Choices: A) 18 B) 15 C) 33 D) 39 E) 50 | <gadget id="calculator">5 * 5</gadget>
<output>25</output>
<gadget id="calculator">25 + 25</gadget>
<output>50</output>
<result>E</result> | E | math_qa | a guy was asked to specify his age in years . he said , “ take my age 47 years hence , multiply it by 47 and subtract 47 times of my age 47 years ago and you will know my age . ” what was the age of that guy ?
Choices: A) 180 B) 664 C) 573 D) 722 E) 4_418 | <gadget id="calculator"> 47 * 47 </gadget>
<output> 2_209 </output>
<gadget id="calculator"> 2_209 + 2_209 </gadget>
<output> 4_418 </output>
<result>E</result> |
gsm8k__CJ09kPxqnMaIrmQK | A movie ticket for an adult costs $8, and a child's ticket costs $3. One adult is taking a group of children to the movies. She has $35. How many children can she take with her to the movies? | Let X be the number of children the adult can take with her. She has $35, so she could buy one ticket for her and the rest for the children.
So she has $35 - $8 = $
<gadget id="calculator">35-8</gadget>
<output>27</output>
27 left for children.
She could take $27 / $3/child =
<gadget id="calculator">27/3</gadget>
<output>9</output>
9 children with her.
<result>9</result> | 9 | gsm8k | A movie ticket for an adult costs $ 61 , and a child's ticket costs $ 91 . One adult is taking a group of children to the movies. She has $ 545 . How many children can she take with her to the movies? | Let X be the number of children the adult can take with her. She has $ 545 , so she could buy one ticket for her and the rest for the children.
So she has $ 545 - $ 61 = $
<gadget id="calculator"> 545 - 61 </gadget>
<output> 484 </output> 484 left for children.
She could take $ 484 / $ 91 /child =
<gadget id="calculator"> 484 / 91 </gadget>
<output> 27/91 </output> 27/91 children with her.
<result> 27/91 </result> |
ape210k__00306126 | Use 24 cm wire to form a right triangle. The ratio of the lengths of the three sides of this triangle is 3:4:5. What is the height of the hypotenuse of this right triangle in centimeters? | <gadget id="calculator">3 + 4 + 5</gadget>
<output>12</output>
<gadget id="calculator">3 / 12</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">4 / 12</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">(1/3) / 2</gadget>
<output>1/6 = around 0.166667</output>
<gadget id="calculator">5 / 12</gadget>
<output>5/12 = around 0.416667</output>
<gadget id="calculator">24 * (5/12)</gadget>
<output>10</output>
<gadget id="calculator">2 / 10</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">24 * (1/4) * 24 * (1/6) * (1/5)</gadget>
<output>24/5 = around 4.8</output>
<result>24/5 = around 4.8</result> | 24/5 | ape210k | Use 695 cm wire to form a right triangle. The ratio of the lengths of the three sides of this triangle is 69 : 38 : 58 . What is the height of the hypotenuse of this right triangle in centimeters? | <gadget id="calculator"> 69 + 38 + 58 </gadget>
<output> 165 </output>
<gadget id="calculator"> 69 / 165 </gadget>
<output> 23/55 </output>
<gadget id="calculator"> 38 / 165 </gadget>
<output> 38/165 </output>
<gadget id="calculator">( 1 / 69 ) / 2 </gadget>
<output> 1/138 </output>
<gadget id="calculator"> 58 / 165 </gadget>
<output> 58/165 </output>
<gadget id="calculator"> 695 * ( 58 / 165 )</gadget>
<output> 8_062/33 </output>
<gadget id="calculator"> 2 / 8_062/33 </gadget>
<output> 1/133_023 </output>
<gadget id="calculator"> 695 * ( 1 / 38 ) * 695 * ( 1 / 6 ) * ( 1 / 58 )</gadget>
<output> 483_025/13_224 </output>
<result> 483_025/13_224 </result> |
ape210k__00139498 | Calculation: (1/2)+(1/6)+(1/12)+(1/30)+(1/42)+(1/56)=how much. | <gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">1 / 6</gadget>
<output>1/6 = around 0.166667</output>
<gadget id="calculator">1 / 12</gadget>
<output>1/12 = around 0.083333</output>
<gadget id="calculator">1 / 30</gadget>
<output>1/30 = around 0.033333</output>
<gadget id="calculator">1 / 42</gadget>
<output>1/42 = around 0.02381</output>
<gadget id="calculator">1 / 56</gadget>
<output>1/56 = around 0.017857</output>
<gadget id="calculator">(1/2) + (1/6) + (1/12) + (1/30) + (1/42) + (1/56)</gadget>
<output>33/40 = around 0.825</output>
<result>33/40 = around 0.825</result> | 33/40 | ape210k | Calculation: ( 23 / 48 )+( 23 / 89 )+( 23 / 193 )+( 23 / 90 )+( 23 / 401 )+( 23 / 296 )=how much. | <gadget id="calculator"> 23 / 48 </gadget>
<output> 23/48 </output>
<gadget id="calculator"> 23 / 89 </gadget>
<output> 23/89 </output>
<gadget id="calculator"> 23 / 193 </gadget>
<output> 23/193 </output>
<gadget id="calculator"> 23 / 90 </gadget>
<output> 23/90 </output>
<gadget id="calculator"> 23 / 401 </gadget>
<output> 23/401 </output>
<gadget id="calculator"> 23 / 296 </gadget>
<output> 23/296 </output>
<gadget id="calculator">( 23 / 48 ) + ( 23 / 89 ) + ( 23 / 193 ) + ( 23 / 90 ) + ( 23 / 401 ) + ( 23 / 296 )</gadget>
<output> 228_888_780_691/183_495_707_280 </output>
<result> 228_888_780_691/183_495_707_280 </result> |
ape210k__00872901 | A sweater costs 150 yuan, and the price of the coat is three times that of the sweater. (ask questions and answer)? | <gadget id="calculator">150 * 3</gadget>
<output>450</output>
<gadget id="calculator">450 - 150</gadget>
<output>300</output>
<result>300</result> | 300 | ape210k | A sweater costs 1261 yuan, and the price of the coat is three times that of the sweater. (ask questions and answer)? | <gadget id="calculator"> 1261 * 3 </gadget>
<output> 3_783 </output>
<gadget id="calculator"> 3_783 - 1261 </gadget>
<output> 2_522 </output>
<result> 2_522 </result> |
ape210k__00411816 | The students stand in line on the playground. There are 28 people in Class 5 1 and 35 people in Class 5 2. If the number of people in each row of the two classes is the same, how many rows should they stand in total? | <gadget id="calculator">28 / 7</gadget>
<output>4</output>
<gadget id="calculator">35 / 7</gadget>
<output>5</output>
<gadget id="calculator">4 + 5</gadget>
<output>9</output>
<result>9</result> | 9 | ape210k | The students stand in line on the playground. There are 112 people in Class 90 36 and 115 people in Class 90 19 . If the number of people in each row of the two classes is the same, how many rows should they stand in total? | <gadget id="calculator"> 112 / 7 </gadget>
<output> 16 </output>
<gadget id="calculator"> 115 / 7 </gadget>
<output> 115/7 </output>
<gadget id="calculator"> 16 + 115/7 </gadget>
<output> 227/7 </output>
<result> 227/7 </result> |
ape210k__00621784 | The per capita green area of a certain county was 8 square meters in 2002, and reached 40 square meters in 2010. What is the per capita green area of the county in 2010 compared to that in 2002? | <gadget id="calculator">40 / 8</gadget>
<output>5</output>
<result>5</result> | 5 | ape210k | The per capita green area of a certain county was 64 square meters in 82219 , and reached 896 square meters in 68248 . What is the per capita green area of the county in 68248 compared to that in 82219 ? | <gadget id="calculator"> 896 / 64 </gadget>
<output> 14 </output>
<result> 14 </result> |
ape210k__00987567 | The weight of grandpa is 55 kg, which is (11/12) of father's weight, and the weight of naughty is exactly (1/2) of father's weight. How much is naughty's weight in kilograms? | <gadget id="calculator">11 / 12</gadget>
<output>11/12 = around 0.916667</output>
<gadget id="calculator">55 / (11/12)</gadget>
<output>60</output>
<gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">60 * (1/2)</gadget>
<output>30</output>
<result>30</result> | 30 | ape210k | The weight of grandpa is 24 kg, which is ( 301 / 427 ) of father's weight, and the weight of naughty is exactly ( 88 / 70 ) of father's weight. How much is naughty's weight in kilograms? | <gadget id="calculator"> 301 / 427 </gadget>
<output> 43/61 </output>
<gadget id="calculator"> 24 / ( 301 / 427 )</gadget>
<output> 1_464/43 </output>
<gadget id="calculator"> 88 / 70 </gadget>
<output> 44/35 </output>
<gadget id="calculator"> 1_464/43 * ( 88 / 70 )</gadget>
<output> 64_416/1_505 </output>
<result> 64_416/1_505 </result> |
ape210k__00508277 | A cube wooden box with a side length of 12 centimeters fits the largest cone. What is the volume of the cone in cubic centimeters? | <gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">12 / 2</gadget>
<output>6</output>
<gadget id="calculator">6 ** 2</gadget>
<output>36</output>
<gadget id="calculator">(1/3) * 3.14 * 36 * 12</gadget>
<output>452.16</output>
<result>452.16</result> | 452.16 | ape210k | A cube wooden box with a side length of 3 centimeters fits the largest cone. What is the volume of the cone in cubic centimeters? | <gadget id="calculator"> 1 / 3 </gadget>
<output> 1/3 </output>
<gadget id="calculator"> 3 / 2 </gadget>
<output> 3/2 </output>
<gadget id="calculator"> 3/2 ** 2 </gadget>
<output> 36 </output>
<gadget id="calculator">( 1 / 3 ) * 3.14 * 36 * 3 </gadget>
<output> 113.04 </output>
<result> 113.04 </result> |
ape210k__00342178 | The weight of a cow is about 500 kg, and the weight of four cows is about how many tons. | <gadget id="calculator">4 / 1_000</gadget>
<output>1/250 = around 0.004</output>
<gadget id="calculator">500 * (1/250)</gadget>
<output>2</output>
<result>2</result> | 2 | ape210k | The weight of a cow is about 6746 kg, and the weight of four cows is about how many tons. | <gadget id="calculator"> 4 / 1000 </gadget>
<output> 1/250 </output>
<gadget id="calculator"> 6746 * ( 1 / 250 )</gadget>
<output> 3_373/125 </output>
<result> 3_373/125 </result> |
ape210k__00428792 | A classroom is 8 meters long, 6 meters wide, and 4 meters high. It is necessary to paint the walls and top of the classroom. If the area of doors and windows is 25 square meters, if 0.4 kilograms of lime is used per square meter, how many kilograms of lime is needed to paint this classroom? | <gadget id="calculator">8 * 6</gadget>
<output>48</output>
<gadget id="calculator">8 * 4</gadget>
<output>32</output>
<gadget id="calculator">6 * 4</gadget>
<output>24</output>
<gadget id="calculator">32 + 24</gadget>
<output>56</output>
<gadget id="calculator">56 * 2</gadget>
<output>112</output>
<gadget id="calculator">112 - 25</gadget>
<output>87</output>
<gadget id="calculator">48 + 87</gadget>
<output>135</output>
<gadget id="calculator">135 * 0.4</gadget>
<output>54</output>
<result>54</result> | 54 | ape210k | A classroom is 21 meters long, 31 meters wide, and 15 meters high. It is necessary to paint the walls and top of the classroom. If the area of doors and windows is 43 square meters, if 41.73 kilograms of lime is used per square meter, how many kilograms of lime is needed to paint this classroom? | <gadget id="calculator"> 21 * 31 </gadget>
<output> 651 </output>
<gadget id="calculator"> 21 * 15 </gadget>
<output> 315 </output>
<gadget id="calculator"> 31 * 15 </gadget>
<output> 465 </output>
<gadget id="calculator"> 315 + 465 </gadget>
<output> 780 </output>
<gadget id="calculator"> 780 * 2 </gadget>
<output> 1_560 </output>
<gadget id="calculator"> 1_560 - 43 </gadget>
<output> 1_517 </output>
<gadget id="calculator"> 651 + 1_517 </gadget>
<output> 2_168 </output>
<gadget id="calculator"> 2_168 * 41.73 </gadget>
<output> 90470.64 </output>
<result> 90470.64 </result> |
ape210k__00434509 | What is the formula equal to 236-(36-17) | <gadget id="calculator">36 - 17</gadget>
<output>19</output>
<gadget id="calculator">236 - 19</gadget>
<output>217</output>
<result>217</result> | 217 | ape210k | What is the formula equal to 2073 -( 452 - 267 ) | <gadget id="calculator"> 452 - 267 </gadget>
<output> 185 </output>
<gadget id="calculator"> 2073 - 185 </gadget>
<output> 1_888 </output>
<result> 1_888 </result> |
ape210k__00030179 | On a 1:1000 map, a site is 6 cm long and 3 cm wide, what is the area of the site in square meters? | <gadget id="calculator">1_000 / 100</gadget>
<output>10</output>
<gadget id="calculator">6 * 10 * 3 * 10</gadget>
<output>1_800</output>
<result>1_800</result> | 1_800 | ape210k | On a 4 : 53027 map, a site is 64 cm long and 99 cm wide, what is the area of the site in square meters? | <gadget id="calculator"> 53027 / 100 </gadget>
<output> 53_027/100 </output>
<gadget id="calculator"> 64 * 53_027/100 * 99 * 53_027/100 </gadget>
<output> 1_113_497_640_684/625 </output>
<result> 1_113_497_640_684/625 </result> |
math_qa__eNKtJM9T9qSp4UyO | Two pipes can fill the cistern in 10hr and 12 hr respectively, while the third empty it in 40hr. If all pipes are opened simultaneously, then the cistern will be filled in Choose one.
A) 6.32 hr
B) 8 hr
C) 8.5 hr
D) 10 hr
E) none of these | <gadget id="calculator">1 / 10</gadget>
<output>1/10 = around 0.1</output>
<gadget id="calculator">1 / 12</gadget>
<output>1/12 = around 0.083333</output>
<gadget id="calculator">(1/10) + (1/12)</gadget>
<output>11/60 = around 0.183333</output>
<gadget id="calculator">1 / 40</gadget>
<output>1/40 = around 0.025</output>
<gadget id="calculator">(11/60) - (1/40)</gadget>
<output>19/120 = around 0.158333</output>
<gadget id="calculator">1 / (19/120)</gadget>
<output>120/19 = around 6.315789</output>
<result>A</result> | A | math_qa | Two pipes can fill the cistern in 1000 hr and 971 hr respectively, while the third empty it in 470 hr. If all pipes are opened simultaneously, then the cistern will be filled in Choose one.
A) 120/19
B) 1 hr
C) 95.69 hr
D) 1000 hr
E) none of these | <gadget id="calculator"> 1 / 1000 </gadget>
<output> 1/1_000 </output>
<gadget id="calculator"> 1 / 971 </gadget>
<output> 1/971 </output>
<gadget id="calculator">( 1 / 1000 ) + ( 1 / 971 )</gadget>
<output> 1_971/971_000 </output>
<gadget id="calculator"> 1 / 470 </gadget>
<output> 1/470 </output>
<gadget id="calculator">( 11 / 60 ) - ( 1 / 470 )</gadget>
<output> 511/2_820 </output>
<gadget id="calculator"> 1 / ( 19 / 120 )</gadget>
<output> 120/19 </output>
<result>A</result> |
ape210k__00459948 | How many cylinders of equal base and height can be cast from 42 iron cones? | <gadget id="calculator">42 / 3</gadget>
<output>14</output>
<result>14</result> | 14 | ape210k | How many cylinders of equal base and height can be cast from 116 iron cones? | <gadget id="calculator"> 116 / 3 </gadget>
<output> 116/3 </output>
<result> 116/3 </result> |
ape210k__00459234 | A road has been built for 240 meters, and its total length (3/5) has been repaired. What is the total length of this road in meters? | <gadget id="calculator">3 / 5</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">240 / (3/5)</gadget>
<output>400</output>
<result>400</result> | 400 | ape210k | A road has been built for 1915 meters, and its total length ( 40 / 4 ) has been repaired. What is the total length of this road in meters? | <gadget id="calculator"> 40 / 4 </gadget>
<output> 10 </output>
<gadget id="calculator"> 1915 / ( 40 / 4 )</gadget>
<output> 383/2 </output>
<result> 383/2 </result> |
ape210k__00952655 | 4 divided by 2112 is written as a formula: how much. | <gadget id="calculator">2_112 / 4</gadget>
<output>528</output>
<result>528</result> | 528 | ape210k | 52 divided by 80940 is written as a formula: how much. | <gadget id="calculator"> 80940 / 52 </gadget>
<output> 20_235/13 </output>
<result> 20_235/13 </result> |
ape210k__00276074 | Teacher Chen bought a house with a total price of 300,000 yuan, and he has to pay a 1.5% housing deed tax. How much is the deed tax? | <gadget id="calculator">1.5 / 100</gadget>
<output>0.015</output>
<gadget id="calculator">30 * 0.015</gadget>
<output>0.45</output>
<result>0.45</result> | 0.45 | ape210k | Teacher Chen bought a house with a total price of 3611 , 7307 yuan, and he has to pay a 46.11 % housing deed tax. How much is the deed tax? | <gadget id="calculator"> 46.11 / 100 </gadget>
<output> 0.4611 </output>
<gadget id="calculator"> 30 * 0.4611 </gadget>
<output> 13.833 </output>
<result> 13.833 </result> |
ape210k__00376071 | person deposits 20,000 yuan in the bank for a period of 3 years, and withdraws a total of 22,136 yuan after maturity. Please calculate the interest rate of the deposit? | <gadget id="calculator">22_136 - 20_000</gadget>
<output>2_136</output>
<gadget id="calculator">2_136 / 20_000 / 3</gadget>
<output>89/2_500 = around 0.0356</output>
<result>89/2_500 = around 0.0356</result> | 89/2_500 | ape210k | person deposits 335 , 902 yuan in the bank for a period of 78 years, and withdraws a total of 657 , 3198 yuan after maturity. Please calculate the interest rate of the deposit? | <gadget id="calculator"> 22136 - 20000 </gadget>
<output> 2_136 </output>
<gadget id="calculator"> 2_136 / 20000 / 78 </gadget>
<output> 89/65_000 </output>
<result> 89/65_000 </result> |
ape210k__00049055 | The salesperson aunt said: "I sold 36 sets of greeting cards today, each with 12 cards, and the price is 15 yuan." Please help the salesperson aunt to calculate how much the greeting cards sold today? | <gadget id="calculator">36 * 15</gadget>
<output>540</output>
<result>540</result> | 540 | ape210k | The salesperson aunt said: "I sold 285 sets of greeting cards today, each with 201 cards, and the price is 24 yuan." Please help the salesperson aunt to calculate how much the greeting cards sold today? | <gadget id="calculator"> 285 * 24 </gadget>
<output> 6_840 </output>
<result> 6_840 </result> |
ape210k__00665589 | A phalanx for gymnastics performances consisting of 100 people (a phalanx is a formation in a square), what is the number of people in the outermost circle of the phalanx? | <gadget id="calculator">10 * 4</gadget>
<output>40</output>
<gadget id="calculator">40 - 4</gadget>
<output>36</output>
<result>36</result> | 36 | ape210k | A phalanx for gymnastics performances consisting of 8382 people (a phalanx is a formation in a square), what is the number of people in the outermost circle of the phalanx? | <gadget id="calculator"> 10 * 4 </gadget>
<output> 40 </output>
<gadget id="calculator"> 40 - 4 </gadget>
<output> 36 </output>
<result> 36 </result> |
ape210k__00217492 | If the edge length of a cube is doubled, how many times will the volume be enlarged? | <gadget id="calculator">2 * 2 * 2</gadget>
<output>8</output>
<result>8</result> | 8 | ape210k | If the edge length of a cube is doubled, how many times will the volume be enlarged? | <gadget id="calculator"> 2 * 2 * 2 </gadget>
<output> 8 </output>
<result> 8 </result> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.