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__00908729
|
A cuboid container is measured from the inside, a=4 decimeters, b=3 decimeters, c=6 decimeters, how many liters is its volume?
|
<gadget id="calculator">4 * 3 * 6</gadget>
<output>72</output>
<result>72</result>
|
72
|
ape210k
|
A cuboid container is measured from the inside, a= 8 decimeters, b= 86 decimeters, c= 47 decimeters, how many liters is its volume?
|
<gadget id="calculator"> 8 * 86 * 47 </gadget>
<output> 32_336 </output>
<result> 32_336 </result>
|
ape210k__00578781
|
A barrel of oil weighs 17.5 kilograms. If half of the oil is used, the weight of the barrel is 10 kilograms. After using half of the remaining oil, how many kilograms does the barrel weigh?
|
<gadget id="calculator">17.5 - 10</gadget>
<output>7.5</output>
<gadget id="calculator">7.5 / 2</gadget>
<output>3.75</output>
<gadget id="calculator">10 - 3.75</gadget>
<output>6.25</output>
<result>6.25</result>
|
6.25
|
ape210k
|
A barrel of oil weighs 354.44 kilograms. If half of the oil is used, the weight of the barrel is 316 kilograms. After using half of the remaining oil, how many kilograms does the barrel weigh?
|
<gadget id="calculator"> 354.44 - 316 </gadget>
<output> 38.44 </output>
<gadget id="calculator"> 38.44 / 2 </gadget>
<output> 19.22 </output>
<gadget id="calculator"> 316 - 19.22 </gadget>
<output> 296.78 </output>
<result> 296.78 </result>
|
ape210k__00442590
|
A book has 120 pages in total. I read (1/3) of it on the first day and 25% of it on the second day. How many pages should I start reading on the third day?
|
<gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">25 / 100</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">(1/3) + (1/4)</gadget>
<output>7/12 = around 0.583333</output>
<gadget id="calculator">120 * (7/12)</gadget>
<output>70</output>
<gadget id="calculator">70 + 1</gadget>
<output>71</output>
<result>71</result>
|
71
|
ape210k
|
A book has 1436 pages in total. I read ( 28 / 94 ) of it on the first day and 910 % of it on the second day. How many pages should I start reading on the third day?
|
<gadget id="calculator"> 28 / 94 </gadget>
<output> 14/47 </output>
<gadget id="calculator"> 910 / 100 </gadget>
<output> 91/10 </output>
<gadget id="calculator">( 28 / 94 ) + ( 28 / 4 )</gadget>
<output> 343/47 </output>
<gadget id="calculator"> 1436 * ( 7 / 12 )</gadget>
<output> 2_513/3 </output>
<gadget id="calculator"> 2_513/3 + 28 </gadget>
<output> 2_597/3 </output>
<result> 2_597/3 </result>
|
ape210k__00432343
|
It is 540 kilometers from Korla to Urumqi. It takes 10 hours for a tourist express train to travel from Korla to Urumqi, and 6 hours for a small car. How many kilometers faster is the speed of a small car than a tourist bus?
|
<gadget id="calculator">540 / 6</gadget>
<output>90</output>
<gadget id="calculator">540 / 10</gadget>
<output>54</output>
<gadget id="calculator">90 - 54</gadget>
<output>36</output>
<result>36</result>
|
36
|
ape210k
|
It is 7279 kilometers from Korla to Urumqi. It takes 760 hours for a tourist express train to travel from Korla to Urumqi, and 54 hours for a small car. How many kilometers faster is the speed of a small car than a tourist bus?
|
<gadget id="calculator"> 7279 / 54 </gadget>
<output> 7_279/54 </output>
<gadget id="calculator"> 7279 / 760 </gadget>
<output> 7_279/760 </output>
<gadget id="calculator"> 7_279/54 - 7_279/760 </gadget>
<output> 2_569_487/20_520 </output>
<result> 2_569_487/20_520 </result>
|
ape210k__00132834
|
A barrel of peanut oil is used (1/4) in the first week and (1/5) in the second week, and 250 grams more is used in the first week than in the second week. How many kilograms of this barrel of peanut oil are there?
|
<gadget id="calculator">10_000 / 1_000</gadget>
<output>10</output>
<result>10</result>
|
10
|
ape210k
|
A barrel of peanut oil is used ( 21 / 37 ) in the first week and ( 21 / 94 ) in the second week, and 6945 grams more is used in the first week than in the second week. How many kilograms of this barrel of peanut oil are there?
|
<gadget id="calculator"> 10000 / 1000 </gadget>
<output> 10 </output>
<result> 10 </result>
|
ape210k__00001729
|
A car travels 65 kilometers per hour from place A to place B. After driving for 6 hours, it is still 35 kilometers away from place B. How many kilometers is the distance between places A and B?
|
<gadget id="calculator">65 * 6</gadget>
<output>390</output>
<gadget id="calculator">390 + 35</gadget>
<output>425</output>
<result>425</result>
|
425
|
ape210k
|
A car travels 775 kilometers per hour from place A to place B. After driving for 49 hours, it is still 91 kilometers away from place B. How many kilometers is the distance between places A and B?
|
<gadget id="calculator"> 775 * 49 </gadget>
<output> 37_975 </output>
<gadget id="calculator"> 37_975 + 91 </gadget>
<output> 38_066 </output>
<result> 38_066 </result>
|
ape210k__00070670
|
The road was built on Shengli North Road. In the first 5 days, a total of 2,854 meters was built, and then 3 days later, 510 meters were built every day. How many meters were built in total?
|
<gadget id="calculator">510 * 3</gadget>
<output>1_530</output>
<gadget id="calculator">2_854 + 1_530</gadget>
<output>4_384</output>
<result>4_384</result>
|
4_384
|
ape210k
|
The road was built on Shengli North Road. In the first 64 days, a total of 72 , 7594 meters was built, and then 29 days later, 440 meters were built every day. How many meters were built in total?
|
<gadget id="calculator"> 440 * 29 </gadget>
<output> 12_760 </output>
<gadget id="calculator"> 2854 + 12_760 </gadget>
<output> 15_614 </output>
<result> 15_614 </result>
|
ape210k__00041650
|
A rope, if (1/4) is used up, there are 9 meters left; if (5/6) is used up, how many meters are left?
|
<gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">1 - (1/4)</gadget>
<output>3/4 = around 0.75</output>
<gadget id="calculator">9 / (3/4)</gadget>
<output>12</output>
<gadget id="calculator">5 / 6</gadget>
<output>5/6 = around 0.833333</output>
<gadget id="calculator">12 * (5/6)</gadget>
<output>10</output>
<gadget id="calculator">12 - 10</gadget>
<output>2</output>
<result>2</result>
|
2
|
ape210k
|
A rope, if ( 1 / 20 ) is used up, there are 34 meters left; if ( 39 / 82 ) is used up, how many meters are left?
|
<gadget id="calculator"> 1 / 20 </gadget>
<output> 1/20 </output>
<gadget id="calculator"> 1 - ( 1 / 20 )</gadget>
<output> 19/20 </output>
<gadget id="calculator"> 34 / ( 3 / 20 )</gadget>
<output> 680/3 </output>
<gadget id="calculator"> 39 / 82 </gadget>
<output> 39/82 </output>
<gadget id="calculator"> 680/3 * ( 39 / 82 )</gadget>
<output> 4_420/41 </output>
<gadget id="calculator"> 680/3 - 4_420/41 </gadget>
<output> 14_620/123 </output>
<result> 14_620/123 </result>
|
ape210k__00639633
|
The minute hand of a clock is 7 cm long. What is the distance traveled by the tip of the minute hand in one day and night?
|
<gadget id="calculator">2 * 3.14 * 7 * 24</gadget>
<output>1_055.04</output>
<result>1_055.04</result>
|
1_055.04
|
ape210k
|
The minute hand of a clock is 74 cm long. What is the distance traveled by the tip of the minute hand in one day and night?
|
<gadget id="calculator"> 2 * 3.14 * 74 * 24 </gadget>
<output> 11153.28 </output>
<result> 11153.28 </result>
|
ape210k__00356206
|
96 is 6 less than 3 times a number, find this number. what is the correct formula
|
<gadget id="calculator">96 + 6</gadget>
<output>102</output>
<gadget id="calculator">102 / 3</gadget>
<output>34</output>
<result>34</result>
|
34
|
ape210k
|
18 is 34 less than 21 times a number, find this number. what is the correct formula
|
<gadget id="calculator"> 18 + 34 </gadget>
<output> 52 </output>
<gadget id="calculator"> 52 / 21 </gadget>
<output> 52/21 </output>
<result> 52/21 </result>
|
ape210k__00304348
|
Solve the equation: (2/3)x+(1/2)x=42.
|
<gadget id="calculator">2 / 3</gadget>
<output>2/3 = around 0.666667</output>
<gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">(2/3) + (1/2)</gadget>
<output>7/6 = around 1.166667</output>
<gadget id="calculator">42 / (7/6)</gadget>
<output>36</output>
<result>36</result>
|
36
|
ape210k
|
Solve the equation: ( 41 / 8 )x+( 19 / 41 )x= 473 .
|
<gadget id="calculator"> 41 / 8 </gadget>
<output> 41/8 </output>
<gadget id="calculator"> 19 / 41 </gadget>
<output> 19/41 </output>
<gadget id="calculator">( 41 / 8 ) + ( 19 / 41 )</gadget>
<output> 1_833/328 </output>
<gadget id="calculator"> 473 / ( 7 / 6 )</gadget>
<output> 2_838/7 </output>
<result> 2_838/7 </result>
|
ape210k__00414156
|
The circumference of a circle is 25.12cm. Draw a triangle inside the circle with its diameter as a side. What is the maximum area of the triangle in cm**2.
|
<gadget id="calculator">25.12 / 3.14</gadget>
<output>8</output>
<gadget id="calculator">8 / 2</gadget>
<output>4</output>
<gadget id="calculator">4 / 2</gadget>
<output>2</output>
<gadget id="calculator">8 * 2</gadget>
<output>16</output>
<result>16</result>
|
16
|
ape210k
|
The circumference of a circle is 3.45 cm. Draw a triangle inside the circle with its diameter as a side. What is the maximum area of the triangle in cm** 1 .
|
<gadget id="calculator"> 3.45 / 3.14 </gadget>
<output> 1.098726 </output>
<gadget id="calculator"> 1.098726 / 1 </gadget>
<output> 1.098726 </output>
<gadget id="calculator"> 1.098726 / 1.098726 </gadget>
<output> 1.098726 </output>
<gadget id="calculator"> 1.098726 * 1.098726 </gadget>
<output> 1.207199 </output>
<result> 1.207199 </result>
|
ape210k__00347696
|
80 soybeans were used for a seed germination experiment. As a result, 12 seeds did not germinate. What is the germination rate of this batch of seeds?
|
<gadget id="calculator">80 - 12</gadget>
<output>68</output>
<gadget id="calculator">68 / 80</gadget>
<output>17/20 = around 0.85</output>
<gadget id="calculator">100 / 100</gadget>
<output>1</output>
<gadget id="calculator">(17/20) * 1</gadget>
<output>17/20 = around 0.85</output>
<result>17/20 = around 0.85</result>
|
17/20
|
ape210k
|
979 soybeans were used for a seed germination experiment. As a result, 365 seeds did not germinate. What is the germination rate of this batch of seeds?
|
<gadget id="calculator"> 979 - 365 </gadget>
<output> 614 </output>
<gadget id="calculator"> 614 / 979 </gadget>
<output> 614/979 </output>
<gadget id="calculator"> 100 / 100 </gadget>
<output> 1 </output>
<gadget id="calculator">( 17 / 20 ) * 1 </gadget>
<output> 17/20 </output>
<result> 17/20 </result>
|
math_qa__oZBFa8MqYgBBT8qg
|
There are 7 players in a bowling team with an average weight of 121 Kg. If two new players join the team, one weighs 110 Kg and the second weighs 60 Kg, what will be the new average weight? Choose the correct option:
A) 115 kg .
B) 118 kg .
C) 113 kg .
D) 110 kg .
E) 112 kg .
|
<gadget id="calculator">7 * 121</gadget>
<output>847</output>
<gadget id="calculator">110 + 60</gadget>
<output>170</output>
<gadget id="calculator">847 + 170</gadget>
<output>1_017</output>
<gadget id="calculator">7 + 2</gadget>
<output>9</output>
<gadget id="calculator">1_017 / 9</gadget>
<output>113</output>
<result>C</result>
|
C
|
math_qa
|
There are 24 players in a bowling team with an average weight of 1549 Kg. If two new players join the team, one weighs 9811 Kg and the second weighs 771 Kg, what will be the new average weight? Choose the correct option:
A) 115 kg .
B) 118 kg .
C) 23_879/13 .
D) 9811 kg .
E) 112 kg .
|
<gadget id="calculator"> 24 * 1549 </gadget>
<output> 37_176 </output>
<gadget id="calculator"> 9811 + 771 </gadget>
<output> 10_582 </output>
<gadget id="calculator"> 37_176 + 10_582 </gadget>
<output> 47_758 </output>
<gadget id="calculator"> 24 + 2 </gadget>
<output> 26 </output>
<gadget id="calculator"> 47_758 / 26 </gadget>
<output> 23_879/13 </output>
<result>C</result>
|
ape210k__00398154
|
Cut a circle into several equal parts and assemble it into an approximate rectangle. The length of the rectangle is 2.28 cm more than twice the width. What is the area of the rectangle in square centimeters?
|
<gadget id="calculator">2 ** 2</gadget>
<output>4</output>
<gadget id="calculator">3.14 * 4</gadget>
<output>12.56</output>
<result>12.56</result>
|
12.56
|
ape210k
|
Cut a circle into several equal parts and assemble it into an approximate rectangle. The length of the rectangle is 1.34 cm more than twice the width. What is the area of the rectangle in square centimeters?
|
<gadget id="calculator"> 2 ** 2 </gadget>
<output> 4 </output>
<gadget id="calculator"> 3.14 * 4 </gadget>
<output> 12.56 </output>
<result> 12.56 </result>
|
ape210k__00273959
|
Dig a diversion canal. If each person digs 24 meters, the total length of the canal is less than 120 meters. If each person digs 30 meters, the total length is less than 300 meters. How long is the canal?
|
<gadget id="calculator">300 - 120</gadget>
<output>180</output>
<gadget id="calculator">30 - 24</gadget>
<output>6</output>
<gadget id="calculator">180 / 6</gadget>
<output>30</output>
<gadget id="calculator">30 * 24</gadget>
<output>720</output>
<gadget id="calculator">720 - 120</gadget>
<output>600</output>
<result>600</result>
|
600
|
ape210k
|
Dig a diversion canal. If each person digs 481 meters, the total length of the canal is less than 1949 meters. If each person digs 931 meters, the total length is less than 4146 meters. How long is the canal?
|
<gadget id="calculator"> 4146 - 1949 </gadget>
<output> 2_197 </output>
<gadget id="calculator"> 931 - 481 </gadget>
<output> 450 </output>
<gadget id="calculator"> 2_197 / 450 </gadget>
<output> 2_197/450 </output>
<gadget id="calculator"> 2_197/450 * 481 </gadget>
<output> 1_056_757/450 </output>
<gadget id="calculator"> 1_056_757/450 - 1949 </gadget>
<output> 179_707/450 </output>
<result> 179_707/450 </result>
|
math_qa__lRdwJKsVdrM6Ve5a
|
The lenght of a room is 5.5 m and width is 4 m. Find the cost of paving the floor by slabs at the rate of Rs. 800 per sq. metre. Choose the correct choice: A) rs . 15,550 B) rs . 15,600 C) rs . 16,500 D) rs . 17,600 E) rs . 17,900
|
<gadget id="calculator">5.5 * 4</gadget>
<output>22</output>
<gadget id="calculator">800 * 22</gadget>
<output>17_600</output>
<result>D</result>
|
D
|
math_qa
|
The lenght of a room is 6.08 m and width is 39 m. Find the cost of paving the floor by slabs at the rate of Rs. 169 per sq. metre. Choose the correct choice: A) rs . 802 , 1582 B) rs . 802 , 9628 C) rs . 943 , 9860 D) 40073.28 E) rs . 923 , 3278
|
<gadget id="calculator"> 6.08 * 39 </gadget>
<output> 237.12 </output>
<gadget id="calculator"> 169 * 237.12 </gadget>
<output> 40073.28 </output>
<result>D</result>
|
gsm8k__0kPWm7A2BwSSFe4N
|
Francis and Kiera had breakfast at a cafe. Muffins cost $2 each, and fruit cups cost $3 each. Francis had 2 muffins and 2 fruit cups. Kiera had 2 muffins and 1 fruit cup. How much did their breakfast cost?
|
Francis bought 2 * $2 = $
<gadget id="calculator">2*2</gadget>
<output>4</output>
4 worth of muffins.
Francis bought 2 * $3 = $
<gadget id="calculator">2*3</gadget>
<output>6</output>
6 worth of fruit cups.
Kiera bought 2 * $2 = $
<gadget id="calculator">2*2</gadget>
<output>4</output>
4 worth of muffins.
Kiera bought 1 * $3 = $
<gadget id="calculator">1*3</gadget>
<output>3</output>
3 worth of fruit cups.
Their breakfast cost $4 + $6 + $4 + $3 = $
<gadget id="calculator">4+6+4+3</gadget>
<output>17</output>
17 in total.
<result>17</result>
|
17
|
gsm8k
|
Francis and Kiera had breakfast at a cafe. Muffins cost $ 12 each, and fruit cups cost $ 86 each. Francis had 12 muffins and 12 fruit cups. Kiera had 12 muffins and 19 fruit cup. How much did their breakfast cost?
|
Francis bought 12 * $ 12 = $
<gadget id="calculator"> 12 * 12 </gadget>
<output> 144 </output> 144 worth of muffins.
Francis bought 12 * $ 86 = $
<gadget id="calculator"> 12 * 86 </gadget>
<output> 1_032 </output> 1_032 worth of fruit cups.
Kiera bought 12 * $ 12 = $
<gadget id="calculator"> 12 * 12 </gadget>
<output> 144 </output> 144 worth of muffins.
Kiera bought 19 * $ 1_634 = $
<gadget id="calculator"> 19 * 1_634 </gadget>
<output> 1_634 </output> 1_634 worth of fruit cups.
Their breakfast cost $ 144 + $ 1_032 + $ 144 + $ 1_634 = $
<gadget id="calculator"> 144 + 1_032 + 144 + 1_634 </gadget>
<output> 2_954 </output> 2_954 in total.
<result> 2_954 </result>
|
math_qa__MwzrHvoki9YXudYj
|
On dividing 23 by a number, the quotient is 7 and the remainder is 2. Find the divisor. Options
A) 1 B) 2 C) 3 D) 6 E) 7
|
<gadget id="calculator">23 / 7</gadget>
<output>23/7 = around 3.285714</output>
<gadget id="calculator">floor(23/7)</gadget>
<output>3</output>
<result>C</result>
|
C
|
math_qa
|
On dividing 876 by a number, the quotient is 73 and the remainder is 79 . Find the divisor. Options
A) 94 B) 79 C) 12 D) 65 E) 73
|
<gadget id="calculator"> 876 / 73 </gadget>
<output> 12 </output>
<gadget id="calculator">floor( 876 / 73 )</gadget>
<output> 12 </output>
<result>C</result>
|
math_qa__a6pGuMsNRDoIppqe
|
From January 1, 1991, to January 1, 1993, the number of people enrolled in health maintenance organizations increased by 30 percent. The enrollment on January 1, 1993, was 45 million. How many million people, to the nearest million, were enrolled in health maintenance organizations on January 1, 1991 ?
Choose the correct choice from the following:
A) 35 B) 39 C) 40 D) 41 E) 42
|
<gadget id="calculator">100 + 30</gadget>
<output>130</output>
<gadget id="calculator">100 / 130</gadget>
<output>10/13 = around 0.769231</output>
<gadget id="calculator">(10/13) * 45</gadget>
<output>450/13 = around 34.615385</output>
<result>A</result>
|
A
|
math_qa
|
From January 37 , 22515 , to January 37 , 93823 , the number of people enrolled in health maintenance organizations increased by 542 percent. The enrollment on January 37 , 93823 , was 197 million. How many million people, to the nearest million, were enrolled in health maintenance organizations on January 37 , 22515 ?
Choose the correct choice from the following:
A) 1_970/13 B) 773 C) 551 D) 5 E) 997
|
<gadget id="calculator"> 100 + 542 </gadget>
<output> 642 </output>
<gadget id="calculator"> 100 / 642 </gadget>
<output> 50/321 </output>
<gadget id="calculator">( 10 / 13 ) * 197 </gadget>
<output> 1_970/13 </output>
<result>A</result>
|
ape210k__00311708
|
The number of A is 43, which is 13 more than twice the number of B. What is the number of B?
|
<gadget id="calculator">43 - 13</gadget>
<output>30</output>
<gadget id="calculator">30 / 2</gadget>
<output>15</output>
<result>15</result>
|
15
|
ape210k
|
The number of A is 743 , which is 102 more than twice the number of B. What is the number of B?
|
<gadget id="calculator"> 743 - 102 </gadget>
<output> 641 </output>
<gadget id="calculator"> 641 / 2 </gadget>
<output> 641/2 </output>
<result> 641/2 </result>
|
ape210k__00045787
|
Given that the central angle of the sector is 120° and the radius is 3cm, what is the area of the sector in cm**2. (π takes 3.14)
|
<gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">3 ** 2</gadget>
<output>9</output>
<gadget id="calculator">3.14 * 9</gadget>
<output>28.26</output>
<gadget id="calculator">(1/3) * 28.26</gadget>
<output>9.42</output>
<result>9.42</result>
|
9.42
|
ape210k
|
Given that the central angle of the sector is 24 ° and the radius is 1 cm, what is the area of the sector in cm** 1 . (π takes 1.45 )
|
<gadget id="calculator"> 1 / 1 </gadget>
<output> 1 </output>
<gadget id="calculator"> 1 ** 1 </gadget>
<output> 1 </output>
<gadget id="calculator"> 1.45 * 1 </gadget>
<output> 1.45 </output>
<gadget id="calculator">( 1 / 1 ) * 1.45 </gadget>
<output> 1.45 </output>
<result> 1.45 </result>
|
ape210k__00355302
|
The fruit shop brings in 200 kilograms of apples, sells (1/4) of the total in the morning, and sells (1/5) of the total in the afternoon. How many kilograms of apples are sold in total on this day?
|
<gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">200 * (1/4)</gadget>
<output>50</output>
<gadget id="calculator">1 / 5</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">200 * (1/5)</gadget>
<output>40</output>
<gadget id="calculator">50 + 40</gadget>
<output>90</output>
<result>90</result>
|
90
|
ape210k
|
The fruit shop brings in 8426 kilograms of apples, sells ( 15 / 53 ) of the total in the morning, and sells ( 15 / 98 ) of the total in the afternoon. How many kilograms of apples are sold in total on this day?
|
<gadget id="calculator"> 15 / 53 </gadget>
<output> 15/53 </output>
<gadget id="calculator"> 8426 * ( 15 / 53 )</gadget>
<output> 126_390/53 </output>
<gadget id="calculator"> 15 / 98 </gadget>
<output> 15/98 </output>
<gadget id="calculator"> 8426 * ( 15 / 98 )</gadget>
<output> 63_195/49 </output>
<gadget id="calculator"> 126_390/53 + 63_195/49 </gadget>
<output> 9_542_445/2_597 </output>
<result> 9_542_445/2_597 </result>
|
ape210k__00430341
|
There are 72 science and technology books in the library, which is 16 fewer than twice the number of story books. How many story books are there?
|
<gadget id="calculator">72 + 16</gadget>
<output>88</output>
<gadget id="calculator">88 / 2</gadget>
<output>44</output>
<result>44</result>
|
44
|
ape210k
|
There are 322 science and technology books in the library, which is 127 fewer than twice the number of story books. How many story books are there?
|
<gadget id="calculator"> 322 + 127 </gadget>
<output> 449 </output>
<gadget id="calculator"> 449 / 2 </gadget>
<output> 449/2 </output>
<result> 449/2 </result>
|
gsm8k__r0o32RYrmraNlXzK
|
Adam had a farm with animals. He had 12 cows and twice as many sheep. He decided to buy 3 pigs for every sheep he had. How many animals were on the farm after the transaction?
|
Adam had twice as many sheep as the cows, so 2 sheep/cow * 12 cows =
<gadget id="calculator">2*12</gadget>
<output>24</output>
24 sheep.
For every sheep, he bought 3 pigs, so he bought 3 pigs/sheep * 24 sheep =
<gadget id="calculator">3*24</gadget>
<output>72</output>
72 pigs.
In total on the farm, there were 72 pigs + 24 sheep + 12 cows =
<gadget id="calculator">72+24+12</gadget>
<output>108</output>
108 animals.
<result>108</result>
|
108
|
gsm8k
|
Adam had a farm with animals. He had 478 cows and twice as many sheep. He decided to buy 15 pigs for every sheep he had. How many animals were on the farm after the transaction?
|
Adam had twice as many sheep as the cows, so 2 sheep/cow * 478 cows =
<gadget id="calculator"> 2 * 478 </gadget>
<output> 956 </output> 956 sheep.
For every sheep, he bought 15 pigs, so he bought 15 pigs/sheep * 956 sheep =
<gadget id="calculator"> 15 * 956 </gadget>
<output> 14_340 </output> 14_340 pigs.
In total on the farm, there were 14_340 pigs + 956 sheep + 478 cows =
<gadget id="calculator"> 14_340 + 956 + 478 </gadget>
<output> 15_774 </output> 15_774 animals.
<result> 15_774 </result>
|
ape210k__00504518
|
A non-zero natural number is first multiplied by 4 and then divided by 2, which is called an operation. After performing such 3 operations, how many times does the natural number expand
|
<gadget id="calculator">4 / 2</gadget>
<output>2</output>
<gadget id="calculator">1 * 2</gadget>
<output>2</output>
<gadget id="calculator">4 / 2 / 2 / 1</gadget>
<output>1</output>
<gadget id="calculator">2 * 2 * 2 * 1</gadget>
<output>8</output>
<result>8</result>
|
8
|
ape210k
|
A non-zero natural number is first multiplied by 67 and then divided by 18 , which is called an operation. After performing such 64 operations, how many times does the natural number expand
|
<gadget id="calculator"> 67 / 67/18 </gadget>
<output> 67/18 </output>
<gadget id="calculator"> 1 * 67/18 </gadget>
<output> 67/18 </output>
<gadget id="calculator"> 67 / 67/18 / 67/18 / 1/21_708 </gadget>
<output> 1/21_708 </output>
<gadget id="calculator"> 67/18 * 67/18 * 67/18 * 1/21_708 </gadget>
<output> 4_489/1_889_568 </output>
<result> 4_489/1_889_568 </result>
|
ape210k__00244960
|
There is a dictionary whose page numbers are composed of 3049 numbers. How many pages does this dictionary have?
|
<gadget id="calculator">2 * 90</gadget>
<output>180</output>
<gadget id="calculator">3 * 900</gadget>
<output>2_700</output>
<gadget id="calculator">3_049 - 9 - 180 - 2_700</gadget>
<output>160</output>
<gadget id="calculator">160 / 4</gadget>
<output>40</output>
<gadget id="calculator">40 - 1</gadget>
<output>39</output>
<gadget id="calculator">1_000 + 39</gadget>
<output>1_039</output>
<result>1_039</result>
|
1_039
|
ape210k
|
There is a dictionary whose page numbers are composed of 99913 numbers. How many pages does this dictionary have?
|
<gadget id="calculator"> 2 * 90 </gadget>
<output> 180 </output>
<gadget id="calculator"> 3 * 900 </gadget>
<output> 2_700 </output>
<gadget id="calculator"> 99913 - 9 - 180 - 2_700 </gadget>
<output> 97_024 </output>
<gadget id="calculator"> 97_024 / 4 </gadget>
<output> 24_256 </output>
<gadget id="calculator"> 24_256 - 1 </gadget>
<output> 24_255 </output>
<gadget id="calculator"> 1000 + 24_255 </gadget>
<output> 25_255 </output>
<result> 25_255 </result>
|
ape210k__00355712
|
There are 420 computers in Yihua Computer City. They were sold on the first day (1/4), and on the second day (4/15). How many computers were sold on the second day?
|
<gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">4 / 15</gadget>
<output>4/15 = around 0.266667</output>
<gadget id="calculator">420 * (1/4) * (4/15)</gadget>
<output>28</output>
<result>28</result>
|
28
|
ape210k
|
There are 5919 computers in Yihua Computer City. They were sold on the first day ( 91 / 72 ), and on the second day ( 72 / 740 ). How many computers were sold on the second day?
|
<gadget id="calculator"> 91 / 72 </gadget>
<output> 91/72 </output>
<gadget id="calculator"> 72 / 740 </gadget>
<output> 18/185 </output>
<gadget id="calculator"> 5919 * ( 91 / 72 ) * ( 72 / 740 )</gadget>
<output> 538_629/740 </output>
<result> 538_629/740 </result>
|
ape210k__00219126
|
Put 3 balls of each of the four colors A, B, C, and D in the same box, and at least how many balls must be taken out of the box at a time to ensure that two balls of the same color are taken.
|
<gadget id="calculator">4 + 1</gadget>
<output>5</output>
<result>5</result>
|
5
|
ape210k
|
Put 6 balls of each of the four colors A, B, C, and D in the same box, and at least how many balls must be taken out of the box at a time to ensure that two balls of the same color are taken.
|
<gadget id="calculator"> 4 + 1 </gadget>
<output> 5 </output>
<result> 5 </result>
|
gsm8k__BpOeS3DEQsSE09vj
|
Johns goes to the gym 3 times a week. He spends 1 hour each day lifting weight. Additionally, he also spends a third of his weightlifting time warming up and doing cardio each day. How many hours does he spend at the gym a week?
|
He spends 60/3=
<gadget id="calculator">60/3</gadget>
<output>20</output>
20 minutes warming up.
So he spends 60+20=
<gadget id="calculator">60+20</gadget>
<output>80</output>
80 minutes at the gym per day.
That means he spends 80*3=
<gadget id="calculator">80*3</gadget>
<output>240</output>
240 minutes at the gym.
So he spends 240/60=
<gadget id="calculator">240/60</gadget>
<output>4</output>
4 hours at the gym a week.
<result>4</result>
|
4
|
gsm8k
|
Johns goes to the gym 11 times a week. He spends 42 hour each day lifting weight. Additionally, he also spends a third of his weightlifting time warming up and doing cardio each day. How many hours does he spend at the gym a week?
|
He spends 60 / 11 =
<gadget id="calculator"> 60 / 11 </gadget>
<output> 60/11 </output> 60/11 minutes warming up.
So he spends 60 + 60/11 =
<gadget id="calculator"> 60 + 60/11 </gadget>
<output> 720/11 </output> 720/11 minutes at the gym per day.
That means he spends 720/11 * 11 =
<gadget id="calculator"> 720/11 * 11 </gadget>
<output> 720 </output> 720 minutes at the gym.
So he spends 720 / 60 =
<gadget id="calculator"> 720 / 60 </gadget>
<output> 12 </output> 12 hours at the gym a week.
<result> 12 </result>
|
gsm8k__ONvzoYJJEnVzcKi4
|
John builds a model rocket that can travel 500 ft in the air. He builds a second rocket that can travel twice as high. What is the combined height of the two rockets?
|
The second rocket goes 500*2=
<gadget id="calculator">500*2</gadget>
<output>1_000</output>
1000 feet.
So the total height is 500+1000=
<gadget id="calculator">500+1000</gadget>
<output>1_500</output>
1500 feet.
<result>1_500</result>
|
1_500
|
gsm8k
|
John builds a model rocket that can travel 8089 ft in the air. He builds a second rocket that can travel twice as high. What is the combined height of the two rockets?
|
The second rocket goes 8089 * 2 =
<gadget id="calculator"> 8089 * 2 </gadget>
<output> 16_178 </output> 16_178 feet.
So the total height is 8089 + 16_178 =
<gadget id="calculator"> 8089 + 16_178 </gadget>
<output> 24_267 </output> 24_267 feet.
<result> 24_267 </result>
|
ape210k__00364631
|
Use a compass to draw a circle with a circumference of 18.84cm. What is the distance between the two feet of the compass?
|
<gadget id="calculator">2 * 3.14</gadget>
<output>6.28</output>
<gadget id="calculator">18.84 / 6.28</gadget>
<output>3</output>
<result>3</result>
|
3
|
ape210k
|
Use a compass to draw a circle with a circumference of 119.49 cm. What is the distance between the two feet of the compass?
|
<gadget id="calculator"> 2 * 3.14 </gadget>
<output> 6.28 </output>
<gadget id="calculator"> 119.49 / 6.28 </gadget>
<output> 19.02707 </output>
<result> 19.02707 </result>
|
ape210k__00526816
|
If a cylinder with a height of 10 decimeters is cut into two cylinders, the surface area increases by 0.36 square meters. What is the volume of the original cylinder in cubic meters?
|
<gadget id="calculator">0.36 / 2</gadget>
<output>0.18</output>
<gadget id="calculator">10 / 10</gadget>
<output>1</output>
<gadget id="calculator">0.18 * 1</gadget>
<output>0.18</output>
<result>0.18</result>
|
0.18
|
ape210k
|
If a cylinder with a height of 862 decimeters is cut into two cylinders, the surface area increases by 57.28 square meters. What is the volume of the original cylinder in cubic meters?
|
<gadget id="calculator"> 57.28 / 2 </gadget>
<output> 28.64 </output>
<gadget id="calculator"> 862 / 862 </gadget>
<output> 1 </output>
<gadget id="calculator"> 28.64 * 1 </gadget>
<output> 28.64 </output>
<result> 28.64 </result>
|
ape210k__00226608
|
A 96 cm long iron wire can be welded into a rectangular parallelepiped frame. The length of the frame is 10 cm, the width is 6 cm, and the height is in cm.
|
<gadget id="calculator">96 / 4</gadget>
<output>24</output>
<gadget id="calculator">10 + 6</gadget>
<output>16</output>
<gadget id="calculator">24 - 16</gadget>
<output>8</output>
<result>8</result>
|
8
|
ape210k
|
A 878 cm long iron wire can be welded into a rectangular parallelepiped frame. The length of the frame is 72 cm, the width is 61 cm, and the height is in cm.
|
<gadget id="calculator"> 878 / 4 </gadget>
<output> 439/2 </output>
<gadget id="calculator"> 72 + 61 </gadget>
<output> 133 </output>
<gadget id="calculator"> 439/2 - 133 </gadget>
<output> 173/2 </output>
<result> 173/2 </result>
|
ape210k__00395272
|
What is the number 210 less than 9 times 48?
|
<gadget id="calculator">48 * 9</gadget>
<output>432</output>
<gadget id="calculator">432 - 210</gadget>
<output>222</output>
<result>222</result>
|
222
|
ape210k
|
What is the number 8564 less than 85 times 693 ?
|
<gadget id="calculator"> 693 * 85 </gadget>
<output> 58_905 </output>
<gadget id="calculator"> 58_905 - 8564 </gadget>
<output> 50_341 </output>
<result> 50_341 </result>
|
ape210k__00283662
|
There are 420 boys in elementary school, and there are more boys than girls (1/5). How many girls are there?
|
<gadget id="calculator">1 / 5</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">1 + (1/5)</gadget>
<output>6/5 = around 1.2</output>
<gadget id="calculator">420 / (6/5)</gadget>
<output>350</output>
<result>350</result>
|
350
|
ape210k
|
There are 1393 boys in elementary school, and there are more boys than girls ( 16 / 19 ). How many girls are there?
|
<gadget id="calculator"> 16 / 19 </gadget>
<output> 16/19 </output>
<gadget id="calculator"> 16 + ( 16 / 19 )</gadget>
<output> 320/19 </output>
<gadget id="calculator"> 1393 / ( 6 / 19 )</gadget>
<output> 26_467/6 </output>
<result> 26_467/6 </result>
|
ape210k__00120741
|
math problem, 40 people in the class get it right and 10 people get it wrong, what is the correct rate of the whole class on this problem?
|
<gadget id="calculator">40 + 10</gadget>
<output>50</output>
<gadget id="calculator">40 / 50</gadget>
<output>4/5 = around 0.8</output>
<gadget id="calculator">100 / 100</gadget>
<output>1</output>
<gadget id="calculator">(4/5) * 1</gadget>
<output>4/5 = around 0.8</output>
<result>4/5 = around 0.8</result>
|
4/5
|
ape210k
|
math problem, 405 people in the class get it right and 411 people get it wrong, what is the correct rate of the whole class on this problem?
|
<gadget id="calculator"> 405 + 411 </gadget>
<output> 816 </output>
<gadget id="calculator"> 405 / 816 </gadget>
<output> 135/272 </output>
<gadget id="calculator"> 100 / 100 </gadget>
<output> 1 </output>
<gadget id="calculator">( 4 / 5 ) * 1 </gadget>
<output> 4/5 </output>
<result> 4/5 </result>
|
ape210k__00413761
|
The price of a storybook is 4.45 yuan, and the price of a comic book is 0.23 yuan less than twice the price of the storybook. How much is the price of this comic book?
|
<gadget id="calculator">4.45 * 2</gadget>
<output>8.9</output>
<gadget id="calculator">8.9 - 0.23</gadget>
<output>8.67</output>
<result>8.67</result>
|
8.67
|
ape210k
|
The price of a storybook is 89.75 yuan, and the price of a comic book is 14.94 yuan less than twice the price of the storybook. How much is the price of this comic book?
|
<gadget id="calculator"> 89.75 * 2 </gadget>
<output> 179.5 </output>
<gadget id="calculator"> 179.5 - 14.94 </gadget>
<output> 164.56 </output>
<result> 164.56 </result>
|
ape210k__00385466
|
kind of concrete is made by mixing cement, sand, and stones in addition to water. The ratio of cement, sand, and stones is 2:3:5. If there are 1,500 kilograms of cement, 1,800 kilograms of sand, and 3,520 kilograms of gravel on the construction site, and the person in charge of the construction asks the workers to mix as much concrete as possible without adding these three materials, how much can be mixed with these materials at most? kg of this concrete? ?
|
<gadget id="calculator">1_800 / 3</gadget>
<output>600</output>
<gadget id="calculator">600 * 5</gadget>
<output>3_000</output>
<gadget id="calculator">600 * 2</gadget>
<output>1_200</output>
<gadget id="calculator">1_800 + 3_000 + 1_200</gadget>
<output>6_000</output>
<result>6_000</result>
|
6_000
|
ape210k
|
kind of concrete is made by mixing cement, sand, and stones in addition to water. The ratio of cement, sand, and stones is 26 : 36 : 52 . If there are 55 , 3816 kilograms of cement, 55 , 8178 kilograms of sand, and 36 , 9535 kilograms of gravel on the construction site, and the person in charge of the construction asks the workers to mix as much concrete as possible without adding these three materials, how much can be mixed with these materials at most? kg of this concrete? ?
|
<gadget id="calculator"> 1800 / 36 </gadget>
<output> 50 </output>
<gadget id="calculator"> 50 * 52 </gadget>
<output> 2_600 </output>
<gadget id="calculator"> 50 * 26 </gadget>
<output> 1_300 </output>
<gadget id="calculator"> 1800 + 2_600 + 1_300 </gadget>
<output> 5_700 </output>
<result> 5_700 </result>
|
ape210k__00353013
|
After a cube container with a side length of 6 cm is filled with water, it is poured into a cuboid water tank with a length of 12 cm, a width of 6 cm, and a height of 3 cm. What is the height of the water surface in cm?
|
<gadget id="calculator">6 * 6 * 6</gadget>
<output>216</output>
<gadget id="calculator">12 * 6</gadget>
<output>72</output>
<gadget id="calculator">216 / 72</gadget>
<output>3</output>
<result>3</result>
|
3
|
ape210k
|
After a cube container with a side length of 18 cm is filled with water, it is poured into a cuboid water tank with a length of 644 cm, a width of 18 cm, and a height of 4 cm. What is the height of the water surface in cm?
|
<gadget id="calculator"> 18 * 18 * 18 </gadget>
<output> 5_832 </output>
<gadget id="calculator"> 644 * 18 </gadget>
<output> 11_592 </output>
<gadget id="calculator"> 5_832 / 11_592 </gadget>
<output> 81/161 </output>
<result> 81/161 </result>
|
ape210k__00323869
|
Draw the largest triangle in a parallelogram whose base is 8 cm and height is 5 cm. What is the area of this triangle in square centimetres.
|
<gadget id="calculator">5 / 2</gadget>
<output>5/2 = around 2.5</output>
<gadget id="calculator">8 * (5/2)</gadget>
<output>20</output>
<result>20</result>
|
20
|
ape210k
|
Draw the largest triangle in a parallelogram whose base is 78 cm and height is 87 cm. What is the area of this triangle in square centimetres.
|
<gadget id="calculator"> 87 / 2 </gadget>
<output> 87/2 </output>
<gadget id="calculator"> 78 * ( 87 / 2 )</gadget>
<output> 3_393 </output>
<result> 3_393 </result>
|
ape210k__00244177
|
A's number (2/5) is B's number (5/6), B's number is 12, what is A's number?
|
<gadget id="calculator">5 / 6</gadget>
<output>5/6 = around 0.833333</output>
<gadget id="calculator">2 / 5</gadget>
<output>2/5 = around 0.4</output>
<gadget id="calculator">(5/6) / (2/5)</gadget>
<output>25/12 = around 2.083333</output>
<gadget id="calculator">12 * (25/12)</gadget>
<output>25</output>
<result>25</result>
|
25
|
ape210k
|
A's number ( 42 / 39 ) is B's number ( 39 / 80 ), B's number is 639 , what is A's number?
|
<gadget id="calculator"> 39 / 80 </gadget>
<output> 39/80 </output>
<gadget id="calculator"> 42 / 39 </gadget>
<output> 14/13 </output>
<gadget id="calculator">( 39 / 80 ) / ( 42 / 39 )</gadget>
<output> 507/1_120 </output>
<gadget id="calculator"> 639 * ( 25 / 639 )</gadget>
<output> 25 </output>
<result> 25 </result>
|
ape210k__00414753
|
a=2*5*5, b=2*3*5, what is the greatest common factor of a and b
|
<gadget id="calculator">2 * 5</gadget>
<output>10</output>
<result>10</result>
|
10
|
ape210k
|
a= 59 * 5 * 5 , b= 59 * 5 * 5 , what is the greatest common factor of a and b
|
<gadget id="calculator"> 59 * 5 </gadget>
<output> 295 </output>
<result> 295 </result>
|
math_qa__juD22Zev99DCdeOA
|
In how many years will a sum of money doubles itself at 25% per annum on simple interest? Choose the correct choice: A) 4 % B) 8 % C) 10 % D) 12 % E) 15 %
|
<gadget id="calculator">100 / 25</gadget>
<output>4</output>
<result>A</result>
|
A
|
math_qa
|
In how many years will a sum of money doubles itself at 169 % per annum on simple interest? Choose the correct choice: A) 100/169 % B) 56 % C) 138 % D) 320 % E) 733 %
|
<gadget id="calculator"> 100 / 169 </gadget>
<output> 100/169 </output>
<result>A</result>
|
ape210k__00387647
|
There are 4 bookshelves in the library of Hope Primary School. There are 285 books on each shelf, and 386 books have been borrowed. How many books are left?
|
<gadget id="calculator">285 * 4</gadget>
<output>1_140</output>
<gadget id="calculator">1_140 - 386</gadget>
<output>754</output>
<result>754</result>
|
754
|
ape210k
|
There are 6 bookshelves in the library of Hope Primary School. There are 2101 books on each shelf, and 6004 books have been borrowed. How many books are left?
|
<gadget id="calculator"> 2101 * 6 </gadget>
<output> 12_606 </output>
<gadget id="calculator"> 12_606 - 6004 </gadget>
<output> 6_602 </output>
<result> 6_602 </result>
|
ape210k__01062821
|
rope with a length of 188.4 cm is wrapped around the trunk of a big tree exactly twice, and there is nothing left. What is the diameter of the big tree?
|
<gadget id="calculator">188.4 / 2 / 3.14</gadget>
<output>30</output>
<result>30</result>
|
30
|
ape210k
|
rope with a length of 5716.94 cm is wrapped around the trunk of a big tree exactly twice, and there is nothing left. What is the diameter of the big tree?
|
<gadget id="calculator"> 5716.94 / 2 / 3.14 </gadget>
<output> 910.340764 </output>
<result> 910.340764 </result>
|
ape210k__00584681
|
cylindrical oil storage tank, the radius of the bottom surface measured from the inside is 2 meters, and the current storage oil is 4710 liters, which is exactly 25% of the volume of the oil tank. What is the height of the oil tank in meters?
|
<gadget id="calculator">25 / 100</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">2 ** 2</gadget>
<output>4</output>
<gadget id="calculator">3.14 * 4</gadget>
<output>12.56</output>
<gadget id="calculator">4.71 / (1/4) / 12.56</gadget>
<output>1.5</output>
<result>1.5</result>
|
1.5
|
ape210k
|
cylindrical oil storage tank, the radius of the bottom surface measured from the inside is 1 meters, and the current storage oil is 784 liters, which is exactly 6 % of the volume of the oil tank. What is the height of the oil tank in meters?
|
<gadget id="calculator"> 6 / 100 </gadget>
<output> 3/50 </output>
<gadget id="calculator"> 1 ** 1 </gadget>
<output> 1 </output>
<gadget id="calculator"> 3.14 * 1 </gadget>
<output> 3.14 </output>
<gadget id="calculator"> 4.71 / ( 1 / 1 ) / 3.14 </gadget>
<output> 1.5 </output>
<result> 1.5 </result>
|
ape210k__00857545
|
A person starts from A to B in 5 hours and 30 minutes. Because there is a 3.6-kilometer uneven road on the way, the speed is equivalent to (3/4) of the original speed when walking on this uneven road, so it is delayed. At 12 minutes, how many kilometers is the distance between A and B?
|
<gadget id="calculator">1 / 5</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">4 / 3</gadget>
<output>4/3 = around 1.333333</output>
<gadget id="calculator">(4/3) - 1</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">(1/5) / (1/3)</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">3.6 / (3/5)</gadget>
<output>6</output>
<gadget id="calculator">6 * 5.5</gadget>
<output>33</output>
<result>33</result>
|
33
|
ape210k
|
A person starts from A to B in 49 hours and 100 minutes. Because there is a 55.44 -kilometer uneven road on the way, the speed is equivalent to ( 46 / 53 ) of the original speed when walking on this uneven road, so it is delayed. At 360 minutes, how many kilometers is the distance between A and B?
|
<gadget id="calculator"> 1 / 49 </gadget>
<output> 1/49 </output>
<gadget id="calculator"> 53 / 46 </gadget>
<output> 53/46 </output>
<gadget id="calculator">( 53 / 46 ) - 1 </gadget>
<output> 7/46 </output>
<gadget id="calculator">( 1 / 49 ) / ( 1 / 46 )</gadget>
<output> 46/49 </output>
<gadget id="calculator"> 55.44 / ( 46 / 49 )</gadget>
<output> 59.055652 </output>
<gadget id="calculator"> 59.055652 * 5.5 </gadget>
<output> 324.806086 </output>
<result> 324.806086 </result>
|
ape210k__00844107
|
There is a cuboid with a surface area of 48 square centimeters. If it is sawed, it will be exactly 3 equal small cubes. What is the surface area of each small cube?
|
<gadget id="calculator">6 * 2</gadget>
<output>12</output>
<gadget id="calculator">12 + 4</gadget>
<output>16</output>
<gadget id="calculator">48 / 16</gadget>
<output>3</output>
<gadget id="calculator">3 * 6</gadget>
<output>18</output>
<result>18</result>
|
18
|
ape210k
|
There is a cuboid with a surface area of 58 square centimeters. If it is sawed, it will be exactly 85 equal small cubes. What is the surface area of each small cube?
|
<gadget id="calculator"> 6 * 2 </gadget>
<output> 12 </output>
<gadget id="calculator"> 12 + 4 </gadget>
<output> 16 </output>
<gadget id="calculator"> 58 / 16 </gadget>
<output> 29/8 </output>
<gadget id="calculator"> 29/8 * 6 </gadget>
<output> 87/4 </output>
<result> 87/4 </result>
|
ape210k__00908981
|
The school bought 450 prizes and distributed them to 7 classes, leaving 30 prizes. How many prizes are there on average per class?
|
<gadget id="calculator">450 - 30</gadget>
<output>420</output>
<gadget id="calculator">420 / 7</gadget>
<output>60</output>
<result>60</result>
|
60
|
ape210k
|
The school bought 4002 prizes and distributed them to 32 classes, leaving 241 prizes. How many prizes are there on average per class?
|
<gadget id="calculator"> 4002 - 241 </gadget>
<output> 3_761 </output>
<gadget id="calculator"> 3_761 / 32 </gadget>
<output> 3_761/32 </output>
<result> 3_761/32 </result>
|
ape210k__00627331
|
Dig a rectangular foundation on a construction site, draw it on a plan with a scale of (1/1500), the length is 6 cm, and the width is 4 cm. What is the actual area of the foundation?
|
<gadget id="calculator">1 / 1_500</gadget>
<output>1/1_500 = around 0.000667</output>
<gadget id="calculator">6 / (1/1_500) / 100</gadget>
<output>90</output>
<gadget id="calculator">4 / (1/1_500) / 100</gadget>
<output>60</output>
<gadget id="calculator">90 * 60</gadget>
<output>5_400</output>
<result>5_400</result>
|
5_400
|
ape210k
|
Dig a rectangular foundation on a construction site, draw it on a plan with a scale of ( 83 / 40908 ), the length is 76 cm, and the width is 11 cm. What is the actual area of the foundation?
|
<gadget id="calculator"> 83 / 40908 </gadget>
<output> 83/40_908 </output>
<gadget id="calculator"> 76 / ( 83 / 40908 ) / 100 </gadget>
<output> 777_252/2_075 </output>
<gadget id="calculator"> 11 / ( 83 / 40908 ) / 100 </gadget>
<output> 112_497/2_075 </output>
<gadget id="calculator"> 777_252/2_075 * 112_497/2_075 </gadget>
<output> 87_438_518_244/4_305_625 </output>
<result> 87_438_518_244/4_305_625 </result>
|
ape210k__00226010
|
Add 10 to the numerator of (2/7), to keep the fraction size unchanged, add ﹙﹚ to the denominator.
|
<gadget id="calculator">7 * 6</gadget>
<output>42</output>
<gadget id="calculator">42 - 7</gadget>
<output>35</output>
<result>35</result>
|
35
|
ape210k
|
Add 933 to the numerator of ( 89 / 9 ), to keep the fraction size unchanged, add ﹙﹚ to the denominator.
|
<gadget id="calculator"> 9 * 6 </gadget>
<output> 54 </output>
<gadget id="calculator"> 54 - 9 </gadget>
<output> 45 </output>
<result> 45 </result>
|
ape210k__00283310
|
For a pile of coal, (7/15) of the total amount is removed for the first time, and 40% of the total amount is removed for the second time. It is known that 10 tons more coal was transported in the first time than in the second time. How many tons are there in total in this pile of coal?
|
<gadget id="calculator">7 / 15</gadget>
<output>7/15 = around 0.466667</output>
<gadget id="calculator">40 / 100</gadget>
<output>2/5 = around 0.4</output>
<gadget id="calculator">(7/15) - (2/5)</gadget>
<output>1/15 = around 0.066667</output>
<gadget id="calculator">10 / (1/15)</gadget>
<output>150</output>
<result>150</result>
|
150
|
ape210k
|
For a pile of coal, ( 346 / 118 ) of the total amount is removed for the first time, and 346 % of the total amount is removed for the second time. It is known that 174 tons more coal was transported in the first time than in the second time. How many tons are there in total in this pile of coal?
|
<gadget id="calculator"> 346 / 118 </gadget>
<output> 173/59 </output>
<gadget id="calculator"> 346 / 100 </gadget>
<output> 173/50 </output>
<gadget id="calculator">( 346 / 118 ) - ( 2 / 5 )</gadget>
<output> 747/295 </output>
<gadget id="calculator"> 174 / ( 1 / 118 )</gadget>
<output> 20_532 </output>
<result> 20_532 </result>
|
math_qa__JTiddjSDCm1kFMfH
|
A volunteer organization is recruiting new members. In the fall they manage to increase their number by 4%. By the spring however membership falls by 19%. What is the total change in percentage from fall to spring?
Choose the correct choice from the following choices
A) 16.16 %
B) 15.76 %
C) 14.14 %
D) 13.13 %
E) 12.12 %
|
<gadget id="calculator">4 / 100</gadget>
<output>1/25 = around 0.04</output>
<gadget id="calculator">1 + (1/25)</gadget>
<output>26/25 = around 1.04</output>
<gadget id="calculator">19 / 100</gadget>
<output>19/100 = around 0.19</output>
<gadget id="calculator">1 - (19/100)</gadget>
<output>81/100 = around 0.81</output>
<gadget id="calculator">(26/25) * (81/100)</gadget>
<output>1_053/1_250 = around 0.8424</output>
<gadget id="calculator">(1_053/1_250) * 100</gadget>
<output>2_106/25 = around 84.24</output>
<gadget id="calculator">100 - (2_106/25)</gadget>
<output>394/25 = around 15.76</output>
<result>B</result>
|
B
|
math_qa
|
A volunteer organization is recruiting new members. In the fall they manage to increase their number by 40 %. By the spring however membership falls by 22 %. What is the total change in percentage from fall to spring?
Choose the correct choice from the following choices
A) 661.77 %
B) 394/25 %
C) 679.06 %
D) 708.85 %
E) 246.32 %
|
<gadget id="calculator"> 40 / 100 </gadget>
<output> 2/5 </output>
<gadget id="calculator"> 1 + ( 1 / 25 )</gadget>
<output> 26/25 </output>
<gadget id="calculator"> 22 / 100 </gadget>
<output> 11/50 </output>
<gadget id="calculator"> 1 - ( 22 / 100 )</gadget>
<output> 39/50 </output>
<gadget id="calculator">( 26 / 25 ) * ( 81 / 100 )</gadget>
<output> 1_053/1_250 </output>
<gadget id="calculator">( 1053 / 1250 ) * 100 </gadget>
<output> 2_106/25 </output>
<gadget id="calculator"> 100 - ( 2106 / 25 )</gadget>
<output> 394/25 </output>
<result>B</result>
|
ape210k__00245244
|
Cars A and B are driving in the same direction at the same time. After 2 hours, car A is 10 kilometers ahead of car B. If the two cars are driving in the opposite direction at the same time and the distance is 225 kilometers after 3 hours, then car A will How many kilometers per hour.
|
<gadget id="calculator">10 / 2</gadget>
<output>5</output>
<gadget id="calculator">5 * 3</gadget>
<output>15</output>
<gadget id="calculator">225 - 15</gadget>
<output>210</output>
<gadget id="calculator">3 + 3</gadget>
<output>6</output>
<gadget id="calculator">210 / 6</gadget>
<output>35</output>
<gadget id="calculator">35 + 5</gadget>
<output>40</output>
<result>40</result>
|
40
|
ape210k
|
Cars A and B are driving in the same direction at the same time. After 71 hours, car A is 394 kilometers ahead of car B. If the two cars are driving in the opposite direction at the same time and the distance is 5068 kilometers after 82 hours, then car A will How many kilometers per hour.
|
<gadget id="calculator"> 394 / 71 </gadget>
<output> 394/71 </output>
<gadget id="calculator"> 394/71 * 82 </gadget>
<output> 32_308/71 </output>
<gadget id="calculator"> 5068 - 32_308/71 </gadget>
<output> 327_520/71 </output>
<gadget id="calculator"> 82 + 82 </gadget>
<output> 164 </output>
<gadget id="calculator"> 327_520/71 / 164 </gadget>
<output> 81_880/2_911 </output>
<gadget id="calculator"> 81_880/2_911 + 394/71 </gadget>
<output> 98_034/2_911 </output>
<result> 98_034/2_911 </result>
|
ape210k__00164014
|
Let a, b, and c be the numbers in 0-9 respectively, and they are not all 0 and 9 at the same time, and the decimal 0 will be repeated. {_{a}**(•)}b{_{c} After **(•)} is transformed into the simplest fraction, how many different cases are there in the molecule?
|
<gadget id="calculator">9 * 111</gadget>
<output>999</output>
<gadget id="calculator">999 - 333</gadget>
<output>666</output>
<gadget id="calculator">999 / 37</gadget>
<output>27</output>
<gadget id="calculator">666 - 27</gadget>
<output>639</output>
<gadget id="calculator">639 + 9</gadget>
<output>648</output>
<gadget id="calculator">648 + 12</gadget>
<output>660</output>
<result>660</result>
|
660
|
ape210k
|
Let a, b, and c be the numbers in 0 - 9 respectively, and they are not all 0 and 9 at the same time, and the decimal 0 will be repeated. {{a}**(•)}b{{c} After **(•)} is transformed into the simplest fraction, how many different cases are there in the molecule?
|
<gadget id="calculator"> 9 * 111 </gadget>
<output> 999 </output>
<gadget id="calculator"> 999 - 333 </gadget>
<output> 666 </output>
<gadget id="calculator"> 999 / 37 </gadget>
<output> 27 </output>
<gadget id="calculator"> 666 - 27 </gadget>
<output> 639 </output>
<gadget id="calculator"> 639 + 9 </gadget>
<output> 648 </output>
<gadget id="calculator"> 648 + 12 </gadget>
<output> 660 </output>
<result> 660 </result>
|
ape210k__00504203
|
There are 24 boys and 24 girls in the third grade to perform in line. They line up in 6 rows. How many people are there on average in each row?
|
<gadget id="calculator">2 / 6</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">24 * (1/3)</gadget>
<output>8</output>
<result>8</result>
|
8
|
ape210k
|
There are 682 boys and 682 girls in the third grade to perform in line. They line up in 13 rows. How many people are there on average in each row?
|
<gadget id="calculator"> 2 / 13 </gadget>
<output> 2/13 </output>
<gadget id="calculator"> 682 * ( 1 / 3 )</gadget>
<output> 682/3 </output>
<result> 682/3 </result>
|
ape210k__00454977
|
The school wants to buy 120 sets of desks and chairs. Ask the manufacturer, a table costs 112 yuan, and a chair costs 88 yuan. How much does the school spend on these desks and chairs?
|
<gadget id="calculator">112 + 88</gadget>
<output>200</output>
<gadget id="calculator">200 * 120</gadget>
<output>24_000</output>
<result>24_000</result>
|
24_000
|
ape210k
|
The school wants to buy 120 sets of desks and chairs. Ask the manufacturer, a table costs 112 yuan, and a chair costs 88 yuan. How much does the school spend on these desks and chairs?
|
<gadget id="calculator"> 112 + 88 </gadget>
<output> 200 </output>
<gadget id="calculator"> 200 * 120 </gadget>
<output> 24000 </output>
<result> 24000 </result>
|
ape210k__00923369
|
A football ticket is 48 yuan. After the price reduction, the number of viewers increases (3/2), and the income increases (1/4). How much did football tickets drop in price?
|
<gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">1 + (1/4)</gadget>
<output>5/4 = around 1.25</output>
<gadget id="calculator">3 / 2</gadget>
<output>3/2 = around 1.5</output>
<gadget id="calculator">1 + (3/2)</gadget>
<output>5/2 = around 2.5</output>
<gadget id="calculator">(5/4) / (5/2)</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">48 * (1/2)</gadget>
<output>24</output>
<gadget id="calculator">48 - 24</gadget>
<output>24</output>
<result>24</result>
|
24
|
ape210k
|
A football ticket is 207 yuan. After the price reduction, the number of viewers increases ( 38 / 73 ), and the income increases ( 51 / 7 ). How much did football tickets drop in price?
|
<gadget id="calculator"> 51 / 7 </gadget>
<output> 51/7 </output>
<gadget id="calculator"> 51 + ( 51 / 7 )</gadget>
<output> 408/7 </output>
<gadget id="calculator"> 38 / 73 </gadget>
<output> 38/73 </output>
<gadget id="calculator"> 51 + ( 38 / 73 )</gadget>
<output> 3_761/73 </output>
<gadget id="calculator">( 5 / 7 ) / ( 5 / 73 )</gadget>
<output> 73/7 </output>
<gadget id="calculator"> 207 * ( 51 / 73 )</gadget>
<output> 10_557/73 </output>
<gadget id="calculator"> 207 - 4_554/73 </gadget>
<output> 4_554/73 </output>
<result> 4_554/73 </result>
|
ape210k__00775533
|
restaurant has a turnover of 287,500 yuan this month, and pays sales tax at 5% of the turnover. What is the after-tax turnover of this restaurant?
|
<gadget id="calculator">5 / 100</gadget>
<output>1/20 = around 0.05</output>
<gadget id="calculator">1 - (1/20)</gadget>
<output>19/20 = around 0.95</output>
<gadget id="calculator">28.75 * (19/20)</gadget>
<output>27.3125</output>
<result>27.3125</result>
|
27.3125
|
ape210k
|
restaurant has a turnover of 5470 , 130 yuan this month, and pays sales tax at 14 % of the turnover. What is the after-tax turnover of this restaurant?
|
<gadget id="calculator"> 14 / 100 </gadget>
<output> 7/50 </output>
<gadget id="calculator"> 1 - ( 1 / 20 )</gadget>
<output> 19/20 </output>
<gadget id="calculator"> 28.75 * ( 19 / 20 )</gadget>
<output> 27.3125 </output>
<result> 27.3125 </result>
|
ape210k__00334663
|
Now two teams are competing from a certain place to a stadium 9 kilometers away at the same time, but there is only one car to pick them up, and only one team can take them at a time. It is known that the walking speed of the team members is 6 km/h; the speed of the car is 27 km/h when it is fully loaded, and the speed when it is empty is 36 km/h. May I ask: How many minutes after the start of the game will the two teams start? (Both teams can start.)
|
<gadget id="calculator">1_935 / 46</gadget>
<output>1_935/46 = around 42.065217</output>
<result>1_935/46 = around 42.065217</result>
|
1_935/46
|
ape210k
|
Now two teams are competing from a certain place to a stadium 81 kilometers away at the same time, but there is only one car to pick them up, and only one team can take them at a time. It is known that the walking speed of the team members is 92 km/h; the speed of the car is 443 km/h when it is fully loaded, and the speed when it is empty is 426 km/h. May I ask: How many minutes after the start of the game will the two teams start? (Both teams can start.)
|
<gadget id="calculator"> 1935 / 46 </gadget>
<output> 1_935/46 </output>
<result> 1_935/46 </result>
|
gsm8k__ZvSrbfsMunleW64B
|
Meadow has a business that sells baby diapers to her local townspeople. She orders 30 boxes of diapers containing 40 packs weekly, with each pack having 160 diapers. She sells each diaper for $5. How much money is Meadow making from selling all her diapers?
|
When she orders 30 boxes, the total number of packs in the boxes is 30*40 =
<gadget id="calculator">30*40</gadget>
<output>1_200</output>
1200 packs.
If a pack has 160 diapers, 1200 packs contain 1200*160 =
<gadget id="calculator">1200*160</gadget>
<output>192_000</output>
192000 diapers.
After selling all the diapers, Meadow gets 192000*$5 = $
<gadget id="calculator">192000*5</gadget>
<output>960_000</output>
960000.
<result>960_000</result>
|
960_000
|
gsm8k
|
Meadow has a business that sells baby diapers to her local townspeople. She orders 30 boxes of diapers containing 40 packs weekly, with each pack having 160 diapers. She sells each diaper for $ 5 . How much money is Meadow making from selling all her diapers?
|
When she orders 30 boxes, the total number of packs in the boxes is 30 * 40 =
<gadget id="calculator"> 30 * 40 </gadget>
<output> 1200 </output> 1200 packs.
If a pack has 160 diapers, 1200 packs contain 1200 * 160 =
<gadget id="calculator"> 1200 * 160 </gadget>
<output> 192000 </output> 192000 diapers.
After selling all the diapers, Meadow gets 192000 *$ 5 = $
<gadget id="calculator"> 192000 * 5 </gadget>
<output> 960000 </output> 960000 .
<result> 960000 </result>
|
gsm8k__ADVleoO7AwKEMtIe
|
Mitch has saved $20000 to finance his boating hobby. A new boat costs $1500 per foot in length. If Mitch needs to keep $500 for a license and registration, and three times that amount for docking fees, how many feet is the longest boat he can buy?
|
Mitch needs to keep 500 * 3 =
<gadget id="calculator">500*3</gadget>
<output>1_500</output>
1500 for docking fees.
Thus, he needs to keep 500 + 3 * 500 = $
<gadget id="calculator">500+3*500</gadget>
<output>2_000</output>
2000 for license, registration, and docking fees.
He has 20000 - 2000 = $
<gadget id="calculator">20000-2000</gadget>
<output>18_000</output>
18000 left to spend on a boat.
Therefore, the longest boat he can buy is 18000 / 1500 =
<gadget id="calculator">18000/1500</gadget>
<output>12</output>
12 feet long.
<result>12</result>
|
12
|
gsm8k
|
Mitch has saved $ 88375 to finance his boating hobby. A new boat costs $ 4846 per foot in length. If Mitch needs to keep $ 8806 for a license and registration, and three times that amount for docking fees, how many feet is the longest boat he can buy?
|
Mitch needs to keep 8806 * 3 =
<gadget id="calculator"> 8806 * 3 </gadget>
<output> 26_418 </output> 26_418 for docking fees.
Thus, he needs to keep 8806 + 3 * 8806 = $
<gadget id="calculator"> 8806 + 3 * 8806 </gadget>
<output> 35_224 </output> 35_224 for license, registration, and docking fees.
He has 88375 - 35_224 = $
<gadget id="calculator"> 88375 - 35_224 </gadget>
<output> 53_151 </output> 53_151 left to spend on a boat.
Therefore, the longest boat he can buy is 53_151 / 26_418 =
<gadget id="calculator"> 53_151 / 26_418 </gadget>
<output> 2_531/1_258 </output> 2_531/1_258 feet long.
<result> 2_531/1_258 </result>
|
ape210k__00531531
|
There are 2 line segments of 2 cm, 3 cm, and 4 cm each. If any three line segments are selected to form a triangle, what is the possibility of an isosceles triangle?
|
<gadget id="calculator">5 / 6</gadget>
<output>5/6 = around 0.833333</output>
<result>5/6 = around 0.833333</result>
|
5/6
|
ape210k
|
There are 50 line segments of 50 cm, 93 cm, and 93 cm each. If any three line segments are selected to form a triangle, what is the possibility of an isosceles triangle?
|
<gadget id="calculator"> 5 / 6 </gadget>
<output> 5/6 </output>
<result> 5/6 </result>
|
ape210k__00953441
|
Put 4kg of fruit candy in 6 bags on average, how much is each bag of fruit candy in kg.
|
<gadget id="calculator">4 / 6</gadget>
<output>2/3 = around 0.666667</output>
<result>2/3 = around 0.666667</result>
|
2/3
|
ape210k
|
Put 66 kg of fruit candy in 71 bags on average, how much is each bag of fruit candy in kg.
|
<gadget id="calculator"> 66 / 71 </gadget>
<output> 66/71 </output>
<result> 66/71 </result>
|
ape210k__00776617
|
The length of a rectangle is 16cm, and the width is 1/8 of the length. What is the area of the rectangle?
|
<gadget id="calculator">1 / 8</gadget>
<output>1/8 = around 0.125</output>
<gadget id="calculator">16 * (1/8)</gadget>
<output>2</output>
<gadget id="calculator">16 * 2</gadget>
<output>32</output>
<result>32</result>
|
32
|
ape210k
|
The length of a rectangle is 320 cm, and the width is 67 / 44 of the length. What is the area of the rectangle?
|
<gadget id="calculator"> 67 / 44 </gadget>
<output> 67/44 </output>
<gadget id="calculator"> 320 * ( 67 / 44 )</gadget>
<output> 5_360/11 </output>
<gadget id="calculator"> 320 * 5_360/11 </gadget>
<output> 1_715_200/11 </output>
<result> 1_715_200/11 </result>
|
math_qa__Sd2B7yObfIJoCVU0
|
Excluding stoppages, the speed of a train is 30 kmph and including stoppages it is 21 kmph. Of how many minutes does the train stop per hour?
Choose the correct choice from the following answers
A) 16
B) 17
C) 12
D) 15
E) 18
|
<gadget id="calculator">21 / 30</gadget>
<output>7/10 = around 0.7</output>
<gadget id="calculator">60 * (7/10)</gadget>
<output>42</output>
<gadget id="calculator">60 - 42</gadget>
<output>18</output>
<result>E</result>
|
E
|
math_qa
|
Excluding stoppages, the speed of a train is 776 kmph and including stoppages it is 651 kmph. Of how many minutes does the train stop per hour?
Choose the correct choice from the following answers
A) 164 B) 24 C) 29 D) 912 E) 18
|
<gadget id="calculator"> 651 / 776 </gadget>
<output> 651/776 </output>
<gadget id="calculator"> 60 * ( 7 / 10 )</gadget>
<output> 42 </output>
<gadget id="calculator"> 60 - 42 </gadget>
<output> 18 </output>
<result>E</result>
|
ape210k__00476254
|
A small river with a length of 600 meters is planted with trees on both sides, and one tree is planted every 6 meters, and both ends are planted. How many trees will be planted in total?
|
<gadget id="calculator">600 / 6</gadget>
<output>100</output>
<gadget id="calculator">100 + 1</gadget>
<output>101</output>
<gadget id="calculator">101 * 2</gadget>
<output>202</output>
<result>202</result>
|
202
|
ape210k
|
A small river with a length of 2044 meters is planted with trees on both sides, and one tree is planted every 58 meters, and both ends are planted. How many trees will be planted in total?
|
<gadget id="calculator"> 2044 / 58 </gadget>
<output> 1_022/29 </output>
<gadget id="calculator"> 1_022/29 + 1 </gadget>
<output> 1_051/29 </output>
<gadget id="calculator"> 1_051/29 * 2 </gadget>
<output> 2_102/29 </output>
<result> 2_102/29 </result>
|
ape210k__00810307
|
Car A and car B leave from A and B, which are 420 kilometers apart, at the same time. After 2 hours, car A has traveled (1/4) of the whole journey, and car B has traveled (1/3) of the whole distance. At this time How many miles are the two cars apart?
|
<gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">1 - (1/3) - (1/4)</gadget>
<output>5/12 = around 0.416667</output>
<gadget id="calculator">420 * (5/12)</gadget>
<output>175</output>
<result>175</result>
|
175
|
ape210k
|
Car A and car B leave from A and B, which are 5554 kilometers apart, at the same time. After 31 hours, car A has traveled ( 73 / 75 ) of the whole journey, and car B has traveled ( 73 / 92 ) of the whole distance. At this time How many miles are the two cars apart?
|
<gadget id="calculator"> 73 / 92 </gadget>
<output> 73/92 </output>
<gadget id="calculator"> 73 / 75 </gadget>
<output> 73/75 </output>
<gadget id="calculator"> 73 - ( 73 / 92 ) - ( 73 / 75 )</gadget>
<output> 491_509/6_900 </output>
<gadget id="calculator"> 5554 * ( 5 / 12 )</gadget>
<output> 13_885/6 </output>
<result> 13_885/6 </result>
|
math_qa__HE0FQ8C1XV7Q3Itp
|
A grocer purchased a quantity of bananas at 3 pounds for $0.50 and sold the entire quantity at 4 pounds for $1.00. How many pounds did the grocer purchase if the profit from selling the bananas was $9.00? Choose the correct choice: A) 40 B) 60 C) 90 D) 120 E) 108
|
<gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">0.5 / 3</gadget>
<output>0.166667</output>
<gadget id="calculator">(1/4) - 0.166667</gadget>
<output>0.083333</output>
<gadget id="calculator">9 / 0.083333</gadget>
<output>108.000432</output>
<result>E</result>
|
E
|
math_qa
|
A grocer purchased a quantity of bananas at 87 pounds for $ 18.91 and sold the entire quantity at 49 pounds for $ 67.94 . How many pounds did the grocer purchase if the profit from selling the bananas was $ 32.13 ? Choose the correct choice: A) 336 B) 529 C) 597 D) 3155 E) 613.873542
|
<gadget id="calculator"> 1 / 49 </gadget>
<output> 1/49 </output>
<gadget id="calculator"> 0.5 / 87 </gadget>
<output> 0.005747 </output>
<gadget id="calculator">( 1 / 49 ) - 0.005747 </gadget>
<output> 0.014661 </output>
<gadget id="calculator"> 9 / 0.014661 </gadget>
<output> 613.873542 </output>
<result>E</result>
|
ape210k__00550745
|
Take a rectangular wooden board with a length of 26dm, cut off a square with a side length of 3dm at the four corners, and make it into a rectangular open container with a volume of 840dm**2. What is the original width of this wooden board in decimeters?
|
<gadget id="calculator">3 * 2</gadget>
<output>6</output>
<gadget id="calculator">26 - 6</gadget>
<output>20</output>
<gadget id="calculator">840 / 3 / 20</gadget>
<output>14</output>
<gadget id="calculator">14 + 6</gadget>
<output>20</output>
<result>20</result>
|
20
|
ape210k
|
Take a rectangular wooden board with a length of 8 dm, cut off a square with a side length of 1 dm at the four corners, and make it into a rectangular open container with a volume of 19 dm** 1 . What is the original width of this wooden board in decimeters?
|
<gadget id="calculator"> 1 * 1 </gadget>
<output> 1 </output>
<gadget id="calculator"> 8 - 1 </gadget>
<output> 7 </output>
<gadget id="calculator"> 19 / 1 / 7 </gadget>
<output> 19/7 </output>
<gadget id="calculator"> 19/7 + 1 </gadget>
<output> 26/7 </output>
<result> 26/7 </result>
|
ape210k__00320977
|
Car A and Car B drive from opposite sides at the same time. Car A travels 50 kilometers per hour. After 3 hours, it has passed the midpoint of 30 kilometers. At this time, car A and car B are still 6 kilometers apart. Ask for car B. How many kilometers per hour?
|
<gadget id="calculator">50 * 3</gadget>
<output>150</output>
<gadget id="calculator">30 * 2</gadget>
<output>60</output>
<gadget id="calculator">150 - 60 - 6</gadget>
<output>84</output>
<gadget id="calculator">84 / 3</gadget>
<output>28</output>
<result>28</result>
|
28
|
ape210k
|
Car A and Car B drive from opposite sides at the same time. Car A travels 488 kilometers per hour. After 28 hours, it has passed the midpoint of 457 kilometers. At this time, car A and car B are still 10 kilometers apart. Ask for car B. How many kilometers per hour?
|
<gadget id="calculator"> 488 * 28 </gadget>
<output> 13_664 </output>
<gadget id="calculator"> 457 * 2 </gadget>
<output> 914 </output>
<gadget id="calculator"> 13_664 - 914 - 10 </gadget>
<output> 12_740 </output>
<gadget id="calculator"> 12_740 / 455 </gadget>
<output> 455 </output>
<result> 455 </result>
|
ape210k__00213760
|
If the sum of the two-digit numbers \overline{ab} and \overline{cd} is 79, what is the maximum value of a*b*c*d?
|
<gadget id="calculator">3 * 4 * 4 * 5</gadget>
<output>240</output>
<result>240</result>
|
240
|
ape210k
|
If the sum of the two-digit numbers \overline{ab} and \overline{cd} is 379 , what is the maximum value of a*b*c*d?
|
<gadget id="calculator"> 3 * 4 * 4 * 5 </gadget>
<output> 240 </output>
<result> 240 </result>
|
ape210k__00590188
|
On the way to learn the Buddhist scriptures, the Tang monk and his disciples bought a big watermelon because they were thirsty. Wukong divided the watermelon into 4 pieces on average, 1 piece per person. At this time, Bajie was fighting for 2 yuan, and Wukong divided the 1 yuan given to Bajie into 2 pieces on average, and gave it to Bajie. Bajie was really happy. Do you think Bajie eats more watermelons?
|
<gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<result>1/4 = around 0.25</result>
|
1/4
|
ape210k
|
On the way to learn the Buddhist scriptures, the Tang monk and his disciples bought a big watermelon because they were thirsty. Wukong divided the watermelon into 52 pieces on average, 67 piece per person. At this time, Bajie was fighting for 100 yuan, and Wukong divided the 67 yuan given to Bajie into 100 pieces on average, and gave it to Bajie. Bajie was really happy. Do you think Bajie eats more watermelons?
|
<gadget id="calculator"> 67 / 52 </gadget>
<output> 67/52 </output>
<result> 67/52 </result>
|
ape210k__00041325
|
(x) represents the integer part of the number x, for example (6.28)=6, if x=9.42, then (x)+(2x)+(3x)=how much.
|
<gadget id="calculator">9 + 18 + 28</gadget>
<output>55</output>
<result>55</result>
|
55
|
ape210k
|
(x) represents the integer part of the number x, for example ( 51.33 )= 75 , if x= 64.81 , then (x)+( 55 x)+( 57 x)=how much.
|
<gadget id="calculator"> 9 + 18 + 28 </gadget>
<output> 55 </output>
<result> 55 </result>
|
ape210k__00651159
|
Xiaoxiao's home is 500 meters away from school. He goes back and forth between home and school twice a day. How many kilometers does he travel every day?
|
<gadget id="calculator">2 / 1_000</gadget>
<output>1/500 = around 0.002</output>
<gadget id="calculator">500 * 2 * (1/500)</gadget>
<output>2</output>
<result>2</result>
|
2
|
ape210k
|
Xiaoxiao's home is 2083 meters away from school. He goes back and forth between home and school twice a day. How many kilometers does he travel every day?
|
<gadget id="calculator"> 2 / 1000 </gadget>
<output> 1/500 </output>
<gadget id="calculator"> 2083 * 2 * ( 1 / 2083 )</gadget>
<output> 2 </output>
<result> 2 </result>
|
ape210k__00593935
|
Calculate with a simple method: 75*(3/4)+0.75*26-(3/4).
|
<gadget id="calculator">3 / 4</gadget>
<output>3/4 = around 0.75</output>
<gadget id="calculator">75 * (3/4)</gadget>
<output>225/4 = around 56.25</output>
<gadget id="calculator">0.75 * 26</gadget>
<output>19.5</output>
<gadget id="calculator">19.5 - (3/4)</gadget>
<output>18.75</output>
<gadget id="calculator">(225/4) + 18.75</gadget>
<output>75</output>
<result>75</result>
|
75
|
ape210k
|
Calculate with a simple method: 497 *( 68 / 16 )+ 17.9 * 526 -( 68 / 16 ).
|
<gadget id="calculator"> 68 / 16 </gadget>
<output> 17/4 </output>
<gadget id="calculator"> 497 * ( 68 / 16 )</gadget>
<output> 8_449/4 </output>
<gadget id="calculator"> 17.9 * 526 </gadget>
<output> 9415.4 </output>
<gadget id="calculator"> 9415.4 - ( 68 / 16 )</gadget>
<output> 9411.15 </output>
<gadget id="calculator">( 225 / 16 ) + 9411.15 </gadget>
<output> 9425.2125 </output>
<result> 9425.2125 </result>
|
ape210k__00392236
|
How many times does it take to saw a 192 cm long wooden bar into 16 cm long pieces?
|
<gadget id="calculator">192 / 16</gadget>
<output>12</output>
<gadget id="calculator">12 - 1</gadget>
<output>11</output>
<result>11</result>
|
11
|
ape210k
|
How many times does it take to saw a 2512 cm long wooden bar into 121 cm long pieces?
|
<gadget id="calculator"> 2512 / 121 </gadget>
<output> 2_512/121 </output>
<gadget id="calculator"> 2_512/121 - 1 </gadget>
<output> 2_391/121 </output>
<result> 2_391/121 </result>
|
ape210k__01195669
|
Xiaohong's domestic chickens account for 2/9 of the total number of chickens, and what percentage of the total number of chickens is the hen?
|
<gadget id="calculator">2 / 9</gadget>
<output>2/9 = around 0.222222</output>
<gadget id="calculator">1 - (2/9)</gadget>
<output>7/9 = around 0.777778</output>
<result>7/9 = around 0.777778</result>
|
7/9
|
ape210k
|
Xiaohong's domestic chickens account for 19 / 19 of the total number of chickens, and what percentage of the total number of chickens is the hen?
|
<gadget id="calculator"> 19 / 19 </gadget>
<output> 1 </output>
<gadget id="calculator"> 1 - ( 19 / 19 )</gadget>
<output> 0 </output>
<result> 0 </result>
|
gsm8k__tS0zvX3NNIzFk6bj
|
Sam the butcher made sausage by grinding up 10 pounds of spicy meat mix, loading it into a tube casing, and creating a string of 40 sausage links. Then, she hung up the string of sausage links in her cooler. Later that evening, Brandy, Sam’s Golden Retriever, broke into the cooler and ate 12 links of sausage. After Brandy’s feast, how many ounces of sausage meat were contained in the remaining links?
|
There are 16 ounces in one pound, and thus in 10 pounds of meat mix there are 10*16=
<gadget id="calculator">10*16</gadget>
<output>160</output>
160 ounces of sausage meat.
Thus, the 40 sausage links contained 160 ounces of meat, or 160/40=
<gadget id="calculator">160/40</gadget>
<output>4</output>
4 ounces per link.
If Brandy ate 12 links, then 40-12=
<gadget id="calculator">40-12</gadget>
<output>28</output>
28 links remained.
Thus, 28 remaining links, at 4 ounces per link, contained 28*4=
<gadget id="calculator">28*4</gadget>
<output>112</output>
112 ounces of meat.
<result>112</result>
|
112
|
gsm8k
|
Sam the butcher made sausage by grinding up 911 pounds of spicy meat mix, loading it into a tube casing, and creating a string of 291 sausage links. Then, she hung up the string of sausage links in her cooler. Later that evening, Brandy, Sam’s Golden Retriever, broke into the cooler and ate 221 links of sausage. After Brandy’s feast, how many ounces of sausage meat were contained in the remaining links?
|
There are 16 ounces in one pound, and thus in 911 pounds of meat mix there are 911 * 16 =
<gadget id="calculator"> 911 * 16 </gadget>
<output> 14_576 </output> 14_576 ounces of sausage meat.
Thus, the 291 sausage links contained 14_576 ounces of meat, or 14_576 / 291 =
<gadget id="calculator"> 14_576 / 291 </gadget>
<output> 14_576/291 </output> 14_576/291 ounces per link.
If Brandy ate 221 links, then 291 - 221 =
<gadget id="calculator"> 291 - 221 </gadget>
<output> 70 </output> 70 links remained.
Thus, 70 remaining links, at 14_576/291 ounces per link, contained 70 * 14_576/291 =
<gadget id="calculator"> 70 * 14_576/291 </gadget>
<output> 1_020_320/291 </output> 1_020_320/291 ounces of meat.
<result> 1_020_320/291 </result>
|
ape210k__00351213
|
The breeding group raised 28 hens, and the number of chicks was 4 times that of the hens. How many chicks and hens did they raise together?
|
<gadget id="calculator">28 * 4</gadget>
<output>112</output>
<gadget id="calculator">28 + 112</gadget>
<output>140</output>
<result>140</result>
|
140
|
ape210k
|
The breeding group raised 493 hens, and the number of chicks was 74 times that of the hens. How many chicks and hens did they raise together?
|
<gadget id="calculator"> 493 * 74 </gadget>
<output> 36_482 </output>
<gadget id="calculator"> 493 + 36_482 </gadget>
<output> 36_975 </output>
<result> 36_975 </result>
|
ape210k__00258150
|
1+2+3+4+...+1999.
|
<gadget id="calculator">1 + 1_999</gadget>
<output>2_000</output>
<gadget id="calculator">1_999 / 2</gadget>
<output>1_999/2 = around 999.5</output>
<gadget id="calculator">2_000 * (1_999/2)</gadget>
<output>1_999_000</output>
<result>1_999_000</result>
|
1_999_000
|
ape210k
|
40 + 73 + 58 + 44 +...+ 49455 .
|
<gadget id="calculator"> 40 + 49455 </gadget>
<output> 49_495 </output>
<gadget id="calculator"> 49455 / 73 </gadget>
<output> 49_455/73 </output>
<gadget id="calculator"> 49_495 * ( 49455 / 73 )</gadget>
<output> 2_447_775_225/73 </output>
<result> 2_447_775_225/73 </result>
|
ape210k__00139423
|
A canteen originally used an average of 42 tons of coal per month. After improving the stove, the original annual coal consumption can now be used for 2 more months. How many tons of coal is the average monthly consumption now?
|
<gadget id="calculator">12 + 2</gadget>
<output>14</output>
<gadget id="calculator">12 / 14</gadget>
<output>6/7 = around 0.857143</output>
<gadget id="calculator">42 * (6/7)</gadget>
<output>36</output>
<result>36</result>
|
36
|
ape210k
|
A canteen originally used an average of 487 tons of coal per month. After improving the stove, the original annual coal consumption can now be used for 93 more months. How many tons of coal is the average monthly consumption now?
|
<gadget id="calculator"> 12 + 93 </gadget>
<output> 105 </output>
<gadget id="calculator"> 12 / 105 </gadget>
<output> 4/35 </output>
<gadget id="calculator"> 487 * ( 6 / 7 )</gadget>
<output> 2_922/7 </output>
<result> 2_922/7 </result>
|
ape210k__00433938
|
Zeng Guanglong can read a storybook in 12 days, while Luo Qiqi can finish it in 2 days longer than Zeng Guanglong. Zeng Guanglong can read 4 pages more than Luo Qiqi every day. How many pages does this storybook have?
|
<gadget id="calculator">1 / 12</gadget>
<output>1/12 = around 0.083333</output>
<gadget id="calculator">12 + 2</gadget>
<output>14</output>
<gadget id="calculator">1 / 14</gadget>
<output>1/14 = around 0.071429</output>
<gadget id="calculator">(1/12) - (1/14)</gadget>
<output>1/84 = around 0.011905</output>
<gadget id="calculator">4 / (1/84)</gadget>
<output>336</output>
<result>336</result>
|
336
|
ape210k
|
Zeng Guanglong can read a storybook in 854 days, while Luo Qiqi can finish it in 78 days longer than Zeng Guanglong. Zeng Guanglong can read 17 pages more than Luo Qiqi every day. How many pages does this storybook have?
|
<gadget id="calculator"> 1 / 854 </gadget>
<output> 1/854 </output>
<gadget id="calculator"> 854 + 78 </gadget>
<output> 932 </output>
<gadget id="calculator"> 1 / 932 </gadget>
<output> 1/932 </output>
<gadget id="calculator">( 1 / 854 ) - ( 1 / 932 )</gadget>
<output> 39/397_964 </output>
<gadget id="calculator"> 17 / ( 1 / 84 )</gadget>
<output> 1_428 </output>
<result> 1_428 </result>
|
ape210k__01126865
|
How easy and how to calculate: 201*36-36.
|
<gadget id="calculator">201 * 36</gadget>
<output>7_236</output>
<gadget id="calculator">7_236 - 36</gadget>
<output>7_200</output>
<result>7_200</result>
|
7_200
|
ape210k
|
How easy and how to calculate: 2958 * 25 - 25 .
|
<gadget id="calculator"> 2958 * 25 </gadget>
<output> 73_950 </output>
<gadget id="calculator"> 73_950 - 25 </gadget>
<output> 73_925 </output>
<result> 73_925 </result>
|
ape210k__00565568
|
The ratio of the number of people in class A to class B is 2:3, if there are 40 people in class A, how many people are there in class B?
|
<gadget id="calculator">40 / 2</gadget>
<output>20</output>
<gadget id="calculator">20 * 3</gadget>
<output>60</output>
<result>60</result>
|
60
|
ape210k
|
The ratio of the number of people in class A to class B is 68 : 41 , if there are 392 people in class A, how many people are there in class B?
|
<gadget id="calculator"> 392 / 68 </gadget>
<output> 98/17 </output>
<gadget id="calculator"> 98/17 * 41 </gadget>
<output> 4_018/17 </output>
<result> 4_018/17 </result>
|
ape210k__00783521
|
A rectangle has a length of 8 cm and a width of 3 cm less than its length. What is the perimeter of the rectangle in cm?
|
<gadget id="calculator">8 - 3</gadget>
<output>5</output>
<gadget id="calculator">8 + 5</gadget>
<output>13</output>
<gadget id="calculator">13 * 2</gadget>
<output>26</output>
<result>26</result>
|
26
|
ape210k
|
A rectangle has a length of 33 cm and a width of 12 cm less than its length. What is the perimeter of the rectangle in cm?
|
<gadget id="calculator"> 33 - 12 </gadget>
<output> 21 </output>
<gadget id="calculator"> 33 + 21 </gadget>
<output> 54 </output>
<gadget id="calculator"> 54 * 2 </gadget>
<output> 108 </output>
<result> 108 </result>
|
ape210k__00848169
|
The supermarket sells 40 bottles of mineral water every day, how many bottles can be sold in April?
|
<gadget id="calculator">40 * 30</gadget>
<output>1_200</output>
<result>1_200</result>
|
1_200
|
ape210k
|
The supermarket sells 118 bottles of mineral water every day, how many bottles can be sold in April?
|
<gadget id="calculator"> 118 * 30 </gadget>
<output> 3_540 </output>
<result> 3_540 </result>
|
math_qa__cJy0XIEjIwg77FRk
|
A trader sells 66 meters of cloth for Rs. 660 at the profit of Rs. 5 per metre of cloth. What is the cost price of one metre of cloth? Choose the correct choice from the following choices: A) 26 B) 88 C) 90 D) 42 E) 5
|
<gadget id="calculator">660 / 66</gadget>
<output>10</output>
<gadget id="calculator">10 - 5</gadget>
<output>5</output>
<result>E</result>
|
E
|
math_qa
|
A trader sells 92 meters of cloth for Rs. 2527 at the profit of Rs. 1_791/92 per metre of cloth. What is the cost price of one metre of cloth? Choose the correct choice from the following choices: A) 976 B) 411_791/92 C) 695 D) 174 E) 1_791/92
|
<gadget id="calculator"> 2527 / 92 </gadget>
<output> 2_527/92 </output>
<gadget id="calculator"> 2_527/92 - 1_791/92 </gadget>
<output> 1_791/92 </output>
<result>E</result>
|
ape210k__00319329
|
It is known that □/☆=△, △*☆+□=150. Then □=how much.
|
<gadget id="calculator">150 / 2</gadget>
<output>75</output>
<result>75</result>
|
75
|
ape210k
|
It is known that □/☆=△, △*☆+□= 5330 . Then □=how much.
|
<gadget id="calculator"> 5330 / 2 </gadget>
<output> 2_665 </output>
<result> 2_665 </result>
|
ape210k__00121679
|
(9/(()))=0.75=((())/8)=3/how many=((())/24).
|
<result>4</result>
|
4
|
ape210k
|
( 400 /(()))= 4.91 =((())/ 8 )= 39 /how many=((())/ 400 ).
|
<result> 4 </result>
|
ape210k__00447707
|
The fifth-grade students walked to the spring outing. They walked 3.45 kilometers in the first hour and 4.55 kilometers in the second hour. The distance traveled in two hours is exactly half of the whole journey. How many kilometers is the whole journey?
|
<gadget id="calculator">3.45 + 4.55</gadget>
<output>8</output>
<gadget id="calculator">8 * 2</gadget>
<output>16</output>
<result>16</result>
|
16
|
ape210k
|
The fifth-grade students walked to the spring outing. They walked 13.4 kilometers in the first hour and 19.52 kilometers in the second hour. The distance traveled in two hours is exactly half of the whole journey. How many kilometers is the whole journey?
|
<gadget id="calculator"> 13.4 + 19.52 </gadget>
<output> 32.92 </output>
<gadget id="calculator"> 32.92 * 2 </gadget>
<output> 65.84 </output>
<result> 65.84 </result>
|
ape210k__00275234
|
The ratio of the three interior angles in a triangle is 1:2:6, what is the largest angle in this triangle?
|
<gadget id="calculator">1 + 2 + 6</gadget>
<output>9</output>
<gadget id="calculator">6 / 9</gadget>
<output>2/3 = around 0.666667</output>
<gadget id="calculator">180 * (2/3)</gadget>
<output>120</output>
<result>120</result>
|
120
|
ape210k
|
The ratio of the three interior angles in a triangle is 77 : 76 : 31 , what is the largest angle in this triangle?
|
<gadget id="calculator"> 77 + 76 + 31 </gadget>
<output> 184 </output>
<gadget id="calculator"> 31 / 184 </gadget>
<output> 31/184 </output>
<gadget id="calculator"> 180 * ( 76 / 3 )</gadget>
<output> 4_560 </output>
<result> 4_560 </result>
|
ape210k__00592100
|
My mother's monthly salary is 2,500 yuan, and her monthly salary is exactly 10,000 yuan.
|
<gadget id="calculator">10_000 / 2_500</gadget>
<output>4</output>
<result>4</result>
|
4
|
ape210k
|
My mother's monthly salary is 32 , 9089 yuan, and her monthly salary is exactly 668 , 2058 yuan.
|
<gadget id="calculator"> 10000 / 2500 </gadget>
<output> 4 </output>
<result> 4 </result>
|
math_qa__V0ahqBQ6jg7Blv8P
|
Product of two natural numbers is 11. Then, the sum of reciprocals of their squares is Choose the correct choice
A) 290 / 289 B) 122 / 121 C) 290 / 90 D) 290 / 19 E) none of these
|
<gadget id="calculator">1 / 1</gadget>
<output>1</output>
<gadget id="calculator">1 ** 2</gadget>
<output>1</output>
<gadget id="calculator">1 / 11</gadget>
<output>1/11 = around 0.090909</output>
<gadget id="calculator">(1/11) ** 2</gadget>
<output>1/121 = around 0.008264</output>
<gadget id="calculator">1 + (1/121)</gadget>
<output>122/121 = around 1.008264</output>
<result>B</result>
|
B
|
math_qa
|
Product of two natural numbers is 5 . Then, the sum of reciprocals of their squares is Choose the correct choice
A) 27 / 53 B) 12/11 C) 27 / 9 D) 27 / 3 E) none of these
|
<gadget id="calculator"> 1 / 1 </gadget>
<output> 1 </output>
<gadget id="calculator"> 1 ** 2 </gadget>
<output> 1 </output>
<gadget id="calculator"> 1 / 5 </gadget>
<output> 1/5 </output>
<gadget id="calculator">( 1 / 5 ) ** 2 </gadget>
<output> 1 / 11 = around 0.008264 </output>
<gadget id="calculator"> 1 + ( 1 / 11 )</gadget>
<output> 12/11 </output>
<result>B</result>
|
ape210k__00401834
|
Jimei tosses a coin 9 times, 5 times the coin comes up heads, what is the probability of tails coming up when he tosses the coin for the 10th time?
|
<gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<result>1/2 = around 0.5</result>
|
1/2
|
ape210k
|
Jimei tosses a coin 48 times, 70 times the coin comes up heads, what is the probability of tails coming up when he tosses the coin for the 173 th time?
|
<gadget id="calculator"> 1 / 2 </gadget>
<output> 1/2 </output>
<result> 1/2 </result>
|
ape210k__00546247
|
There are 50 students in Class 1, and one day 2 people ask for leave. What is the attendance rate of Class 1 on this day?
|
<gadget id="calculator">50 - 2</gadget>
<output>48</output>
<gadget id="calculator">48 / 50</gadget>
<output>24/25 = around 0.96</output>
<gadget id="calculator">100 / 100</gadget>
<output>1</output>
<gadget id="calculator">(24/25) * 1</gadget>
<output>24/25 = around 0.96</output>
<result>24/25 = around 0.96</result>
|
24/25
|
ape210k
|
There are 934 students in Class 6 , and one day 58 people ask for leave. What is the attendance rate of Class 6 on this day?
|
<gadget id="calculator"> 934 - 58 </gadget>
<output> 876 </output>
<gadget id="calculator"> 876 / 934 </gadget>
<output> 438/467 </output>
<gadget id="calculator"> 100 / 100 </gadget>
<output> 1 </output>
<gadget id="calculator">( 24 / 25 ) * 1 </gadget>
<output> 24/25 </output>
<result> 24/25 </result>
|
ape210k__00542163
|
The number A is a, which is 10% smaller than the number B, then what is the number B?
|
<gadget id="calculator">10 / 9</gadget>
<output>10/9 = around 1.111111</output>
<result>10/9 = around 1.111111</result>
|
10/9
|
ape210k
|
The number A is a, which is 2 % smaller than the number B, then what is the number B?
|
<gadget id="calculator"> 2 / 9 </gadget>
<output> 2/9 </output>
<result> 2/9 </result>
|
ape210k__00232761
|
The area of a parallelogram is 7.5 square decimeters, how many decimeters is the base, and its height is 2.5 decimeters.
|
<gadget id="calculator">7.5 / 2.5</gadget>
<output>3</output>
<result>3</result>
|
3
|
ape210k
|
The area of a parallelogram is 18.92 square decimeters, how many decimeters is the base, and its height is 72.35 decimeters.
|
<gadget id="calculator"> 18.92 / 72.35 </gadget>
<output> 0.261507 </output>
<result> 0.261507 </result>
|
ape210k__00809063
|
An ostrich runs 40 kilometers per hour, a rabbit runs 1.4 times the distance per hour, and an antelope runs 1.2 times the distance per hour, how many kilometers does the antelope run per hour?
|
<gadget id="calculator">40 * 1.4 * 1.2</gadget>
<output>67.2</output>
<result>67.2</result>
|
67.2
|
ape210k
|
An ostrich runs 5 kilometers per hour, a rabbit runs 2.86 times the distance per hour, and an antelope runs 23.52 times the distance per hour, how many kilometers does the antelope run per hour?
|
<gadget id="calculator"> 5 * 2.86 * 23.52 </gadget>
<output> 336.336 </output>
<result> 336.336 </result>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.