id
stringlengths
23
23
question
stringlengths
42
985
chain
stringlengths
65
1.61k
result
stringclasses
858 values
result_float
float64
-47
192M
gsm8k__mK5Qug8X4UrRYhOo
Mary went to the store to buy fruit. Apples cost $1, oranges cost $2, and bananas cost $3. For every 5 fruits that customers buy, the store offers a $1 discount. Mary buys 5 apples, 3 oranges, and 2 bananas. How much will she pay?
For 5 apples, Mary will pay 5*1= <gadget id="calculator">5*1</gadget> <output>5</output> 5 dollars. For 3 oranges, she will pay 3*2= <gadget id="calculator">3*2</gadget> <output>6</output> 6 dollars. For 2 bananas, she will pay 2*3 = <gadget id="calculator">2*3</gadget> <output>6</output> 6 dollars. She bought 5+3+2= <gadget id="calculator">5+3+2</gadget> <output>10</output> 10 fruits. For 10 fruits, Mary gets a discount of 10/5 = <gadget id="calculator">10/5</gadget> <output>2</output> 2 dollars. In total, the bill is 5 + 6 + 6 = <gadget id="calculator">5+6+6</gadget> <output>17</output> 17 dollars. Subtracting the discount offered by the stores, Mary will pay 17 - 2 = <gadget id="calculator">17-2</gadget> <output>15</output> 15 dollars. <result>15</result>
15
15
gsm8k__QyYGRAJLBXARF8Hq
George bought some food for his trip: a bottle of juice, a sandwich, and a bottle of milk. The sandwich was for $4, and the juice was two times more expensive. The bottle of milk cost was 75% of the total cost of the sandwich and juice. How much did George pay for his food?
The juice was two times more expensive than the sandwich, so it was 4 * 2 = $ <gadget id="calculator">2*4</gadget> <output>8</output> 8. The juice and the sandwich in total were a cost of 4 + 8 = $ <gadget id="calculator">4+8</gadget> <output>12</output> 12. So the cost of one bottle of milk was 75/100 * 12 = $ <gadget id="calculator">75/100*12</gadget> <output>9</output> 9. In total for all the food, George paid 12 + 9 = $ <gadget id="calculator">12+9</gadget> <output>21</output> 21. <result>21</result>
21
21
gsm8k__6GNiCcRC2cmSUggK
In a week, Mortdecai collects 8 dozen eggs every Tuesday and Thursday, and he delivers 3 dozen eggs to the market and 5 dozen eggs to the mall. He then uses 4 dozen eggs to make a pie every Saturday. Mortdecai donates the remaining eggs to the charity by Sunday. How many eggs does he donate to the charity?
Mortdecai collects a total of 8x2 = <gadget id="calculator">8*2</gadget> <output>16</output> 16 dozens of eggs. He sells a total of 3 + 5 = <gadget id="calculator">3+5</gadget> <output>8</output> 8 dozens of eggs. So, 16 - 8 = <gadget id="calculator">16-8</gadget> <output>8</output> 8 dozens of eggs are left. After using 4 dozens of eggs to make a pie, 8 - 4 = <gadget id="calculator">8-4</gadget> <output>4</output> 4 dozens of eggs are left. Since there are 12 in 1 dozen, then Mortdecai donates 4 x 12 = <gadget id="calculator">4*12</gadget> <output>48</output> 48 pieces of eggs to the charity. <result>48</result>
48
48
gsm8k__4GRI7oDP3Yxpnmqa
John is a hack author. He writes a book every 2 months. He has been writing for 20 years and has earned an average of $30,000 per book. How much money has he made writing?
He writes 12/2= <gadget id="calculator">12/2</gadget> <output>6</output> 6 books a year. That means he has written 6*20= <gadget id="calculator">6*20</gadget> <output>120</output> 120 books. So he has made 120*30,000=$ <gadget id="calculator">120*30000</gadget> <output>3_600_000</output> 3,600,000 from writing. <result>3_600_000</result>
3_600_000
3,600,000
gsm8k__KFQDif11mY5dOqcj
Ral is twice as old as Suri. In 3 years, Suri's current age will be 16. What is Ral's current age?
If Suri will be 16 in 3 years, that means she is 16 - 3 = <gadget id="calculator">16-3</gadget> <output>13</output> 13 years old now. Rai is twice as old as Suri, so she is 2 * 13 = <gadget id="calculator">2*13</gadget> <output>26</output> 26 years old now. <result>26</result>
26
26
gsm8k__A6zVlWz8ztoirgp8
Each dandelion produces 300 seeds. 1/3rd of the seeds land in water and die. 1/6 of the starting number are eaten by insects. Half the remainder sprout and are immediately eaten. How many dandelions survive long enough to flower?
First find the number of seeds that land in water: 300 seeds * 1/3 = <gadget id="calculator">300*1/3</gadget> <output>100</output> 100 seeds. Then find the number of seeds that are eaten: 300 seeds * 1/6 = <gadget id="calculator">300*1/6</gadget> <output>50</output> 50 seeds. Subtract the number of seeds that are destroyed to find the number that sprout: 300 seeds - 100 seeds - 50 seeds = <gadget id="calculator">300-100-50</gadget> <output>150</output> 150 seeds. Then divide that number by 2 to find the number of sprouts that survive: 150 seeds / 2 = <gadget id="calculator">150/2</gadget> <output>75</output> 75 seeds. <result>75</result>
75
75
gsm8k__qkzMkbTZDkMVFriZ
Forest and his friends have prepared a birthday cake for their friend Juelz having 240 cake pieces. After singing the birthday song, they ate 60% of the cake's pieces, and later, Juelz divided the remaining pieces among his three sisters. What is the number of pieces of cake each sister received?
If they ate 60% of the pieces of cake, the friends ate 60/100 * 240 pieces = <gadget id="calculator">60/100*240</gadget> <output>144</output> 144 pieces of the cake. The total number of pieces remaining is 240 pieces - 144 pieces = <gadget id="calculator">240-144</gadget> <output>96</output> 96 pieces. When Juelz divided the remaining pieces of cake to his sisters, each sister received 96 pieces / 3 sisters = <gadget id="calculator">96/3</gadget> <output>32</output> 32 pieces/sister. <result>32</result>
32
32
gsm8k__GDGlo5ru7EDxKcVa
In Sam's collection, there are ten more black pens than blue pens and twice as many blue pens as pencils. There are also eight pencils and two fewer red pens than pencils. How many pens in all are there in Sam's collection?
8 x 2 = <gadget id="calculator">8*2</gadget> <output>16</output> 16 are blue pens. 16 + 10 = <gadget id="calculator">16+10</gadget> <output>26</output> 26 are black pens. 8 - 2 = <gadget id="calculator">8-2</gadget> <output>6</output> 6 are red pens. Therefore, there are 16 + 26 + 6 = <gadget id="calculator">16+26+6</gadget> <output>48</output> 48 pens in all in Sam's collection. <result>48</result>
48
48
gsm8k__FUuE19behY7bWXTZ
Luna, the poodle, is supposed to eat 2 cups of kibble every day. But Luna's master, Mary, and her husband, Frank, sometimes feed Luna too much kibble. One day, starting with a new, 12-cup bag of kibble, Mary gave Luna 1 cup of kibble in the morning and 1 cup of kibble in the evening, But on the same day, Frank also gave Luna 1 cup of kibble in the afternoon and twice as much in the late evening as he had given Luna in the afternoon. The next morning, how many cups of kibble will Mary find remaining in the bag?
Mary fed Luna 1+1=2 cups of kibble. Frank fed Luna 1-cup plus twice 1-cup, or 1+2=3 cups of kibble. In total, they fed Luna 2+3= <gadget id="calculator">2+3</gadget> <output>5</output> 5 cups of kibble. Thus, if the new bag held 12 cups of kibble, the next morning, 12-5= <gadget id="calculator">12-5</gadget> <output>7</output> 7 cups of kibble remained in the bag. <result>7</result>
7
7
gsm8k__8I4sW61E6wYhLaBt
A café has a few orders to cook and also needs to makes sandwiches for a group of customers that arrived. 3 local offices have each ordered 10 bacon sandwiches and half of the group that has arrived have asked for 4 bacon sandwiches each. If the café makes a total of 54 bacon sandwiches, how many customers are in the group of customers that arrived?
The offices ordered a total of 3 offices * 10 sandwiches each = <gadget id="calculator">3*10</gadget> <output>30</output> 30 sandwiches. So the group of customers must have ordered 54 total sandwiches - 30 sandwiches for the offices = <gadget id="calculator">54-30</gadget> <output>24</output> 24 sandwiches. This is a total of 24 sandwiches / 4 sandwiches per customer = <gadget id="calculator">24/4</gadget> <output>6</output> 6 customers who ordered a sandwich. As only half the group ordered a bacon sandwich, the entire group must have consisted of 6 customers * 2 = <gadget id="calculator">6*2</gadget> <output>12</output> 12 customers. <result>12</result>
12
12
gsm8k__WOR0nz4RANf8amXF
10 people attended class on Monday, 15 on Tuesday, and 10 on each day from Wednesday through Friday. What was the average number of people who attended class each day?
A total of 10 + 15 + 10 + 10 + 10 = <gadget id="calculator">10+15+10+10+10</gadget> <output>55</output> 55 people attended class across the 5 days. An average of 55 people / 5 days = <gadget id="calculator">55/5</gadget> <output>11</output> 11 people per day attended class. <result>11</result>
11
11
gsm8k__AUkCe5gCOjCsN9rh
The pirates plan to explore 4 islands. Two islands require walking 20 miles per day while the other two islands require 25 miles per day. How many miles will they have to walk if it takes 1.5 days to explore each island?
It will take 1.5 days x 2 = <gadget id="calculator">1.5*2</gadget> <output>3</output> 3 days to explore 2 islands. So, the pirates will walk 20 miles x 3 days = <gadget id="calculator">20*3</gadget> <output>60</output> 60 miles to explore two islands. The other 2 islands will be explored by walking 25 miles x 3 days = <gadget id="calculator">25*3</gadget> <output>75</output> 75 miles. Thus, the pirates will need to walk 60 + 75 = <gadget id="calculator">60+75</gadget> <output>135</output> 135 miles to explore the 4 islands. <result>135</result>
135
135
gsm8k__ERFcWmGOOoHBDb4I
Andy has 4 times as many white socks as he has black socks. If he loses half his white socks, how many more white socks does he still have than black socks if he has 6 black socks?
Andy has 6 x 4 = <gadget id="calculator">6*4</gadget> <output>24</output> 24 white socks. He loses 24/2 = <gadget id="calculator">24/2</gadget> <output>12</output> 12 white socks. He still has 12 - 6 = <gadget id="calculator">12-6</gadget> <output>6</output> 6 white socks more than black socks. <result>6</result>
6
6
gsm8k__ap5CTO07p7KDOECF
A pastry chef is making brownies but is running out of butter. The recipe he is following calls for 2 ounces of butter for every 1 cup of baking mix; however, it allows 2 ounces of coconut oil to be substituted for the 2 ounces of butter if necessary. The chef would like to use as much butter as possible before switching over and substituting coconut oil. If the chef had 4 ounces of butter remaining, and he plans on using 6 cups of baking mix, how many ounces of coconut oil will he end up using?
Every 2 ounces of butter is enough to cover 1 cup of baking mix, so the chef's remaining 4 ounces of butter will be enough to cover 4/2 = <gadget id="calculator">4/2</gadget> <output>2</output> 2 cups of baking mix. This leaves 6 - 2 = <gadget id="calculator">6-2</gadget> <output>4</output> 4 cups of baking mix that will require the use of coconut oil as a substitute. Since each cup of baking mix requires 2 ounces of coconut oil, these 4 cups will require a total of 4*2 = <gadget id="calculator">4*2</gadget> <output>8</output> 8 ounces of coconut oil. <result>8</result>
8
8
gsm8k__I3Dac0SypgAP27Cs
Gertrude the chicken has 10 fleas. The other chicken, Maud has 5 times the amount of fleas as Olive. The final chicken, Olive has half the amount of flees as Gertrude. How many fleas are there?
Gertrude has 10 fleas and Olive has half that amount so Olive has 10/2 = <gadget id="calculator">10/2</gadget> <output>5</output> 5 fleas. Maud has 5 times the amount of fleas as Olive who has 5 fleas so Maud has 5*5 = <gadget id="calculator">5*5</gadget> <output>25</output> 25 fleas. Gertrude has 10 fleas, Maud has 25 fleas and Olive has 5 for a total of 10+25+5 = <gadget id="calculator">10+25+5</gadget> <output>40</output> 40 fleas. <result>40</result>
40
40
gsm8k__YTwhVpJM097ENgQ0
Julia's internet speed is 20 MBps (megabytes per second). How many songs she can download in half an hour if the size per song is 5MB?
1 hour has 60 minutes, therefore 1/2 hour has 1/2*60 = <gadget id="calculator">1/2*60</gadget> <output>30</output> 30 minutes 1 minute has 60 seconds, therefore 30 minutes has 30*60 = <gadget id="calculator">1800</gadget> <output>1_800</output> 1800 seconds. If Julia's internet speed is 20MBps and each song has a size of 5MB, then it would take 5/20=1/4 seconds to download one song. If it takes 1/4 seconds to download 1 song, then in 1800 seconds, Julia could download 1800/(1/4) = 1800 * 4 = 7200 songs. <result>7_200</result>
7_200
7,200
gsm8k__bzqxzHhXoqi5GSiN
The grocery store sells chips for $2 per packet and corn chips for $1.5 per packet. John would like to buy 15 packets of chips, and with the rest of the money he has left, buy as many packets of corn chips as he can. How many packets of corn chips could John buy if he has $45 for his entire purchase?
John wants to buy 15 packets of chips, which will cost him 15 * 2 = $ <gadget id="calculator">15*2</gadget> <output>30</output> 30. So John would have 45 - 30 = $ <gadget id="calculator">45-30</gadget> <output>15</output> 15 left for the corn chips. John could buy for the rest of the money 15 / 1.5 = <gadget id="calculator">15/1.5</gadget> <output>10</output> 10 packets of corn chips. <result>10</result>
10
10
gsm8k__XTDVfiP77JYcHl1J
Jane runs 3 kilometers in two hours. What is her speed in meters per minute?
Since 1 kilometer is equal to 1000 meters, then 3 kilometers is 3 x 1000 = <gadget id="calculator">3*1000</gadget> <output>3_000</output> 3000 meters. Since an hour has 60 minutes, then 2 hours is equal to 2 x 60 = <gadget id="calculator">2*60</gadget> <output>120</output> 120 minutes. Therefore, her speed is 3000 meters/120 hours = <gadget id="calculator">3000/120</gadget> <output>25</output> 25 meters per minute. <result>25</result>
25
25
gsm8k__oXmSG2Fu6fW8IA3t
Troy's home is 75 meters away from school while Emily's home is 98 meters away from school. Troy and Emily walk to school and back home every day. How much farther does Emily walk to school and back in five days?
Troy walks to school and back home for a total of 75 x 2 = <gadget id="calculator">75*2</gadget> <output>150</output> 150 meters every day. Emily walks to school and back home for a total of 98 x 2 = <gadget id="calculator">98*2</gadget> <output>196</output> 196 meters every day. So Emily walks 196 - 150 = <gadget id="calculator">196-150</gadget> <output>46</output> 46 meters farther than Troy every day. In five days, Emily walks 46 x 5 = <gadget id="calculator">46*5</gadget> <output>230</output> 230 meters farther. <result>230</result>
230
230
gsm8k__n59ioZSnzEPhzgjP
The Great Pyramid of Giza was the tallest man-made structure on earth for almost 4000 years. It is 20 feet taller than 500 feet, and 234 feet wider than it is tall. What is the sum of the height and width of the Great Pyramid of Giza in feet?
The height is 20 feet taller than 500 feet, or 500+20= <gadget id="calculator">20+500</gadget> <output>520</output> 520 feet. The structure is 234 feet wider than it is tall, or a width of 520+234=754 feet wide. Therefore, the sum of the height and width of the Great Pyramid of Giza is 520+754= <gadget id="calculator">520+754</gadget> <output>1_274</output> 1274 feet. <result>1_274</result>
1_274
1,274
gsm8k__G3cUfeaUkHjwTmvp
Vins rides his bike 6 miles to school. He rides home a different route that is 7 miles long. This week, Vins rode to school and back 5 times. How many miles did Vins ride his bike this week?
He rides his bike 6 + 7 = <gadget id="calculator">6+7</gadget> <output>13</output> 13 miles to school and back every day. Therefore, Vins rode his bike 13 x 5 = <gadget id="calculator">13*5</gadget> <output>65</output> 65 miles to school and back this week. <result>65</result>
65
65
gsm8k__HtEkEAHMREGaratY
Max can trade 3 coconuts for a crab and 6 crabs for a goat. If he has 342 coconuts and he wants to convert all of them into goats, how many goats will he have?
First find the number of crabs Max can get by dividing the number of coconuts by the exchange rate with crabs: 342 coconuts / 3 coconuts/crab = <gadget id="calculator">342/3</gadget> <output>114</output> 114 crabs. Then divide the number of crabs by the exchange rate with goats: 114 crabs / 6 crabs/goat = <gadget id="calculator">114/6</gadget> <output>19</output> 19 goats. <result>19</result>
19
19
gsm8k__D0NNa6j1IXFn9oSB
Jose needs 12 tablespoons of lemon juice to make a dozen of his lemon cupcakes. Every lemon provides 4 tablespoons of lemon juice. If he needs to make 3 dozen cupcakes, how many lemons will he need?
He needs 12 tablespoons of lemon juice for every dozen of cupcakes and he's making 3 dozen cupcakes so he needs 12*3 = <gadget id="calculator">12*3</gadget> <output>36</output> 36 tablespoons of lemon juice 1 lemon provides 4 tablespoons of lemon juice and he needs 36 tablespoons so he will need 36/4 = <gadget id="calculator">36/4</gadget> <output>9</output> 9 lemons. <result>9</result>
9
9
gsm8k__FkHIVPRnWfdGc5N1
There are 1250 pairs of shoes in the warehouse. There are 540 pairs that are blue. The rest are either green or purple. The number of green shoes is equal to the number of purple shoes. How many pairs of purple shoes are in the warehouse?
1250 - 540 = <gadget id="calculator">1250-540</gadget> <output>710</output> 710 710/2 = <gadget id="calculator">710/2</gadget> <output>355</output> 355. There are 355 pairs of purple shoes in the warehouse. <result>355</result>
355
355
gsm8k__FQ1qXmdBoMVvfpmy
Tim and Donna will celebrate their 20th wedding anniversary in 2025. They started dating 3 years before they got married and met 2 years before that. When did they meet?
They'll celebrate their 20th wedding anniversary in 2025 which means they got married in 2025-20 = <gadget id="calculator">2025-20</gadget> <output>2_005</output> 2005. They started dating 3 years before they got married in 2005 which means they started dating in 2005-3 = 2002. And they met 2 years before they started dating which means they met in 2002-2 = 2000. <result>2_000</result>
2_000
2,000
gsm8k__PPnUufkF0i0yVSwF
A plane takes off at 6:00 a.m. and flies for 4 hours from New York City to Chicago. The plane stays at the port in Chicago for 1 hour and then departs for Miami. If the aircraft took three times as many hours to fly to Miami than it took to fly from New York to Chicago, calculate the total time to travel from New York to Miami.
Before departing for Miami from Chicago, the total time the plane had taken for the journey is 4+1 = <gadget id="calculator">4+1</gadget> <output>5</output> 5 hours. It took 3*4 = <gadget id="calculator">3*4</gadget> <output>12</output> 12 hours to fly to Miami. The total flying time from New York to Miami is 12+5 = <gadget id="calculator">12+5</gadget> <output>17</output> 17 hours. <result>17</result>
17
17
gsm8k__E7QfNQALznkhm9xf
Manny is making lasagna for dinner with his four friends, Lisa, Raphael, Aaron, and Kai. He needs to know how many pieces to cut the lasagna into to serve it. Manny only wants one piece. Aaron doesn't like lasagna much and will probably only eat garlic bread and salad. Kai is always hungry and will eat twice as much as Manny. Raphael always eats half the amount Manny does, but his sister Lisa loves lasagna and will eat two pieces, plus any Raphael has left of his piece. How many pieces should Manny cut his lasagna into?
Manny will eat 1 piece. Aaron will eat 0 pieces. Kai will eat twice as much as Manny, so he will eat 2 * 1 = <gadget id="calculator">2*1</gadget> <output>2</output> 2 pieces. Raphael will eat half as much as Manny, so he will eat 1 * 1/2 = 1/2 piece. Lisa will eat 2 pieces plus the remainder of Raphael's piece, so she will eat 2 + 1/2 = 2 1/2 pieces. Together, they will eat 1 + 0 + 2 + 1/2 + 2 1/2 = 1 + 2 + 3 = 6 pieces. Thus, Manny should cut his lasagna into 6 pieces. <result>6</result>
6
6
gsm8k__BNTfHPP397BYhYta
Jerry files a lawsuit against the convenience store where he works and slipped and fell. He's asking for damages for loss of a $50,000 annual salary for 30 years, $200,000 in medical bills, and punitive damages equal to triple the medical and salary damages. If he gets 80% of what he's asking for, for much money does he get?
First find the total cost of Jerry's lost salary: $50,000/year * 30 years = $ <gadget id="calculator">50000*30</gadget> <output>1_500_000</output> 1,500,000. Then add the cost of the medical bills: $1,500,000 + $200,000 = $ <gadget id="calculator">1500000+200000</gadget> <output>1_700_000</output> 1,700,000. Then triple that number to find the cost of the punitive damages: $1,700,000 * 3 = $ <gadget id="calculator">1700000*3</gadget> <output>5_100_000</output> 5,100,000. Then add the cost of the medical and salary damages to find how much Jerry asked for: $1,700,000 + $5,100,000 = $ <gadget id="calculator">1700000+5100000</gadget> <output>6_800_000</output> 6,800,000. Then multiply that number by 80% to find how much money Jerry is awarded: $6,800,000 * 80% = $ <gadget id="calculator">6800000*0.8</gadget> <output>5_440_000</output> 5,440,000. <result>5_440_000</result>
5_440_000
5,440,000
gsm8k__kbMpUSGyGrVDk0GR
Kate bought 7 packs of red bouncy balls and 6 packs of yellow bouncy balls. Each pack contained 18 bouncy balls. How many more red bouncy balls than yellow bouncy balls did Kate buy?
Kate bought 7 packs * 18 balls/pack = <gadget id="calculator">7*18</gadget> <output>126</output> 126 red bouncy balls. She also bought 6 packs * 18 balls/pack = <gadget id="calculator">6*18</gadget> <output>108</output> 108 yellow bouncy balls. Kate bought 126 balls - 108 balls= <gadget id="calculator">126-108</gadget> <output>18</output> 18 more red bouncy balls than yellow bouncy balls. <result>18</result>
18
18
gsm8k__EGHzT0LibifTiyck
Olly wants to get shoes to protect his pets’ paws. He owns 3 dogs, 2 cats, and a ferret. How many shoes does he need?
All the animals have 4 legs. His 3 dogs will need 3 * 4 = <gadget id="calculator">3*4</gadget> <output>12</output> 12 shoes. His 2 cats will need 2 * 4 = <gadget id="calculator">2*4</gadget> <output>8</output> 8 shoes. His ferret will need 1 * 4 = <gadget id="calculator">1*4</gadget> <output>4</output> 4 shoes. Olly will need 12 + 8 + 4 = <gadget id="calculator">12+8+4</gadget> <output>24</output> 24 shoes. <result>24</result>
24
24
gsm8k__301A2PXj4TJszSVS
Fred has 12 identical candy bars, and Uncle Bob has 6 more. If Jacqueline has ten times the total number of candy bars Fred and Uncle Bob have, what's 40% of Jacqueline's candy bars?
If Fred has 12 identical candy bars, uncle Bob has 12+6= <gadget id="calculator">12+6</gadget> <output>18</output> 18 candy bars. Together, Fred and Uncle Bob have 12+18 = <gadget id="calculator">12+18</gadget> <output>30</output> 30 candy bars. Jacqueline has ten times the total number of candy bars Fred and Uncle Bob have, meaning she has 10*30 = <gadget id="calculator">10*30</gadget> <output>300</output> 300 candy bars. 40% of Jacqueline's candy bars is 40/100*300 = <gadget id="calculator">40/100*300</gadget> <output>120</output> 120. <result>120</result>
120
120
gsm8k__JWNC31hCaS50Wfzw
Marla is planning the lunch menu for an elementary school. There are 5 third grade classes with 30 students each, 4 fourth grade classes with 28 students each, and 4 fifth grade classes with 27 students each. Each student gets a hamburger, which costs $2.10, some carrots, which cost $0.50, and a cookie, which cost $0.20. How much does one lunch for all the students cost?
First find the total number of students in third grade 5 classes * 30 students/class = <gadget id="calculator">5*30</gadget> <output>150</output> 150 students. Then find the total number of students in fourth grade 4 classes * 28 students/class = <gadget id="calculator">4*28</gadget> <output>112</output> 112 students. Then find the total number of student in fifth grade 4 classes * 27 students/class = <gadget id="calculator">4*27</gadget> <output>108</output> 108 students. Now add the number of students in each grade to find the total number of students 150 students + 112 students + 108 students = <gadget id="calculator">150+112+108</gadget> <output>370</output> 370 students. Now find the total cost of one lunch $2.10 + $0.50 + $0.20 = $ <gadget id="calculator">2.10+0.50+0.20</gadget> <output>2.8</output> 2.80. Now multiply that cost by the number of students to find the total cost for the school $2.80/student * 370 students = $ <gadget id="calculator">2.80*370</gadget> <output>1_036</output> 1036. <result>1_036</result>
1_036
1,036
gsm8k__oEWechY8W5WSAn3n
It takes 3 men an hour to complete a job. If they are hired to work on 5 such similar jobs by a company that pays each of them $10 per hour, calculate the total amount of money the three will earn when they complete the jobs?
Since they are paid $10 each per hour of work and can complete a job in one hour, they earn a total of $10*3=$ <gadget id="calculator">10*3</gadget> <output>30</output> 30 together for an hour of work. If they earn together $30 for one job, for the five jobs, they'll earn $30*5=$ <gadget id="calculator">30*5</gadget> <output>150</output> 150. <result>150</result>
150
150
gsm8k__rMfhnFVKkjvyJmU6
Joshua packs 12 bottles in each crate. He has a total of 130 bottles and 10 crates. How many bottles will not be placed in a crate?
A total of 12 x 10 = <gadget id="calculator">12*10</gadget> <output>120</output> 120 bottles will be placed in 10 crates. Therefore, 130 - 120 = <gadget id="calculator">130-120</gadget> <output>10</output> 10 bottles will not be placed in a crate. <result>10</result>
10
10
gsm8k__0LVnGLBVKWgmxB38
The New York City Council bought 200 streetlights to modernize its squares. But they don't have enough squares to use all the streetlights bought. Knowing that there are 15 squares in New York and that each park will have 12 new streetlights bought by the city council, how many unused streetlights will remain?
So the total number of streetlights that will be used is 15 squares * 12 streetlights/square = <gadget id="calculator">15*12</gadget> <output>180</output> 180 streetlights. There will be 200 streetlights - 180 streetlights = <gadget id="calculator">200-180</gadget> <output>20</output> 20 streetlights unused. <result>20</result>
20
20
gsm8k__MSrzxUmfWCj1Vbw9
At a pool party, there are 4 pizzas cut into 12 slices each. If the guests eat 39 slices, how many slices are left?
There's a total of 4 x 12 = <gadget id="calculator">4*12</gadget> <output>48</output> 48 slices. After the guests eat, there are 48 - 39 = <gadget id="calculator">48-39</gadget> <output>9</output> 9 pieces. <result>9</result>
9
9
gsm8k__hIteEYK3oEA5YONw
Fred wants to order a variety pack of sliced meats for the upcoming game. He can order a 4 pack of fancy, sliced meat for $40.00 and add rush delivery for an additional 30%. With rush shipping added, how much will each type of sliced meat cost?
The variety pack costs $40.00 and rush shipping is an additional 30% so that's 40*.30 = $12.00. The variety pack costs $40.00 and rush shipping is $12.00 so they will cost 40+12 = $ <gadget id="calculator">40+12</gadget> <output>52</output> 52.00. The order will cost $52.00 and he will get 4 types of fancy, sliced meats so each type costs 52/4 = $ <gadget id="calculator">52/4</gadget> <output>13</output> 13.00. <result>13</result>
13
13
gsm8k__MpfG5y3XjOgqLOtF
During one hour, Tom can read 12 pages of a book. How many pages would he be able to read during 2 hours if he could increase his reading speed by a factor of 3?
If Tom could triple his reading speed, he could read 12 * 3 = <gadget id="calculator">12*3</gadget> <output>36</output> 36 pages of a book in one hour. Therefore, during two hours he could read 36 * 2 = <gadget id="calculator">36*2</gadget> <output>72</output> 72 pages. <result>72</result>
72
72
gsm8k__tpAMwrMlhEdwGlxk
A lumberjack is chopping down trees so he can sell firewood. Each tree he chops produces 4 logs each, and each log is then chopped into 5 pieces of firewood. If the lumberjack has chopped 500 pieces of firewood, how many trees did he chop down?
The firewood is made from 500 pieces of firewood / 5 pieces of firewood per log = <gadget id="calculator">500/5</gadget> <output>100</output> 100 logs. So the logs are chopped from 100 logs / 4 logs per tree = <gadget id="calculator">100/4</gadget> <output>25</output> 25 trees. <result>25</result>
25
25
gsm8k__DUTVBi7O1CKzOnHc
The school principal decided that she wanted every class to have an equal number of boys and girls in each first-grade classroom. There are 4 classrooms. There are 56 boys and 44 girls. How many total students are in each classroom?
Each classroom will have 14 boys because 56 boys divided into 4 classrooms equals 14 boys per classroom. Each classroom will have 11 girls because 44 girls divided into 4 classrooms equals <gadget id="calculator">44/4</gadget> <output>11</output> 11 girls per classroom. In total, each classroom will have 25 students because 14 boys plus 11 girls equals 25 total students. <result>25</result>
25
25
gsm8k__hk72y7BnTZDMgKpf
Jason and Jeremy want to paint their wall white and agreed to split the cost of the paint. A gallon of paint costs $45 and can cover up to 400 square feet. How much will each of them contribute to the cost of the paint if their walls have a total area of 1600 square feet and will need a second coat?
They need 1600 square feet / 400 square feet/gallon = <gadget id="calculator">1600/400</gadget> <output>4</output> 4 gallons of paint for their walls. Since they will do a second coating, then they would need 4 gallons x 2 = <gadget id="calculator">4*2</gadget> <output>8</output> 8 gallons in all. Eight gallons of paint will cost $45/gallon x 8 gallons = $ <gadget id="calculator">45*8</gadget> <output>360</output> 360. Thus, Jason and Jeremy will each contribute $360/2 = $ <gadget id="calculator">360/2</gadget> <output>180</output> 180. <result>180</result>
180
180
gsm8k__Cq9MAGLhpuV9p6YH
Phill had some friends over for pizza. He opens the pizza box and discovers it hasn't been sliced. Phill cuts the pizza in half, and then cuts both halves in half, and then cuts each slice in half again. Phill then passes out 1 slice to 3 of his friends and 2 slices to 2 of his friends. How many slices of pizza are left for Phill?
Phill starts with 1 pizza, cutting it in half. This means he now has 1*2= <gadget id="calculator">1*2</gadget> <output>2</output> 2 slices of pizza. He cuts each of these 2 slices in half, meaning he now has 2*2= <gadget id="calculator">2*2</gadget> <output>4</output> 4 slices of pizza. He then cuts these in half again, meaning he now has 4*2= <gadget id="calculator">4*2</gadget> <output>8</output> 8 slices of pizza. Phill hands out 2 slices to 2 of his friends, meaning he gave out 2*2= <gadget id="calculator">2*2</gadget> <output>4</output> 4 slices. He hands out 1 slice to 3 others, so the total amount of slices handed out are 3+4=7 slices. Since Phill started with 8 slices, this means he has 8-7= <gadget id="calculator">8-7</gadget> <output>1</output> 1 slice remaining. <result>1</result>
1
1
gsm8k__fbuUVvwXAH4EMOfw
Penny's canoe can carry 6 people, but if she wants to take her dog, she will only fit 2/3 of that number inside. If every person in a trip where Penny had her dog inside the canoe weighed 140 pounds, and the dog 1/4 as much weight, calculate the total weight the canoe was carrying?
When Penny has her dog inside the canoe, only 2/3*6 = <gadget id="calculator">2/3*6</gadget> <output>4</output> 4 people could fit inside the canoe. If every person in a trip where Penny had her dog inside the canoe weighed 140 pounds, the total weight of people inside the canoe was 140*4= <gadget id="calculator">140*4</gadget> <output>560</output> 560 pounds. The dog weighs 1/4*140 = <gadget id="calculator">140/4</gadget> <output>35</output> 35 pounds. On the trip, the canoe was carrying 560+35 = <gadget id="calculator">560+35</gadget> <output>595</output> 595 pounds. <result>595</result>
595
595
gsm8k__c4aghqO64TXakpHH
A family bought a 24 pack of bottled water. They drank 1/3 of them on the first day and 1/2 of what was left after the first day on the second day. How many bottles of water remain after 2 days?
After 1 day, the family drank 24 bottles * 1/3 = <gadget id="calculator">24*1/3</gadget> <output>8</output> 8 bottles. Thus, 24 bottles - 8 = <gadget id="calculator">24-8</gadget> <output>16</output> 16 remain. On the 2nd day they drank half of the remaining 16, so half would be leftover at the end of day 2, or 16 * 1/2 = <gadget id="calculator">16*1/2</gadget> <output>8</output> 8 bottles. <result>8</result>
8
8
gsm8k__2nANpMCEFYcetlbi
Jason sent 220 text messages on Monday, half as many text messages on Tuesday, and 50 text messages each day Wednesday through Friday. How many text messages did he send on average during those five days?
First find how many text messages he sent on Tuesday: 220 messages / 2 = <gadget id="calculator">220/2</gadget> <output>110</output> 110 messages. Then find how many text messages he sent Wednesday-Friday: 50 messages/day * 3 days = <gadget id="calculator">50*3</gadget> <output>150</output> 150 messages. Then add up all the messages he sent to find the total: 110 messages + 150 messages + 220 messages = <gadget id="calculator">110+150+220</gadget> <output>480</output> 480 messages. Then divide that number by the number of days to find the average number of messages he sent per day: 480 messages / 5 days = <gadget id="calculator">480/5</gadget> <output>96</output> 96 messages/day. <result>96</result>
96
96
gsm8k__0DFeFzXESuzbcgMD
Out of the 200 cookies that Javier baked from the recipe he learned online, his wife took 30%, and his daughter took 40 from the remaining cookies. If he ate half of the remaining cookies, how many cookies did they not eat?
From the 200 cookies, Javier's wife ate 30/100*200 = <gadget id="calculator">30/100*200</gadget> <output>60</output> 60. After the wife ate 60 cookies, the number of cookies that remained was 200-60 = <gadget id="calculator">200-60</gadget> <output>140</output> 140. The daughter also ate 40 cookies leaving 140-40 = <gadget id="calculator">140-40</gadget> <output>100</output> 100 cookies. If Javier ate half of the remaining cookies, he ate 1/2*100 = 50. The number of cookies that remained is 100-50 = <gadget id="calculator">100-50</gadget> <output>50</output> 50. <result>50</result>
50
50
gsm8k__32raBp9BDBSbW3MF
Prejean's speed in a race was three-quarters that of Rickey. If they both took a total of 70 minutes to run the race, calculate the total number of minutes that Rickey took to finish the race.
Let's say Rickey took t minutes to finish the race. If Prejean's speed in the race was three-quarters that of Rickey, and Rickey took t minutes to finish the race, the time that Prejean took to finish the race is 3/4*t=3/4t. Together, Rickey and Prejean took t+3/4t = 70. They took 1 3/4 t hours=70 to finish the race. This is 7/4t=70 t=70*4/7. The time that Rickey took to finish the race is t= <gadget id="calculator">40</gadget> <output>40</output> 40 minutes. <result>40</result>
40
40
gsm8k__Yviy9Qn45vjSw3Tq
Mrs. Fredrickson has 80 chickens where 1/4 are roosters and the rest are hens. Only three-fourths of those hens lay eggs. How many chickens does Mr. Fredrickson have that do not lay eggs?
Mrs. Fredrickson has 80 x 1/4 = <gadget id="calculator">80*1/4</gadget> <output>20</output> 20 roosters. So he has 80 - 20 = <gadget id="calculator">80-20</gadget> <output>60</output> 60 hens. Only 60 x 3/4 = <gadget id="calculator">60*3/4</gadget> <output>45</output> 45 of the hens lay eggs. Thus, 60 - 45 = <gadget id="calculator">60-45</gadget> <output>15</output> 15 hens do not lay eggs. Therefore, Mr. Fredrickson has a total of 15 hens + 20 roosters = <gadget id="calculator">15+20</gadget> <output>35</output> 35 chickens that do not lay eggs. <result>35</result>
35
35
gsm8k__UQOTtnKUDTY49ntb
A rectangle has a length of 40 meters and a width of 20 meters. A similar smaller rectangle has half the length and width of the big rectangle. What's the area of the smaller rectangle?
The length of the smaller rectangle is 1/2*40 = <gadget id="calculator">1/2*40</gadget> <output>20</output> 20 meters. The width of the smaller rectangle is 1/2*20 = <gadget id="calculator">1/2*20</gadget> <output>10</output> 10 meters. Since the area of a rectangle is found by multiplying the length times the width, the total area of the smaller rectangle is 20*10 = <gadget id="calculator">20*10</gadget> <output>200</output> 200 meters square. <result>200</result>
200
200
gsm8k__QiNUxlkzahOo5jYN
The average number of fruits per basket in five baskets is 25. If basket A contains 15 apples, B has 30 mangoes, C has 20 peaches, D has 25 pears and E has some bananas, how many bananas are in basket E?
Each basket contains an average of 25 fruits so the 5 baskets in all contain 25*5 = <gadget id="calculator">25*5</gadget> <output>125</output> 125 fruits. The number of apples, mangoes, peaches and pears is 15+30+20+25 = <gadget id="calculator">15+30+20+25</gadget> <output>90</output> 90. The remaining fruits are bananas and they are 125-90 = <gadget id="calculator">125-90</gadget> <output>35</output> 35 in number. <result>35</result>
35
35
gsm8k__RtRgOlCkCPCapIxU
Jill has a difficult test to study for. She decides to study one day for 2 hours. The next day she doubles this amount, and the day after that she studies one hour less than the previous day. How many minutes does Jill study over the 3 days?
First, we need to determine how many hours Jill studied in total. To find this out, we begin by performing 2*2= <gadget id="calculator">2*2</gadget> <output>4</output> 4 hours spent on day two, double what she spent on day 1. Next, we perform 4-1= <gadget id="calculator">4-1</gadget> <output>3</output> 3 hours to determine the amount she studied on the third day. We then add 2+4+3= <gadget id="calculator">2+4+3</gadget> <output>9</output> 9 hours spent in total across 3 days. Since there are 60 minutes in an hour, she studied 9*60= <gadget id="calculator">9*60</gadget> <output>540</output> 540 minutes in total. <result>540</result>
540
540
gsm8k__Lyn1jXRrRDfBQHXi
Barry wants to make a huge salad using only cucumbers and tomatoes. He will use a total of 280 pieces of vegetables. If there are thrice as many tomatoes as cucumbers, how many cucumbers will be used in the salad?
Let c be the number of cucumbers and t the number of tomatoes. The total is the sum of the number of cucumbers and that of tomatoes, which is c + t = 280 piece of vegetables. Since there are thrice as many tomatoes as cucumbers, this means c =t/3. Therefore 3*c = t. The sum will therefore be c + 3*c = 280 pieces of vegetables. This means that 4*c = 280 vegetables. Therefore c = 280/4 = <gadget id="calculator">280/4</gadget> <output>70</output> 70 cucumbers. <result>70</result>
70
70
gsm8k__R1wfwqe8mxVkxjVa
Xena is trying to outrun a dragon to get to the safety of a cave it's too big to fit into. Xena has a 600 foot head start, but the dragon can burn her if it gets within 120 feet of her. If Xena runs 15 feet per second and the dragon flies 30 feet per second, how many seconds does Xena have to get to the cave?
First find the size of the gap the dragon needs to close to burn Xena: 600 ft - 120 ft = <gadget id="calculator">600-120</gadget> <output>480</output> 480 ft. Then find how many feet closer the dragon gets each second by subtracting Xena's speed from the dragon's speed: 30 ft/sec - 15 ft/sec = <gadget id="calculator">30-15</gadget> <output>15</output> 15 ft/sec. Then divide the distance by the speed difference to find how many seconds it takes for the dragon to get close enough to burn Xena: 480 ft / 15 ft/sec = <gadget id="calculator">480/15</gadget> <output>32</output> 32 sec. <result>32</result>
32
32
gsm8k__B6u97Yy9fE0F0HAH
James has five huskies, two pitbulls and four golden retrievers, all female. They became pregnant and each golden retriever had two more pups than each husky. If the huskies and pitbulls had 3 pups each, How many more pups than adult dogs are there in total?
There are 5+2 = <gadget id="calculator">5+2</gadget> <output>7</output> 7 huskies and pitbulls 7 huskies and pitbulls had 3 pups each for a total of 3*7 = <gadget id="calculator">7*3</gadget> <output>21</output> 21 pups. Each golden retriever had 2 more pups each than the huskies who had 3 each so each golden retriever had 3+2 = <gadget id="calculator">3+2</gadget> <output>5</output> 5 pups 4 golden retrievers had 5 pups each for a total of 20 pups. There are a total of 21+20 = <gadget id="calculator">21+20</gadget> <output>41</output> 41 pups. There are a total of 5+2+4 = <gadget id="calculator">5+2+4</gadget> <output>11</output> 11 adult dogs. There are 41-11 = <gadget id="calculator">41-11</gadget> <output>30</output> 30 more pups than adult dogs. <result>30</result>
30
30
gsm8k__TTxi0jlU7v1gSmam
For 12 servings of Chicken Surprise, you need 4.5 pounds of chicken and 24 ounces of stuffing. How many ounces would one serving of Chicken Surprise be?
Chicken = 4.5 pounds = <gadget id="calculator">4.5*16</gadget> <output>72</output> 72 ounces. Chicken + stuffing = 72 + 24 = <gadget id="calculator">72+24</gadget> <output>96</output> 96 ounces 96/12 = <gadget id="calculator">96/12</gadget> <output>8</output> 8 ounces. Each serving would be 8 ounces. <result>8</result>
8
8
gsm8k__5T5fBTSPIZQqMa4Y
Francie saves up her allowance for several weeks. She receives an allowance of $5 a week for 8 weeks. Then her dad raises her allowance, and she receives $6 a week for 6 weeks. Francie uses half of the money to buy new clothes. With the remaining money, she buys a video game that costs $35. How much money does Francie have remaining after buying the video game?
When her allowance is $5 a week, Francie gets a total of $5 * 8 = $ <gadget id="calculator">5*8</gadget> <output>40</output> 40. When her allowance is $6 a week, Francie gets a total of $6 * 6 = $ <gadget id="calculator">6*6</gadget> <output>36</output> 36. The total amount of money Francie gets is $40 + $36 = $ <gadget id="calculator">40+36</gadget> <output>76</output> 76. After purchasing new clothes, she has $76 / 2 = $ <gadget id="calculator">76/2</gadget> <output>38</output> 38 remaining. After buying the video game, Francie has $38 - $35 = $ <gadget id="calculator">38-35</gadget> <output>3</output> 3 remaining. <result>3</result>
3
3
gsm8k__mtgSWZWNchaywgFa
Betty & Paige are raising money for their kids' little league team by hosting a bake sale. Betty has baked 4 dozen chocolate chip cookies, 6 dozen oatmeal raisin cookies and 2 dozen regular brownies. Paige baked 6 dozen sugar cookies, 3 dozen blondies and 5 dozen cream cheese swirled brownies. If they sell the cookies for $1.00 apiece and the blondies/brownies at $2.00 apiece, how much money will they raise?
Together, they made 4+6+6 dozen cookies for a total of 16 dozen cookies. One dozen equals 12 cookies, so 12 *16 = <gadget id="calculator">12*16</gadget> <output>192</output> 192 cookies. Together, they made 2+3+5 = <gadget id="calculator">2+3+5</gadget> <output>10</output> 10 dozen blondies/brownies. One dozen equals 12 brownies so 12*10 = <gadget id="calculator">12*10</gadget> <output>120</output> 120 blondies/brownies. They sold the cookies for $1.00 each so 1(192 = $ <gadget id="calculator">192</gadget> <output>192</output> 192.00 in cookies. They sold the blondies/brownies for $2.00 each so 2*120 = $ <gadget id="calculator">2*120</gadget> <output>240</output> 240 in blondies/brownies. Together, they made 192+240 = $ <gadget id="calculator">192+240</gadget> <output>432</output> 432.00 for the little league team. <result>432</result>
432
432
gsm8k__spZnTNqMTcMvuRHL
Sarah makes 5 times more money per hour than Connor does. If Connor earns $7.20 per hour, how much does Sarah make in an 8-hour day?
Sarah makes $7.2 * 5 = $ <gadget id="calculator">7.2*5</gadget> <output>36</output> 36 per hour. Sarah makes $36 * 8 = $ <gadget id="calculator">36*8</gadget> <output>288</output> 288 per day. <result>288</result>
288
288
gsm8k__1Rz9SEQoGsdcjEAR
Jonah bought 6 pineapples for $3 each. Each pineapple could be cut into 12 pineapple rings. He sold 4 pineapple rings for $5 each. How much profit did Jonah make?
Jonah spent 6 x $3 = $ <gadget id="calculator">6*3</gadget> <output>18</output> 18. He made a total of 6 x 12 = <gadget id="calculator">6*12</gadget> <output>72</output> 72 pineapple rings. He sold 72/4 = <gadget id="calculator">72/4</gadget> <output>18</output> 18 sets of pineapple rings. He made 18 x $5 = $ <gadget id="calculator">18*5</gadget> <output>90</output> 90. His profit was $90 - $18 = $ <gadget id="calculator">90-18</gadget> <output>72</output> 72. <result>72</result>
72
72
gsm8k__X0JLDbnAcXEitzY1
Rob has 24 baseball cards, and a few are doubles. One third of Rob's cards are doubles, and Jess has 5 times as many doubles as Rob. How many doubles baseball cards does Jess have?
Rob has 24/3= <gadget id="calculator">24/3</gadget> <output>8</output> 8 doubles baseball cards. Jess has 8*5= <gadget id="calculator">8*5</gadget> <output>40</output> 40 doubles baseball cards. <result>40</result>
40
40
gsm8k__AqGgfAHP58rKVwH0
Janice has been working part-time at a convenience store 5 days a week. She can earn $30 per day and can earn $15 more when she works a 2 hour overtime shift. If she works three overtime shifts this week, how much will she earn this week?
Janice can earn $30 x 5 = $ <gadget id="calculator">30*5</gadget> <output>150</output> 150 per week. She will earn $15 x 3 = $ <gadget id="calculator">15*3</gadget> <output>45</output> 45 more if she works three overtime shifts. Therefore, Janice will earn $150 + $45 = $ <gadget id="calculator">150+45</gadget> <output>195</output> 195 this week. <result>195</result>
195
195
gsm8k__p5rmZhhyFUBb3nFX
Voldemort had his dinner and ate a piece of cake that has 110 calories. He also ate 1 pack of chips that contained 310 calories and drank a 500 ml bottle of coke that has 215 calories. His caloric intake for breakfast and lunch is 560 and 780 calories, respectively. If he has a 2500 calorie intake limit per day, how many calories can he still take?
For the night he was able to intake 110 + 310 + 215 = <gadget id="calculator">110+310+215</gadget> <output>635</output> 635 calories. For breakfast and lunch, he was able to intake 560 + 780 = <gadget id="calculator">560+780</gadget> <output>1_340</output> 1340 calories. So, for the entire day Voldemort was able to intake 1340 + 635 = <gadget id="calculator">1340+635</gadget> <output>1_975</output> 1975 calories. Therefore, he can still intake 2500 - 1975 = <gadget id="calculator">525</gadget> <output>525</output> 525 calories. <result>525</result>
525
525
gsm8k__QynNEG5iQhWzFe5L
Every day Tom drinks 5 12-oz cans of soda plus 64 ounces of water. How many ounces of fluid does he drink a week?
He drinks 12 * 5 = <gadget id="calculator">12*5</gadget> <output>60</output> 60 ounces of soda a day. So he drinks 60 + 64 = <gadget id="calculator">60+64</gadget> <output>124</output> 124 ounces of liquid a day. So in total he drinks 124 * 7 = <gadget id="calculator">124*7</gadget> <output>868</output> 868 ounces of liquid a week. <result>868</result>
868
868
gsm8k__CcZeM0QVxoYMWYk6
In a certain forest, there are 4 species of trees: oak, pine, spruce, and birch. There is a total of 4000 trees in the forest. Spruces make up 10% of all the trees, and pines 13%. There are as many oaks as spruces and pines put together. How many birches are there in the forest?
There are 10/100 * 4000 = <gadget id="calculator">10/100*4000</gadget> <output>400</output> 400 spruces in the forest. There are 13/100 * 4000 = <gadget id="calculator">13/100*4000</gadget> <output>520</output> 520 pines in the forest. There are as many oaks as pines and spruces together, so there are 400 + 520 = <gadget id="calculator">400+520</gadget> <output>920</output> 920 oaks. Therefore there are 4000 - 920 - 520 - 400 = <gadget id="calculator">4000-920-520-400</gadget> <output>2_160</output> 2160 birches. <result>2_160</result>
2_160
2,160
gsm8k__TU32wnJNNHDSsw64
Pastor Paul prays 20 times per day, except on Sunday, when he prays twice as much. Pastor Bruce prays half as much as Pastor Paul, except on Sundays, when he prays twice as much as Pastor Paul. How many more times does Pastor Paul pray than Pastor Bruce prays in a week?
Pastor Paul prays 20*6= <gadget id="calculator">20*6</gadget> <output>120</output> 120 days per week, except Sunday. On Sunday, Pastor Paul prays 2*20= <gadget id="calculator">2*20</gadget> <output>40</output> 40 times. Per week, Pastor Paul prays 120+40= <gadget id="calculator">120+40</gadget> <output>160</output> 160 times. Pastor Bruce prays half as much as Pastor Paul does on all days except Sunday, for a total of 120/2= <gadget id="calculator">120/2</gadget> <output>60</output> 60 times. Pastor Bruce prays twice as much on Sundays as does Pastor Paul, or 40*2= <gadget id="calculator">40*2</gadget> <output>80</output> 80 times. In total, Pastor Bruce prays 60+80= <gadget id="calculator">60+80</gadget> <output>140</output> 140 times per week. Thus, per week, Pastor Paul prays 160-140= <gadget id="calculator">160-140</gadget> <output>20</output> 20 more times per week than Pastor Bruce. <result>20</result>
20
20
gsm8k__8MGAzeKyIr1zBdZo
Liz sold her car at 80% of what she originally paid. She uses the proceeds of that sale and needs only $4,000 to buy herself a new $30,000 car. How much cheaper is her new car versus what she originally paid for her old one?
If Liz needs only $4,000 to buy a new $30,000 car, that means she has $30,000-$4,000=$ <gadget id="calculator">30000-4000</gadget> <output>26_000</output> 26,000 from the proceeds of selling her old car. If she sold her car at 80% of what she originally paid for and sold it for $26,000 then she originally paid $26,000/80% = $32,500 for her old car. If she paid $32,500 for her old car and the new one is $30,000 then, the new one is $32,500-$30,000 = $ <gadget id="calculator">32500-30000</gadget> <output>2_500</output> 2,500 cheaper. <result>2_500</result>
2_500
2,500
gsm8k__RbM7dPj9ikCS7fj0
Alexis can sew a skirt in 2 hours and a coat in 7 hours. How long does it take for Alexis to sew 6 skirts and 4 coats?
It takes Alexis 2 x 6 = <gadget id="calculator">2*6</gadget> <output>12</output> 12 hours to sew 6 skirts. It takes Alexis another 7 x 4 = <gadget id="calculator">7*4</gadget> <output>28</output> 28 hours to sew 4 coats. In total it takes Alexis 12 + 28 = <gadget id="calculator">12+28</gadget> <output>40</output> 40 hours to sew 6 skirts and 4 coats. <result>40</result>
40
40
gsm8k__nkn5PdP945MdAf34
Kathleen receives a weekly allowance for completing all of her chores. During middle school, her allowance was $2 more than $8 but during her senior year, her allowance was $5 more than twice her middle school allowance. What is the percentage increase in Kathleen's weekly allowance?
Kathleen's allowance in middle school was $8 + $2 = $ <gadget id="calculator">8+2</gadget> <output>10</output> 10. Twice her middle school allowance is $10 x 2 = $ <gadget id="calculator">10*2</gadget> <output>20</output> 20. So, Kathleen's senior year allowance is $20 + $5 = $ <gadget id="calculator">20+5</gadget> <output>25</output> 25. Her allowance increased by $25 - $10 = $ <gadget id="calculator">25-10</gadget> <output>15</output> 15. Kathleen's percent increase in her weekly allowance is $15/$10 x 100% = <gadget id="calculator">15/10*100</gadget> <output>150</output> 150%. <result>150</result>
150
150
gsm8k__DsrxAS9Gxls5DW19
Alexa was on vacation for 3/4ths of the time it took Ethan to learn 12 fencing tricks. Joey spent half as much this time (that Ethan spent learning the tricks) learning to swim. If Alexa spent a week and 2 days on vacation, how many days did it take Joey to learn swimming?
There are 7 days in one week so one week and 2 days = 7+2 = <gadget id="calculator">7+2</gadget> <output>9</output> 9 days. Call the time Ethan spends learning tricks e. Alexa spent 9 days on vacation which is 3/4ths of the time Ethan spent learning 12 fencing tricks, hence (3/4)e = 9 days. If we multiply both sides of this equation by 4/3, we get e = (4/3)*9 days = <gadget id="calculator">(4/3)*9</gadget> <output>12</output> 12 days. Joey spent half of 12 days which is 12/2 = <gadget id="calculator">12/2</gadget> <output>6</output> 6 days to learn swimming. <result>6</result>
6
6
gsm8k__5kYSHTWEo6CYtliH
Adam goes to school every day. On Monday he had 6 lessons of 30 minutes each, and on Tuesday he had 3 lessons of 1 hour each. On Wednesday, Adam spent twice as much time at school as on Tuesday. How much time in total did Adam spend at school during these 3 days, in hours?
On Monday Adam had 6 * 30 = <gadget id="calculator">6*30</gadget> <output>180</output> 180 minutes of lessons, which is 3 hours. On Wednesday Adam spent twice as much time at school as on Tuesday, so he spent 2 * 3 = <gadget id="calculator">2*3</gadget> <output>6</output> 6 hours at school. This means that during these three days Adam spent at school 3 + 3 + 6 = <gadget id="calculator">3+3+6</gadget> <output>12</output> 12 hours. <result>12</result>
12
12
gsm8k__hACt3TGcwwvpp4va
Freddy is calling his family on New Year's Eve. He calls his dad, who lives in the same city as him, and they talk for 45 minutes. Then he calls his brother, who lives on the other side of the world, and they talk for 31 minutes. Local calls cost 5 cents a minute, while international calls cost 25 cents a minute. How many dollars did Freddy spend calling his family on New Year's Eve?
At 5 cents a minute, calling his father cost Freddy 5* 45 = <gadget id="calculator">5*45</gadget> <output>225</output> 225 cents. At 25 cents a minute, calling his brother cost Freddy 25 * 31 = <gadget id="calculator">25*31</gadget> <output>775</output> 775 cents. Adding the cost of calling his father and brother, we find that Freddy paid a total of 225 + 775 = <gadget id="calculator">225+775</gadget> <output>1_000</output> 1000 cents. Since each dollar has 100 cents, Freddy paid 1000 / 100 = <gadget id="calculator">1000/100</gadget> <output>10</output> 10 dollars. <result>10</result>
10
10
gsm8k__CpcSlA6yKwthueUB
Lola and Dora combined their allowance of $9 each to buy a deck of playing cards for $10, they also bought $2 boxes of stickers and split the boxes evenly. How many packs of stickers did Dora get?
Lola and Dora together have $9/person x 2 people = $ <gadget id="calculator">9*2</gadget> <output>18</output> 18. After buying the deck of cards they had $18 - $10 = $ <gadget id="calculator">18-10</gadget> <output>8</output> 8. With 8 dollars they bought $8 / $2/pack = <gadget id="calculator">8/2</gadget> <output>4</output> 4 packs of stickers. Dora received 4 packs / 2 people = <gadget id="calculator">4/2</gadget> <output>2</output> 2 packs of stickers. <result>2</result>
2
2
gsm8k__OJJ8ZRYGRdeOfrDv
Sandy bought 1 million Safe Moon tokens. She has 4 siblings. She wants to keep half of them to herself and divide the remaining tokens among her siblings. After splitting it up, how many more tokens will she have than any of her siblings?
She will keep 1000000 / 2 = <gadget id="calculator">1000000/2</gadget> <output>500_000</output> 500000 Safe Moon tokens for herself. For the remaining siblings, they will each receive 500000 / 4 = <gadget id="calculator">500000/4</gadget> <output>125_000</output> 125000 tokens. This means that Sandy will have 500000 - 125000 = <gadget id="calculator">500000-125000</gadget> <output>375_000</output> 375000 tokens more than any of her siblings. <result>375_000</result>
375_000
375,000