body
stringlengths
5
370
ques
stringlengths
12
166
question
stringlengths
24
413
equation
stringlengths
1
67
answer
float64
-451,929
22.1M
label
class label
2 classes
Jason has 43.0 blue and 16.0 red marbles . Tom has 24.0 blue marbles .
How many blue marbles do they have in all ?
Jason has 43.0 blue and 16.0 red marbles . Tom has 24.0 blue marbles . How many blue marbles do they have in all ?
(43.0 + 24.0)
67
1true
Jason has 43.0 blue and 16.0 red marbles . Tom has 24.0 blue marbles .
How many blue marbles do they have in all ?
Jason has 43.0 blue and 16.0 red marbles . Tom has 24.0 blue marbles . How many blue marbles do they have in all ?
(43.0 - 24.0)
19
0false
There were 8.0 friends playing a video game online when 2.0 more players joined the game . If each player had 6.0 lives ,
how many lives did they have total ?
There were 8.0 friends playing a video game online when 2.0 more players joined the game . If each player had 6.0 lives , how many lives did they have total ?
(6.0 * (8.0 + 2.0))
60
1true
There were 8.0 friends playing a video game online when 2.0 more players joined the game . If each player had 6.0 lives ,
how many lives did they have total ?
There were 8.0 friends playing a video game online when 2.0 more players joined the game . If each player had 6.0 lives , how many lives did they have total ?
(6.0 / (8.0 - 2.0))
1
0false
There are 46.0 rulers in the drawer . Tim took 25.0 rulers from the drawer .
How many rulers are now in the drawer ?
There are 46.0 rulers in the drawer . Tim took 25.0 rulers from the drawer . How many rulers are now in the drawer ?
(46.0 - 25.0)
21
1true
There are 46.0 rulers in the drawer . Tim took 25.0 rulers from the drawer .
How many rulers are now in the drawer ?
There are 46.0 rulers in the drawer . Tim took 25.0 rulers from the drawer . How many rulers are now in the drawer ?
(46.0 + 25.0)
71
0false
Joan purchased a basketball game for $ 5.2 , and a racing game for $ 4.23 .
How much did Joan spend on video games ?
Joan purchased a basketball game for $ 5.2 , and a racing game for $ 4.23 . How much did Joan spend on video games ?
(5.2 + 4.23)
9.43
1true
Joan purchased a basketball game for $ 5.2 , and a racing game for $ 4.23 .
How much did Joan spend on video games ?
Joan purchased a basketball game for $ 5.2 , and a racing game for $ 4.23 . How much did Joan spend on video games ?
(5.2 - 4.23)
0.97
0false
Mike worked 3.0 hours , each day , for 5.0 days .
How many hours did he work in total ?
Mike worked 3.0 hours , each day , for 5.0 days . How many hours did he work in total ?
(3.0 * 5.0)
15
1true
Mike worked 3.0 hours , each day , for 5.0 days .
How many hours did he work in total ?
Mike worked 3.0 hours , each day , for 5.0 days . How many hours did he work in total ?
(3.0 / 5.0)
0.6
0false
Paula 's aunt gave her $ 109.0 to spend on clothes at the mall . She bought 2.0 shirts that cost $ 11.0 each and a pair of pants that cost $ 13.0 .
How much money does Paula have left to buy more clothes ?
Paula 's aunt gave her $ 109.0 to spend on clothes at the mall . She bought 2.0 shirts that cost $ 11.0 each and a pair of pants that cost $ 13.0 . How much money does Paula have left to buy more clothes ?
(109.0 - ((2.0 * 11.0) + 13.0))
74
1true
Paula 's aunt gave her $ 109.0 to spend on clothes at the mall . She bought 2.0 shirts that cost $ 11.0 each and a pair of pants that cost $ 13.0 .
How much money does Paula have left to buy more clothes ?
Paula 's aunt gave her $ 109.0 to spend on clothes at the mall . She bought 2.0 shirts that cost $ 11.0 each and a pair of pants that cost $ 13.0 . How much money does Paula have left to buy more clothes ?
(109.0 + ((2.0 / 11.0) - 13.0))
96.181818
0false
There school 's baseball team had 4.0 new players and 6.0 returning players . If the coach put them into groups with 5.0 players in each group ,
how many groups would there be ?
There school 's baseball team had 4.0 new players and 6.0 returning players . If the coach put them into groups with 5.0 players in each group , how many groups would there be ?
((4.0 + 6.0) / 5.0)
2
1true
There school 's baseball team had 4.0 new players and 6.0 returning players . If the coach put them into groups with 5.0 players in each group ,
how many groups would there be ?
There school 's baseball team had 4.0 new players and 6.0 returning players . If the coach put them into groups with 5.0 players in each group , how many groups would there be ?
((4.0 - 6.0) * 5.0)
-10
0false
Connie has 323.0 marbles . Juan has 175.0 more marbles than Connie .
How many marbles does Juan have ?
Connie has 323.0 marbles . Juan has 175.0 more marbles than Connie . How many marbles does Juan have ?
(323.0 + 175.0)
498
1true
Connie has 323.0 marbles . Juan has 175.0 more marbles than Connie .
How many marbles does Juan have ?
Connie has 323.0 marbles . Juan has 175.0 more marbles than Connie . How many marbles does Juan have ?
(323.0 - 175.0)
148
0false
Sandy grew 6.0 carrots . Sam grew 3.0 carrots .
How many carrots did they grow in total ?
Sandy grew 6.0 carrots . Sam grew 3.0 carrots . How many carrots did they grow in total ?
(6.0 + 3.0)
9
1true
Sandy grew 6.0 carrots . Sam grew 3.0 carrots .
How many carrots did they grow in total ?
Sandy grew 6.0 carrots . Sam grew 3.0 carrots . How many carrots did they grow in total ?
(6.0 - 3.0)
3
0false
There are 65.0 students trying out for the school 's trivia teams . If 17.0 of them did n't get picked for the team and the rest were put into 8.0 groups ,
how many students would be in each group ?
There are 65.0 students trying out for the school 's trivia teams . If 17.0 of them did n't get picked for the team and the rest were put into 8.0 groups , how many students would be in each group ?
((65.0 - 17.0) / 8.0)
6
1true
There are 65.0 students trying out for the school 's trivia teams . If 17.0 of them did n't get picked for the team and the rest were put into 8.0 groups ,
how many students would be in each group ?
There are 65.0 students trying out for the school 's trivia teams . If 17.0 of them did n't get picked for the team and the rest were put into 8.0 groups , how many students would be in each group ?
((65.0 + 17.0) * 8.0)
656
0false
Paige 's team won their dodgeball game and scored 41.0 points total . If Paige scored 11.0 of the points and everyone else scored 6.0 points each ,
how many players were on her team ?
Paige 's team won their dodgeball game and scored 41.0 points total . If Paige scored 11.0 of the points and everyone else scored 6.0 points each , how many players were on her team ?
((41.0 - 11.0) / 6.0)
5
1true
Paige 's team won their dodgeball game and scored 41.0 points total . If Paige scored 11.0 of the points and everyone else scored 6.0 points each ,
how many players were on her team ?
Paige 's team won their dodgeball game and scored 41.0 points total . If Paige scored 11.0 of the points and everyone else scored 6.0 points each , how many players were on her team ?
((41.0 + 11.0) * 6.0)
312
0false
To fill an order , the factory dyed 61921.0 yards of silk green and 49500.0 yards pink .
How many yards of silk did it dye for that order ?
To fill an order , the factory dyed 61921.0 yards of silk green and 49500.0 yards pink . How many yards of silk did it dye for that order ?
(61921.0 + 49500.0)
111,421
1true
To fill an order , the factory dyed 61921.0 yards of silk green and 49500.0 yards pink .
How many yards of silk did it dye for that order ?
To fill an order , the factory dyed 61921.0 yards of silk green and 49500.0 yards pink . How many yards of silk did it dye for that order ?
(61921.0 - 49500.0)
12,421
0false
Bobby collects 2.0 blocks . Bobby 's father gives Bobby 6.0 more .
How many blocks does Bobby have ?
Bobby collects 2.0 blocks . Bobby 's father gives Bobby 6.0 more . How many blocks does Bobby have ?
(2.0 + 6.0)
8
1true
Bobby collects 2.0 blocks . Bobby 's father gives Bobby 6.0 more .
How many blocks does Bobby have ?
Bobby collects 2.0 blocks . Bobby 's father gives Bobby 6.0 more . How many blocks does Bobby have ?
(2.0 - 6.0)
-4
0false
A pet store had 81.0 puppies . In one day they sold 41.0 of them and put the rest into cages with 8.0 in each cage .
How many cages did they use ?
A pet store had 81.0 puppies . In one day they sold 41.0 of them and put the rest into cages with 8.0 in each cage . How many cages did they use ?
((81.0 - 41.0) / 8.0)
5
1true
A pet store had 81.0 puppies . In one day they sold 41.0 of them and put the rest into cages with 8.0 in each cage .
How many cages did they use ?
A pet store had 81.0 puppies . In one day they sold 41.0 of them and put the rest into cages with 8.0 in each cage . How many cages did they use ?
((81.0 + 41.0) * 8.0)
976
0false
Bobby has 142.0 books . Kristi has 78.0 books .
How many more books does Bobby have than Kristi ?
Bobby has 142.0 books . Kristi has 78.0 books . How many more books does Bobby have than Kristi ?
(142.0 - 78.0)
64
1true
Bobby has 142.0 books . Kristi has 78.0 books .
How many more books does Bobby have than Kristi ?
Bobby has 142.0 books . Kristi has 78.0 books . How many more books does Bobby have than Kristi ?
(142.0 + 78.0)
220
0false
Eric has 9306.0 erasers . If he shares them among 99.0 friends ,
how many erasers does each friend get ?
Eric has 9306.0 erasers . If he shares them among 99.0 friends , how many erasers does each friend get ?
(9306.0 / 99.0)
94
1true
Eric has 9306.0 erasers . If he shares them among 99.0 friends ,
how many erasers does each friend get ?
Eric has 9306.0 erasers . If he shares them among 99.0 friends , how many erasers does each friend get ?
(9306.0 * 99.0)
921,294
0false
Haley and her friends were recycling paper for their class . For every 3.0 pounds they recycled they earned one point . If Haley recycled 11.0 pounds and her friends recycled 16.0 pounds ,
how many points did they earn ?
Haley and her friends were recycling paper for their class . For every 3.0 pounds they recycled they earned one point . If Haley recycled 11.0 pounds and her friends recycled 16.0 pounds , how many points did they earn ?
((11.0 + 16.0) / 3.0)
9
1true
Haley and her friends were recycling paper for their class . For every 3.0 pounds they recycled they earned one point . If Haley recycled 11.0 pounds and her friends recycled 16.0 pounds ,
how many points did they earn ?
Haley and her friends were recycling paper for their class . For every 3.0 pounds they recycled they earned one point . If Haley recycled 11.0 pounds and her friends recycled 16.0 pounds , how many points did they earn ?
((11.0 - 16.0) * 3.0)
-15
0false
Joan bought toy cars for $ 14.88 , a skateboard for $ 4.88 , and got toy trucks for $ 5.86 . She spent $ 14.55 on pants . In total ,
how much did Joan spend on toys ?
Joan bought toy cars for $ 14.88 , a skateboard for $ 4.88 , and got toy trucks for $ 5.86 . She spent $ 14.55 on pants . In total , how much did Joan spend on toys ?
((14.88 + 4.88) + 5.86)
25.62
1true
Joan bought toy cars for $ 14.88 , a skateboard for $ 4.88 , and got toy trucks for $ 5.86 . She spent $ 14.55 on pants . In total ,
how much did Joan spend on toys ?
Joan bought toy cars for $ 14.88 , a skateboard for $ 4.88 , and got toy trucks for $ 5.86 . She spent $ 14.55 on pants . In total , how much did Joan spend on toys ?
((14.88 - 4.88) - 5.86)
4.14
0false
Haley baked 20.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 11.0 of them
how many packages could she make if she put number2 cupcake in each package ?
Haley baked 20.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 11.0 of them how many packages could she make if she put 3.0 cupcake in each package ?
((20.0 - 11.0) / 3.0)
3
1true
Haley baked 20.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 11.0 of them
how many packages could she make if she put number2 cupcake in each package ?
Haley baked 20.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 11.0 of them how many packages could she make if she put 3.0 cupcake in each package ?
((20.0 + 11.0) * 3.0)
93
0false
Sue ’ s mother made 75.0 cookies . She put the cookies in bags , with 3.0 cookies in each bag .
How many bags could she fill up ?
Sue ’ s mother made 75.0 cookies . She put the cookies in bags , with 3.0 cookies in each bag . How many bags could she fill up ?
(75.0 / 3.0)
25
1true
Sue ’ s mother made 75.0 cookies . She put the cookies in bags , with 3.0 cookies in each bag .
How many bags could she fill up ?
Sue ’ s mother made 75.0 cookies . She put the cookies in bags , with 3.0 cookies in each bag . How many bags could she fill up ?
(75.0 * 3.0)
225
0false
Benny picked 2.0 apples and Dan picked 9.0 apples from the apple tree .
How many apples were picked in total ?
Benny picked 2.0 apples and Dan picked 9.0 apples from the apple tree . How many apples were picked in total ?
(2.0 + 9.0)
11
1true
Benny picked 2.0 apples and Dan picked 9.0 apples from the apple tree .
How many apples were picked in total ?
Benny picked 2.0 apples and Dan picked 9.0 apples from the apple tree . How many apples were picked in total ?
(2.0 - 9.0)
-7
0false
There school 's baseball team had 2.0 new players and 6.0 returning players . If the coach put them into groups with 4.0 players in each group ,
how many groups would there be ?
There school 's baseball team had 2.0 new players and 6.0 returning players . If the coach put them into groups with 4.0 players in each group , how many groups would there be ?
((2.0 + 6.0) / 4.0)
2
1true
There school 's baseball team had 2.0 new players and 6.0 returning players . If the coach put them into groups with 4.0 players in each group ,
how many groups would there be ?
There school 's baseball team had 2.0 new players and 6.0 returning players . If the coach put them into groups with 4.0 players in each group , how many groups would there be ?
((2.0 - 6.0) * 4.0)
-16
0false
Mika had 20.0 stickers . She bought 26.0 stickers from a store in the mall and got 20.0 stickers for her birthday . Then Mika gave 6.0 of the stickers to her sister and used 58.0 to decorate a greeting card .
How many stickers does Mika have left ?
Mika had 20.0 stickers . She bought 26.0 stickers from a store in the mall and got 20.0 stickers for her birthday . Then Mika gave 6.0 of the stickers to her sister and used 58.0 to decorate a greeting card . How many stickers does Mika have left ?
(((20.0 + 26.0) + 20.0) - (6.0 + 58.0))
2
1true
Mika had 20.0 stickers . She bought 26.0 stickers from a store in the mall and got 20.0 stickers for her birthday . Then Mika gave 6.0 of the stickers to her sister and used 58.0 to decorate a greeting card .
How many stickers does Mika have left ?
Mika had 20.0 stickers . She bought 26.0 stickers from a store in the mall and got 20.0 stickers for her birthday . Then Mika gave 6.0 of the stickers to her sister and used 58.0 to decorate a greeting card . How many stickers does Mika have left ?
(((20.0 - 26.0) - 20.0) + (6.0 - 58.0))
-78
0false
Beka flew 873.0 miles to visit her aunt . Jackson flew 563.0 miles to visit his aunt .
How many more miles did Beka fly than Jackson ?
Beka flew 873.0 miles to visit her aunt . Jackson flew 563.0 miles to visit his aunt . How many more miles did Beka fly than Jackson ?
(873.0 - 563.0)
310
1true
Beka flew 873.0 miles to visit her aunt . Jackson flew 563.0 miles to visit his aunt .
How many more miles did Beka fly than Jackson ?
Beka flew 873.0 miles to visit her aunt . Jackson flew 563.0 miles to visit his aunt . How many more miles did Beka fly than Jackson ?
(873.0 + 563.0)
1,436
0false
Each chocolate bar in a box cost $ 2.0 . If a box had 13.0 bars total and Rachel sold all but 4.0 bars ,
how much money would she have made ?
Each chocolate bar in a box cost $ 2.0 . If a box had 13.0 bars total and Rachel sold all but 4.0 bars , how much money would she have made ?
(2.0 * (13.0 - 4.0))
18
1true
Each chocolate bar in a box cost $ 2.0 . If a box had 13.0 bars total and Rachel sold all but 4.0 bars ,
how much money would she have made ?
Each chocolate bar in a box cost $ 2.0 . If a box had 13.0 bars total and Rachel sold all but 4.0 bars , how much money would she have made ?
(2.0 / (13.0 + 4.0))
0.117647
0false
Kaleb had 39.0 pieces of clothing to wash . He put 19.0 of them in one load , but decided to split the rest into 5.0 equal loads .
How many pieces of clothing could go in each of the small loads ?
Kaleb had 39.0 pieces of clothing to wash . He put 19.0 of them in one load , but decided to split the rest into 5.0 equal loads . How many pieces of clothing could go in each of the small loads ?
((39.0 - 19.0) / 5.0)
4
1true
Kaleb had 39.0 pieces of clothing to wash . He put 19.0 of them in one load , but decided to split the rest into 5.0 equal loads .
How many pieces of clothing could go in each of the small loads ?
Kaleb had 39.0 pieces of clothing to wash . He put 19.0 of them in one load , but decided to split the rest into 5.0 equal loads . How many pieces of clothing could go in each of the small loads ?
((39.0 + 19.0) * 5.0)
290
0false
It took Katherine 3.0 hours to run to Louis 's house at 8.0 miles per hour .
How far is it between Katherine 's house and Louis 's house ?
It took Katherine 3.0 hours to run to Louis 's house at 8.0 miles per hour . How far is it between Katherine 's house and Louis 's house ?
(3.0 * 8.0)
24
1true
It took Katherine 3.0 hours to run to Louis 's house at 8.0 miles per hour .
How far is it between Katherine 's house and Louis 's house ?
It took Katherine 3.0 hours to run to Louis 's house at 8.0 miles per hour . How far is it between Katherine 's house and Louis 's house ?
(3.0 / 8.0)
0.375
0false
George had 28.0 socks . If he threw away 4.0 old ones that did n't fit and bought 36.0 new ones ,
how many socks would he have ?
George had 28.0 socks . If he threw away 4.0 old ones that did n't fit and bought 36.0 new ones , how many socks would he have ?
((28.0 + 36.0) - 4.0)
60
1true
George had 28.0 socks . If he threw away 4.0 old ones that did n't fit and bought 36.0 new ones ,
how many socks would he have ?
George had 28.0 socks . If he threw away 4.0 old ones that did n't fit and bought 36.0 new ones , how many socks would he have ?
((28.0 - 36.0) + 4.0)
-4
0false
One stamp costs 34.0 cents . If the cost of each stamp remains the same ,
how much would number1 stamps cost ?
One stamp costs 34.0 cents . If the cost of each stamp remains the same , how much would 4.0 stamps cost ?
(34.0 * 4.0)
134
1true
One stamp costs 34.0 cents . If the cost of each stamp remains the same ,
how much would number1 stamps cost ?
One stamp costs 34.0 cents . If the cost of each stamp remains the same , how much would 4.0 stamps cost ?
(34.0 / 4.0)
8.5
0false
Norma has 88.0 cards . She loses 70.0 .
How many cards will Norma have ?
Norma has 88.0 cards . She loses 70.0 . How many cards will Norma have ?
(88.0 - 70.0)
18
1true
Norma has 88.0 cards . She loses 70.0 .
How many cards will Norma have ?
Norma has 88.0 cards . She loses 70.0 . How many cards will Norma have ?
(88.0 + 70.0)
158
0false
Debby had 30.0 coloring books . If she gave away 7.0 of them , but then bought 35.0 more ,
how many would she have total ?
Debby had 30.0 coloring books . If she gave away 7.0 of them , but then bought 35.0 more , how many would she have total ?
((30.0 + 35.0) - 7.0)
58
1true
Debby had 30.0 coloring books . If she gave away 7.0 of them , but then bought 35.0 more ,
how many would she have total ?
Debby had 30.0 coloring books . If she gave away 7.0 of them , but then bought 35.0 more , how many would she have total ?
((30.0 - 35.0) + 7.0)
2
0false
For Halloween Emily received 54.0 pieces of candy . She ate 33.0 pieces then placed the rest into piles with 7.0 in each pile .
How many piles could she make ?
For Halloween Emily received 54.0 pieces of candy . She ate 33.0 pieces then placed the rest into piles with 7.0 in each pile . How many piles could she make ?
((54.0 - 33.0) / 7.0)
3
1true
For Halloween Emily received 54.0 pieces of candy . She ate 33.0 pieces then placed the rest into piles with 7.0 in each pile .
How many piles could she make ?
For Halloween Emily received 54.0 pieces of candy . She ate 33.0 pieces then placed the rest into piles with 7.0 in each pile . How many piles could she make ?
((54.0 + 33.0) * 7.0)
609
0false
William has 2.0 bottle caps . He buys 41.0 more .
How many bottle caps does William have in all ?
William has 2.0 bottle caps . He buys 41.0 more . How many bottle caps does William have in all ?
(2.0 + 41.0)
43
1true
William has 2.0 bottle caps . He buys 41.0 more .
How many bottle caps does William have in all ?
William has 2.0 bottle caps . He buys 41.0 more . How many bottle caps does William have in all ?
(2.0 - 41.0)
-39
0false
Tom had to wash 10.0 short sleeve shirts and 25.0 long sleeve shirts before school . If he had only washed 5.0 of them by the time school started ,
how many did he not wash ?
Tom had to wash 10.0 short sleeve shirts and 25.0 long sleeve shirts before school . If he had only washed 5.0 of them by the time school started , how many did he not wash ?
((10.0 + 25.0) - 5.0)
30
1true
Tom had to wash 10.0 short sleeve shirts and 25.0 long sleeve shirts before school . If he had only washed 5.0 of them by the time school started ,
how many did he not wash ?
Tom had to wash 10.0 short sleeve shirts and 25.0 long sleeve shirts before school . If he had only washed 5.0 of them by the time school started , how many did he not wash ?
((10.0 - 25.0) + 5.0)
-10
0false
There are 58.0 students trying out for the school 's trivia teams . If 10.0 of them did n't get picked for the team and the rest were put into 8.0 groups ,
how many students would be in each group ?
There are 58.0 students trying out for the school 's trivia teams . If 10.0 of them did n't get picked for the team and the rest were put into 8.0 groups , how many students would be in each group ?
((58.0 - 10.0) / 8.0)
6
1true
There are 58.0 students trying out for the school 's trivia teams . If 10.0 of them did n't get picked for the team and the rest were put into 8.0 groups ,
how many students would be in each group ?
There are 58.0 students trying out for the school 's trivia teams . If 10.0 of them did n't get picked for the team and the rest were put into 8.0 groups , how many students would be in each group ?
((58.0 + 10.0) * 8.0)
544
0false
Robin 's class is going on a field trip to the zoo . If each van can hold 8.0 people and there are 22.0 students and 2.0 adults going ,
how many vans will they need ?
Robin 's class is going on a field trip to the zoo . If each van can hold 8.0 people and there are 22.0 students and 2.0 adults going , how many vans will they need ?
((22.0 + 2.0) / 8.0)
3
1true
Robin 's class is going on a field trip to the zoo . If each van can hold 8.0 people and there are 22.0 students and 2.0 adults going ,
how many vans will they need ?
Robin 's class is going on a field trip to the zoo . If each van can hold 8.0 people and there are 22.0 students and 2.0 adults going , how many vans will they need ?
((22.0 - 2.0) * 8.0)
160
0false
The Silvergrove Public Library used a grant to purchase 2647.0 books . Now the library has a total of 8582.0 books .
How many books did the library have before the grant ?
The Silvergrove Public Library used a grant to purchase 2647.0 books . Now the library has a total of 8582.0 books . How many books did the library have before the grant ?
(8582.0 - 2647.0)
5,935
1true
The Silvergrove Public Library used a grant to purchase 2647.0 books . Now the library has a total of 8582.0 books .
How many books did the library have before the grant ?
The Silvergrove Public Library used a grant to purchase 2647.0 books . Now the library has a total of 8582.0 books . How many books did the library have before the grant ?
(8582.0 + 2647.0)
11,229
0false
A pet supply store has 600.0 bags of dog food and 327.0 bags of cat food .
How many more bags of dog food are there than cat food ?
A pet supply store has 600.0 bags of dog food and 327.0 bags of cat food . How many more bags of dog food are there than cat food ?
(600.0 - 327.0)
273
1true
A pet supply store has 600.0 bags of dog food and 327.0 bags of cat food .
How many more bags of dog food are there than cat food ?
A pet supply store has 600.0 bags of dog food and 327.0 bags of cat food . How many more bags of dog food are there than cat food ?
(600.0 + 327.0)
927
0false
A worksheet had 3.0 problems on it . If a teacher had 15.0 worksheets to grade and had already graded 7.0 of them ,
how many more problems does she have to grade ?
A worksheet had 3.0 problems on it . If a teacher had 15.0 worksheets to grade and had already graded 7.0 of them , how many more problems does she have to grade ?
(3.0 * (15.0 - 7.0))
24
1true
A worksheet had 3.0 problems on it . If a teacher had 15.0 worksheets to grade and had already graded 7.0 of them ,
how many more problems does she have to grade ?
A worksheet had 3.0 problems on it . If a teacher had 15.0 worksheets to grade and had already graded 7.0 of them , how many more problems does she have to grade ?
(3.0 / (15.0 + 7.0))
0.136364
0false
In fourth grade there were 31.0 students at the start of the year . During the year 5.0 students left and 11.0 new students came to school .
How many students were in fourth grade at the end ?
In fourth grade there were 31.0 students at the start of the year . During the year 5.0 students left and 11.0 new students came to school . How many students were in fourth grade at the end ?
((31.0 + 11.0) - 5.0)
37
1true
In fourth grade there were 31.0 students at the start of the year . During the year 5.0 students left and 11.0 new students came to school .
How many students were in fourth grade at the end ?
In fourth grade there were 31.0 students at the start of the year . During the year 5.0 students left and 11.0 new students came to school . How many students were in fourth grade at the end ?
((31.0 - 11.0) + 5.0)
25
0false
A pet store had 102.0 puppies . In one day they sold 21.0 of them and put the rest into cages with 9.0 in each cage .
How many cages did they use ?
A pet store had 102.0 puppies . In one day they sold 21.0 of them and put the rest into cages with 9.0 in each cage . How many cages did they use ?
((102.0 - 21.0) / 9.0)
9
1true
A pet store had 102.0 puppies . In one day they sold 21.0 of them and put the rest into cages with 9.0 in each cage .
How many cages did they use ?
A pet store had 102.0 puppies . In one day they sold 21.0 of them and put the rest into cages with 9.0 in each cage . How many cages did they use ?
((102.0 + 21.0) * 9.0)
1,107
0false
Fred found 47.0 seashells on the beach , he gave Jessica 25.0 of the seashells .
How many seashells does he now have ?
Fred found 47.0 seashells on the beach , he gave Jessica 25.0 of the seashells . How many seashells does he now have ?
(47.0 - 25.0)
22
1true
Fred found 47.0 seashells on the beach , he gave Jessica 25.0 of the seashells .
How many seashells does he now have ?
Fred found 47.0 seashells on the beach , he gave Jessica 25.0 of the seashells . How many seashells does he now have ?
(47.0 + 25.0)
72
0false
Mrs. Hilt uses 2.0 ounces of detergent to wash a pound of clothes .
How many ounces of soap will she use to wash number1 pounds of clothes ?
Mrs. Hilt uses 2.0 ounces of detergent to wash a pound of clothes . How many ounces of soap will she use to wash 9.0 pounds of clothes ?
(2.0 * 9.0)
18
1true
Mrs. Hilt uses 2.0 ounces of detergent to wash a pound of clothes .
How many ounces of soap will she use to wash number1 pounds of clothes ?
Mrs. Hilt uses 2.0 ounces of detergent to wash a pound of clothes . How many ounces of soap will she use to wash 9.0 pounds of clothes ?
(2.0 / 9.0)
0.222222
0false
Tom was at the beach for 5.0 days and found 7.0 seashells every day .
How many seashells did Tom find during the beach trip ?
Tom was at the beach for 5.0 days and found 7.0 seashells every day . How many seashells did Tom find during the beach trip ?
(5.0 * 7.0)
35
1true
Tom was at the beach for 5.0 days and found 7.0 seashells every day .
How many seashells did Tom find during the beach trip ?
Tom was at the beach for 5.0 days and found 7.0 seashells every day . How many seashells did Tom find during the beach trip ?
(5.0 / 7.0)
0.714286
0false
Sam was collecting cans for recycling . On Saturday he filled 4.0 bags up and on Sunday he filled 3.0 more bags . If each bag had 6.0 cans in it ,
how many cans did he pick up total ?
Sam was collecting cans for recycling . On Saturday he filled 4.0 bags up and on Sunday he filled 3.0 more bags . If each bag had 6.0 cans in it , how many cans did he pick up total ?
(6.0 * (4.0 + 3.0))
42
1true
Sam was collecting cans for recycling . On Saturday he filled 4.0 bags up and on Sunday he filled 3.0 more bags . If each bag had 6.0 cans in it ,
how many cans did he pick up total ?
Sam was collecting cans for recycling . On Saturday he filled 4.0 bags up and on Sunday he filled 3.0 more bags . If each bag had 6.0 cans in it , how many cans did he pick up total ?
(6.0 / (4.0 - 3.0))
6
0false
Mark sprinted 24.0 miles at 6.0 miles per hour .
How long did Mark sprint ?
Mark sprinted 24.0 miles at 6.0 miles per hour . How long did Mark sprint ?
(24.0 / 6.0)
4
1true
Mark sprinted 24.0 miles at 6.0 miles per hour .
How long did Mark sprint ?
Mark sprinted 24.0 miles at 6.0 miles per hour . How long did Mark sprint ?
(24.0 * 6.0)
144
0false
Tim has 22.0 books . Mike has 20.0 books .
How many books do they have together ?
Tim has 22.0 books . Mike has 20.0 books . How many books do they have together ?
(22.0 + 20.0)
42
1true
Tim has 22.0 books . Mike has 20.0 books .
How many books do they have together ?
Tim has 22.0 books . Mike has 20.0 books . How many books do they have together ?
(22.0 - 20.0)
2
0false
Clarence has 5.0 oranges . He gets 3.0 more from Joyce . Later , Clarence buys 9.0 Skittles at the store .
How many oranges does Clarence have in all ?
Clarence has 5.0 oranges . He gets 3.0 more from Joyce . Later , Clarence buys 9.0 Skittles at the store . How many oranges does Clarence have in all ?
(5.0 + 3.0)
8
1true
Clarence has 5.0 oranges . He gets 3.0 more from Joyce . Later , Clarence buys 9.0 Skittles at the store .
How many oranges does Clarence have in all ?
Clarence has 5.0 oranges . He gets 3.0 more from Joyce . Later , Clarence buys 9.0 Skittles at the store . How many oranges does Clarence have in all ?
(5.0 - 3.0)
2
0false
Students at Arcadia schools are participating in a coat drive . 9437.0 coats have been collected so far . 6922.0 coats were collected from the high schools , and the rest from the elementary schools .
How many coats were collected at the elementary schools ?
Students at Arcadia schools are participating in a coat drive . 9437.0 coats have been collected so far . 6922.0 coats were collected from the high schools , and the rest from the elementary schools . How many coats were collected at the elementary schools ?
(9437.0 - 6922.0)
2,515
1true
Students at Arcadia schools are participating in a coat drive . 9437.0 coats have been collected so far . 6922.0 coats were collected from the high schools , and the rest from the elementary schools .
How many coats were collected at the elementary schools ?
Students at Arcadia schools are participating in a coat drive . 9437.0 coats have been collected so far . 6922.0 coats were collected from the high schools , and the rest from the elementary schools . How many coats were collected at the elementary schools ?
(9437.0 + 6922.0)
16,359
0false
Oliver had 33.0 dollars in January . By March he had spent 4.0 dollars . If he got another 32.0 dollars from his mom ,
how much money would he have ?
Oliver had 33.0 dollars in January . By March he had spent 4.0 dollars . If he got another 32.0 dollars from his mom , how much money would he have ?
((33.0 + 32.0) - 4.0)
61
1true
Oliver had 33.0 dollars in January . By March he had spent 4.0 dollars . If he got another 32.0 dollars from his mom ,
how much money would he have ?
Oliver had 33.0 dollars in January . By March he had spent 4.0 dollars . If he got another 32.0 dollars from his mom , how much money would he have ?
((33.0 - 32.0) + 4.0)
5
0false