id stringlengths 17 26 | question stringlengths 7 712 | chain stringlengths 18 2.56k | result stringlengths 1 19 | source stringclasses 1
value |
|---|---|---|---|---|
math_qa__m8ZGJVqD5s8jyvGn | I. x + 2y + 3z = 2
II. x + y - z = 0
III. 2x + 2y - z = 1
What is the value of y in the system above? Choose the correct answer: A) - 2 B) - 1 C) 0 D) 1 E) 2 | <gadget id="calculator">3 + 1</gadget>
<output>4</output>
<gadget id="calculator">2 - 4</gadget>
<output>-2</output>
<result>A</result> | A | calc |
ape210k__00493097 | The world's first Sutong Yangtze River Bridge is located between Nantong City and Changshu City, with a total length of 32.4km. Vehicles A and B drive towards each other at 100km/h and 80km/h respectively. How many hours later will they meet? | <gadget id="calculator">100 + 80</gadget>
<output>180</output>
<gadget id="calculator">32.4 / 180</gadget>
<output>0.18</output>
<result>0.18</result> | 0.18 | calc |
aqua_rat__bofT6n0uAUuY99Pa | For all numbers a and b, the operationis defined by ab = (a + 2)(b β 3).
If 3x = β75, then x = Choose the correct choice from the following:
A) β15
B) β13
C) -14
D) -12
E) 15 | (3+2)(x-3)=-75.. x-3=-15.. x=-12 -12
<result>D</result> | D | calc |
ape210k__00106478 | The garment factory plans to make 670 sets of clothes. It has been done for 4.5 days, an average of 82 sets per day, and the rest will be completed in 3.5 days. How many sets are made per day on average? | <gadget id="calculator">670 - 369</gadget>
<output>301</output>
<gadget id="calculator">301 / 3.5</gadget>
<output>86</output>
<result>86</result> | 86 | calc |
math_qa__QkniG7uUHgPMETxt | What least number should be added to 1056, so that the sum is completely divisible by 23
Choose the correct choice from the following answers:
A) 4
B) 1
C) 2
D) 3
E) 5 | <gadget id="calculator">1_056 % 23</gadget>
<output>21</output>
<gadget id="calculator">23 - 21</gadget>
<output>2</output>
<result>C</result> | C | calc |
ape210k__01011221 | A book cover is 25 cm long and 18 cm wide, what is its circumference in cm? | <gadget id="calculator">25 + 18</gadget>
<output>43</output>
<gadget id="calculator">43 * 2</gadget>
<output>86</output>
<result>86</result> | 86 | calc |
aqua_rat__7DIrmLVizUw9UA0u | By selling 18 pencils for a rupee a man loses 10%. How many for a rupee should he sell in order to gain 35%?
Pick one.
A) 11
B) 13
C) 15
D) 18
E) 12 | 90% --- 18
135% --- ?
90/135 * 18=
<gadget id="calculator">90/135 * 18</gadget>
<output>12</output>
12
Answer: 12
<result>E</result> | E | calc |
ape210k__01110963 | certain factory used to burn 25 tons of coal per day. After 4 months of burning, it found that there was not enough coal in storage. In the next 5 months, it could only burn 18 tons of coal per day. How many tons of coal does the factory have? (according to 30 days per month) | <gadget id="calculator">25 * 30</gadget>
<output>750</output>
<gadget id="calculator">750 * 4</gadget>
<output>3_000</output>
<gadget id="calculator">18 * 30</gadget>
<output>540</output>
<gadget id="calculator">540 * 5</gadget>
<output>2_700</output>
<gadget id="calculator">3_000 + 2_700</gadget>
<output>5_700</ou... | 5_700 | calc |
ape210k__00630405 | A bus travels from city A to city B. It travels 1/2 more than 35km for the first 3 hours, and 20km for 1/3 of the whole journey in the next 2 hours. It just arrives at city B. How far is the city in kilometers? | <gadget id="calculator">35 + 20</gadget>
<output>55</output>
<gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">(1/2) + (1/3)</gadget>
<output>5/6 = around 0.833333</output>
<gadget id="calcul... | 330 | calc |
ape210k__00589573 | What is the number less (2/5) than a. | <gadget id="calculator">2 / 5</gadget>
<output>2/5 = around 0.4</output>
<result>2/5 = around 0.4</result> | 2/5 | calc |
ape210k__00279277 | {3/(2/(5(1/3)+2(8/15)))*β‘}/((4/5)*0.8)=59,β‘=how much. | <gadget id="calculator">16 / 5</gadget>
<output>16/5 = around 3.2</output>
<result>16/5 = around 3.2</result> | 16/5 | calc |
aqua_rat__5XcxEfndLPEQAIU5 | If β+β means βΓβ, β-β means β+β, βΓβ means βΓ·β and βΓ·β means β-β then find the value of;
5 β 9 + 8 Γ 3 Γ· 20 = Choose the most appropriate option
A) 6 B) 9 C) 12 D) -2 E) 8 | 9 9
<result>B</result> | B | calc |
gsm8k__KLweFZRoRsc0vA3P | Two bowls are holding marbles, and the first bowl has a capacity equal to 3/4 the capacity of the second bowl. If the second bowl has 600 marbles, calculate the total number of marbles both bowls are holding together. | If the first bowl has a capacity of 3/4 of the second bowl, it's holding 3/4 * 600 =
<gadget id="calculator">3/4*600</gadget>
<output>450</output>
450 marbles.
Together, the two bowls are holding 450 + 600 =
<gadget id="calculator">450+600</gadget>
<output>1_050</output>
1050 marbles.
<result>1_050</result> | 1_050 | calc |
ape210k__01095193 | There are a total of 27 coins of 1 jiao and 5 jiao in Xiao Ming's various piggy banks, and the ratio of the number of 5 jiao and 1 jiao coins is 4:5. How much money is there in Xiao Ming's piggy bank? | <gadget id="calculator">4 + 5</gadget>
<output>9</output>
<gadget id="calculator">27 / 9</gadget>
<output>3</output>
<gadget id="calculator">3 * 4</gadget>
<output>12</output>
<gadget id="calculator">12 * 0.5</gadget>
<output>6</output>
<gadget id="calculator">3 * 5</gadget>
<output>15</output>
<gadget id="calcula... | 7.5 | calc |
ape210k__00977953 | Mom deposits 5,000 yuan in the bank for three years, with an annual interest rate of 5.4%. How much is the total amount of principal and after-tax interest after maturity? (Pay interest tax at 5%) | <gadget id="calculator">5.4 / 100</gadget>
<output>0.054</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>
<gadget id="calculator">5_000 * 0.054 * 3 * (19/20)</gadget>
<output>769.5</output>
<gadget ... | 5_769.5 | calc |
ape210k__00232034 | A base angle of an isosceles triangle is 50 degrees, and the number of base angles is equal to the number of top angles. | <gadget id="calculator">180 - 50 - 50</gadget>
<output>80</output>
<gadget id="calculator">50 / 80</gadget>
<output>5/8 = around 0.625</output>
<result>5/8 = around 0.625</result> | 5/8 | calc |
aqua_rat__MVzMeWtEWSVIq431 | A water tank is two-fifth full. Pipe A can fill a tank in 10 minutes and pipe B can empty in 6 minutes. If both the pipes are open, how long will it take to empty or fill the tank completely ? Select.
A) 7 min to empty B) 5 min to full C) 4 min to full D) 2 min to empty E) 6 min to empty | 1/6-1/10 == 1/15 1/15:2/5::1 : x 2/5*15=
<gadget id="calculator"> 2/5*15</gadget>
<output>6</output>
6 min ANSW6 min to emptyR 6 min to empty
<result>E</result> | E | calc |
math_qa__QIZKuCH06LuizJFs | If a(a - 4) = 5 and b(b -4) = 5, where a β b, then a + b = Pick one.
A) β 48 B) β 4 C) 4 D) 9 E) 48 | <gadget id="calculator">4 + 5</gadget>
<output>9</output>
<gadget id="calculator">4 - 5</gadget>
<output>-1</output>
<gadget id="calculator">9 + (-1)</gadget>
<output>8</output>
<gadget id="calculator">8 - 1</gadget>
<output>7</output>
<gadget id="calculator">7 - 1</gadget>
<output>6</output>
<gadget id="calculato... | C | calc |
ape210k__00427134 | A triangle is formed with a wire 1 meter long. One side of the triangle is (8/25) meters long, the other side is (9/25) meters long, how many meters is the third side? | <gadget id="calculator">8 / 28</gadget>
<output>2/7 = around 0.285714</output>
<result>2/7 = around 0.285714</result> | 2/7 | calc |
aqua_rat__yzhMnfvVzXzJsVxQ | In what proportion water must be added to spirit to gain 20% by selling it at the cost price ? Choose the correct choice from the following
A) 1 : 9 B) 1 : 1 C) 1 : 5 D) 1 : 3 E) 1 : 4 | Let the C.P of spirit be = Rs.10 per litre S.P of the mixture = Rs. 10 per litre Profit = 20 C.P of the mixture = Rs. = Rs. per litre Ratio of water and spirit = 1 : 5 Answer:1 : 5
<result>C</result> | C | calc |
ape210k__00395858 | Among the five numbers 0.6, (13/20), (7/10), 67%, (3/7), what is the closest number to (2/3). | <gadget id="calculator">67 / 100</gadget>
<output>67/100 = around 0.67</output>
<result>67/100 = around 0.67</result> | 67/100 | calc |
ape210k__00964031 | Plant trees on both sides of a road with a length of 50m, plant one tree every 10m, and plant at both ends. How many trees are there on this road? | <gadget id="calculator">50 / 10</gadget>
<output>5</output>
<gadget id="calculator">5 + 1</gadget>
<output>6</output>
<gadget id="calculator">6 * 2</gadget>
<output>12</output>
<result>12</result> | 12 | calc |
aqua_rat__owdQEHZMM3RCUSMg | A father is 30 years older than his son, however he will be only thrice as old as the son after 5 years, what is the father's present age ? Answers.
A) 40 yrs
B) 30 yrs
C) 50 yrs
D) 60 yrs
E) None of the above | After 5 years . if ages are F and S , then F=3S where F = S+30 F= 3*(F-30) = 3F-90 2F = 90 F =45 so present age = 45-5=
<gadget id="calculator">45-5</gadget>
<output>40</output>
40 years 40 yrsNSWER:40 yrs
<result>A</result> | A | calc |
ape210k__01030695 | Xiao Ming deposits 2,000 yuan in the bank for five years, with an annual interest rate of 5.65%, and plans to donate the interest to the Hope Project after the maturity date. How much can he donate after the due date? | <gadget id="calculator">5.65 / 100</gadget>
<output>0.0565</output>
<gadget id="calculator">2_000 * 0.0565 * 5</gadget>
<output>565</output>
<result>565</result> | 565 | calc |
ape210k__00668663 | Cut the largest square out of a piece of rectangular paper with a length of 10 cm and a width of 6 cm. What is the perimeter of this square in cm? | <gadget id="calculator">6 * 4</gadget>
<output>24</output>
<result>24</result> | 24 | calc |
ape210k__00248066 | ((1/2)+(1/3)+β¦+(1/20))+((2/3)+β¦+(2/20))+β¦+((18/19)+(18/ 20))+(19/20)=how much. | <gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">1 + 19</gadget>
<output>20</output>
<gadget id="calculator">19 / 2</gadget>
<output>19/2 = around 9.5</output>
<gadget id="calculator">20 * (19/2)</gadget>
<output>190</output>
<gadget id="calculator">(1/2) * 190</gadge... | 95 | calc |
ape210k__00572246 | Grandpa Wang deposited 5,000 yuan in the bank for a period of 3 years with an annual interest rate of 4.41%. The interest tax is 5%, how much interest tax should Grandpa Wang pay when the withdrawal is due? | <gadget id="calculator">4.41 / 100</gadget>
<output>0.0441</output>
<gadget id="calculator">5_000 * 0.0441 * 3</gadget>
<output>661.5</output>
<gadget id="calculator">5 / 100</gadget>
<output>1/20 = around 0.05</output>
<gadget id="calculator">661.5 * (1/20)</gadget>
<output>33.075</output>
<result>33.075</result> | 33.075 | calc |
ape210k__00911031 | If it takes 2 minutes to cut a 5-meter-long steel bar into two pieces of the same length, how many minutes will it take to cut it into six pieces? | <gadget id="calculator">2 - 1</gadget>
<output>1</output>
<gadget id="calculator">2 / 1</gadget>
<output>2</output>
<gadget id="calculator">6 - 1</gadget>
<output>5</output>
<gadget id="calculator">2 * 5</gadget>
<output>10</output>
<result>10</result> | 10 | calc |
ape210k__00501281 | The price of a volleyball is 40.5 yuan, and the price of a football is 1.4 times that of a volleyball. How much is the price of each football more expensive than a volleyball? | <gadget id="calculator">40.5 * 1.4</gadget>
<output>56.7</output>
<gadget id="calculator">56.7 - 40.5</gadget>
<output>16.2</output>
<result>16.2</result> | 16.2 | calc |
aqua_rat__aicThWBxPnsTTN96 | Rajan got married 8 years ago. His present age is 6/5 times his age at the time of his marriage. Rajan's sister was 10 years younger to him at the time of his marriage. The age of Rajan's sister is: Select the correct option: A) 32 years B) 36 years C) 38 years D) 40 years E) 45 years | Explanation: Let Rajan's present age be x years. Then, his age at the time of marriage = (x - 8) years. x = 6/5 (x - 8) 5x = 6x - 48 => x = 48 Rajan's sister's age at the time of his marriage = (x - 8) - 10 = 30 years. Rajan's sister's present age = (30 + 8)=
<gadget id="calculator">(30 + 8)</gadget>
<o... | C | calc |
ape210k__00902107 | A group photo of 35 teachers and students from class 5 and 2. One photo per person, group photo price list: 27.5 yuan (including 5 photos), plus 2.5 yuan for one photo, how much does it cost in total? | <gadget id="calculator">35 - 5</gadget>
<output>30</output>
<gadget id="calculator">30 * 2.5</gadget>
<output>75</output>
<gadget id="calculator">27.5 + 75</gadget>
<output>102.5</output>
<result>102.5</result> | 102.5 | calc |
ape210k__00605664 | Solution ratio: (x+7): 6=9: 2.7. | <gadget id="calculator">54 - 18.9</gadget>
<output>35.1</output>
<gadget id="calculator">35.1 / 2.7</gadget>
<output>13</output>
<result>13</result> | 13 | calc |
ape210k__00426584 | (2/5)=((2+β‘)/(5+20)), how much should be filled in β‘ | <gadget id="calculator">5 + 20</gadget>
<output>25</output>
<gadget id="calculator">25 / 5</gadget>
<output>5</output>
<gadget id="calculator">2 * 5</gadget>
<output>10</output>
<gadget id="calculator">10 - 2</gadget>
<output>8</output>
<result>8</result> | 8 | calc |
ape210k__00068844 | A train travels from A to B at 80 kilometers per hour. When it exceeds 100 kilometers from the midpoint, it is still 140 kilometers away from the end point. How many hours does it take for the train to travel from A to B? | <gadget id="calculator">140 + 100</gadget>
<output>240</output>
<gadget id="calculator">2 / 80</gadget>
<output>1/40 = around 0.025</output>
<gadget id="calculator">240 * (1/40)</gadget>
<output>6</output>
<result>6</result> | 6 | calc |
aqua_rat__fSnkKVm5lUjgCMep | The price of a certain car this year is $ 42,000, which is 25 percent greater than the cost of the car last year. What was the price of the car last year?
Choose the correct choice from the following options:
A) $27,000
B) $28,000
C) $31,500
D) $33,600
E) $34,500 | 125% of Cost of car last year = $42000 1.25 of Cost of car last year = $42000 i.e. Cost of car last year = $42000/1.25=
<gadget id="calculator">42000/1.25</gadget>
<output>33_600</output>
$33600 Answer: option $33,600
<result>D</result> | D | calc |
aqua_rat__RmXJaZuBnIHEux6V | If x, y, and z are consecutive positive odd integers, not necessarily in that order, which of the following must be true? I. xy> z^4 II. (x + z)^4 > y III. x+y>z^4 Choose the correct option: A) II only B) I only C) III only D) I,II only E) I,III only | Lets suppose that a,b,c can take any one of following three value 1,5,7. Most important point is that the options MUST BE TRUE under any condition. x+y>z^4 Not necessarily true as 1+5<2401 xz>y^4 Not necessarily true as 1.7<625 We don't need to check option as all the options except A can be disca... | A | calc |
aqua_rat__uCS1JfM1BPj1Gb7C | Ms. Lopez deposits $ 100 in an account that pays 20% interest, compounded semiannually. How much money will there be in the account at the end of one year?
Choose the most appropriate option: A) $118.00 B) $120.00 C) $121.00 D) $122.00 E) $140.00 | et me explain the concept for those who are not familiar with compounded semi annually/ quarterly etc.. it basically means, here, that the interest will be paid twice, after 6 months and at the end of year..so twice.. but interest is 20%, which will get distributed semiannually that is 10%... so the Q literally m... | C | calc |
gsm8k__FqFQd0nvnXoOt85Q | Randy has some money. He spent $10 buying his lunch. He spent a quarter of the money he had left on an ice cream cone. If the ice cream cone cost $5, what is the amount of money, in dollars, Randy had at first? | Randy has 5*4=
<gadget id="calculator">5*4</gadget>
<output>20</output>
20 dollars left after buying lunch.
Randy had 20+10=
<gadget id="calculator">20+10</gadget>
<output>30</output>
30 dollars at first.
<result>30</result> | 30 | calc |
ape210k__00194588 | 36/0.8=45, then 36/0.08=how many | <gadget id="calculator">36 / 0.08</gadget>
<output>450</output>
<result>450</result> | 450 | calc |
gsm8k__GXe3yomfgCURakIf | Jill and her brother Jack are going apple picking. Jill's basket can hold twice as much as Jack's basket when both are full. Jack's basket is full when it has 12 apples, but currently space for 4 more. How many times could Jack's current number of apples fit into Jill's basket? | Since Jill's basket can hold twice as much as Jack's, and Jack's is capable of holding 12 apples in total, this means Jill's basket can hold 12*2=
<gadget id="calculator">12*2</gadget>
<output>24</output>
24 apples in total.
Since Jack has 4 less than the maximum amount of apples he can fit in his basket, this means Ja... | 3 | calc |
ape210k__00305199 | Calculation: 1-2+3-4+...+2007-2008+2009=how much. | <gadget id="calculator">1 + 1_004</gadget>
<output>1_005</output>
<result>1_005</result> | 1_005 | calc |
ape210k__00229916 | The length of a cuboid advertising light box is 4 meters, the width is 0.5 meters, and the height is 2.4 meters. The frame of the light box is inlaid with aluminum strips, at least how many meters of aluminum strips are needed. | <gadget id="calculator">4 + 0.5 + 2.4</gadget>
<output>6.9</output>
<gadget id="calculator">6.9 * 4</gadget>
<output>27.6</output>
<result>27.6</result> | 27.6 | calc |
aqua_rat__CILLQoCDdBApATf0 | Sonika deposited Rs.8000 which amounted to Rs.9200 after 3 years at simple interest. Had the interest been 2% more. She would get how much? Choices:
A) 9680
B) 2899
C) 2893
D) 2790
E) 2702 | (8000*3*2)/100=
<gadget id="calculator">(8000*3*2)/100</gadget>
<output>480</output>
480 9200 -------- 9680 9680nswer: 9680
<result>A</result> | A | calc |
ape210k__00424895 | \sqrt(3){36β‘}To make the end of the quotient have 0, how much can be filled in β‘ | <result>0</result> | 0 | calc |
ape210k__00344065 | A kind of computer is priced by the merchant at a profit of 30% of the cost. In order to attract customers, it is sold at a "10% discount". As a result, each computer still makes a profit of 680 yuan. How much does this computer cost per unit? | <gadget id="calculator">30 / 100</gadget>
<output>3/10 = around 0.3</output>
<gadget id="calculator">1 + (3/10)</gadget>
<output>13/10 = around 1.3</output>
<gadget id="calculator">90 / 100</gadget>
<output>9/10 = around 0.9</output>
<gadget id="calculator">(13/10) * (9/10)</gadget>
<output>117/100 = around 1.17</ou... | 4_000 | calc |
ape210k__00153200 | Ten basketball players numbered 1 to 10 take turns to conduct three-person passing training. The first round is trained by players numbered (1, 2, 3), and then, in turn, players numbered (4, 5, 6, 7, 8, 9) (, 10, 1, 2), ... player training. When it is the turn of the players numbered (1, 2, 3) again, what round of trai... | <gadget id="calculator">3 / 3</gadget>
<output>1</output>
<gadget id="calculator">10 * 1</gadget>
<output>10</output>
<gadget id="calculator">10 + 1</gadget>
<output>11</output>
<result>11</result> | 11 | calc |
ape210k__00085179 | I help my aunt sell apples. There are 24 boxes of apples, each box is 38 yuan. How much do these apples sell for in total? | <gadget id="calculator">38 * 24</gadget>
<output>912</output>
<result>912</result> | 912 | calc |
ape210k__00424925 | The base radius of a cylinder is 2, and its side view is a square. If Ο is 3, what is the volume of the cylinder? | <gadget id="calculator">2 ** 2</gadget>
<output>4</output>
<gadget id="calculator">3 * 2 * 2</gadget>
<output>12</output>
<gadget id="calculator">3 * 4 * 12</gadget>
<output>144</output>
<result>144</result> | 144 | calc |
aqua_rat__o97vPV81AmYVFSmm | WILLIAM has 13 ten-dollar bills, 11 five-dollar bills, and 17 one-dollar bills. If WILLIAM needs to pay exactly $128, what is the least number of bills he will need to use?
Pick one
A) 567 B) 11 C) 22 D) 46 E) 16 | 128 is the total sum of money. as we have 13 10 dollar bills so the closest we can get to 128 using the 10 dollar bills is by using 12 * 10 dollar bils 128-120=
<gadget id="calculator">128-120</gadget>
<output>8</output>
8 so now we need to get 8 from either 5 dollar bills or 1 dollar bills 8 - 5 (use only 1 5... | E | calc |
ape210k__00023736 | A piece of rectangular cardboard, after subtracting 5 cm from the long side and 2 cm from the wide side, we get a square whose area is 31 square centimeters less than the original rectangle. Find the area of the original rectangle. | <gadget id="calculator">3 + 5</gadget>
<output>8</output>
<gadget id="calculator">3 + 2</gadget>
<output>5</output>
<gadget id="calculator">8 * 5</gadget>
<output>40</output>
<result>40</result> | 40 | calc |
ape210k__01046677 | A bottle of 5 liters of peanut oil is used for the first time (3/10), and the second time (1/5), what fraction of the oil is left in the bottle? | <gadget id="calculator">3 / 10</gadget>
<output>3/10 = around 0.3</output>
<gadget id="calculator">1 / 5</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">1 - (3/10) - (1/5)</gadget>
<output>1/2 = around 0.5</output>
<result>1/2 = around 0.5</result> | 1/2 | calc |
ape210k__00579590 | A township planned to plant 120 hectares of wheat last year, but the actual amount exceeded the plan by 15%. How many hectares of wheat were actually planted? | <gadget id="calculator">120 * 1.5</gadget>
<output>180</output>
<result>180</result> | 180 | calc |
math_qa__AU3aRlRd46o8a81Y | 7 does not occur in 1000. So we have to count the number of times it appears between 1 and 999. Any number between 1 and 999 can be expressed in the form of xyz where 0 < x, y, z < 9. Choose the most appropriate option: A) 200 B) 300 C) 400 D) 500 E) 470 | <gadget id="calculator">9 * 9</gadget>
<output>81</output>
<gadget id="calculator">3 * 81</gadget>
<output>243</output>
<gadget id="calculator">3 * 9</gadget>
<output>27</output>
<gadget id="calculator">27 * 2</gadget>
<output>54</output>
<gadget id="calculator">243 + 54</gadget>
<output>297</output>
<gadget id="c... | B | calc |
ape210k__00139247 | A cuboid and a cube have the same volume, the height is 10 cm, the length of the cuboid is 4 times the width, how many centimeters is the width of the cuboid? | <result>5</result> | 5 | calc |
ape210k__01153977 | The sum of two numbers is 865, one of the addends is 476, what is the other addend. | <gadget id="calculator">865 - 476</gadget>
<output>389</output>
<result>389</result> | 389 | calc |
ape210k__01137041 | There are 6 1-yuan banknotes and 2 5-yuan banknotes in the drawer. If Xiaoli takes out one at random, she is more likely to get as many yuan as she wants. | <result>1</result> | 1 | calc |
math_qa__ZwE7MAMIILDch9B0 | A man loses 1/3rd of his money, then wins Rs. 10 loses 1/3rd of what he has and wins Rs. 20 and finds that he has exactly what be had at the beginning. What was the amount he originally bad ?
Select: A) 25 B) 36 C) 10 D) 48 E) 45 | <gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">1 - (1/3)</gadget>
<output>2/3 = around 0.666667</output>
<gadget id="calculator">(2/3) * 10</gadget>
<output>20/3 = around 6.666667</output>
<gadget id="calculator">(20/3) + 20</gadget>
<output>80/3 = around 26.666... | D | calc |
ape210k__00642947 | A typist enters an article, 25% of the total number is entered on the first day, (2/5) of the total number is entered on the second day, and 6 more pages are entered on the second day than on the first day. How many pages does this article have? | <gadget id="calculator">2 / 5</gadget>
<output>2/5 = around 0.4</output>
<gadget id="calculator">25 / 100</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">(2/5) - (1/4)</gadget>
<output>3/20 = around 0.15</output>
<gadget id="calculator">6 / (3/20)</gadget>
<output>40</output>
<result>40</result> | 40 | calc |
math_qa__rsgLjQOTXWMCwpgl | There are 16 stations between Hyderabad and Bangalore. How many second class tickets have to be printed, so that a passenger can travel from any station to any other station? Choose the correct choice:
A) 288 B) 267 C) 261 D) 211 E) 306 | <gadget id="calculator">16 + 1</gadget>
<output>17</output>
<gadget id="calculator">17 + 1</gadget>
<output>18</output>
<gadget id="calculator">17 * 18</gadget>
<output>306</output>
<result>E</result> | E | calc |
math_qa__EirWWvuVt1ZOfLSR | A car travels a certain distance taking 7 hrs in forward journey, during the return journey increased speed 12km/hr takes the times 5 hrs. What is the distance traveled Choose the correct choice from the following options: A) 210 kms B) 30 kms C) 20 kms D) 40 kms E) none of these | <gadget id="calculator">12 * 5</gadget>
<output>60</output>
<gadget id="calculator">7 - 5</gadget>
<output>2</output>
<gadget id="calculator">60 / 2</gadget>
<output>30</output>
<gadget id="calculator">30 * 7</gadget>
<output>210</output>
<result>A</result> | A | calc |
aqua_rat__JONkwfO7Bjo3ivfb | 66 cubic centimetres of silver is drawn into a wire 1 mm in diameter. The length of the wire in metres will be : Answers:
A) 84 m B) 88 m C) 120 m D) 137 m E) None | Sol. Let the length of the wire b h. Radius = 1/2 mm = 1/20 cm. Then, 22/7 * 1/20 * 1/20 * h = 66 β = [66 * 20 * 20 * 7 / 22=
<gadget id="calculator">66 * 20 * 20 * 7 / 22</gadget>
<output>8_400</output>
8400cm= 84 m. 84 mnswer 84 m
<result>A</result> | A | calc |
ape210k__00030485 | 100 monks eat 100 steamed buns, big monks eat 4 buns, and young monks eat 1 bun for every 4 people. How many small monks are there? | <gadget id="calculator">100 / 4</gadget>
<output>25</output>
<gadget id="calculator">100 - 25</gadget>
<output>75</output>
<gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">4 - (1/4)</gadget>
<output>15/4 = around 3.75</output>
<gadget id="calculator">75 / (15/4)</gad... | 80 | calc |
aqua_rat__oD60x1WSAqmEkrSx | A train moves with a speed of 135 kmph. Its speed in metres per second is Answers:
A) 10.8 B) 37.5 C) 30 D) 38.8 E) None | Solution Speed = 135Kmph = (135x 5/18)m/sec = 37.5 m/sec. Answer 37.5
<result>B</result> | B | calc |
aqua_rat__w7Q31Q3KJUMmpFBF | A car covers a distance of 624 km in 2 3/5 hours. Find its speed? Choose the correct choice:
A) 104 kmph B) 194 kmph C) 109 kmph D) 174 kmph E) 240 kmph | 624/2 3/5 =240 kmph Answer:240 kmph
<result>E</result> | E | calc |
ape210k__00832869 | There are two buckets of water. If 9 liters of water are poured from the second bucket to the first bucket, then the water in the first bucket is exactly 5 times that of the second bucket. It is known that the original water in the first bucket is 26 liters, and the water in the second bucket is How many liters of wate... | <gadget id="calculator">26 + 9</gadget>
<output>35</output>
<gadget id="calculator">35 / 5</gadget>
<output>7</output>
<gadget id="calculator">7 + 9</gadget>
<output>16</output>
<result>16</result> | 16 | calc |
ape210k__00251382 | (2/5) of a certain number is 0.4 more than 2 times of 4.8, what is this number? | <gadget id="calculator">4.8 * 2</gadget>
<output>9.6</output>
<gadget id="calculator">9.6 + 0.4</gadget>
<output>10</output>
<gadget id="calculator">2 / 5</gadget>
<output>2/5 = around 0.4</output>
<gadget id="calculator">10 / (2/5)</gadget>
<output>25</output>
<result>25</result> | 25 | calc |
ape210k__00609099 | 102*89.7=how many. | <gadget id="calculator">102 * 89.7</gadget>
<output>9_149.4</output>
<result>9_149.4</result> | 9_149.4 | calc |
mawps__rrG35mesgFZ3XdRs | Francisco had 30 apple. Edward awarded him some more. Now Francisco has 53 apple. How many did Edward award him? | <gadget id="calculator">53 - 30</gadget>
<output>23</output>
<result>23</result> | 23 | calc |
ape210k__01196759 | The train ticket from Changsha to Guangzhou during the Spring Festival is 39 yuan per ticket, and 54 tickets were sold in one day. How much did you sell in total on this day? | <gadget id="calculator">39 * 54</gadget>
<output>2_106</output>
<result>2_106</result> | 2_106 | calc |
ape210k__00766287 | The volume of a cylinder is 9.42m**3, what is the volume of a cone with the same base and height in m**3? | <gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">9.42 * (1/3)</gadget>
<output>3.14</output>
<result>3.14</result> | 3.14 | calc |
ape210k__00096455 | There are 8 people in the art group and 9 people in the music group in class 1 of the fourth grade, of which 3 people participated in both. How many people in class 4 actually participated in the activity. | <gadget id="calculator">8 - 3</gadget>
<output>5</output>
<gadget id="calculator">9 + 5</gadget>
<output>14</output>
<result>14</result> | 14 | calc |
ape210k__01107219 | There are 1,820 story books in the school library, twice as many as science books. After lending some technical books, there are 900 technical books left. How many technical books are lent out? | <gadget id="calculator">1_820 / 2</gadget>
<output>910</output>
<gadget id="calculator">910 - 900</gadget>
<output>10</output>
<result>10</result> | 10 | calc |
aqua_rat__hjixJ2ECZqZ7CG5n | 3 buffaloes eat as much as 4 cows or 2 oxen. At a farm there are 15 buffaloes, 8 oxen and 24 cows. The fodder for these cattle is available for 24days. If 8 more cows & 9 more buffaloes are brought in, how long will the fodder last?
Select the correct option
A) 10 B) 12 C) 13 D) 18 E) 21 | Sol. 2 oxen = 3 buffaloes = 4 cows 8 oxen = 16 cows and 15 buffaloes = 20 cows 16 cows + 20 cows + 24 cows = 60 cows Since fodder is available for 60 cows for 24 days So fodder will be available for (60 + 8 + 12)=
<gadget id="calculator"> (60 + 8 + 12)</gadget>
<output>80</output>
80 cows c 24x60 .0 . for-^β=18 d... | D | calc |
ape210k__00208371 | Xiaogang did 9 questions, but got 2 wrong, how much of the total number of questions did he get right? | <gadget id="calculator">9 - 2</gadget>
<output>7</output>
<gadget id="calculator">7 / 9</gadget>
<output>7/9 = around 0.777778</output>
<result>7/9 = around 0.777778</result> | 7/9 | calc |
aqua_rat__JpVzALWR2s1aPqtL | In a certain town, there are six times as many people who were born in the townβs state as there are people who were born in another state or country. The ratio of those residents born in the townβs state to the townβs total population is Pick one: A) 1 to 4 B) 1 to 3 C) 1 to 2 D) 3 to 4 E) 6 to 7 | Town state: 6 times the whole town or country then ratio will be 6(times)/7 total(times) So the answer is 6/7. 6 to 7
<result>E</result> | E | calc |
aqua_rat__qqa0v3jEUQOdOh52 | The radius of the cylinder and cone are equal. find its volumes ratio
Choose the correct choice.
A) 1:3 B) 3:1 C) 5:1 D) 1:5 E) None of them | radius of the cylinder = radius of the cone Οr(power2)h = 1/3 Οr(power2)h 1 : 1/3 3 : 1 Answer is 3:1.
<result>B</result> | B | calc |
ape210k__01209093 | There are three types of cups in the mall, and the unit prices are 8 yuan, 14 yuan, and 23 yuan. Mr. Zhu brings 300 yuan and wants to buy 20 cups of the same type. Which type of cup is more suitable for him to buy? | <result>14</result> | 14 | calc |
ape210k__00245151 | Wang Xiaohua's average score in Chinese, Mathematics, and English last semester was 92 points. Among them, the average score of Chinese and foreign language was 89.5, and the average score of mathematics and foreign language was 95. What is his foreign language score? | <gadget id="calculator">89.5 * 2</gadget>
<output>179</output>
<gadget id="calculator">95 * 2</gadget>
<output>190</output>
<gadget id="calculator">92 * 3</gadget>
<output>276</output>
<gadget id="calculator">190 - 276</gadget>
<output>-86</output>
<gadget id="calculator">179 + (-86)</gadget>
<output>93</output>
<... | 93 | calc |
aqua_rat__dd2ACScd0PBluPFH | A jar contains 7 marbles consisting of an equal number of red, green, and blue marbles. Three marbles are removed from the jar and discarded. What is the probability that only two colors will remain in the jar after the Three marbles have been removed?
Choices: A) 1/45 B) 3/35 C) 1/81 D) 1/35 E) 1/25 | Jar contains {4-red, 4-green, 4-blue} marbles. We are asked to find the probability that after removing 3 marbles only 2 colours remain in the jar, i.e., the probability of removing EITHER red, OR green, OR blue. Sample space = 7C3 = 35. Probability of choosing 3 red = 3C3/7C3 = 1/35. Probability of choosing 3 gr... | B | calc |
ape210k__00277555 | Lingling found out: Add the two adjacent numbers of the home phone number from left to right, and the sums are 9, 7, 9, 2, 8, 11 respectively. Please calculate the phone number of Linglingβs home. How many? | <result>9_072_083</result> | 9_072_083 | calc |
ape210k__00492979 | The new era garment factory used to make a set of clothes with 4.3 meters of cloth, but now each set saves 0.3 meters. Originally used to make 600 sets of clothing, how many sets can be made now? | <gadget id="calculator">4.3 * 600</gadget>
<output>2_580</output>
<gadget id="calculator">4.3 - 0.3</gadget>
<output>4</output>
<gadget id="calculator">2_580 / 4</gadget>
<output>645</output>
<result>645</result> | 645 | calc |
ape210k__00303135 | If you go back and forth on the same slope, the uphill speed is 5m/s, and the downhill speed is 7m/s, what is the average speed of one round trip in meters per second? | <gadget id="calculator">1 + 1</gadget>
<output>2</output>
<gadget id="calculator">1 / 5</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">1 / 7</gadget>
<output>1/7 = around 0.142857</output>
<gadget id="calculator">(1/5) + (1/7)</gadget>
<output>12/35 = around 0.342857</output>
<gadget id="calcula... | 35/6 | calc |
ape210k__00373204 | To produce 300 parts, Master Wang needs 10 hours to complete it alone, and Master Zhang needs 12 hours to complete it alone. Now the two have worked together for 3 hours, how many are left? | <gadget id="calculator">1 / 10</gadget>
<output>1/10 = around 0.1</output>
<gadget id="calculator">1 / 12</gadget>
<output>1/12 = around 0.083333</output>
<gadget id="calculator">(1/10) + (1/12)</gadget>
<output>11/60 = around 0.183333</output>
<gadget id="calculator">(11/60) * 3</gadget>
<output>11/20 = around 0.55... | 135 | calc |
ape210k__01021363 | 80 kg of peanut kernels can be used to extract 50 kg of oil, what is the oil yield of peanut kernels? | <gadget id="calculator">50 / 80</gadget>
<output>5/8 = around 0.625</output>
<gadget id="calculator">100 / 100</gadget>
<output>1</output>
<gadget id="calculator">(5/8) * 1</gadget>
<output>5/8 = around 0.625</output>
<result>5/8 = around 0.625</result> | 5/8 | calc |
aqua_rat__ZtQ9ee40fNxDIDeh | Can you find the missing number in the sequence given below?
10 15 20 11 16 ? 12 17 22 13 18 23
Choose one: A) 25 B) 23 C) 21 D) 18 E) 19 | Let's break the given series as below: 10 15 20 11 16 ? 12 17 22 13 18 23 Now read the number from left hand side from top to bottom as : So the number that will replace '?' is 21 Answer : 21
<result>C</result> | C | calc |
aqua_rat__Sfm3XVUgIdoBqnsF | If m is a positive integer and m^2 is divisible by 36, then the largest positive integer that must divide m is?
Choose the correct choice from the following options: A) 3 B) 6 C) 8 D) 12 E) 16 | M^2 is divisible by 48 so M^2 must be multiple of 48. If the value of M is Multiples of 12 then it will satisfy the condition. If we If M is 12 or 24 or 36 then it ans is D but if M = 48 then answer should be 16. Is the question right? Or am i missing some thing? 12
<result>D</result> | D | calc |
ape210k__01068641 | There are 120 people in a certain organization, which is 30 fewer than before. How much is the reduction? | <gadget id="calculator">120 + 30</gadget>
<output>150</output>
<gadget id="calculator">30 / 150</gadget>
<output>1/5 = around 0.2</output>
<result>1/5 = around 0.2</result> | 1/5 | calc |
ape210k__00489501 | If you toss a coin with nothing 10 times, what is the probability of it coming up heads? | <gadget id="calculator">1 / 2</gadget>
<output>1/2 = around 0.5</output>
<result>1/2 = around 0.5</result> | 1/2 | calc |
ape210k__00107404 | cake shop makes a kind of cake. A cake needs to use 2.4 grams of colored cream and 5.7 grams of white cream. One day, 22.8 grams of white cream was used to make this cake. Please calculate how many grams of colored cream are needed? | <gadget id="calculator">22.8 / 5.7</gadget>
<output>4</output>
<gadget id="calculator">4 * 2.4</gadget>
<output>9.6</output>
<result>9.6</result> | 9.6 | calc |
math_qa__8p8Lsj1bWlQRiIEU | In a restaurant, the profit is 120% of the cost. If the cost increases by 12% but the selling price remains constant, approximately what percentage of the selling price is the profit?
Choose the correct choice from the following answers:
A) 30 % B) 49 % C) 90 % D) 100 % E) none of these | <gadget id="calculator">120 / 100</gadget>
<output>6/5 = around 1.2</output>
<gadget id="calculator">100 * (6/5)</gadget>
<output>120</output>
<gadget id="calculator">120 + 100</gadget>
<output>220</output>
<gadget id="calculator">12 / 100</gadget>
<output>3/25 = around 0.12</output>
<gadget id="calculator">1 + (3/... | B | calc |
ape210k__00575961 | One piece of work, A needs (1/4) hour to finish, B needs (1/5) hour to finish, how many hours will it take A and B to finish together. | <gadget id="calculator">1 / 4</gadget>
<output>1/4 = around 0.25</output>
<gadget id="calculator">1 / (1/4)</gadget>
<output>4</output>
<gadget id="calculator">1 / 5</gadget>
<output>1/5 = around 0.2</output>
<gadget id="calculator">1 / (1/5)</gadget>
<output>5</output>
<gadget id="calculator">4 + 5</gadget>
<outpu... | 1/9 | calc |
ape210k__00115215 | The area of a triangle is 36 square centimeters and the height is 4 centimeters. How many centimeters is its base greater than its height? | <gadget id="calculator">2 / 4</gadget>
<output>1/2 = around 0.5</output>
<gadget id="calculator">36 * (1/2)</gadget>
<output>18</output>
<gadget id="calculator">18 - 4</gadget>
<output>14</output>
<result>14</result> | 14 | calc |
ape210k__00827765 | A cuboid tank with a length of 6dm and a width of 3dm is filled with water, and all the water in the tank is poured into a cube tank, which is just full. It is known that the edge length of the cube tank is twice the width of the cuboid tank, so what is the height of the cuboid tank in dm? | <gadget id="calculator">3 * 2 * 3</gadget>
<output>18</output>
<gadget id="calculator">2 / 18</gadget>
<output>1/9 = around 0.111111</output>
<gadget id="calculator">3 * 2 * 3 * 2 * 3 * (1/9)</gadget>
<output>12</output>
<result>12</result> | 12 | calc |
aqua_rat__neu636hOlSfcebl7 | A batsman had a certain average of runs for 16 innings. In the 17th innings, he made a score of 87 runs thereby increasing his average by 3. What is his average after 17 innings? Choose the correct choice from the following options: A) 39 B) 88 C) 266 D) 278 E) 221 | Explanation: 39ssume his initial average = xx His total runs after 16 innings = 16xx 39fter scoring 87 runs his average got increased by 3 to xx + 3 So his total runs after 17 innings = 17 Γ (xx+3) But it was given that the difference in the total scores after 16 innings and 17 innings = 87 Therefore 17Γ(x+... | A | calc |
ape210k__00224088 | Use 1, 2, 3, 4 numbers and a decimal point to form a three-digit decimal, and arrange them in ascending order. What is the tenth decimal? | <result>2.341</result> | 2.341 | calc |
aqua_rat__ObWcpXtX6UK1CqCy | A certain board game is played by rolling a pair of fair six-sided dice and then moving one's piece forward the number of spaces indicated by the sum showing on the dice. A player is frozen if her opponent's piece comes to rest in the space already occupied by her piece. If player A is about to roll and is currently fi... | no. of possible outcomes = 6*6=
<gadget id="calculator">6*6</gadget>
<output>36</output>
36 no. of outcomes that result a total of 5 (as A is 5 spaces behind B)= 4 ( (1,4), (2,3), (3,2), (4,1) ) So, the probability = 1/9 (Option 1/9)
<result>C</result> | C | calc |
aqua_rat__Xtmvch5yYLP70oWw | A box contains TWELVE bulbs out of which 3 are defective. If THREE bulbs are chosen at random, find the probability that atleast one bulb is good? Choose the most appropriate option.
A) 250/251 B) 265/265 C) 241/242 D) 256/257 E) 219/220 | Required probability
=1-3C3/12C3
= 1 - 1/220
= 219/220
Answer:219/220
<result>E</result> | E | calc |
ape210k__00356863 | A cone has a base diameter of 4 cm and a height of 15 cm, what is its volume in cubic centimeters? | <gadget id="calculator">1 / 3</gadget>
<output>1/3 = around 0.333333</output>
<gadget id="calculator">4 / 2</gadget>
<output>2</output>
<gadget id="calculator">2 ** 2</gadget>
<output>4</output>
<gadget id="calculator">(1/3) * 3.14 * 4 * 15</gadget>
<output>62.8</output>
<result>62.8</result> | 62.8 | calc |
mawps__wR3PugCxJQtOcGiH | Arthur had 99 plum. Lori took 34 from him. Now How many plum Arthur have minus? | <gadget id="calculator">99 - 34</gadget>
<output>65</output>
<result>65</result> | 65 | calc |
aqua_rat__XqektNSwcpJUeqII | In an animal behavior experiment, 25 tagged white pigeons and 250 tagged gray pigeons were released from a laboratory. Within one week, 88 percent of the white pigeons and 80.5 percent of the gray pigeons had returned to the laboratory. What percent of the total number of pigeons returned to the laboratory? Answers:
A)... | Weighted mix method is best here.... Ratio is 1:10 for 88:80.5... So the answer required = 80.5+ (88-80.5)*1/10=80.5+7.5*1/10 80.5+0.75=
<gadget id="calculator">80.5+0.75</gadget>
<output>81.25</output>
81.25 81.25
<result>E</result> | E | calc |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.