question
stringlengths
42
985
answer
stringlengths
63
1.26k
equations
sequence
depths
sequence
toolcalls
sequence
answer_number
float64
0
192M
Amanda had 7 candy bars. She gave 3 to her sister. The next day, Amanda won some prize money and bought another 30 candy bars. She gave her sister 4 times as many candy bars as she did the first time. How many candy bars did Amanda keep for herself altogether?
Amanda has 7 - 3 = <T>subtract(7, 3)=4 candy bars. Amandy gives her sister 4 x 3 = <T>multiply(4, 3)=12 candy bars. She has 30 - 12 = <T>subtract(30, 12)=18 candy bars remaining. In total she keeps 18 + 4 = <T>add(18, 4)=22 candy bars.
[ "<<7-3=4>>4", "<<4*3=12>>12", "<<30-12=18>>18", "<<18+4=22>>22" ]
[ 2, 2, 2, 2 ]
[ [ "<T>subtract(7, 3)=4" ], [ "<T>multiply(4, 3)=12" ], [ "<T>subtract(30, 12)=18" ], [ "<T>add(18, 4)=22" ] ]
22
Audrey's key lime pie calls for 1/4 cup of key lime juice but she likes to double this amount to make it extra tart. Each key lime yields 1 tablespoon of juice. There are 16 tablespoons in 1 cup. How many key limes does Audrey need?
Her recipe calls for 1/4 cup of juice but she wants to double that so she needs 1/4+1/4 = 1/2 cup of lime juice 16 tablespoons are in 1 cup and she only needs 1/2 cup so she needs 16*.5 = <T>multiply(16, 0.5)=8.0 tablespoons of juice 1 key lime yields 1 tablespoon of juice and she needs 8 tablespoons so she needs 1*8 = <T>multiply(1, 8)=8 key limes
[ "<<16*.5=8>>8", "<<1*8=8>>8" ]
[ 2, 2 ]
[ [ "<T>multiply(16, 0.5)=8.0" ], [ "<T>multiply(1, 8)=8" ] ]
8
Jana is 5 inches taller than Kelly, and Kelly is 3 inches shorter than Jess. If Jess is 72 inches tall, how tall is Jana?
Kelly is 72-3=<T>subtract(72, 3)=69 inches tall. Jana is 69+5=<T>add(69, 5)=74 inches tall.
[ "<<72-3=69>>69", "<<69+5=74>>74" ]
[ 2, 2 ]
[ [ "<T>subtract(72, 3)=69" ], [ "<T>add(69, 5)=74" ] ]
74
My brother and I have thirty minutes to go to school, without being late. It takes us 15 minutes to arrive at the school gate, and another 6 minutes to get to the school building. How much time do we have to get to our room, without being late?
The total time we spent going to school is 15 minutes + 6 minutes = <T>add(15, 6)=21 minutes. We have 30 minutes - 21 minutes = <T>subtract(30, 21)=9 minutes left not to be late.
[ "<<15+6=21>>21", "<<30-21=9>>9" ]
[ 2, 2 ]
[ [ "<T>add(15, 6)=21" ], [ "<T>subtract(30, 21)=9" ] ]
9
Emily can type 60 words per minute. How many hours does it take her to write 10,800 words?
In an hour, Emily can type 60 words *60 minutes = <T>multiply(60, 60)=3600 words. It will take her 10800/3600 = <T>divide(10800, 3600)=3.0 hours to write 10800 words.
[ "<<60*60=3600>>3600", "<<10800/3600=3>>3" ]
[ 2, 2 ]
[ [ "<T>multiply(60, 60)=3600" ], [ "<T>divide(10800, 3600)=3.0" ] ]
3
Miles and Daphne are comparing their reading collection and want to figure out who has more pages. They are about to count each page, but their parents suggest that they see whose collection is taller. Mile's collection is taller, but then Daphne notices that Miles reads board books, and so the pages are thicker. After some more measuring, they figure out that for Miles, 1 inch equals 5 pages, but for Daphne 1 inch equals 50 pages. If Miles's books are 240 inches tall and Daphne's collection is 25 inches tall, how many pages are in the longest collection?
Miles's collection has 1,200 pages because 240 x 5 = <T>multiply(240, 5)=1200 Daphne's collection has 1,250 pages because 25 x 50 = <T>multiply(25, 50)=1250 The largest collection has 1,250 pages because 1,250 > 1,200
[ "<<240*5=1200>>1,200", "<<25*50=1250>>1,250" ]
[ 2, 2 ]
[ [ "<T>multiply(240, 5)=1200" ], [ "<T>multiply(25, 50)=1250" ] ]
1,250
There were 21 dollars in the cookie jar. Doris spent $6 from the cookie jar. Martha spent half as much as Doris. How much money, in dollars, was left in the cookie jar?
Martha spent 6/2=<T>divide(6, 2)=3.0 dollars. Martha and Doris spent 6+3=<T>add(6, 3)=9 dollars. There were 21-9=<T>subtract(21, 9)=12 dollars left in the cookie jar.
[ "<<6/2=3>>3", "<<6+3=9>>9", "<<21-9=12>>12" ]
[ 2, 2, 2 ]
[ [ "<T>divide(6, 2)=3.0" ], [ "<T>add(6, 3)=9" ], [ "<T>subtract(21, 9)=12" ] ]
12
Phillip is taking a math test and an English test on Monday. The math test has 40 questions and he gets 75% of them right. The English test has 50 questions and he gets 98% of them right. How many total questions does he get right?
On the math test he gets 30 questions correct because 40 x .75 = <T>multiply(40, 0.75)=30.0 On the English test he gets 49 questions right because 50 x .98 = <T>multiply(50, 0.98)=49.0 He gets 79 questions right in total.
[ "<<40*.75=30>>30", "<<50*.98=49>>49" ]
[ 2, 2 ]
[ [ "<T>multiply(40, 0.75)=30.0" ], [ "<T>multiply(50, 0.98)=49.0" ] ]
79
Maryann can pick the lock on a cheap pair of handcuffs in 6 minutes and on an expensive pair of handcuffs in 8 minutes. If Maryann needs to rescue three of her friends who have expensive handcuffs on their hands and cheap handcuffs on their ankles, how long will it take for her to free all of them?
First find the total time it takes Maryann to rescue one friend: 6 minutes + 8 minutes = <T>add(6, 8)=14 minutes Then multiply the time to save one friend by the number of friends Maryann needs to save: 14 minutes/friend * 3 friends = <T>multiply(14, 3)=42 minutes
[ "<<6+8=14>>14", "<<14*3=42>>42" ]
[ 2, 2 ]
[ [ "<T>add(6, 8)=14" ], [ "<T>multiply(14, 3)=42" ] ]
42
A coffee shop brews 10 coffee cups per hour on a weekday and 120 coffee cups in total over the weekend. If the coffee shop is open 5 hours a day every single day, how many coffee cups are brewed in 1 week?
On a weekday, the shop produces 10 coffee cups per hour * 5 hours per weekday = <T>multiply(10, 5)=50 coffee cups. The coffee shop therefore brewed 50 coffee cups per day * 5 weekdays in a week = <T>multiply(50, 5)=250 coffee cups. So in total, the coffee shop brewed a total of 250 weekday coffee cups + 120 weekend coffee cups = <T>add(250, 120)=370 coffee cups in 1 week.
[ "<<10*5=50>>50", "<<50*5=250>>250", "<<250+120=370>>370" ]
[ 2, 2, 2 ]
[ [ "<T>multiply(10, 5)=50" ], [ "<T>multiply(50, 5)=250" ], [ "<T>add(250, 120)=370" ] ]
370
Josh has some money. He spent $1.75 on a drink, and then spent another $1.25. If he had $6 left, how much money, in dollars, did Josh have at first?
Josh spent 1.75+1.25=<T>add(1.75, 1.25)=3.0 dollars in total. Josh had 6+3=<T>add(6, 3)=9 dollars at first.
[ "<<1.75+1.25=3>>3", "<<6+3=9>>9" ]
[ 2, 2 ]
[ [ "<T>add(1.75, 1.25)=3.0" ], [ "<T>add(6, 3)=9" ] ]
9
Elijah is painting his living room and decides to buy masking tape to make his painting neater. 2 of his walls are 4 meters wide and the other 2 walls are 6 meters wide. Elijah needs enough masking tape to cover the entire width of each wall and can order the exact amount of masking tape he needs. How many meters of masking tape does Elijah need to order?
For 2 of the walls, Elijah will need 2 walls * 6 meters each = <T>multiply(2, 6)=12 meters of masking tape. For the other 2 walls, he will need 2 walls * 4 meters each = <T>multiply(2, 4)=8 meters of masking tape. He will therefore need a total of 12 + 8 = <T>add(12, 8)=20 meters of masking tape.
[ "<<2*6=12>>12", "<<2*4=8>>8", "<<12+8=20>>20" ]
[ 2, 2, 2 ]
[ [ "<T>multiply(2, 6)=12" ], [ "<T>multiply(2, 4)=8" ], [ "<T>add(12, 8)=20" ] ]
20
Kenny played basketball last week. He ran for twice as long as he played basketball, and he practiced on the trumpet for twice as long as he ran. If he practiced on the trumpet for 40 hours, how many hours did Kenny play basketball last week?
Kenny ran for 40/2=<T>divide(40, 2)=20.0 hours. Kenny played basketball for 20/2=<T>divide(20, 2)=10.0 hours.
[ "<<40/2=20>>20", "<<20/2=10>>10" ]
[ 2, 2 ]
[ [ "<T>divide(40, 2)=20.0" ], [ "<T>divide(20, 2)=10.0" ] ]
10
Owen bred 21 turtles, and Johanna has 5 fewer turtles than Owen. After 1 month, Owen has twice as many turtles as before and Johanna loses half of her turtles and donates the rest to Owen. How many turtles did Owen have?
Johanna had 21 turtles - 5 turtles = <T>subtract(21, 5)=16 turtles. After 1 month, Owen was left with 21 turtles * 2 = <T>multiply(21, 2)=42 turtles. After 1 month, Johanna was left with 16 turtles / 2 = <T>divide(16, 2)=8.0 turtles. After Johanna's donation, Owen was left with 42 turtles + 8 turtles = <T>add(42, 8)=50 turtles.
[ "<<21-5=16>>16", "<<21*2=42>>42", "<<16/2=8>>8", "<<42+8=50>>50" ]
[ 2, 2, 2, 2 ]
[ [ "<T>subtract(21, 5)=16" ], [ "<T>multiply(21, 2)=42" ], [ "<T>divide(16, 2)=8.0" ], [ "<T>add(42, 8)=50" ] ]
50
Emma buys 2 containers of milk every school day for lunch. She does not go to school on the weekends. How many containers of milk does she buy in 3 weeks?
There are 5 school days in a week: 5 days/week x 2 containers of milk/day = 10 containers of milk every week Finally the number of container for 3 weeks is 3 weeks x 10 containers/week = <T>multiply(3, 10)=30 containers
[ "<<3*10=30>>30" ]
[ 2 ]
[ [ "<T>multiply(3, 10)=30" ] ]
30
Chelsea has 24 kilos of sugar. She divides them into 4 bags equally. Then one of the bags gets torn and half of the sugar falls to the ground. How many kilos of sugar remain?
Each bag has 24/4=<T>divide(24, 4)=6.0 kilos of sugar. 6/2=<T>divide(6, 2)=3.0 kilos of sugar falls to the ground. 24-3=<T>subtract(24, 3)=21 kilos of sugar remains.
[ "<<24/4=6>>6", "<<6/2=3>>3", "<<24-3=21>>21" ]
[ 2, 2, 2 ]
[ [ "<T>divide(24, 4)=6.0" ], [ "<T>divide(6, 2)=3.0" ], [ "<T>subtract(24, 3)=21" ] ]
21
Iain has 200 pennies. He realizes that 30 of his pennies are older than he is. If he wishes to get rid of these pennies and then throw out 20% of his remaining pennies, how many will he have left?
Start with taking out the older pennies 200 pennies - 30 pennies = <T>subtract(200, 30)=170 pennies Take the 170 pennies * .20 = <T>multiply(170, 0.2)=34.0 170 pennies - 34 pennies = <T>subtract(170, 34)=136 pennies.
[ "<<200-30=170>>170", "<<170*.20=34>>34", "<<170-34=136>>136" ]
[ 2, 2, 2 ]
[ [ "<T>subtract(200, 30)=170" ], [ "<T>multiply(170, 0.2)=34.0" ], [ "<T>subtract(170, 34)=136" ] ]
136
A third of all the cats in the village have spots. A quarter of the spotted cats in the village are fluffy. If there are 120 cats in the village, how many of the cats are spotted and fluffy?
If a third of the cats have spots and a quarter of those are fluffy (1 / 3) x (1 / 4) = 1/ 12 cats are both fluffy and spotted. Out of 120 cats, 120 cats / 12 = <T>divide(120, 12)=10.0 cats are spotted and fluffy.
[ "<<120/12=10>>10" ]
[ 2 ]
[ [ "<T>divide(120, 12)=10.0" ] ]
10
A school canteen sells a sandwich at $2, a hamburger at $2, one stick of hotdog at $1, and a can of fruit juice at $2 each can. Selene buys three sandwiches and a can of fruit juice. Tanya buys two hamburgers and two cans of fruit juice. How much do Selene and Tanya spend together?
Three sandwiches cost 3 x $2 = $<T>multiply(3, 2)=6 So, Selene spends $6 + $2 = $<T>add(6, 2)=8 Two hamburgers cost 2 x $2 = $<T>multiply(2, 2)=4 Two cans of fruit juice cost 2 x $2 = $<T>multiply(2, 2)=4 Thus, Tanyah spends $4 +$4 = $<T>add(4, 4)=8 Therefore, Selene and Tanya spend $8 + $8 = $<T>add(8, 8)=16
[ "<<3*2=6>>6.", "<<6+2=8>>8.", "<<2*2=4>>4.", "<<2*2=4>>4.", "<<4+4=8>>8.", "<<8+8=16>>16." ]
[ 2, 2, 2, 2, 2, 2 ]
[ [ "<T>multiply(3, 2)=6" ], [ "<T>add(6, 2)=8" ], [ "<T>multiply(2, 2)=4" ], [ "<T>multiply(2, 2)=4" ], [ "<T>add(4, 4)=8" ], [ "<T>add(8, 8)=16" ] ]
16
Hillary always buys the Wednesday, Thursday and Friday editions of the local newspaper for $0.50 each. On Sunday, she spends $2.00 to get that copy. How much does she spend on the newspaper over 8 weeks?
She buys Wednesday, Thursday and Friday's paper for $0.50 each so that's 3*.50 = $<T>multiply(3, 0.5)=1.5 She spends $1.50 for the weekday papers and $2.00 for the Sunday paper for a total of 1.5+2 = $<T>add(1.5, 2)=3.5 a week Over 8 weeks she spends 8*3.5 = $<T>multiply(8, 3.5)=28.0
[ "<<3*.50=1.50>>1.50", "<<1.5+2=3.50>>3.50", "<<8*3.5=28.00>>28.00" ]
[ 2, 2, 2 ]
[ [ "<T>multiply(3, 0.5)=1.5" ], [ "<T>add(1.5, 2)=3.5" ], [ "<T>multiply(8, 3.5)=28.0" ] ]
28
If Billy and Jenny each order a $20 steak along with a $5 drink, how much will Billy have to pay in tips if he wants to cover 80% of a 20% tip for the two of them?
First, we figure out the price per meal by adding the steak and the drink together, finding a cost of 20+5=<T>add(20, 5)=25 per meal. Then we multiply this by 2, as there are two people eating, meaning a total cost of 25*2=<T>multiply(25, 2)=50 for both meals. Then we find the total tip amount for a 20% tip, by multiplying 50*.2= 10. Then we find out what 80% of this tip amount is by multiplying the desired tip of 10 by .8, finding 10*.8= <T>multiply(10, 0.8)=8.0 dollars that Billy should contribute.
[ "<<20+5=25>>25", "<<25*2=50>>50", "<<10*.8=8>>8" ]
[ 2, 2, 2 ]
[ [ "<T>add(20, 5)=25" ], [ "<T>multiply(25, 2)=50" ], [ "<T>multiply(10, 0.8)=8.0" ] ]
8
Emma is planning a dinner party, so she went to a shop to buy the products she needs. She bought 8 kg of cheese and 7 kg of vegetables. One kilogram of cheese costs $4 and one kilogram of vegetable costs is $2 more expensive. How much did she pay for her shopping?
Emma payed 8 kg * $4/kg = $<T>multiply(8, 4)=32 for the cheese. The cost of one kilogram of vegetable is $4 + $2 = $<T>add(4, 2)=6 So Emma payed 7 kg * $6/kg = $<T>multiply(7, 6)=42 for vegetables. In total Emma payed $32 + $42 = $<T>add(32, 42)=74 for her shopping.
[ "<<8*4=32>>32", "<<4+2=6>>6.", "<<7*6=42>>42", "<<32+42=74>>74" ]
[ 2, 2, 2, 2 ]
[ [ "<T>multiply(8, 4)=32" ], [ "<T>add(4, 2)=6" ], [ "<T>multiply(7, 6)=42" ], [ "<T>add(32, 42)=74" ] ]
74
Kameron has 100 kangaroos on his large farm; Bert has 20 kangaroos on his farm. In how many more days will Bert have the same number of kangaroos as Kameron does now if he buys kangaroos at the same rate of 2 new kangaroos per day?
If Kameron has 100 kangaroos, he has 100-20= <T>subtract(100, 20)=80 more kangaroos than Bert. Buying 2 kangaroos every day, it will take Bert 80/2=40 days to have the same number of kangaroos as Kameron has now.
[ "<<100-20=80>>80" ]
[ 2 ]
[ [ "<T>subtract(100, 20)=80" ] ]
40
Bella is making bracelets for her 6 friends. She needs 8 beads per bracelet. She has 36 beads. How many more beads does she need to make all six bracelets?
Bella needs a total of 8 beads x 6 friends = <T>multiply(8, 6)=48 beads. She needs 48 beads – 36 beads = <T>subtract(48, 36)=12 more beads.
[ "<<8*6=48>>48", "<<48-36=12>>12" ]
[ 2, 2 ]
[ [ "<T>multiply(8, 6)=48" ], [ "<T>subtract(48, 36)=12" ] ]
12
Alice and Emily are selling oranges at the farmer's market. Alice sold twice as many oranges as Emily did. In total, they sold 180 oranges. How many oranges did Alice sell?
Emily sold 180/3=<T>divide(180, 3)=60.0 oranges. Alice sold 60*2=<T>multiply(60, 2)=120 oranges.
[ "<<180/3=60>>60", "<<60*2=120>>120" ]
[ 2, 2 ]
[ [ "<T>divide(180, 3)=60.0" ], [ "<T>multiply(60, 2)=120" ] ]
120
Carla can cook a batch of waffles in 10 minutes and chicken-fried steak in 6 minutes. How long will it take her to cook 3 steaks and a batch of waffles?
First find the total cook time for the steaks: 3 steaks * 6 minutes/steak = <T>multiply(3, 6)=18 minutes Then add the waffles' cook time to find the total cook time: 18 minutes + 10 minutes = <T>add(18, 10)=28 minutes
[ "<<3*6=18>>18", "<<18+10=28>>28" ]
[ 2, 2 ]
[ [ "<T>multiply(3, 6)=18" ], [ "<T>add(18, 10)=28" ] ]
28
Remi prepared a tomato nursery and planted tomato seedlings. After 20 days, the seedlings were ready to be transferred. On the first day, he planted 200 seedlings on the farm. On the second day, while working alongside his father, he planted twice the number of seedlings he planted on the first day. If the total number of seedlings transferred to the farm on these two days was 1200, how many seedlings did his father plant?
On the second day, he planted 2 * 200 seedlings = <T>multiply(2, 200)=400 seedlings. The total number of seedlings Remi planted on the two days is 400 seedlings + 200 seedlings = <T>add(400, 200)=600 seedlings. If the total number of seedlings transferred from the nursery was 1200 after the second day, Remi's father planted 1200 seedlings - 600 seedlings = <T>subtract(1200, 600)=600 seedlings.
[ "<<2*200=400>>400", "<<400+200=600>>600", "<<1200-600=600>>600" ]
[ 2, 2, 2 ]
[ [ "<T>multiply(2, 200)=400" ], [ "<T>add(400, 200)=600" ], [ "<T>subtract(1200, 600)=600" ] ]
600
Paul lives in a 5th story apartment. He makes 3 trips out from and back to his apartment throughout the day each day of a week. How many feet does he travel vertically in total over the week if each story is 10 feet tall?
Since Paul makes 3 trips per day, and each trip involves going both down and up, this means he travels the full vertical distance of his apartment complex 3*2=<T>multiply(3, 2)=6 times a day. Since there are 7 days in a week, this means he makes this trip 6*7=42 times a week. Since each story is 10 feet tall, that means with 5 stories he travels 5*10= <T>multiply(5, 10)=50 feet each trip. Since he made 42 trips of 50 feet each, this means he traveled 50*42= <T>multiply(50, 42)=2100 feet in a week.
[ "<<3*2=6>>6", "<<5*10=50>>50", "<<50*42=2100>>2100" ]
[ 2, 2, 2 ]
[ [ "<T>multiply(3, 2)=6" ], [ "<T>multiply(5, 10)=50" ], [ "<T>multiply(50, 42)=2100" ] ]
2,100