question
stringlengths 50
994
| missing_info
listlengths 1
2
| answer
stringlengths 50
1.23k
|
---|---|---|
Natalia sold clips to some number of her friends in April, and then she sold half as many clips in May. How many clips did Natalia sell altogether in April and May? | [
{
"keywords": [
"clips",
"to",
"of",
"her"
],
"value": "48"
}
] | Natalia sold 48/2 = <<48/2=24>>24 clips in May.
Natalia sold 48+24 = <<48+24=72>>72 clips altogether in April and May.
#### 72 |
Weng earns $12 an hour for babysitting. Yesterday, she just did some number minutes of babysitting. How much did she earn? | [
{
"keywords": [
"just",
"did",
"minutes",
"of"
],
"value": "50"
}
] | Weng earns 12/60 = $<<12/60=0.2>>0.2 per minute.
Working 50 minutes, she earned 0.2 x 50 = $<<0.2*50=10>>10.
#### 10 |
Julie is reading a some number book. Yesterday, she was able to read 12 pages and today, she read twice as many pages as yesterday. If she wants to read half of the remaining pages tomorrow, how many pages should she read? | [
{
"keywords": [
"reading",
"a",
"book.",
"Yesterday,"
],
"value": "120-page"
}
] | Maila read 12 x 2 = <<12*2=24>>24 pages today.
So she was able to read a total of 12 + 24 = <<12+24=36>>36 pages since yesterday.
There are 120 - 36 = <<120-36=84>>84 pages left to be read.
Since she wants to read half of the remaining pages tomorrow, then she should read 84/2 = <<84/2=42>>42 pages.
#### 42 |
James writes a 3-page letter to some number different friends twice a week. How many pages does he write a year? | [
{
"keywords": [
"letter",
"to",
"different",
"friends"
],
"value": "2"
}
] | He writes each friend 3*2=<<3*2=6>>6 pages a week
So he writes 6*2=<<6*2=12>>12 pages every week
That means he writes 12*52=<<12*52=624>>624 pages a year
#### 624 |
Mark has a garden with flowers. He planted plants of three different colors in it. Ten of them are yellow, and there are some number more of those in purple. There are only 25% as many green flowers as there are yellow and purple flowers. How many flowers does Mark have in his garden? | [
{
"keywords": [
"there",
"are",
"more",
"of"
],
"value": "80%"
}
] | There are 80/100 * 10 = <<80/100*10=8>>8 more purple flowers than yellow flowers.
So in Mark's garden, there are 10 + 8 = <<10+8=18>>18 purple flowers.
Purple and yellow flowers sum up to 10 + 18 = <<10+18=28>>28 flowers.
That means in Mark's garden there are 25/100 * 28 = <<25/100*28=7>>7 green flowers.
So in total Mark has 28 + 7 = <<28+7=35>>35 plants in his garden.
#### 35 |
Albert is wondering how much pizza he can eat in one day. He buys some number large pizzas and 2 small pizzas. A large pizza has some number slices and a small pizza has 8 slices. If he eats it all, how many pieces does he eat that day? | [
{
"keywords": [
"pizzas",
"and",
"small",
"pizzas."
],
"value": "2"
},
{
"keywords": [
"pizza",
"has",
"slices",
"and"
],
"value": "16"
}
] | He eats 32 from the largest pizzas because 2 x 16 = <<2*16=32>>32
He eats 16 from the small pizza because 2 x 8 = <<2*8=16>>16
He eats 48 pieces because 32 + 16 = <<32+16=48>>48
#### 48 |
Ken created a care package to send to his brother, who was away at boarding school. Ken placed a box on a scale, and then he poured into the box enough jelly beans to bring the weight to some number pounds. Then, he added enough brownies to cause the weight to triple. Next, he added another some number pounds of jelly beans. And finally, he added enough gummy worms to double the weight once again. What was the final weight of the box of goodies, in pounds? | [
{
"keywords": [
"added",
"another",
"pounds",
"of"
],
"value": "2"
},
{
"keywords": [
"weight",
"to",
"pounds.",
"Then,"
],
"value": "2"
}
] | To the initial 2 pounds of jelly beans, he added enough brownies to cause the weight to triple, bringing the weight to 2*3=<<2*3=6>>6 pounds.
Next, he added another 2 pounds of jelly beans, bringing the weight to 6+2=<<6+2=8>>8 pounds.
And finally, he added enough gummy worms to double the weight once again, to a final weight of 8*2=<<8*2=16>>16 pounds.
#### 16 |
Tina makes $1some number.00 an hour. If she works more than 8 hours per shift, she is eligible for overtime, which is paid by your hourly wage + 1/2 your hourly wage. If she works 10 hours every day for some number days, how much money does she make? | [
{
"keywords": [
"day",
"for",
"days,",
"how"
],
"value": "5"
},
{
"keywords": [
"more",
"than",
"hours",
"per"
],
"value": "8"
}
] | She works 8 hours a day for $18 per hour so she makes 8*18 = $<<8*18=144.00>>144.00 per 8-hour shift
She works 10 hours a day and anything over 8 hours is eligible for overtime, so she gets 10-8 = <<10-8=2>>2 hours of overtime
Overtime is calculated as time and a half so and she makes $18/hour so her overtime pay is 18*.5 = $<<18*.5=9.00>>9.00
Her overtime pay is 18+9 = $<<18+9=27.00>>27.00
Her base pay is $144.00 per 8-hour shift and she works 5 days and makes 5 * $144 = $<<144*5=720.00>>720.00
Her overtime pay is $27.00 per hour and she works 2 hours of overtime per day and makes 27*2 = $<<27*2=54.00>>54.00 in overtime pay
2 hours of overtime pay for 5 days means she makes 54*5 = $270.00
In 5 days her base pay is $720.00 and she makes $270.00 in overtime pay so she makes $720 + $270 = $<<720+270=990.00>>990.00
#### 990 |
A deep-sea monster rises from the waters once every hundred years to feast on a ship and sate its hunger. Over three hundred years, it has consumed some number people. Ships have been built larger over time, so each new ship has twice as many people as the last ship. How many people were on the ship the monster ate in the first hundred years? | [
{
"keywords": [
"has",
"consumed",
"people.",
"Ships"
],
"value": "847"
}
] | Let S be the number of people on the first hundred years’ ship.
The second hundred years’ ship had twice as many as the first, so it had 2S people.
The third hundred years’ ship had twice as many as the second, so it had 2 * 2S = <<2*2=4>>4S people.
All the ships had S + 2S + 4S = 7S = 847 people.
Thus, the ship that the monster ate in the first hundred years had S = 847 / 7 = <<847/7=121>>121 people on it.
#### 121 |
Tobias is buying a new pair of shoes that costs $95. He has been saving up his money each month for the past three months. He gets a $5 allowance a month. He also mows lawns and shovels driveways. He charges $15 to mow a lawn and $7 to shovel. After buying the shoes, he has $15 in change. If he mows some number lawns, how many driveways did he shovel? | [
{
"keywords": [
"he",
"mows",
"lawns,",
"how"
],
"value": "4"
}
] | He saved up $110 total because 95 + 15 = <<95+15=110>>110
He saved $15 from his allowance because 3 x 5 = <<3*5=15>>15
He earned $60 mowing lawns because 4 x 15 = <<4*15=60>>60
He earned $35 shoveling driveways because 110 - 60 - 15 = <<110-60-15=35>>35
He shoveled 5 driveways because 35 / 7 = <<35/7=5>>5
#### 5 |
Randy has some number mango trees on his farm. He also has 5 less than half as many coconut trees as mango trees. How many trees does Randy have in all on his farm? | [
{
"keywords": [
"Randy",
"has",
"mango",
"trees"
],
"value": "60"
}
] | Half of the number of Randy's mango trees is 60/2 = <<60/2=30>>30 trees.
So Randy has 30 - 5 = <<30-5=25>>25 coconut trees.
Therefore, Randy has 60 + 25 = <<60+25=85>>85 treeson his farm.
#### 85 |
Jasper will serve charcuterie at his dinner party. He buys some number pounds of cheddar cheese for $10, a pound of cream cheese that cost half the price of the cheddar cheese, and a pack of cold cuts that cost twice the price of the cheddar cheese. How much does he spend on the ingredients? | [
{
"keywords": [
"He",
"buys",
"pounds",
"of"
],
"value": "2"
}
] | A pound of cream cheese cost $10 / 2 = $<<10/2=5>>5.
A pack of cold cuts cost $10 x 2 = $<<10*2=20>>20.
Jasper spent $10 + $5 + $20 = $<<10+5+20=35>>35 on the ingredients.
#### 35 |
Joy can read 8 pages of a book in some number minutes. How many hours will it take her to read some number pages? | [
{
"keywords": [
"to",
"read",
"pages?"
],
"value": "120"
},
{
"keywords": [
"book",
"in",
"minutes.",
"How"
],
"value": "20"
}
] | In one hour, there are 3 sets of 20 minutes.
So, Joy can read 8 x 3 = <<8*3=24>>24 pages in an hour.
It will take her 120/24 = <<120/24=5>>5 hours to read 120 pages.
#### 5 |
James creates a media empire. He creates a movie for $some number00. Each DVD cost $6 to make. He sells it for 2.5 times that much. He sells 500 movies a day for 5 days a week. How much profit does he make in 20 weeks? | [
{
"keywords": [
"make",
"in",
"weeks?"
],
"value": "20"
}
] | He sold each DVD for 6*2.5=$<<6*2.5=15>>15
So he makes a profit of 15-6=$<<15-6=9>>9
So each day he makes a profit of 9*500=$<<9*500=4500>>4500
So he makes 4500*5=$<<4500*5=22500>>22,500
He makes 22,500*20=$<<22500*20=450000>>450,000
Then after the cost of creating the movie he has a profit of 450,000-2000=$<<450000-2000=448000>>448,000
#### 448000 |
The profit from a business transaction is shared among some number business partners, Mike and Johnson in the ratio 2:5 respectively. If Johnson got $2500, how much will Mike have after spending some of his share on a shirt that costs $200? | [
{
"keywords": [
"shared",
"among",
"business",
"partners,"
],
"value": "2"
}
] | According to the ratio, for every 5 parts that Johnson gets, Mike gets 2 parts
Since Johnson got $2500, each part is therefore $2500/5 = $<<2500/5=500>>500
Mike will get 2*$500 = $<<2*500=1000>>1000
After buying the shirt he will have $1000-$200 = $<<1000-200=800>>800 left
#### 800 |
In a truck, there are 26 pink hard hats, some number green hard hats, and some number yellow hard hats. If Carl takes away 4 pink hard hats, and John takes away 6 pink hard hats and twice as many green hard hats as the number of pink hard hats that he removed, then calculate the total number of hard hats that remained in the truck. | [
{
"keywords": [
"hard",
"hats,",
"green",
"hard"
],
"value": "15"
},
{
"keywords": [
"hats,",
"and",
"yellow",
"hard"
],
"value": "24"
}
] | If there were 26 pink hard hats and Carl took away 4 pink hard hats, the number of pink hard hats that remained is 26-4 = <<26-4=22>>22
John also took away 6 pink hard hats, leaving 22-6 = <<22-6=16>>16 pink hard hats in the truck.
If John also took twice as many green hard hats as pink hard hats, he took 2*6 = <<6*2=12>>12 green hard hats.
The total number of green hard hats that remained in the truck is 15-12 = <<15-12=3>>3
In the truck, after some are taken, there were 3 green hard hats + 16 pink hard hats = <<3+16=19>>19 hard hats in the truck.
Altogether, 19 green and pink hard hats + 24 yellow hards hats = <<19+24=43>>43 hard hats remained in the truck
#### 43 |
Tim rides his bike back and forth to work for each of his some number workdays. His work is 20 miles away. He also goes for a weekend bike ride of 200 miles. If he can bike at some number mph how much time does he spend biking a week? | [
{
"keywords": [
"of",
"his",
"workdays.",
"His"
],
"value": "5"
},
{
"keywords": [
"bike",
"at",
"mph",
"how"
],
"value": "25"
}
] | He bikes 20*2=<<20*2=40>>40 miles each day for work
So he bikes 40*5=<<40*5=200>>200 miles for work
That means he bikes a total of 200+200=<<200+200=400>>400 miles for work
So he bikes a total of 400/25=<<400/25=16>>16 hours
#### 16 |
Bella bought stamps at the post office. Some of the stamps had a snowflake design, some had a truck design, and some had a rose design. Bella bought 11 snowflake stamps. She bought some number more truck stamps than snowflake stamps, and some number fewer rose stamps than truck stamps. How many stamps did Bella buy in all? | [
{
"keywords": [
"stamps,",
"and",
"fewer",
"rose"
],
"value": "13"
},
{
"keywords": [
"She",
"bought",
"more",
"truck"
],
"value": "9"
}
] | The number of truck stamps is 11 + 9 = <<11+9=20>>20.
The number of rose stamps is 20 − 13 = <<20-13=7>>7.
Bella bought 11 + 20 + 7 = <<11+20+7=38>>38 stamps in all.
#### 38 |
Each bird eats some number beetles per day, each snake eats 3 birds per day, and each jaguar eats 5 snakes per day. If there are 6 jaguars in a forest, how many beetles are eaten each day? | [
{
"keywords": [
"bird",
"eats",
"beetles",
"per"
],
"value": "12"
}
] | First find the total number of snakes eaten: 5 snakes/jaguar * 6 jaguars = <<5*6=30>>30 snakes
Then find the total number of birds eaten per day: 30 snakes * 3 birds/snake = <<30*3=90>>90 snakes
Then multiply the number of snakes by the number of beetles per snake to find the total number of beetles eaten per day: 90 snakes * 12 beetles/snake = <<90*12=1080>>1080 beetles
#### 1080 |
Ann's favorite store was having a summer clearance. For $7some number she bought 5 pairs of shorts for $7 each and 2 pairs of shoes for $10 each. She also bought some number tops, all at the same price. How much did each top cost? | [
{
"keywords": [
"she",
"bought",
"pairs",
"of"
],
"value": "5"
},
{
"keywords": [
"also",
"bought",
"tops,",
"all"
],
"value": "4"
}
] | She bought 5 shorts at $7 each so 5*7=$<<5*7=35>>35
She bought 2 pair of shoes at $10 each so 2*10=$<<2*10=20>>20
The shorts and shoes cost her 35+20 = $<<35+20=55>>55
We know she spent 75 total and the shorts and shoes cost $55 which left a difference of 75-55 = $<<75-55=20>>20
She bought 4 tops for a total of $20 so 20/4 = $5
#### 5 |
Ralph is going to practice playing tennis with a tennis ball machine that shoots out tennis balls for Ralph to hit. He loads up the machine with 175 tennis balls to start with. Out of the first some number balls, he manages to hit 2/5 of them. Of the next 75 tennis balls, he manages to hit 1/3 of them. Out of all the tennis balls, how many did Ralph not hit? | [
{
"keywords": [
"the",
"first",
"balls,",
"he"
],
"value": "100"
}
] | Out of the first 100 balls, Ralph was able to hit 2/5 of them and not able to hit 3/5 of them, 3/5 x 100 = 60 tennis balls Ralph didn't hit.
Out of the next 75 balls, Ralph was able to hit 1/3 of them and not able to hit 2/3 of them, 2/3 x 75 = 50 tennis balls that Ralph didn't hit.
Combined, Ralph was not able to hit 60 + 50 = <<60+50=110>>110 tennis balls Ralph didn't hit.
#### 110 |
Jack is stranded on a desert island. He wants some salt to season his fish. He collects 2 liters of seawater in an old bucket. If the water is some number salt, how many ml of salt will Jack get when all the water evaporates? | [
{
"keywords": [
"water",
"is",
"salt,",
"how"
],
"value": "20%"
}
] | First find how many liters of the seawater are salt: 2 liters * 20% = <<2*20*.01=.4>>.4 liters
Then multiply that amount by 1000 ml/liter to find the number of ml of salt Jack gets: .4 liters * 1000 ml/liter = <<.4*1000=400>>400 ml
#### 400 |
Brennan was researching his school project and had to download files from the internet to his computer to use for reference. After downloading some number files, he deleted some number of them because they were not helpful. He downloaded 400 more files but again realized that 3/5 of them were irrelevant. How many valuable files was he left with after deleting the unrelated files he downloaded in the second round? | [
{
"keywords": [
"After",
"downloading",
"files,",
"he"
],
"value": "800"
},
{
"keywords": [
"he",
"deleted",
"of",
"them"
],
"value": "70%"
}
] | The number of non-valuable files Brennan downloaded in the first round is 70/100*800 = <<70/100*800=560>>560 files.
The number of valuable files Brennan downloaded in the first round is 800-560 = <<800-560=240>>240
When he downloaded 400 new files, there were 3/5*400= <<3/5*400=240>>240 non-useful files, which he deleted again.
The total number of valuable files he downloaded in the second round is 400-240 = <<400-240=160>>160
To write his research, Brennan had 160+240 = <<160+240=400>>400 useful files to reference to write his research.
#### 400 |
There are some number houses on a street, and each of the first four houses has 3 gnomes in the garden. If there are a total of 20 gnomes on the street, how many gnomes does the fifth house have? | [
{
"keywords": [
"There",
"are",
"houses",
"on"
],
"value": "5"
}
] | In the first four houses, there are a total of 4 houses * 3 gnomes = <<4*3=12>>12 gnomes.
Therefore, the fifth house had 20 total gnomes – 12 gnomes = <<20-12=8>>8 gnomes.
#### 8 |
Mrs. Snyder used to spend some number of her monthly income on rent and utilities. Her salary was recently increased by $600 so now her rent and utilities only amount to some number of her monthly income. How much was her previous monthly income? | [
{
"keywords": [
"to",
"spend",
"of",
"her"
],
"value": "40%"
},
{
"keywords": [
"amount",
"to",
"of",
"her"
],
"value": "25%"
}
] | Let her previous monthly income be p
The cost of her rent and utilities was 40% of p which is (40/100)*p = 2p/5
Her income was increased by $600 so it is now p+$600
The cost of her rent and utilities now amount to 25% of (p+$600) which is (25/100)*(p+$600) = (p+$600)/4
Equating both expressions for cost of rent and utilities: 2p/5 = (p+$600)/4
Multiplying both sides of the equation by 20 gives 8p = 5p+$3000
Subtracting 5p from both sides gives: 3p = $3000
Dividing both sides by 3 gives p = $1000
#### 1000 |
Ann, Bill, Cate, and Dale each buy personal pan pizzas cut into 4 pieces. If Bill and Dale eat some number of their pizzas and Ann and Cate eat 75% of the pizzas, how many pizza pieces are left uneaten? | [
{
"keywords": [
"Dale",
"eat",
"of",
"their"
],
"value": "50%"
}
] | In total, there are 4 x 4 = <<4*4=16>>16 pizza pieces.
Bill and Dale eat 2 x 4 x 50% = <<2*4*50*.01=4>>4 pieces.
Ann and Cate eat 2 x 4 x 75% = <<2*4*75*.01=6>>6 pieces.
The four of them eat 4 + 6 = <<4+6=10>>10 pieces.
There are 16 - 10 = <<16-10=6>>6 pizza pieces uneaten.
#### 6 |
A car is driving through a tunnel with many turns. After a while, the car must travel through a ring that requires a total of 4 right-hand turns. After the 1st turn, it travels some number meters. After the 2nd turn, it travels 8 meters. After the 3rd turn, it travels a little further and at the 4th turn, it immediately exits the tunnel. If the car has driven a total of 23 meters around the ring, how far did it have to travel after the 3rd turn? | [
{
"keywords": [
"it",
"travels",
"meters.",
"After"
],
"value": "5"
}
] | From the details given, the car has traveled 5 meters at the 1st turn + 8 meters after the 2nd turn + 0 meters after the 4th turn = <<5+8+0=13>>13 meters around the ring.
It must therefore have driven 23 total meters – 13 calculated meters = 10 meters after the 3rd turn.
#### 10 |
To make pizza, together with other ingredients, Kimber needs 10 cups of water, 16 cups of flour, and some number times as many teaspoons of salt as the number of cups of flour. Calculate the combined total number of cups of water, flour, and teaspoons of salt that she needs to make the pizza. | [
{
"keywords": [
"flour,",
"and",
"times",
"as"
],
"value": "1/2"
}
] | To make the pizza, Kimber half as many teaspoons of salt as the number of cups of flour, meaning she needs 1/2*16 = <<16*1/2=8>>8 teaspoons of salt.
The total number of cups of flour and teaspoons of salt she needs is 8+16 = <<8+16=24>>24
She also needs 10 cups of water, which means the total number of cups of water and flour and teaspoons of salt she needs is 24+10 = <<24+10=34>>34
#### 34 |
Mr. Sanchez found out that 40% of his Grade 5 students got a final grade below B. How many of his students got a final grade of B and above if he has some number students in Grade 5? | [
{
"keywords": [
"he",
"has",
"students",
"in"
],
"value": "60"
}
] | Since 40% of his students got below B, 100% - 40% = 60% of Mr. Sanchez's students got B and above.
Thus, 60 x 60/100 = <<60*60/100=36>>36 students got B and above in their final grade.
#### 36 |
Five friends eat at a fast-food chain and order the following: 5 pieces of hamburger that cost $3 each; 4 sets of French fries that cost $some number.20; 5 cups of soda that cost $0.5 each; and 1 platter of spaghetti that cost $2.7. How much will each of them pay if they will split the bill equally? | [
{
"keywords": [
"each;",
"and",
"platter",
"of"
],
"value": "1"
}
] | The cost of 5 pieces of hamburger is $3 x 5 = $<<3*5=15>>15.
The cost of 4 sets of French fries is $1.20 x 4 = $<<1.20*4=4.80>>4.80.
The cost of 5 cups of soda is $0.5 x 5 = $<<0.5*5=2.50>>2.50.
So their total bill is $15 + $4.80 + $2.50 +$2.7 = $<<15+4.8+2.5+2.7=25>>25.
Hence, each of the five friends will contribute $25/5 = $<<25/5=5>>5.
#### 5 |
Artemis is making tea for a party. She knows her mom drinks an 8-ounce cup of tea and uses one ounce of tea. She will use this same ratio for the party. The party has some number people there and each of them wants a 6-ounce cup of tea. How many ounces of tea does she need? | [
{
"keywords": [
"party",
"has",
"people",
"there"
],
"value": "12"
}
] | She is making 72 ounces of water because 12 x 6 = <<12*6=72>>72
She needs 9 ounces of tea because 72 / 8 = <<72/8=9>>9
#### 9 |
Anna goes trick-or-treating in a subdivision where she gets some number pieces of candy per house. Her brother Billy goes trick-or-tricking in a neighboring subdivision where he gets 11 pieces of candy per house. If the first subdivision has 60 houses and the second subdivision has 75 houses, how many more pieces of candy does Anna get? | [
{
"keywords": [
"she",
"gets",
"pieces",
"of"
],
"value": "14"
}
] | First find the total number of pieces of candy Anna gets: 14 pieces/house * 60 houses = 840 pieces
Then find the total number of pieces of candy Billy gets: 11 pieces/house * 75 houses = <<11*75=825>>825 pieces
Then subtract the number of pieces Billy gets from the number Anna gets to find the difference: 840 pieces - 825 pieces = <<840-825=15>>15 pieces
#### 15 |
A concert ticket costs $40. Mr. Benson bought 12 tickets and received a 5% discount for every ticket bought that exceeds some number How much did Mr. Benson pay in all? | [
{
"keywords": [
"that",
"exceeds",
"How",
"much"
],
"value": "10."
}
] | Mr. Benson had a 5% discount for each of the 12 - 10 = <<12-10=2>>2 tickets.
So, those two tickets had a $40 x 5/100 = $<<40*5/100=2>>2 discount each.
Hence, each ticket cost $40 - $2 = $<<40-2=38>>38 each.
Thus, two discounted tickets amount to $38 x 2 = $<<38*2=76>>76.
And the other ten tickets amount to $40 x 10 = $<<40*10=400>>400.
Hence, Mr. Benson paid a total of $400 + $76 = $<<400+76=476>>476.
#### 476 |
A family of some number monkeys collected 10 piles of bananas. 6 piles had 9 hands, with each hand having some number bananas, while the remaining piles had 12 hands, with each hand having 9 bananas. How many bananas would each monkey get if they divide the bananas equally amongst themselves? | [
{
"keywords": [
"family",
"of",
"monkeys",
"collected"
],
"value": "12"
},
{
"keywords": [
"hand",
"having",
"bananas,",
"while"
],
"value": "14"
}
] | The first 6 bunches had 6 x 9 x 14 = <<6*9*14=756>>756 bananas.
There were 10 - 6 = <<10-6=4>>4 remaining bunches.
The 4 remaining bunches had 4 x 12 x 9 = <<4*12*9=432>>432 bananas.
All together, there were 756 + 432 = <<756+432=1188>>1188 bananas
Each monkey would get 1188/12 = <<1188/12=99>>99 bananas.
#### 99 |
James is a first-year student at a University in Chicago. He has a budget of $1000 per semester. He spends 30% of his money on food, some number on accommodation, 25% on entertainment, and the rest on coursework materials. How much money does he spend on coursework materials? | [
{
"keywords": [
"on",
"food,",
"on",
"accommodation,"
],
"value": "15%"
}
] | Accommodation is 15% * $1000=$<<15*.01*1000=150>>150
Food is 30% * $1000=$<<30*.01*1000=300>>300
Entertainment is 25% * $1000=$<<25*.01*1000=250>>250
Coursework materials are thus $1000-($150+$300+$250) = $300
#### 300 |
It's Ava's birthday party. Her parents bought a unicorn piñata for $13 and filled it with all of her favorite treats. They bought 4 bags of Reese's for $9 per bag, 3 bags of Snickers for $some number per bag, and 5 bags of Skittles for $7 per bag. How much did the unicorn piñata and the treats cost altogether? | [
{
"keywords": [
"bag,",
"and",
"bags",
"of"
],
"value": "5"
}
] | The four bags of Reese's cost $9 x 4 = $<<9*4=36>>36.
The three bags of Snickers cost $5 x 3 = $<<5*3=15>>15.
The five bags of Skittles cost $7 x 5 = $<<7*5=35>>35.
Therefore, the unicorn piñata and the treats cost $13 + $36 + $15 + $35 = $<<13+36+15+35=99>>99.
#### 99 |
Carolyn practices the piano for some number minutes a day and the violin for three times as long. If she practice six days a week, how many minutes does she spend practicing in a month with four weeks? | [
{
"keywords": [
"piano",
"for",
"minutes",
"a"
],
"value": "20"
}
] | First find Carolyn's total violin practice time by tripling her piano practice time: 20 minutes/day * 3 = <<20*3=60>>60 minutes/day
Then find the total amount of time she spends practicing each day: 60 minutes/day + 20 minutes/day = <<60+20=80>>80 minutes/day
Then find the total time she spends practicing each week: 80 minutes/day * 6 days/week = <<80*6=480>>480 minutes/week
Then find the total time she spends practicing each month: 480 minutes/week * 4 weeks/month = <<480*4=1920>>1920 minutes/month
#### 1920 |
The file, 90 megabytes in size, downloads at the rate of 5 megabytes per second for its first 60 megabytes, and then some number megabytes per second thereafter. How long, in seconds, does it take to download entirely? | [
{
"keywords": [
"and",
"then",
"megabytes",
"per"
],
"value": "10"
}
] | The first 60 megabytes take 60/5=<<60/5=12>>12 seconds.
There are 90-60=<<90-60=30>>30 remaining megabytes.
The remaining 30 megabytes take 30/10=<<30/10=3>>3 seconds.
And 12+3=<<12+3=15>>15 seconds.
#### 15 |
Sam memorized six more digits of pi than Carlos memorized. Mina memorized six times as many digits of pi as Carlos memorized. If Mina memorized some number digits of pi, how many digits did Sam memorize? | [
{
"keywords": [
"Mina",
"memorized",
"digits",
"of"
],
"value": "24"
}
] | Carlos memorized 24/6=<<24/6=4>>4 digits of pi.
Sam memorized 4+6=10 digits of pi.
#### 10 |
On a school trip to the seashore, Alan and his friends collected shells. Alan collected four times as many shells as Ben did. Ben got a late start and only collected a third of what Laurie did. If Laurie collected some number shells how many did Alan collect? | [
{
"keywords": [
"Laurie",
"collected",
"shells",
"how"
],
"value": "36"
}
] | Ben collected 36/3=<<36/3=12>>12 shells
Alan collected 12*4=<<12*4=48>>48 shells
#### 48 |
Gerald spends $100 a month on baseball supplies. His season is some number months long. He wants to use the months he's not playing baseball to save up by raking, shoveling, and mowing lawns. He charges $10 for each. How many chores does he need to average a month to save up for his supplies? | [
{
"keywords": [
"season",
"is",
"months",
"long."
],
"value": "4"
}
] | He needs to save up $400 because 4 x 100 = <<4*100=400>>400
He has 8 months to earn this money because 12 - 4 = <<12-4=8>>8
He needs to earn $50 a month because 400 / 8 = <<400/8=50>>50
He needs to do 5 tasks a month because 50 / 10 = <<50/10=5>>5
#### 5 |
Ann is cutting fabric to make curtains. She cuts a some number foot by 6 foot rectangle for the living room, and a some number foot by 4 foot rectangle for the bedroom. If the bolt of fabric is 16 feet by 12 feet, how much fabric is left in square feet? | [
{
"keywords": [
"and",
"a",
"foot",
"by"
],
"value": "2"
},
{
"keywords": [
"cuts",
"a",
"foot",
"by"
],
"value": "4"
}
] | First figure out how many square feet the original bolt of fabric was: 16 feet * 12 feet = <<16*12=192>>192 square feet
Then figure out how much fabric Ann took for the living room curtains: 4 feet * 6 feet = <<4*6=24>>24 square feet
Then figure out how much fabric Ann took for the bathroom curtains: 2 feet * 4 feet = <<2*4=8>>8 square feet
Finally, subtract the square footage of both sets of curtains from the total square footage: 192 - 24 - 8 = <<192-24-8=160>>160 square feet
#### 160 |
Caleb bought 10 cartons of ice cream and some number cartons of frozen yoghurt. Each carton of ice cream cost $4 and each carton of frozen yoghurt cost $1. How much more did Caleb spend on ice cream than on frozen yoghurt? | [
{
"keywords": [
"cream",
"and",
"cartons",
"of"
],
"value": "4"
}
] | The cost of the ice cream is 10 × $4 = $<<10*4=40>>40.
The cost of the frozen yoghurt is 4 × $1 = $<<4*1=4>>4.
Caleb spent $40 − $4 = $36 more on ice cream than on frozen yogurt.
#### 36 |
There are 25 roses in a garden. There are some number tulips. There are some number daisies. What percentage of flowers are not roses? | [
{
"keywords": [
"There",
"are",
"tulips.",
"There"
],
"value": "40"
},
{
"keywords": [
"There",
"are",
"daisies.",
"What"
],
"value": "35"
}
] | There are 25+40+35=<<25+40+35=100>>100 flowers total.
There are 40+35=<<40+35=75>>75 flowers that are not roses.
Therefore, (75/100)*100=<<(75/100)*100=75>>75% of the flowers are not roses.
#### 75 |
Leo's assignment was divided into three parts. He finished the first part of his assignment in some number minutes. It took him twice as long to finish the second part. If he was able to finish his assignment in some number hours, how many minutes did Leo finish the third part of the assignment? | [
{
"keywords": [
"assignment",
"in",
"minutes.",
"It"
],
"value": "25"
},
{
"keywords": [
"assignment",
"in",
"hours,",
"how"
],
"value": "2"
}
] | It took Leo 25 x 2 = <<25*2=50>>50 minutes to finish the second part of the assignment.
Leo finished the first and second parts of the assignment in 25 + 50 = <<25+50=75>>75 minutes.
He finished the entire assignment in 60 x 2 = <<60*2=120>>120 minutes.
Therefore, it took Leo 120 - 75 = <<120-75=45>>45 minutes to finish the third part of the assignment.
#### 45 |
Liza bought some number kilograms of butter to make cookies. She used one-half of it for chocolate chip cookies, one-fifth of it for peanut butter cookies, and one-third of the remaining butter for sugar cookies. How many kilograms of butter are left after making those three kinds of cookies? | [
{
"keywords": [
"Liza",
"bought",
"kilograms",
"of"
],
"value": "10"
}
] | Liza used 10/2 = <<10/2=5>>5 kilograms of butter for the chocolate chip cookies.
Then, she used 10/5 = <<10/5=2>>2 kilograms of butter for the peanut butter cookies.
She used 5 + 2 = <<5+2=7>>7 kilograms of butter for the chocolate and peanut butter cookies.
So, only 10 -7 = <<10-7=3>>3 kilograms of butter was left.
Then, Liza used 3/3 = <<3/3=1>>1 kilograms of butter for the sugar cookies.
Therefore, only 3-1 = <<3-1=2>>2 kilograms of butter were left.
#### 2 |
A Statistics student wants to find out the average daily allowance of the middle school students. According to his survey, some number of the students receive an average of $6 allowance per day while the rest gets an average of $4 a day. If he surveyed 60 students, what is the total amount of money those 60 students get in a day? | [
{
"keywords": [
"his",
"survey,",
"of",
"the"
],
"value": "2/3"
}
] | There are 60 students x 2/3 = <<60*2/3=40>>40 students who have a $6 daily allowance.
While there are 60 students - 40 students = <<60-40=20>>20 students who have a $4 daily allowance.
The sum of the allowances of the 40 students who received $6 daily is 40 students x $6/day = $<<40*6=240>>240.
The sum of the allowances of the 20 students who received $4 daily is 20 students x $4/day = $<<20*4=80>>80.
The total daily amount of money of those 60 students is $240 + $80 = $<<240+80=320>>320.
#### 320 |
Every hour Joanne has to collect the coins out of the fountain inside the mall. During the first hour, she collected 15 coins. For the next two hours, she collected 35 coins from the fountain. In the fourth hour, she collected some number coins from the fountain but she gave 15 of them to her coworker so she could buy a soda. How many coins did she have after the fourth hour? | [
{
"keywords": [
"she",
"collected",
"coins",
"from"
],
"value": "50"
}
] | 15 coins collected in hour one
35 coins collected in hour two
35 coins collected in hour three
50 coins collected in hour four
Before giving her coworker some coins there were 15+35+35+50=<<15+35+35+50=135>>135 coins
The number of coins after given 15 to her coworker is 135-15=<<135-15=120>>120
#### 120 |
Jerry’s two daughters play softball on different teams. They each have 8 games this season. Each team practices 4 hours for every game they play. If each game lasts for some number hours, how many hours will Jerry spend at the field watching his daughters play and practice altogether? | [
{
"keywords": [
"lasts",
"for",
"hours,",
"how"
],
"value": "2"
}
] | Jerry will spend 8 games x 2 hours per game = <<8*2=16>>16 hours watching one daughter play her games.
He will spend 16 x 2 = <<16*2=32>>32 hours watching both daughters play their games.
He will spend 8 games x 4 hours of practice = <<8*4=32>>32 hours watching one daughter practice.
He will spend 32 x 2 = <<32*2=64>>64 hours watching both daughters practice.
He will spend a total of 32 hours watching games + 64 hours watching practice = <<32+64=96>>96 hours.
#### 96 |
A bear is preparing to hibernate for the winter and needs to gain some number pounds. At the end of summer, the bear feasts on berries and small woodland animals. During autumn, it devours acorns and salmon. It gained a fifth of the weight it needed from berries during summer, and during autumn, it gained twice that amount from acorns. Salmon made up half of the remaining weight it had needed to gain. How many pounds did it gain eating small animals? | [
{
"keywords": [
"to",
"gain",
"pounds.",
"At"
],
"value": "1000"
}
] | The bear gained 1 / 5 * 1000 = <<1/5*1000=200>>200 pounds from berries.
It gained 2 * 200 = <<2*200=400>>400 pounds from acorns.
It still needed 1000 - 200 - 400 = <<1000-200-400=400>>400 pounds.
Thus, it gained 400 / 2 = <<400/2=200>>200 pounds from salmon.
Therefore, the bear gained 400 - 200 = <<400-200=200>>200 pounds from small animals.
#### 200 |
There are 290 liters of oil in some number cans. If 10 of the cans are holding 8 liters each, how much oil is each of the remaining cans holding? | [
{
"keywords": [
"oil",
"in",
"cans.",
"If"
],
"value": "24"
}
] | 10 cans are holding 8 liters each for a total of 10 * 8 = <<10*8=80>>80 liters
There are 290 - 80 = <<290-80=210>>210 litres left
There are 24 - 10 =<<24-10=14>>14 cans left
Each of the remaining cans is holding 210 / 14 = <<210/14=15>>15 liters each
#### 15 |
Shawna's workout goal is some number situps. On Monday, Shawna was only able to do 12 situps, so she decided that she would make up for the rest on Tuesday. However, she was only able to do 19 situps on Tuesday. How many situps would Shawna have to do on Wednesday to meet her minimum goal and make up for the ones she didn't do? | [
{
"keywords": [
"goal",
"is",
"situps.",
"On"
],
"value": "30"
}
] | On Monday, Shawna was short of 30 - 12 = <<30-12=18>>18 situps
On Tuesday, Shawna was short of 30 - 19 = <<30-19=11>>11 situps
On Wednesday, Shawna would have to do 30 + 18 + 11 = <<30+18+11=59>>59 situps
#### 59 |
James earns $20 an hour while working at his main job. He earns some number less while working his second job. He works some number hours at his main job and half that much at his second job. How much does he earn per week? | [
{
"keywords": [
"He",
"works",
"hours",
"at"
],
"value": "30"
},
{
"keywords": [
"He",
"earns",
"less",
"while"
],
"value": "20%"
}
] | James earns 20*.2=$<<20*.2=4>>4 less while working his second job
So he earns 20-4=$<<20-4=16>>16 an hour
At his first job he earns 20*30=$<<20*30=600>>600
He works 30/2=<<30/2=15>>15 hours at his second job
So he earns 15*16=$<<15*16=240>>240
So he earns 600+240=$<<600+240=840>>840 a week
#### 840 |
Lee mows one lawn and charges $33. Last week he mowed some number lawns and three customers each gave him a $10 tip. How many dollars did Lee earn mowing lawns last week? | [
{
"keywords": [
"he",
"mowed",
"lawns",
"and"
],
"value": "16"
}
] | 33 * 16 = $<<33*16=528>>528
3 * 10 = $<<3*10=30>>30
528 + 30 = $<<528+30=558>>558
Lee earned $558 mowing lawns last week.
#### 558 |
Tara has been planning to buy a laptop which costs $1000. A computer shop accepts payment in installments of $65 per month provided that a some number down payment is made. If Tara wants to pay an additional $20 for the down payment, how much will her balance be after paying for some number months? | [
{
"keywords": [
"paying",
"for",
"months?"
],
"value": "4"
},
{
"keywords": [
"that",
"a",
"down",
"payment"
],
"value": "20%"
}
] | Tara has to make a $1000 x 20/100 = $<<1000*20/100=200>>200 down payment.
Since Tara wants to pay $20 more for the down payment, her total down payment will be $200 + $20 = $<<200+20=220>>220.
So her remaining balance payable over a year is $1000 - $220 = $<<1000-220=780>>780.
Tara has to make a monthly payment of $780/year / 12 months/year = $<<780/12=65>>65/month.
The total cost of her payments for 4 months is $65/month x 4 months = $<<65*4=260>>260.
Therefore, Tara's balance after 4 months is $780 - $260 = $<<780-260=520>>520.
#### 520 |
Jesse and Mia are competing in a week long race. They have one week to run 30 miles. On the first three days Jesse averages (2/3) of a mile. On day four she runs some number miles. Mia averages 3 miles a day over the first 4 days. What is the average of their average that they have to run over the final three days? | [
{
"keywords": [
"she",
"runs",
"miles.",
"Mia"
],
"value": "10"
}
] | Jesse runs 2 miles in the first three days because 3 x (2/3) = <<3*(2/3)=2>>2
Jesse has 18 miles left to run because 30 - 10 - 2 = <<30-10-2=18>>18
Jesse has to run an average of 6 miles a day because 18 / 3 = <<18/3=6>>6
Mia runs 12 miles over the first four days because 4 x 3 = <<4*3=12>>12
She has 18 miles left to run because 30 - 12 = <<30-12=18>>18
She has to run six miles a day because 18 / 3 = <<18/3=6>>6
The total they both have to run is <<12=12>>12 miles a day
The average they have to run per day on average is 6 miles because 12 / 2 = <<12/2=6>>6
#### 6 |
The ratio of coins that Elsa has to that which Amalie has is 10:45. If the total number of coins they have is some number and Amalie spends some number of what she has on toys, how many will she remain with? | [
{
"keywords": [
"have",
"is",
"and",
"Amalie"
],
"value": "440,"
},
{
"keywords": [
"Amalie",
"spends",
"of",
"what"
],
"value": "3/4"
}
] | The total ratio of the coins they both have is 10+45 = <<10+45=55>>55
The fraction of the ratio representing the number of coins that Amalie has is 45/55, and since the total number of coins they both have is 440, Amalie has 45/55*440 = <<45/55*440=360>>360 coins.
When Amalie spends 3/4 of what she has, she parts with 3/4*360 = <<3/4*360=270>>270 coins.
She still has 360 coins - 270 coins = <<360-270=90>>90 coins
#### 90 |
Carly collected some number starfish with 5 arms each and one seastar with 14 arms. How many arms do the animals she collected have in total? | [
{
"keywords": [
"Carly",
"collected",
"starfish",
"with"
],
"value": "7"
}
] | First find the total number of starfish arms: 7 starfish * 5 arms/starfish = <<7*5=35>>35 arms
Then add the number of seastar arms to find the total number of arms: 35 arms + 14 arms = <<35+14=49>>49 arms
#### 49 |
Tim has some number less apples than Martha, and Harry has half as many apples as Tim. If Martha has some number apples, how many apples does Harry have? | [
{
"keywords": [
"Martha",
"has",
"apples,",
"how"
],
"value": "68"
},
{
"keywords": [
"Tim",
"has",
"less",
"apples"
],
"value": "30"
}
] | Tim has 68-30 = <<68-30=38>>38 apples.
Harry has 38/2 = <<38/2=19>>19 apples.
#### 19 |
At a flea market, Hillary sells handmade crafts for 12 dollars per craft. Today, Hillary sells 3 crafts and is given an extra 7 dollars from an appreciative customer. Later on, Hillary deposits some number dollars from today's profits into her bank account. How many dollars is Hillary left with after making the deposit? | [
{
"keywords": [
"Hillary",
"deposits",
"dollars",
"from"
],
"value": "18"
}
] | Hillary sells 3 crafts for 12 dollars each, for a total of 3 crafts * $12/craft = $<<3*12=36>>36
She receives an extra 7 dollars from a customer, increasing the total to $36 + $7 = $<<36+7=43>>43
She then deposits 18 dollars in the bank, leaving her with $43 - $18 = $25
#### 25 |
Nancy is filling an aquarium for her fish. She fills it halfway and goes to answer the door. While she's gone, her cat knocks the aquarium over and spills half the water in it. Then Nancy comes back and triples the amount of water in the aquarium. If the aquarium is 4 feet long, some number feet wide, and some number feet high, how many cubic feet of water are in the aquarium? | [
{
"keywords": [
"feet",
"long,",
"feet",
"wide,"
],
"value": "6"
},
{
"keywords": [
"wide,",
"and",
"feet",
"high,"
],
"value": "3"
}
] | First calculate the volume of the aquarium by multiplying its length, width and height: 4 ft * 6 ft * 3 ft = <<4*6*3=72>>72 cubic ft
Then figure out what proportion of the aquarium is full after the cat knocks it over: 1/2 * 1/2 = 1/4
Then figure out what proportion of the aquarium is full after Nancy refills it: 3 * 1/4 = 3/4
Now multiply the proportion of the aquarium that's full by the aquarium's volume to find out how much water is in it: 72 cubic ft * 3/4 = <<72*3/4=54>>54 cubic ft
#### 54 |
It is Roger’s turn to provide a snack for the baseball team after the game and he has decided to bring trail mix. The trail mix comes in packs of 6 individual pouches. Roger has some number members on his baseball team, plus 3 coaches and some number helpers. How many packs of trail mix does he need to buy? | [
{
"keywords": [
"coaches",
"and",
"helpers.",
"How"
],
"value": "2"
},
{
"keywords": [
"Roger",
"has",
"members",
"on"
],
"value": "13"
}
] | Roger will need 13 + 3 + 2 = <<13+3+2=18>>18 pouches of trail mix.
If you divide the amount of trail mix pouches by the amount in each pack, 18 / 6 = <<18/6=3>>3 packs of trail mix.
#### 3 |
Four people lost a total of 103 kilograms of weight. The first person lost 2some number kilograms. The second person lost 7 kilograms less than the first person. The two remaining people lost the same amount. How many kilograms did each of the last two people lose? | [
{
"keywords": [
"person",
"lost",
"kilograms",
"less"
],
"value": "7"
},
{
"keywords": [
"person",
"lost",
"kilograms.",
"The"
],
"value": "27"
}
] | Second person = 27 - 7 = <<27-7=20>>20 kg
103 - 27 - 20 = <<103-27-20=56>>56 kg
56/2 = <<56/2=28>>28 kg
The last two people each lost 28 kilograms of weight.
#### 28 |
Dale and Andrew had breakfast at a cafe. A slice of toast costs £1, and eggs cost £3 each. Dale had some number slices of toast and 2 eggs. Andrew had 1 slice of toast and 2 eggs. How much did their breakfast cost? | [
{
"keywords": [
"toast",
"and",
"eggs.",
"How"
],
"value": "2"
}
] | The cost of Dale's toast is 2 × $1 = $<<2*1=2>>2.
The cost of Andrew's toast is 1 × $1 = $<<1*1=1>>1.
The cost of Dale's eggs is 2 × $3 = $<<2*3=6>>6.
The cost of Andrew's eggs is 2 × $3 = $<<2*3=6>>6.
Their breakfast cost $2 + $1 + $6 + $6 = $<<2+1+6+6=15>>15.
#### 15 |
A garden produced some number potatoes, 60 fewer cucumbers and twice as many peppers than the cucumbers. How many vegetables did the garden produce? | [
{
"keywords": [
"garden",
"produced",
"potatoes,",
"60"
],
"value": "237"
}
] | The garden produced 237 potatoes - 60 = <<237-60=177>>177 cucumbers.
The garden produced 177 cucumbers * 2 peppers/cucumber = <<177*2=354>>354 peppers.
The garden produced 237 potatoes + 177 cucumbers + 354 peppers = <<237+177+354=768>>768 vegetables.
#### 768 |
A boxer weighs some number kg at some number months from a fight. He is on a diet that allows him to lose 3 kg per month until the day of the fight. How much will he weigh on the day of the fight? | [
{
"keywords": [
"kg",
"at",
"months",
"from"
],
"value": "4"
},
{
"keywords": [
"boxer",
"weighs",
"kg",
"at"
],
"value": "97"
}
] | In 4 months, he will lose 3 x 4 = <<3*4=12>>12 kilograms.
So his weight will be 97 – 12 = <<97-12=85>>85 kilograms.
#### 85 |
Manny had 3 birthday cookie pies to share with his some number classmates and his teacher, Mr. Keith. If each of the cookie pies were cut into 10 slices and Manny, his classmates, and Mr. Keith all had 1 piece, how many slices are left? | [
{
"keywords": [
"with",
"his",
"classmates",
"and"
],
"value": "24"
}
] | There is a total of 3 x 10 = <<3*10=30>>30 cookie slices.
There are 24 + 1 + 1 = <<24+1+1=26>>26 people who ate the cookie pieces.
There is 30 - 26 = <<30-26=4>>4 cookie slices left.
#### 4 |
James spends some number years teaching. His partner has been teaching for some number years less. How long is their combined experience? | [
{
"keywords": [
"teaching",
"for",
"years",
"less."
],
"value": "10"
},
{
"keywords": [
"James",
"spends",
"years",
"teaching."
],
"value": "40"
}
] | His partner has been teaching for 40-10=<<40-10=30>>30 years
So together they have 40+30=<<40+30=70>>70 years of experience
#### 70 |
Jennifer purchased 40 cans of milk at the store before meeting her classmate Mark, who was also buying milk. Jennifer bought 6 additional cans for every some number cans Mark bought. If Mark purchased some number cans, how many cans of milk did Jennifer bring home from the store? | [
{
"keywords": [
"Mark",
"purchased",
"cans,",
"how"
],
"value": "50"
},
{
"keywords": [
"for",
"every",
"cans",
"Mark"
],
"value": "5"
}
] | If Mark bought 50 cans of milk, the number of times Jennifer added 6 cans for every 5 that Mark bought is 50/5 = <<50/5=10>>10 times.
The total number of additional cans she bought is 10*6 = <<10*6=60>>60 cans.
If she initially had 40 cans, she went home with 40+60 = <<40+60=100>>100 cans of milk.
#### 100 |
Sam and Jeff had a skipping competition at recess. The competition was split into four rounds. Sam completed 1 more skip than Jeff in the first round. Jeff skipped 3 fewer times than Sam in the second round. Jeff skipped some number more times than Sam in the third round. Jeff got tired and only completed half the number of skips as Sam in the last round. If Sam skipped 16 times in each round, what is the average number of skips per round completed by Jeff? | [
{
"keywords": [
"Jeff",
"skipped",
"more",
"times"
],
"value": "4"
}
] | In round one, Jeff completed 16 - 1 = <<16-1=15>>15.
In round two, Jeff completed 16 - 3 = <<16-3=13>>13.
In round three, Jeff completed 16 + 4 = <<16+4=20>>20.
In round four, Jeff completed 16 / 2 = <<16/2=8>>8.
Jeff completed 15 + 13 + 20 + 8 = <<15+13+20+8=56>>56 skips in total.
Jeff skipped an average of 56 / 4 = <<56/4=14>>14 skips per round.
#### 14 |
Irene earns $some number0 if she works for 40 hours a week and gets an extra $20 for every hour of overtime. If she worked 50 hours last week, calculate her total income. | [
{
"keywords": [
"she",
"worked",
"hours",
"last"
],
"value": "50"
}
] | If Irene worked 50 hours last week, the total number of hours counting as overtime is 50-40 = <<50-40=10>>10 hours.
Since she's given $20 for every hour of overtime, she earned 10*$20 = $<<10*20=200>>200 in overtime.
Her total income, including the overtime, is $500+$200= $<<500+200=700>>700
#### 700 |
Paityn has some number red hats and some number blue hats. Her friend Zola has 4/5 times as many red hats as she has and twice the number of blue hats. If they combine all the hats together and share them equally between themselves, calculate the number of hats each gets. | [
{
"keywords": [
"Paityn",
"has",
"red",
"hats"
],
"value": "20"
},
{
"keywords": [
"hats",
"and",
"blue",
"hats."
],
"value": "24"
}
] | Paityn has a total of 20 hats + 24 hats = <<20+24=44>>44 hats.
The number of red hats that Zola has is 4/5 * 20 hats = <<4/5*20=16>>16 hats
Zola also has 2 * 24 hats = <<2*24=48>>48 blue hats.
Zola has a total of 48 hats + 16 hats = <<48+16=64>>64 hats.
When they combine their hats, they have 64 hats + 44 hats = <<64+44=108>>108 hats
If they share the hats equally, each get 108 hats / 2 people = <<108/2=54>>54 hats/person
#### 54 |
Hans booked a room in a hotel. The hotel has some number floors with 10 identical rooms on each floor. Because of an accident, the last floor is unavailable for the guests. Considering there are no other guests, in how many different rooms could Hans be checked in? | [
{
"keywords": [
"hotel",
"has",
"floors",
"with"
],
"value": "10"
}
] | The hotel has in total 10 floors * 10 rooms/floor = <<10*10=100>>100 rooms.
One floor is unavailable, so Hans could be checked into 100 rooms - 10 rooms = <<100-10=90>>90 available rooms.
#### 90 |
Four classmates were comparing their ages based on their birth month. They found out that Jolyn is some number months older than Therese while Therese is some number months older than Aivo. Then, Leon is 2 months older than Aivo. How much older in months is Jolyn than Leon? | [
{
"keywords": [
"Therese",
"is",
"months",
"older"
],
"value": "5"
},
{
"keywords": [
"Jolyn",
"is",
"months",
"older"
],
"value": "2"
}
] | Jolyn is 2 + 5 = <<2+5=7>>7 months older than Aivo.
Since Leon is 2 months older than Aivo, then Jolyn is 7 - 2 = 5 months older than Leon.
#### 5 |
John's cow weighs some number pounds. It increased its weight to some number times its starting weight. He is able to sell the cow for $3 per pound. How much more is it worth after gaining the weight? | [
{
"keywords": [
"cow",
"weighs",
"pounds.",
"It"
],
"value": "400"
},
{
"keywords": [
"weight",
"to",
"times",
"its"
],
"value": "1.5"
}
] | The cow initially weighs 400*1.5=<<400*1.5=600>>600 pounds
So it gained 600 - 400 = <<600-400=200>>200 pounds
So its value increased by 200*$3 = $<<200*3=600>>600
#### 600 |
Brandon sold some number geckos last year. He sold twice that many the year before. How many geckos has Brandon sold in the last two years? | [
{
"keywords": [
"Brandon",
"sold",
"geckos",
"last"
],
"value": "86"
}
] | Last year: 86 geckos
2 years ago: 86(2)=172
Total number of geckos sold 86+172=<<86+172=258>>258 geckos
#### 258 |
Krystian works in the library. He borrows an average of 40 books every day. Every Friday, his number of borrowed books is about some number higher than the daily average. How many books does he borrow in a week if the library is open from Monday to Friday? | [
{
"keywords": [
"is",
"about",
"higher",
"than"
],
"value": "40%"
}
] | The number of books borrowed on Friday is higher by 40 * 40/100 = <<40*40/100=16>>16 books.
There are 5 days from Monday to Friday inclusive, so Krystian borrows an average of 5 * 40 = <<5*40=200>>200 books during that time.
With Friday's increase in borrowings, during one week Krystian borrows 200 + 16 = <<200+16=216>>216 books.
#### 216 |
Herman likes to feed the birds in December, January and February. He feeds them some number cup in the morning and some number cup in the afternoon. How many cups of food will he need for all three months? | [
{
"keywords": [
"morning",
"and",
"cup",
"in"
],
"value": "1/2"
},
{
"keywords": [
"feeds",
"them",
"cup",
"in"
],
"value": "1/2"
}
] | December has 31 days, January has 31 days and February has 28 days for a total of 31+31+28 = <<31+31+28=90>>90 days
He feeds them 1/2 cup in the morning and 1/2 cup in the afternoon for a total of 1/2+1/2 = <<1/2+1/2=1>>1 cup per day
If he feeds them 1 cup per day for 90 days then he will need 1*90 = <<1*90=90>>90 cups of birdseed
#### 90 |
John works a job that offers performance bonuses. He makes $some number0 a day and works for 8 hours. He has the option of working hard to earn the performance bonus of an extra $20 a day, but the extra effort results in a 2-hour longer workday. How much does John make per hour if he decides to earn the bonus? | [
{
"keywords": [
"works",
"for",
"hours.",
"He"
],
"value": "8"
}
] | First, we need to determine the length of John's workday if he decides to earn the bonus. We do this by performing 8+2= <<8+2=10>>10 hours for his workday.
Next, we need to determine his overall pay. We do this by performing 80+20=<<80+20=100>>100 dollars a day.
We then determine John's hourly rate by dividing his pay by the number of hours worked, performing 100/10= <<100/10=10>>10 dollars an hour.
#### 10 |
John orders food for a massive restaurant. He orders some number pounds of beef for $8 per pound. He also orders twice that much chicken at $3 per pound. How much did everything cost? | [
{
"keywords": [
"He",
"orders",
"pounds",
"of"
],
"value": "1000"
}
] | The beef cost $8 * 1000 = $<<8*1000=8000>>8000
He buys 1000 * 2 = <<1000*2=2000>>2000 pounds of chicken
So the chicken cost 2000 * $3 = $<<2000*3=6000>>6000
So the total cost is $8000 + $6000 = $<<8000+6000=14000>>14,000
#### 14000 |
John writes some number pages a day. How long will it take him to write 3 books that are some number pages each? | [
{
"keywords": [
"that",
"are",
"pages",
"each?"
],
"value": "400"
},
{
"keywords": [
"John",
"writes",
"pages",
"a"
],
"value": "20"
}
] | He wants to write 3*400=<<3*400=1200>>1200 pages
So it will take him 1200/20=<<1200/20=60>>60 days
#### 60 |
Alice has some number quarters. She wants to exchange them for nickels and so she goes to the bank. After getting back from the bank, she discovers that some number of the nickels are iron nickels worth $3 each. What is the total value of her money now? | [
{
"keywords": [
"Alice",
"has",
"quarters.",
"She"
],
"value": "20"
},
{
"keywords": [
"discovers",
"that",
"of",
"the"
],
"value": "20%"
}
] | A quarter is worth five nickels because .25 / .05 = <<.25/.05=5>>5
She gets 100 nickels from the bank because 20 x 5 = <<20*5=100>>100
20 of the nickels are iron nickels because 100 x .20 = <<100*.20=20>>20
80 of the nickels are regular because 100 - 20 = <<100-20=80>>80
The iron nickels are worth $60 because 20 x 3 = <<20*3=60>>60
The regular nickels are worth $4 because 80 x .05 = <<80*.05=4>>4
Her money is now worth $64 because 60 + 4 = <<60+4=64>>64
#### 64 |
James has a rainwater collection barrel. For each inch of rain he collects 15 gallons. On Monday it rained some number inches and on Tuesday it rained some number inches. He can sell water for $1.2 per gallon. How much money did he make from selling all the water? | [
{
"keywords": [
"it",
"rained",
"inches.",
"He"
],
"value": "3"
},
{
"keywords": [
"it",
"rained",
"inches",
"and"
],
"value": "4"
}
] | It rained 3+4=<<3+4=7>>7 inches
So he collected 7*15=<<7*15=105>>105 gallons
So he makes 105*1.2=$<<105*1.2=126>>126 from selling the water
#### 126 |
Nancy, the librarian, is shelving books from the cart. She shelved 12 history books, 8 romance books, and some number poetry books from the top section of the cart. Half the books on the bottom section of the cart were mystery books, which she quickly put back into place. Then, she shelved the remaining books from the bottom of the cart, including 5 Western novels and 6 biographies. How many books did she have on the book cart when she started? | [
{
"keywords": [
"books,",
"and",
"poetry",
"books"
],
"value": "4"
}
] | Half of the books on the bottom section of the cart are mystery books, which means they are the same as the number of Western novels and biographies put together. So there are 5 + 6 = <<5+6=11>>11 mystery novels.
Add them all together, and there are 12 history + 8 romance + 4 poetry + 11 mystery + 5 Western + 6 biographies = <<12+8+4+11+5+6=46>>46 books total
#### 46 |
Hector purchased a container of gumballs. He gave 4 to Todd, then he gave twice as many as he had given Todd to Alisha, and then he gave some number less than four times as many to Bobby as he had given to Alisha. If Hector had 6 gumballs remaining, what is the total number of gumballs that Hector purchased? | [
{
"keywords": [
"he",
"gave",
"less",
"than"
],
"value": "5"
}
] | Hector gave to Alisha twice as many as he had given Todd, for a total of 4*2=<<4*2=8>>8 gumballs,
Hector gave 5 less than four times as many to Bobby as he had given to Alisha, or a total of (8*4)-5=<<8*4-5=27>>27 gumballs.
If Hector had 6 gumballs remaining, he originally purchased 4+8+27+6=<<4+8+27+6=45>>45 gumballs.
#### 45 |
Gail has two fish tanks. The first tank is twice the size of the second tank. There are some number gallons of water in the first tank. She follows the rule of one gallon of water per inch of fish. If she keeps two-inch fish in the second tank and three-inch fish in the first tank, how many more fish would Gail have in the first tank than the second tank if one of the first tank fish eats another? | [
{
"keywords": [
"There",
"are",
"gallons",
"of"
],
"value": "48"
}
] | The second tank is 48 / 2 = <<48/2=24>>24 gallons.
Following her rule, Gail keeps 24 / 2 = <<24/2=12>>12 two-inch fish in the second tank.
She keeps 48 / 3 = <<48/3=16>>16 fish in the first tank.
If one fish in the first tank ate another, she would have 16 - 1 = <<16-1=15>>15 fish in the first tank.
Thus, Gail would have 15 - 12 = <<15-12=3>>3 more fish in the first tank.
#### 3 |
A craft store makes a third of its sales in the fabric section, a quarter of its sales in the jewelry section, and the rest in the stationery section. They made some number sales today. How many sales were in the stationery section? | [
{
"keywords": [
"They",
"made",
"sales",
"today."
],
"value": "36"
}
] | The craft store made 36 / 3 = <<36/3=12>>12 sales in the fabric section.
It made 36 / 4 = <<36/4=9>>9 sales in the jewelry section.
Thus, there were 36 - 12 - 9 = <<36-12-9=15>>15 sales in the stationery section.
#### 15 |
Marcy is a makeup artist and has agreed to do some makeup for her friend's wedding. The only makeup she has limited stock of is lip gloss so she counts how many tubes she needs. Each tube of lip gloss will hold enough lip gloss for 3 people's makeup. Marcy decides to bring 6 tubs of lip gloss, each of which holds some number tubes of lip gloss, and this will be the exact amount she needs for everyone's makeup. How many people is Marcy painting with makeup? | [
{
"keywords": [
"which",
"holds",
"tubes",
"of"
],
"value": "2"
}
] | Marcy is bringing 6 tubs of lip gloss * 2 tubes of lip gloss per tub of lip gloss = <<6*2=12>>12 tubes of lip gloss.
So she must be applying makeup to 12 tubes of lip gloss * 3 people per tube of lip gloss = <<12*3=36>>36 people.
#### 36 |
Ellie has found an old bicycle in a field and thinks it just needs some oil to work well again. She needs 10ml of oil to fix each wheel and will need another some number of oil to fix the rest of the bike. How much oil does she need in total to fix the bike? | [
{
"keywords": [
"need",
"another",
"of",
"oil"
],
"value": "5ml"
}
] | Ellie needs 2 wheels * 10ml of oil per wheel = <<2*10=20>>20ml of oil.
To fix the rest of the bike as well, she needs 20 + 5 = <<20+5=25>>25ml of oil.
#### 25 |
Janice can type 6 sentences per minute. Today at work, Janice continued working on a paper she started typing yesterday. She typed for 20 minutes, took a break, and typed 15 minutes longer. She then had to erase 40 sentences she had typed incorrectly. After a meeting, she typed for 18 minutes more. In all, the paper had some number sentences by the end of today. How many sentences did she start with today? | [
{
"keywords": [
"paper",
"had",
"sentences",
"by"
],
"value": "536"
}
] | Janice had X sentences from yesterday already typed to start with today.
Janice typed 6 * 20 = <<6*20=120>>120 sentences before her break.
She typed 6 * 15 = <<6*15=90>>90 sentences after her break.
She typed 6 * 18 = <<6*18=108>>108 sentences after her meeting.
Therefore, she typed 120 + 90 + 108 = <<120+90+108=318>>318 sentences today in all.
She had to erase 40 sentences, so she had 318 - 40 = <<318-40=278>>278 sentences that she typed today left.
The paper had X + 278 = 536 sentences at the end of today.
Thus, she had X = 536 - 278 = <<536-278=258>>258 sentences typed on the paper to start with today.
#### 258 |
During one day, there are some number boat trips through the lake. The boat can take up to 12 people during one trip. How many people can the boat transport in 2 days? | [
{
"keywords": [
"there",
"are",
"boat",
"trips"
],
"value": "4"
}
] | During each boat trip, there can be 12 people onboard, so during 4 boat trips, there can be 4 * 12 = <<4*12=48>>48 people in total.
During two days the boat can transport a total of 48 * 2 = <<48*2=96>>96 people.
#### 96 |
Paddington has some number more goats than Washington. If Washington has some number goats, how many goats do they have in total? | [
{
"keywords": [
"Washington",
"has",
"goats,",
"how"
],
"value": "140"
},
{
"keywords": [
"Paddington",
"has",
"more",
"goats"
],
"value": "40"
}
] | If Washington has 140 goats, Washington has 140+40 = <<140+40=180>>180 goats.
In total, they have 140+180 = <<140+180=320>>320 goats
#### 320 |
John buys some number packs of magic cards. Each pack has some number cards and 1/4 of those cards are uncommon. How many uncommon cards did he get? | [
{
"keywords": [
"John",
"buys",
"packs",
"of"
],
"value": "10"
},
{
"keywords": [
"pack",
"has",
"cards",
"and"
],
"value": "20"
}
] | Each pack has 20/4 = <<20/4=5>>5 uncommons
So he got 10*5 = <<10*5=50>>50 uncommons
#### 50 |
There is very little car traffic on Happy Street. During the week, most cars pass it on Tuesday - 25. On Monday, some number less than on Tuesday, and on Wednesday, 2 more cars than on Monday. On Thursday and Friday, it is about 10 cars each day. On the weekend, traffic drops to 5 cars per day. How many cars travel down Happy Street from Monday through Sunday? | [
{
"keywords": [
"On",
"Monday,",
"less",
"than"
],
"value": "20%"
}
] | On Monday there are 20/100 * 25 = <<20/100*25=5>>5 cars passing the street less than on Tuesday.
So on Monday, there are 25 - 5 = <<25-5=20>>20 cars on Happy Street.
On Wednesday, there are 20 + 2 = <<20+2=22>>22 cars on this street.
On Thursday and Friday, there is a total of 10 * 2 = <<10*2=20>>20 cars passing.
On the weekend 5 * 2 = <<5*2=10>>10 cars are passing.
So from Monday through Sunday, there are 20 + 25 + 22 + 20 + 10 = <<20+25+22+20+10=97>>97 cars traveling down the street.
#### 97 |
Henry took some number pills a day for 14 days. Of these some number pills, 4 pills cost $1.50 each, and the other pills each cost $5.50 more. How much did he spend in total on the pills? | [
{
"keywords": [
"Henry",
"took",
"pills",
"a"
],
"value": "9"
},
{
"keywords": [
"Of",
"these",
"pills,",
"4"
],
"value": "9"
}
] | There were 9-4 = <<9-4=5>>5 other pills
Each of the other pills cost 1.50+5.50 = <<1.50+5.50=7>>7 dollars each.
The 5 pills cost a total of 7*5 = <<7*5=35>>35 dollars.
The first 4 pills cost 1.50*4 = <<1.50*4=6>>6 dollars in total.
Henry spent a total of 35+6 = <<35+6=41>>41 dollars.
#### 41 |
Alyssa, Keely, and Kendall ordered some number chicken nuggets from a fast-food restaurant. Keely and Kendall each ate twice as many as Alyssa. How many did Alyssa eat? | [
{
"keywords": [
"Kendall",
"ordered",
"chicken",
"nuggets"
],
"value": "100"
}
] | To figure out this problem we need to turn it into an equation. Let’s make A the number of nuggets Alyssa ate. We know all three girls ate 100 nuggets total, so 100 nuggets = A (how many Alyssa ate) + 2A (how many Keely ate) + 3A (how many Kendall ate) or 100 = A + 2A + 3A which is 100 = 5A
Then we will divide each side by 5 to figure out how many nuggets Alyssa ate, 100/5 = 5A/5 or 20 = A.
#### 20 |
Marvin and Tina were selling candy bars to help fund their class trip. The candy bars cost $2 each. Marvin sold some number candy bars total. Tina sold three times the number of candy bars as Marvin. How much more money did Tina make for the class trip selling candy bars compared to Marvin? | [
{
"keywords": [
"Marvin",
"sold",
"candy",
"bars"
],
"value": "35"
}
] | Marvin sold 35 candy bars at $2 each so 35 * 2 = $<<35*2=70>>70 worth of candy
Tina sold three times the amount of candy so $70 * 3 = $<<70*3=210>>210 worth of candy
If Tina sold $210 worth of candy and Marvin sold $70 in candy then 210 - 70 = $<<210-70=140>>140 more sold than Marvin
#### 140 |
Lilah's family gallery has some number photos. On a two-day trip to the Grand Canyon, they took half as many photos they have in the family's gallery on the first day and 120 more photos than they took on the first day on the second day. If they added all these photos to the family gallery, calculate the total number of photos in the gallery. | [
{
"keywords": [
"gallery",
"has",
"photos.",
"On"
],
"value": "400"
}
] | On their first day to the grand canyon, the family took half as many photos as the ones they have in the gallery, meaning they took 1/2*400 = <<400/2=200>>200 photos.
The total number of photos if they add the ones they took on the first day to the family's gallery is 400+200 = <<400+200=600>>600
On the second day, they took 120 more photos than they took on the first day, a total of 200+120 = <<200+120=320>>320 photos.
After adding the photos they took on the second day to the galley, the number of photos will be 600+320 = <<600+320=920>>920
#### 920 |
Baez has 25 marbles. She loses some number of them one day. Then a friend sees her and gives her double the amount that Baez has after she lost them. How many marbles does Baez end up with? | [
{
"keywords": [
"She",
"loses",
"of",
"them"
],
"value": "20%"
}
] | She loses 5 marbles because 25 x .2 = <<25*.2=5>>5
She has 20 marbles after this because 25 - 5 = <<25-5=20>>20
Her friend gives her 40 marbles because 20 x 2 = <<20*2=40>>40
Adding those marbles to the 20 she had before, she ends up with 40 marbles + 20 marbles = <<40+20=60>>60 marbles
#### 60 |
Ed has some number dogs, some number cats and twice as many fish as cats and dogs combined. How many pets does Ed have in total? | [
{
"keywords": [
"2",
"dogs,",
"cats",
"and"
],
"value": "3"
},
{
"keywords": [
"Ed",
"has",
"dogs,",
"3"
],
"value": "2"
}
] | If Ed has 2 dogs and 3 cats he has in total 2+3 = <<2+3=5>>5 pets that are not fish
If Ed has twice as many cats and dogs combined he has 2*5 = <<2*5=10>>10 fish
Therefore, in total Ed has 5+10 = <<5+10=15>>15 pets
#### 15 |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 21