id stringlengths 17 26 | question stringlengths 7 712 | chain stringlengths 18 2.56k | result stringlengths 1 19 | source stringclasses 1
value |
|---|---|---|---|---|
math_qa__1uteEP57XEmGr94s | The average of 10 numbers was calculated as 19. It is discovered later on that while calculating the average, one number, namely 76, was incorrectly read as 26. What is the correct average? Choose the correct answer
A) 21 B) 22 C) 23 D) 24 E) 25 | <gadget id="calculator">10 * 19</gadget>
<output>190</output>
<gadget id="calculator">76 - 26</gadget>
<output>50</output>
<gadget id="calculator">190 + 50</gadget>
<output>240</output>
<gadget id="calculator">240 / 10</gadget>
<output>24</output>
<result>D</result> | D | calc |
ape210k__01091189 | Great bargain for home appliances during the festival, the price of the refrigerator is reduced by 388 yuan, and the price of all samples is reduced by 112 yuan. The original price of a refrigerator sample is 3234 yuan, how much is the current price? | <gadget id="calculator">3_234 - 388 - 112</gadget>
<output>2_734</output>
<result>2_734</result> | 2_734 | calc |
ape210k__00254912 | (2/(2*4))+(2/(4*6))+(2/(6*8))+(2/(8*10)). | <gadget id="calculator">2 * 4</gadget>
<output>8</output>
<gadget id="calculator">2 / 8</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">4 * 6</gadget>
<output>24</output>
<gadget id="calculator">2 / 24</gadget>
<output>1/12 = around 0.083333</output>
<gadget id="calculator">6 * 8</gadget>
<outpu... | 2/5 | calc |
ape210k__00551263 | In 2003, the area of afforestation completed in my country increased by 17.3% compared with that in 2002. What is the area of afforestation completed in 2003? | <gadget id="calculator">17.3 / 100</gadget>
<output>0.173</output>
<gadget id="calculator">1 + 0.173</gadget>
<output>1.173</output>
<result>1.173</result> | 1.173 | calc |
ape210k__00670687 | Xiaoming spends about 1.5 hours online on Sunday, which is 1/4 more than usual. How many hours do you usually spend online every day? | <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">1.5 / (5/4)</gadget>
<output>1.2</output>
<result>1.2</result> | 1.2 | calc |
aqua_rat__a6M6IJBBfyNCSjEZ | Jack, Jill, and Sandy each have one try to make a basket from half court. If their individual probabilities of making the basket are 1/6, 1/7, and 1/8 respectively, what is the probability that all three will miss? Select.
A) 3/8
B) 5/8
C) 7/16
D) 9/16
E) 23/32 | The probability that all three will miss is 5/6*6/7*7/8=5/8. The answer is 5/8.
<result>B</result> | B | calc |
ape210k__00073324 | There are 15 pots of orchids in the school botanical garden, which are lantern pots (3/4), and hydrangea pots are lantern flowers (3/5). How many pots of hydrangeas are there in the school botanical garden? | <gadget id="calculator">3 / 4</gadget>
<output>3/4 = around 0.75</output>
<gadget id="calculator">15 / (3/4)</gadget>
<output>20</output>
<gadget id="calculator">3 / 5</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">20 * (3/5)</gadget>
<output>12</output>
<result>12</result> | 12 | calc |
aqua_rat__b9EJqZQe5797Bqap | Four people each roll a die once. Find the probability that at least two people will roll the same number? Choose the correct choice from the following: A) 3/18 B) 13/18 C) 14/18 D) 15/18 E) 16/18 | atleast 2 means 1-p(no one has same number) p(no person has same number)=6*5*4*3/6^4=10/36 reqd probability=1-10/36 =26/36=13/18 ANSWER:13/18
<result>B</result> | B | calc |
aqua_rat__3VMexY7VrzB4Hq0i | In Kaya's teacher's desk there are 9 pink highlighters, 8 yellow highlighters, and 5 blue highlighters. How many highlighters are there in all? Choose the correct choice:
A) 11
B) 22
C) 77
D) 33
E) 88 | Add the numbers of highlighters. 9 + 8 + 5=
<gadget id="calculator">9 + 8 + 5</gadget>
<output>22</output>
22. Answer is 22.
<result>B</result> | B | calc |
ape210k__00889487 | There are 55 boys in the sixth grade of a certain school, 15 more than girls, how many girls need to be transferred to make the number of girls account for 45% of the sixth grade. | <gadget id="calculator">45 / 100</gadget>
<output>9/20 = around 0.45</output>
<gadget id="calculator">1 - (9/20)</gadget>
<output>11/20 = around 0.55</output>
<gadget id="calculator">55 / (11/20)</gadget>
<output>100</output>
<gadget id="calculator">55 - 15</gadget>
<output>40</output>
<gadget id="calculator">55 + ... | 5 | calc |
ape210k__00602439 | The area of a triangle is 6cm**2, the length of the base is 3cm, and the height is cm. | <gadget id="calculator">2 / 3</gadget>
<output>2/3 = around 0.666667</output>
<gadget id="calculator">6 * (2/3)</gadget>
<output>4</output>
<result>4</result> | 4 | calc |
ape210k__00381827 | Baita Village plans to build a canal. If it builds 16 meters a day, it can be completed in 18 days. On the first day, 24 meters were repaired. According to the progress of the first day, how many days can it be completed? | <gadget id="calculator">18 / 24</gadget>
<output>3/4 = around 0.75</output>
<gadget id="calculator">16 * (3/4)</gadget>
<output>12</output>
<result>12</result> | 12 | calc |
aqua_rat__WE0rny6c91GZvRdR | A cricketer scored 152 runs which included 12 boundaries and 2 sixes. What percent of his total score did he make by running between the wickets.
Choose one: A) 46.2% B) 54.54 % C) 60.52% D) 70% E) None of these | Explanation : Number of runs made by running = 152 - (12 x 4 + 2 x 6) = 152 - (60)=
<gadget id="calculator">152 - (60)</gadget>
<output>92</output>
92 Now, we need to calculate 92 is what percent of 152.=> 92/152 * 100 = 60.52 % Answer : 60.52%
<result>C</result> | C | calc |
ape210k__00815633 | The actual distance from Shanghai to Hangzhou is 170km. On a map with a scale of 1:5,000,000, what is the length in centimeters between the two places? | <gadget id="calculator">1 / 5_000_000</gadget>
<output>1/5_000_000 = around 0</output>
<gadget id="calculator">170 * 100_000 * (1/5_000_000)</gadget>
<output>17/5 = around 3.4</output>
<result>17/5 = around 3.4</result> | 17/5 | calc |
ape210k__00285781 | If 3 kg of sugar is packed into 5 bags on average, how much does the mass of each bag account for in the total mass? | <gadget id="calculator">1 / 5</gadget>
<output>1/5 = around 0.2</output>
<result>1/5 = around 0.2</result> | 1/5 | calc |
ape210k__01218641 | Nutritionists suggest that children's daily water intake should not be less than 1500 ml. Xiaogang drank 6 glasses of water every day from a cylindrical cup with a bottom diameter of 6 cm and a height of 10 cm. How many milliliters of water did he drink every day? Have you met the requirements? (The thickness of the wa... | <gadget id="calculator">6 / 2</gadget>
<output>3</output>
<gadget id="calculator">3 ** 2</gadget>
<output>9</output>
<gadget id="calculator">3.14 * 9 * 10 * 6</gadget>
<output>1_695.6</output>
<result>1_695.6</result> | 1_695.6 | calc |
aqua_rat__KQQL540Y3BSofuT3 | A train covers a certain distance at a speed of 240kmph in 5 hours. To cover the same distance in 1 2/3 hours, it must travel at a speed of Choose the most appropriate option:
A) 720km/hr
B) 620km/hr
C) 650km/hr
D) 750km/hr
E) 850km/hr | Explanation: Distance = 240×5 = 1200km Required speed = (1200× 3/5) = 720km/hr 720km/hrnswer: Option 720km/hr
<result>A</result> | A | calc |
ape210k__00201410 | Xiao Ming and Xiao Jun are running on the circular runway of the school. They start from the same point and walk in opposite directions. Xiao Ming runs 4 meters per second, and Xiao Jun runs 6 meters per second. After 40 seconds, the two meet. The circumference of the runway is How much rice? | <gadget id="calculator">4 + 6</gadget>
<output>10</output>
<gadget id="calculator">10 * 40</gadget>
<output>400</output>
<result>400</result> | 400 | calc |
ape210k__01002245 | The actual investment of a project is 70,000 yuan, which is 10,000 yuan less than the plan. How much is the actual investment saved compared to the original plan? | <result>12.5</result> | 12.5 | calc |
ape210k__00548074 | The circumference of a national flag is 5 meters, and the ratio of the length to width of the national flag is 3:2. What is the area of the national flag in square meters? | <gadget id="calculator">5 / 2</gadget>
<output>5/2 = around 2.5</output>
<gadget id="calculator">3 + 2</gadget>
<output>5</output>
<gadget id="calculator">3 / 5</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">(5/2) * (3/5)</gadget>
<output>3/2 = around 1.5</output>
<gadget id="calculator">(5/2) -... | 3/2 | calc |
ape210k__00558510 | A cylindrical tin bucket without a cover, if its side is expanded, it is exactly a square with a side length of 6.28 decimeters. How much iron sheet is needed to make this bucket? | <gadget id="calculator">6.28 * 6.28</gadget>
<output>39.4384</output>
<gadget id="calculator">6.28 / 3.14 / 2</gadget>
<output>1</output>
<gadget id="calculator">1 ** 2</gadget>
<output>1</output>
<gadget id="calculator">3.14 * 1</gadget>
<output>3.14</output>
<gadget id="calculator">39.4384 + 3.14</gadget>
<output... | 42.5784 | calc |
ape210k__00629017 | During the Arbor Day, Futian Primary School planned to plant 300 classes of trees, but actually exceeded the plan (2/15), how many classes were actually planted? | <gadget id="calculator">2 / 15</gadget>
<output>2/15 = around 0.133333</output>
<gadget id="calculator">1 + (2/15)</gadget>
<output>17/15 = around 1.133333</output>
<gadget id="calculator">300 * (17/15)</gadget>
<output>340</output>
<result>340</result> | 340 | calc |
aqua_rat__S1fFWJSFyHiFrNZ4 | A fruit seller had some apples. He sells 40% apples and still has 420 apples. Originally, he had: Choices:
A) 700
B) 650
C) 850
D) 800
E) 900 | Explanation : Suppose originally he had x apples. Then, (100 - 40)% of x = 420. => 60% of x = 420 => 60 * x /100 = 420 => x = (420 * 100) / 60 => x = 700 Hence 700 is the answer 700nswer : 700
<result>A</result> | A | calc |
gsm8k__HCNgxQ5Oy5bfAaiz | Hayes does 3 loads of laundry a week using a detergent pod for each load. His detergent pods come 39 to a pack. How many packs of detergent pods will he need to do a full year of laundry? | He uses 3 detergent pods a week and there are 52 weeks in a year, so he uses 3*52 =
<gadget id="calculator">3*52</gadget>
<output>156</output>
156.
His detergent has 39 pods per pack and he needs 156 pods, so he will need 156/39 =
<gadget id="calculator">156/39</gadget>
<output>4</output>
4 packs of detergent pods.
... | 4 | calc |
aqua_rat__gG5Aqy1vqj95UB4m | During the second quarter of 1984, a total of 2,976,000 domestic cars were sold. If this was 24% greater than the number sold during the first quarter of 1984, how many were sold during the first quarter ? Pick one
A) 714,240
B) 2,261,760
C) 2,400,000 cars
D) 3,690,240
E) 3,915,790 | Let number of cars sold in 1st quarter = x Number of cars sold in 2nd quarter = 24% greater than the number sold during the first quarter = (1 + 24/100)=
<gadget id="calculator">(1 + 24/100)</gadget>
<output>31/25 = around 1.24</output>
1.24 x 1.24 x= 2,976,000 => x = 2,400,000 So, answer will be 2,400,000 ... | C | calc |
aqua_rat__wvUN3wY8fgKNVerV | One train is traveling 36 kmph and other is at 12.5 meters a second. Ratio of the speed of the two trains is? Choose one
A) 5:4 B) 5:6 C) 5:0 D) 5:4 E) 4:5 | 36 * 5/18 = 12.5 20:25 => 4:5 Answer: 4:5
<result>E</result> | E | calc |
ape210k__00528544 | Two boys, each riding a bicycle, start riding towards each other in a straight line from two places 20 kilometers apart. The moment they started off, a fly on the handlebar of one bicycle started flying straight to the other bicycle. As soon as it reached the handlebar of another bicycle, it turned and flew back. The f... | <gadget id="calculator">10 + 10</gadget>
<output>20</output>
<gadget id="calculator">20 / 20</gadget>
<output>1</output>
<gadget id="calculator">1 * 15</gadget>
<output>15</output>
<result>15</result> | 15 | calc |
ape210k__00575349 | The ratio of the number of people in the school sports team A and B is 5:3. If 4 people are transferred from group A to group B, the ratio of the number of people in the two groups is 3:2. How many people are there in the school sports team? | <gadget id="calculator">5 + 3</gadget>
<output>8</output>
<gadget id="calculator">5 / 8</gadget>
<output>5/8 = around 0.625</output>
<gadget id="calculator">3 + 2</gadget>
<output>5</output>
<gadget id="calculator">3 / 5</gadget>
<output>3/5 = around 0.6</output>
<gadget id="calculator">(5/8) - (3/5)</gadget>
<outp... | 160 | calc |
ape210k__00289877 | 1 kilogram (5/8) is how much (1/8). | <result>5</result> | 5 | calc |
math_qa__Xu36uQztBXbL2mui | A rectangular tiled patio is composed of 50 square tiles. The rectangular patio will be rearranged so that there will be 2 fewer columns of tiles and 4 more rows of tiles. After the change in layout, the patio will still have 50 tiles, and it will still be rectangular. How many rows are in the tile patio before the cha... | <gadget id="calculator">-4</gadget>
<output>-4</output>
<gadget id="calculator">4 ** 2</gadget>
<output>16</output>
<gadget id="calculator">50 * 2</gadget>
<output>100</output>
<gadget id="calculator">4 * 100</gadget>
<output>400</output>
<gadget id="calculator">16 + 400</gadget>
<output>416</output>
<gadget id="c... | B | calc |
ape210k__00370217 | There are five major questions in this test paper. When the elf was doing this test paper, he spent (1/3) hours on the first and second major questions, and spent (1/2) hours on the third and second major questions. Four major questions, and finally finished the fifth question in (1/4) hour. How much time does the elf ... | <gadget id="calculator">4 / 3</gadget>
<output>4/3 = around 1.333333</output>
<gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="c... | 1/4 | calc |
ape210k__01152791 | Monkey King's Ruyi Golden Cudgel is 25 meters high and 3.14 meters in circumference. What is its volume in cubic meters. | <gadget id="calculator">3.14 / 3.14 / 2</gadget>
<output>0.5</output>
<gadget id="calculator">0.5 ** 2</gadget>
<output>0.25</output>
<gadget id="calculator">3.14 * 0.25 * 25</gadget>
<output>19.625</output>
<result>19.625</result> | 19.625 | calc |
math_qa__xxsWa3P43PJIiPiQ | The breath of a rectangle is three - fifths of the radius of a circle. The radius of the circle is equal to the side of the square, whose area is 2025 sq.units. What is the area (in sq.units) of the rectangle if the rectangle if the length is 10 units?
Choose the correct answer.
A) 370 sq . units B) 270 sq . units C) 1... | <gadget id="calculator">2_025 ** (1/2)</gadget>
<output>45</output>
<gadget id="calculator">45 * 3</gadget>
<output>135</output>
<gadget id="calculator">4 + 1</gadget>
<output>5</output>
<gadget id="calculator">135 / 5</gadget>
<output>27</output>
<gadget id="calculator">10 * 27</gadget>
<output>270</output>
<resu... | B | calc |
ape210k__00125400 | There are 2 grams of salt and 50 grams of water in the brine. If you add 2 grams of salt, what is the amount of salt in the brine now? | <gadget id="calculator">2 + 2</gadget>
<output>4</output>
<gadget id="calculator">50 + 2 + 2</gadget>
<output>54</output>
<gadget id="calculator">4 / 54</gadget>
<output>2/27 = around 0.074074</output>
<result>2/27 = around 0.074074</result> | 2/27 | calc |
math_qa__siXj1A4gVL6IKLLl | The mean proportional between 234 and 104 is :
Pick: A) 12 B) 39 C) 54 D) 64 E) 156 | <gadget id="calculator">234 * 104</gadget>
<output>24_336</output>
<gadget id="calculator">24_336 ** (1/2)</gadget>
<output>156</output>
<result>E</result> | E | calc |
ape210k__01098281 | The sum of three consecutive natural numbers is 24, what is the smallest one among them. | <gadget id="calculator">24 / 3</gadget>
<output>8</output>
<gadget id="calculator">8 - 1</gadget>
<output>7</output>
<result>7</result> | 7 | calc |
ape210k__00654767 | A 36 cm wire can enclose a square with a side length of how many cm. | <gadget id="calculator">36 / 4</gadget>
<output>9</output>
<result>9</result> | 9 | calc |
ape210k__01186141 | Add 8 to the numerator of (4/7), how much should be added to the denominator to keep the size of the fraction unchanged. | <gadget id="calculator">4 + 8</gadget>
<output>12</output>
<gadget id="calculator">12 / 4</gadget>
<output>3</output>
<gadget id="calculator">7 * 3</gadget>
<output>21</output>
<gadget id="calculator">21 - 7</gadget>
<output>14</output>
<result>14</result> | 14 | calc |
aqua_rat__Q1Z5qR24MfRvM7Qq | In an electric circuit, two resistors with resistances x and y are connected in parallel. If R is the combined resistance of these two resistors, then the reciprocal of R is equal to the sum of the reciprocals of x and y. What is R if x is 4 Ohms and y is 5 Ohms? Answers: A) 7/9 B) 20/9 C) 7/20 D) 9/20 E) 11/20 | 1/R = 1/x + 1/y 1/R = 1/4+1/5 = 9/20 R = 20/9 The answer is 20/9.
<result>B</result> | B | calc |
aqua_rat__L6npxTvWT4HGLskd | Before 6 years, dog A’s age was 4 times of dog B’s age and after 4 years, dog A’s age will be 3 times of dog B’s age. What is the difference of dog A’s age and dog B’s now?
Choose the correct choice from the following answers.
A) 36 B) 42 C) 54 D) 60 E) 64 | A - 6 = 4(B - 6) --> A - 4B = -18.............1 A + 4 = 3(B + 4) --> A - 3B = 8.............2 (2) - (1) --> B = 26 --> A = 3(30)=90 A - B = 90 - 26=
<gadget id="calculator">90 - 26</gadget>
<output>64</output>
64 Answer: 64
<result>E</result> | E | calc |
aqua_rat__G8UpMdNiFxug4zD1 | At a dinner party, 8 people are to be seated around a circular table. Two seating arrangement are considered different only when the positions of the people are different relative to each other. What is the total number of different possible seating arrangements for the group? Choose the correct option:
A) 5 B) 10 C) ... | Has to be C. Simple formula: There are (n - 1)! ways to arrange n distinct objects in a circle hence (8-1)=
<gadget id="calculator">(8-1)</gadget>
<output>7</output>
7!= 5040
<result>C</result> | C | calc |
aqua_rat__g5QXn1BLZKvpON3Z | A sequence contains an alternation of positive and negative numbers. The sequence contains x numbers, and begins with a positive number. How many positive numbers are in it If x is an odd number?
Choose the most appropriate option: A) (x+1)/2 B) x/3 C) x/(2-1) D) x/(2+1) E) (x-1)/2 | Lets put values for x, say x=7 since it's odd and first number is neg so sequence will be {pos,neg,pos,neg,pos,neg,pos} we can see that it has 4 positive terms so putting x=7 in the options, option (x+1)/2 = (x+1)/2 => (7+1)/2=
<gadget id="calculator">(7+1)/2</gadget>
<output>4</output>
4 , the number of posi... | A | calc |
aqua_rat__BKwhevXpbzQmAtU8 | ASvennumber is defined as a five-digit number which goes according to the following rules: the leftmost digit is even, any digit to the right of an even digit must be an odd digit, and any digit to the right of an odd digit can only be one of the digits 1 or 6. How many different 5-digit numbers areSvennumbers? Choose... | ASvennumber is defined as a five-digit number which goes according to the following rules: the leftmost digit is even, any digit to the right of an even digit must be an odd digit, and any digit to the right of an odd digit can only be one of the digits 1 or 7. How many different 5-digit numbers areSvennumbers? 4/9*5... | B | calc |
ape210k__01007427 | There is a pile of 6m**3 sand, how thick can it be spread on a runway with a length of 6 meters and a width of 2 meters? | <gadget id="calculator">6 / 6 / 2</gadget>
<output>1/2 = around 0.5</output>
<result>1/2 = around 0.5</result> | 1/2 | calc |
aqua_rat__CyAWQ91PioSkgjKr | Each of the 55 points is placed either inside or on the surface of a perfect sphere. If 60% or fewer of the points touch the surface, what is the maximum number of segments which, if connected from those points to form chords, could be the diameter of the sphere? Choices:
A) 7 B) 11 C) 13 D) 16 E) 38 | Maximum number of points on the surface is 60%*55 = 33 Now note that if two points form a diameter, they cannot be part of any other diameter. So in the best case we can pair up the points We have 33 points, so at best we can form 16 pairs (32). So, answer is (16)
<result>D</result> | D | calc |
ape210k__00268512 | The product of the two numbers of A and B is 10.5, A's number is 7, what is the number of B. | <gadget id="calculator">10.5 / 7</gadget>
<output>1.5</output>
<result>1.5</result> | 1.5 | calc |
aqua_rat__A64y8piuycVaWiIY | Jacob brought a scooter for a certain sum of money. He spent 10% of the cost on repairs and sold the scooter for a profit of Rs. 1100. How much did he spend on repairs if he made a profit of 20%? Select: A) 332 B) 787 C) 500 D) 277 E) 181 | Let the C.P. be Rs. x. Then, 20% of x = 1100 20/100 * x = 1100 => x = 5500 C.P. = Rs. 5500, expenditure on repairs = 10% Actual price = Rs. (100 * 5500)/110 = Rs. 5000 Expenditures on repairs = (5500 - 5000) = Rs. 500. Answer:500
<result>C</result> | C | calc |
aqua_rat__3PwHzNPx4Bdm3zQo | When positive integer x is divided by 6, the remainder is 1. Which of the following must be true?
I. x is a prime number
II. x is odd
III. x is divisible by 7
Choose the correct choice from the following choices:
A) I only B) II only C) III only D) I and II only E) II and III only | X=6q+1 Examine II) put q=0,1,2,3....... we have x=1,7,13,...25 so x must be odd Examine III) 14/6 has reminder 2 & 49/7 has reminder 1 so not always true Examine I) X= 7 true but while 2 is prime, it does not give reminder 1 Answer: II only
<result>B</result> | B | calc |
ape210k__00918673 | Mom paid a total of 50 yuan to buy vegetables, including 19.5 yuan for meat and 12.7 yuan for vegetables. How much did mother share? | <gadget id="calculator">19.5 + 12.7</gadget>
<output>32.2</output>
<result>32.2</result> | 32.2 | calc |
aqua_rat__sEjUr53DlSQZiC9G | A work which could be finished in 9 days was finished 3 days earlier after 10 more men joined. The number of men employed was?
Pick one.
A) 22 B) 20 C) 99 D) 77 E) 655 | x ------- 9 (x + 10) ---- 6 x * 9 = (x + 10)6 x = 20 Answer:20
<result>B</result> | B | calc |
ape210k__00324657 | Uncle Wang went from City A to City B. On the first day, he traveled 40% of the whole journey, and on the second day (9/20), he was still 90 kilometers away from City B. How many miles is the distance between A and B? | <gadget id="calculator">40 / 100</gadget>
<output>2/5 = around 0.4</output>
<gadget id="calculator">9 / 20</gadget>
<output>9/20 = around 0.45</output>
<gadget id="calculator">1 - (2/5) - (9/20)</gadget>
<output>3/20 = around 0.15</output>
<gadget id="calculator">90 / (3/20)</gadget>
<output>600</output>
<result>60... | 600 | calc |
ape210k__00168001 | There are 6 apples, weighing 320g, 290g, 300g, 305g, 330g, 315g respectively. After eating one, the average weight of the remaining apples is 311g. How much does the eaten apple weigh? | <gadget id="calculator">320 + 290 + 300 + 305 + 330 + 315</gadget>
<output>1_860</output>
<gadget id="calculator">6 - 1</gadget>
<output>5</output>
<gadget id="calculator">311 * 5</gadget>
<output>1_555</output>
<gadget id="calculator">1_860 - 1_555</gadget>
<output>305</output>
<result>305</result> | 305 | calc |
ape210k__00521441 | A certain brand of mobile phone has a promotional activity, and the price is reduced by 10%. On this basis, the store returns 5% of the selling price in cash. Buying this brand of mobile phone at this time is equivalent to a price reduction of what percentage? | <gadget id="calculator">10 / 100</gadget>
<output>1/10 = around 0.1</output>
<gadget id="calculator">1 - (1/10)</gadget>
<output>9/10 = around 0.9</output>
<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>
<g... | 29/200 | calc |
aqua_rat__ysrqYzFGhcJXMGHX | For any positive integer n, the sum of the first n positive integers equals n(n+1)/2. What is the sum of all the even integers between 99 and 201? Choose the correct answer.
A) 7650 B) 9250 C) 12,650 D) 14,250 E) 15,150 | 100 + 102 + ... + 200 = 100*51 + (2+4+...+100) = 100*51 + 2*(1+2+...+50) = 100*51 + 2(50)(51)/2 = 100*51 + 50*51 = 150(51) = 7650 The answer is 7650.
<result>A</result> | A | calc |
aqua_rat__0S5axowYHwuB7g75 | Before leaving for his business trip, Chad asks his assistant to choose and pack four shirts from his closet, which currently contains seven shirts. If each shirt is a different color, including one blue shirt and one pink shirt, and the assistant chooses the shirts at random, what is the probability that the pink shir... | The total number of ways to choose 4 shirts from 7 is 710/354 = 35 The number of ways to choose a pink shirt plus 3 shirts from 5 is 510/353 = 10 P(a pink shirt but not a blue shirt) = 10/35 = 2/7 The answer is 10/35.
<result>C</result> | C | calc |
aqua_rat__W61RZsXVBhzg7KJ2 | The C.P of 15 books is equal to the S.P of 18 books. Find his gain% or loss%?
Pick one.
A) 16 2/3% loss B) 22 2/3% loss C) 88 2/3% loss D) 66 2/3% loss E) 22 2/5% loss | 15 CP = 18 SP 18 --- 3 CP loss 100 --- ? => 16 2/3% loss 16 2/3% lossnswer: 16 2/3% loss
<result>A</result> | A | calc |
math_qa__B72Tie8FQZjRRpYW | There were two candidates in an election. Winner candidate received 62% of votes and won the election by 336 votes. Find the number of votes casted to the winning candidate? Choose the correct option
A) 288 B) 744 C) 788 D) 868 E) 177 | <gadget id="calculator">100 - 62</gadget>
<output>38</output>
<gadget id="calculator">62 - 38</gadget>
<output>24</output>
<gadget id="calculator">24 / 100</gadget>
<output>6/25 = around 0.24</output>
<gadget id="calculator">336 / (6/25)</gadget>
<output>1_400</output>
<gadget id="calculator">1_400 * 62</gadget>
<o... | D | calc |
aqua_rat__7BwkzrWNl4F6zGE3 | In a graduate physics course, 70 percent of the students are male and 30 percent of the students are married. If two-sevenths of the male students are married, what fraction of the female students is single?
Choose the correct choice:
A) 2/7 B) 1/3 C) 1/2 D) 2/3 E) 5/7 | Let the universal set be X = {all students in the graduate physics course}, such that n(X) = 100 It will contain 2 mutually exclusive sets; M (all male students) & F (all female students), where n(M) = 70, n(F) = 30 Now 2/7 of all male students are married, implying their number = 20. However the total number... | D | calc |
aqua_rat__otNec6qCm2HXJXkz | What percent is 150 of 90? Options:
A) 133 1/3 % B) 166 2/3 % C) 135 1/3 % D) 140 1/3 % E) 143 1/3 % | 150/90 = 5/3 5/3 × 100 = 500/3 = 166 2/3 % 166 2/3 %
<result>B</result> | B | calc |
ape210k__00259353 | 76*65-65*54+54*43-43*32+32*21-21*10. | <gadget id="calculator">76 * 65</gadget>
<output>4_940</output>
<gadget id="calculator">65 * 54</gadget>
<output>3_510</output>
<gadget id="calculator">4_940 - 3_510</gadget>
<output>1_430</output>
<gadget id="calculator">54 * 43</gadget>
<output>2_322</output>
<gadget id="calculator">43 * 32</gadget>
<output>1_376... | 2_838 | calc |
ape210k__00071077 | The continuous product is 11*12*13*...*49*50, how many zeros are there at the end? | <result>10</result> | 10 | calc |
ape210k__00661495 | There are 2 pieces of chocolate on one end of the balance, and (1/2) piece of chocolate and a weight of 100 grams on the other end. At this time, the balance is just balanced. What is the weight of one piece of chocolate in grams? | <gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">2 - (1/2)</gadget>
<output>3/2 = around 1.5</output>
<gadget id="calculator">100 / (3/2)</gadget>
<output>200/3 = around 66.666667</output>
<result>200/3 = around 66.666667</result> | 200/3 | calc |
aqua_rat__R1qQJAgf9CjpXax9 | Arabica coffee costs $0.4 per ounce while Robusta coffee costs $0.3 per ounce. If the blend of Arabica and Robusta costs $0.35 per ounce, what is the share of Arabica in this blend? Select:
A) 20%
B) 24%
C) 50%
D) 33%
E) 40% | a= amount of arabica coffee 1-a = amount of robusta coffee. because if you subtract a from the 1 ounce, the remaining amount is robusta therefore: .4a + .3(1-a) = .35 .4a + .3 - .3a = .35 a= .5 therefore: .5/1 ounce = 50%. Therefore, the answer should be 50%
<result>C</result> | C | calc |
aqua_rat__6cOBdawd3vuui8GF | Each digit 1 through 5 is used exactly once to create a 5-digit integer. If the 1 and the 2 cannot be adjacent digits in the integer, how many 5-digit integers are possible?
Select the correct option:
A) 72 B) 66 C) 76 D) 78 E) 90 | Number of arrangements using 5 distinct digits = 5! Number of arrangements in which 1 and 2 are adjacent - consider 1 and 2 together as one group. Now you have 4 numbers/groups to arrange which can be done in 4! ways. In each of these arrangements, 1 and 2 can be arranged as 12 or 21. Number of arrangements in whic... | A | calc |
ape210k__00412213 | Uncle Li deposits 10,000 yuan in the bank for three years, with an annual interest rate of 5.4%. How much yuan can Uncle Li get back when it expires? | <gadget id="calculator">5.4 / 100</gadget>
<output>0.054</output>
<gadget id="calculator">10_000 * 0.054 * 3</gadget>
<output>1_620</output>
<gadget id="calculator">10_000 + 1_620</gadget>
<output>11_620</output>
<result>11_620</result> | 11_620 | calc |
aqua_rat__7cvlaFZ5bO3jSLpU | The average of temperatures at noontime from Monday to Friday is 50; the lowest one is 40, what is the possible maximum range of the temperatures? Select
A) 20
B) 25
C) 40
D) 50
E) 75 | there are 5 days so the sum of temperature can be 50*5=
<gadget id="calculator">50*5</gadget>
<output>250</output>
250 lowest is 40. to find the maximum range we can say the temperature was the lowest for 4 of the 5 days so 4*40=
<gadget id="calculator"> 4*40</gadget>
<output>160</output>
160. on the fifth d... | D | calc |
aqua_rat__zjc0L3z4PO2BYKmj | The jogging track in a sports complex is 1000 meters in circumference. Deepak and his wife start from the same point and walk in opposite directions at 20 km/hr and 14 km/hr respectively. They will meet for the first time in? Pick: A) 50min B) 40min C) 34min D) 25min E) 20min | Clearly, the two will meet when they are 1000 m apart To be 20+14=
<gadget id="calculator"> 20+14</gadget>
<output>34</output>
34 km apart, they take 1 hour To be 1000 m apart, they take 34 * 1000/1000=
<gadget id="calculator"> 34 * 1000/1000</gadget>
<output>34</output>
34 min. Answer is 34min
<result>C<... | C | calc |
ape210k__00235761 | Several different three-digit numbers can be formed by using the three numbers 1, 9, and 8. What is the average of all these three-digit numbers? | <gadget id="calculator">198 + 189 + 891 + 819 + 981 + 918</gadget>
<output>3_996</output>
<gadget id="calculator">3_996 / 6</gadget>
<output>666</output>
<result>666</result> | 666 | calc |
ape210k__00379958 | book has 500 pages in total. Xiao Ming read it for 4 days, 50 pages a day. It takes 5 days to read the rest, how many pages do I need to read every day? | <gadget id="calculator">50 * 4</gadget>
<output>200</output>
<gadget id="calculator">500 - 200</gadget>
<output>300</output>
<gadget id="calculator">300 / 5</gadget>
<output>60</output>
<result>60</result> | 60 | calc |
ape210k__00181359 | Warehouse A has 3840 bags of cement, and Warehouse B has 274 bags of cement. To make the number of cement bags in the two warehouses equal, how many bags should be transported from Warehouse A to Warehouse B. | <gadget id="calculator">3_840 - 274</gadget>
<output>3_566</output>
<gadget id="calculator">3_566 / 2</gadget>
<output>1_783</output>
<result>1_783</result> | 1_783 | calc |
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 | calc |
ape210k__00821567 | The school cafeteria brought 1,200 kilograms of coal and burned it for 16 days, leaving 480 kilograms. How many kilograms of coal is burned on average per day? | <gadget id="calculator">1_200 - 480</gadget>
<output>720</output>
<gadget id="calculator">720 / 16</gadget>
<output>45</output>
<result>45</result> | 45 | calc |
ape210k__00173232 | A conical sand pile with a bottom area of 314 square meters and a height of 1.5 meters. Use this pile of sand to fill a road with a width of 10 meters, and it is required to fill it with a thickness of 5 cm. How far can it be filled? | <gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">5 / 100</gadget>
<output>1/20 = around 0.05</output>
<gadget id="calculator">10 * (1/20)</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">1.5 / (1/2)</gadget>
<output>3</output>
<gadget id="calcul... | 314 | calc |
ape210k__00339006 | After the price of a certain color TV is reduced by 10%, each set is priced at 900 yuan. How much is the original price of this color TV? | <gadget id="calculator">10 / 100</gadget>
<output>1/10 = around 0.1</output>
<gadget id="calculator">1 - (1/10)</gadget>
<output>9/10 = around 0.9</output>
<gadget id="calculator">900 / (9/10)</gadget>
<output>1_000</output>
<result>1_000</result> | 1_000 | calc |
aqua_rat__wfyZguIEV5ZKNFKw | A retailer buys a radio for Rs 225. His overhead expenses are Rs 28. He sellis the radio for Rs 300. The profit percent of the retailer is Choose the correct choice:
A) 10%
B) 50%
C) 25%
D) 52%
E) 18.5% | Explanation: cost price = (225 + 28)=
<gadget id="calculator">(225 + 28)</gadget>
<output>253</output>
253 sell price= 300 gain = (47/253)*100 = 18.5%. Answer: 18.5%
<result>E</result> | E | calc |
ape210k__00081238 | It is known that the sum of the length, width, and height of a cuboid is 120 cm, and the ratio of length, width, and height is 5:4:3. If it is cut into two identical cuboids, how many square centimeters can the area be increased at most? | <gadget id="calculator">5 + 4 + 3</gadget>
<output>12</output>
<gadget id="calculator">5 / 12</gadget>
<output>5/12 = around 0.416667</output>
<gadget id="calculator">120 * (5/12)</gadget>
<output>50</output>
<gadget id="calculator">4 / 12</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">120 ... | 4_000 | calc |
ape210k__00527562 | Xiaopang reads a 180-page book, and reads an average of 14 pages a day for 5 consecutive days. How many pages are short of half of the book? | <gadget id="calculator">180 / 2</gadget>
<output>90</output>
<gadget id="calculator">14 * 5</gadget>
<output>70</output>
<gadget id="calculator">90 - 70</gadget>
<output>20</output>
<result>20</result> | 20 | calc |
aqua_rat__4X7GPpZFgh1RUGhn | Having received his weekly allowance, John spent 3/5 of his allowance at the arcade. The next day he spent one third of his remaining allowance at the toy store, and then spent his last $0.90 at the candy store. What is John’s weekly allowance? Answers: A) $2.40 B) $3.00 C) $3.40 D) $3.60 E) $4.80 | Total allowance=X Amount spent at the arcade=3/5X Amount Remaining=2/5X Amount Spent at the toy store=2/5*1/3X=2/15X Amount Remaining=2/5X-2/15X=4/15X Now, 4/15X=$0.9 Therefore, X=$3.40. Answer $3.40
<result>C</result> | C | calc |
ape210k__00758979 | A children's encyclopedia is about two volumes, the first volume and the second volume. 25% of the pages of the first volume is equal to (2/7) of the pages of the second volume. It is known that the first volume has 480 pages. How many pages are there in the first volume and the second volume? | <gadget id="calculator">25 / 100</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">480 * (1/4)</gadget>
<output>120</output>
<gadget id="calculator">2 / 7</gadget>
<output>2/7 = around 0.285714</output>
<gadget id="calculator">120 / (2/7)</gadget>
<output>420</output>
<gadget id="calculator">480 +... | 900 | calc |
ape210k__00774869 | 6 times of a number is 1.8 more than its 3 times, find this number. | <gadget id="calculator">6 - 3</gadget>
<output>3</output>
<gadget id="calculator">1.8 / 3</gadget>
<output>0.6</output>
<result>0.6</result> | 0.6 | calc |
ape210k__00456105 | A rectangle is 8 meters long and 6 meters wide. Cut out the largest square from this rectangle. What is the area of this square in square meters? | <gadget id="calculator">6 * 6</gadget>
<output>36</output>
<result>36</result> | 36 | calc |
aqua_rat__rWxmuufByccbjULF | Three 6 faced dice are thrown together. The probability that no two dice show the same number on them is? Choose the correct choice from the following answers: A) 5/8 B) 5/9 C) 5/7 D) 5/5 E) 5/1 | No two dice show same number would mean all the three faces should show different numbers. The first can fall in any one of the six ways. The second die can show a different number in five ways. The third should show a number that is different from the first and second. This can happen in four ways. Thus 6 * 5 * 4=... | B | calc |
ape210k__00575479 | The base of an isosceles triangle is 5 cm, and the ratio of the length of the waist to the base is 5:4. What is the perimeter of the isosceles triangle in cm? | <gadget id="calculator">5 / 4</gadget>
<output>5/4 = around 1.25</output>
<gadget id="calculator">5 * (5/4) * 2</gadget>
<output>25/2 = around 12.5</output>
<gadget id="calculator">(25/2) + 5</gadget>
<output>35/2 = around 17.5</output>
<result>35/2 = around 17.5</result> | 35/2 | calc |
ape210k__00173258 | A conical pile of sand is 1.5 meters high, the circumference of the bottom is 18.84 meters, and each cubic meter of sand weighs about 1.7 tons. How many tons does this pile of sand weigh? | <gadget id="calculator">18.84 / 3.14 / 2</gadget>
<output>3</output>
<gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">(1/3) * 3.14 * 3 * 3 * 1.5 * 1.7</gadget>
<output>24.021</output>
<result>24.021</result> | 24.021 | calc |
ape210k__00576823 | There is a rectangular fountain with a length of 6 meters and a width of 4 meters. What is the perimeter of the fountain? | <gadget id="calculator">6 + 4</gadget>
<output>10</output>
<gadget id="calculator">10 * 2</gadget>
<output>20</output>
<result>20</result> | 20 | calc |
aqua_rat__ny0egrpcFH9jDhVx | If each side of a square is increased by 20%, find the percentage change in its area?
Choose the correct answer:
A) 40%
B) 42%
C) 46%
D) 44%
E) 38% | let each side of the square be a , then area = a x a New side = 120a / 100 = 6a / 5 New area =(6a x 6a) / (5 x 5) = (36a²/25) increased area== (36a²/25) - a² Increase %= [(11a²/25 ) x (1/a² ) x 100]% = 44% answer :44%
<result>D</result> | D | calc |
ape210k__00030900 | It was originally planned to take 25 days to do a job, but it actually took 20 days. How much has the work efficiency improved? | <gadget id="calculator">1 / 20</gadget>
<output>1/20 = around 0.05</output>
<gadget id="calculator">1 / 25</gadget>
<output>1/25 = around 0.04</output>
<gadget id="calculator">(1/20) - (1/25)</gadget>
<output>1/100 = around 0.01</output>
<gadget id="calculator">(1/100) / (1/25)</gadget>
<output>1/4 = around 0.25</ou... | 1/4 | calc |
ape210k__01188349 | A cuboid wooden strip is 8 decimeters long, cut off (1/4), and the ratio of length, width and height of the remaining part is 3:2:1, what is the volume of the original cuboid in cubic decimeters? | <gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">8 * (1/4)</gadget>
<output>2</output>
<gadget id="calculator">8 - 2</gadget>
<output>6</output>
<gadget id="calculator">(1/4) / 3</gadget>
<output>1/12 = around 0.083333</output>
<gadget id="calculator">8 * (1/12)</gad... | 64 | calc |
ape210k__00807561 | For a fraction, the sum of the numerator and the denominator is 25, and after the numerator is reduced by 7, the fraction is equal to 1. What is the fraction? What score? | <gadget id="calculator">7 + 25</gadget>
<output>32</output>
<gadget id="calculator">1 + 1</gadget>
<output>2</output>
<gadget id="calculator">32 / 2</gadget>
<output>16</output>
<gadget id="calculator">25 - 16</gadget>
<output>9</output>
<gadget id="calculator">32 / 2 / 9</gadget>
<output>16/9 = around 1.777778</ou... | 16/9 | calc |
ape210k__00294900 | June 26th is the International Anti-Drug Day, and the Capital Anti-Drug Membership Association held the first ten-thousand-person walk with the theme of "promoting a healthy life and all people participating in anti-drugs". Due to the heavy rain that day, only 12,000 students participated in the long walk, which was le... | <gadget id="calculator">1 / 5</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">1 - (1/5)</gadget>
<output>4/5 = around 0.8</output>
<gadget id="calculator">12_000 / (4/5)</gadget>
<output>15_000</output>
<result>15_000</result> | 15_000 | calc |
aqua_rat__Wu0BjCcLTBJ9XB2T | Rahul went to a shop and bought things worth Rs. 29, out of which 30 Paise went on sales tax on taxable purchases. If the tax rate was 6%, then what was the cost of the tax free items?
Choose the correct choice from the following answers: A) Rs 15 B) Rs 12.10 C) Rs 23.70 D) Rs 26.80 E) None of these | Explanation : Let the cost of the tax items = x Given that tax rate = 6% Rs 23.70ost of tax items, x*(6/100) = 30/100 x = 5 rs Now non taxable item = total cost - cost for taxable item - tax = 29 - 5 - 0.30=
<gadget id="calculator">29 - 5 - 0.30</gadget>
<output>23.7</output>
23.70 Answer : Rs 23.70
<res... | C | calc |
gsm8k__Q8GZCaD5YwKMxiOI | Sara is 6 inches taller than her brother Joe. Joe is 3 inches taller than his friend Roy. If Roy is 36 inches tall, how tall is Sara? | Roy is
<gadget id="calculator">36</gadget>
<output>36</output>
36 inches tall.
Joe is 3+36=
<gadget id="calculator">3+36</gadget>
<output>39</output>
39 inches tall.
Sara is 6+39=
<gadget id="calculator">6+39</gadget>
<output>45</output>
45 inches tall.
<result>45</result> | 45 | calc |
aqua_rat__uAdUhl211T1khcia | 3 cooks have to make 80 burgers. They are known to make 20 pieces every minute working together.The 1st cook began workin alone and made 20 pieces having worked for sometime more than 3 mins.The remaining part of the work was done by second and 3rd cook working together.It took a total of 8 minutes to complete the 80 b... | Denote by A, B, C the rates of the three cooks in units of burgers/minute. A + B + C = 20. Let t be the time in minutes it took the first cook A to make the 20 burgers. So, A*t = 20, and we know that t > 3. We need to find 8t, as 160 burgers will be made by A in 8 times more than making 20 burgers. We alread... | C | calc |
ape210k__00109225 | The side length of a square is (3/8) meters, what is its perimeter in meters? | <gadget id="calculator">3 / 8</gadget>
<output>3/8 = around 0.375</output>
<gadget id="calculator">(3/8) * 4</gadget>
<output>3/2 = around 1.5</output>
<result>3/2 = around 1.5</result> | 3/2 | calc |
ape210k__01192071 | Teacher Zhang gave the students 10 math puzzles, and stipulated that every correct answer would get 10 points, and every wrong or missed question would be deducted 5 points. Xiaotao finally got 55 points. How many points did he get right? question? | <gadget id="calculator">10 * 10</gadget>
<output>100</output>
<gadget id="calculator">100 - 55</gadget>
<output>45</output>
<gadget id="calculator">5 + 10</gadget>
<output>15</output>
<gadget id="calculator">45 / 15</gadget>
<output>3</output>
<gadget id="calculator">10 - 3</gadget>
<output>7</output>
<result>7</r... | 7 | calc |
aqua_rat__p9WAKFbqv8vFwATb | If the original mass of an element, in grams, is a whole number and the element has decayed by exactly 93 percent in some time period, which of the following could be the final mass of that element?
Answers:
A) 27 grams
B) 21 grams
C) 29 grams
D) 31 grams
E) 32 grams | Let original mass be 100 The final mass of that element will be 7 So whatever option we have it will be divisible by 7 Check for the options the one that doesn't produce non terminating decimal is our answer A. 27 grams 27/7 = 3.857... B. 21 grams 21/7=
<gadget id="calculator">21/7</gadget>
<output>3</ou... | B | calc |
ape210k__00038721 | Xiaoming has 4.8 yuan, and after giving Xiaohua 0.4 yuan, it is 0.6 yuan more than Xiaohua. How much is Xiaohua's original income? | <gadget id="calculator">0.4 * 2</gadget>
<output>0.8</output>
<gadget id="calculator">4.8 - 0.8 - 0.6</gadget>
<output>3.4</output>
<result>3.4</result> | 3.4 | calc |
aqua_rat__7cxBmJn6SmbEEj3e | Mariah has decided to hire three workers. To determine whom she will hire, she has selected a group of 10 candidates. She plans to have one working interview with 3 of the 10 candidates every day to see how well they work together. How many days will it take her to have working interviews with all the different combina... | There are C310=120 different groups of three possible out of 10 candidates and since each of these groups is interviewed every day then total of 120 days are needed. Answer: 120
<result>B</result> | B | calc |
ape210k__00626819 | There are 120 students in Peizhi Primary School, boys account for (2/3), how many girls are there? | <gadget id="calculator">2 / 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">120 * (1/3)</gadget>
<output>40</output>
<result>40</result> | 40 | calc |
ape210k__00703345 | The price of a bicycle is 654 yuan, and the price of a motorcycle is 37 times that. How much is the price of a motorcycle? | <gadget id="calculator">654 * 37</gadget>
<output>24_198</output>
<result>24_198</result> | 24_198 | calc |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.