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
A tennis racket that regularly sells for 135.0 dollars is on sale for 25.0 % off the regular price .
What is the sale price , in dollars ?
A tennis racket that regularly sells for 135.0 dollars is on sale for 25.0 % off the regular price . What is the sale price , in dollars ?
(135.0 - ((0.01 * 135.0) * 25.0))
101.25
1true
A tennis racket that regularly sells for 135.0 dollars is on sale for 25.0 % off the regular price .
What is the sale price , in dollars ?
A tennis racket that regularly sells for 135.0 dollars is on sale for 25.0 % off the regular price . What is the sale price , in dollars ?
(135.0 + ((0.01 / 135.0) / 25.0))
135.000003
0false
2.0 stockbrokers are making cold calls to potential customers regarding a hot IPO . One of the brokers is able to get a new client every 0.125 hour , and the other is able to get a new client every 0.2 hour .
At what rate , in clients per hour , are the new clients being acquired when both are working ?
2.0 stockbrokers are making cold calls to potential customers regarding a hot IPO . One of the brokers is able to get a new client every 0.125 hour , and the other is able to get a new client every 0.2 hour . At what rate , in clients per hour , are the new clients being acquired when both are working ?
((1.0 / 0.125) + (1.0 / 0.2))
13
1true
2.0 stockbrokers are making cold calls to potential customers regarding a hot IPO . One of the brokers is able to get a new client every 0.125 hour , and the other is able to get a new client every 0.2 hour .
At what rate , in clients per hour , are the new clients being acquired when both are working ?
2.0 stockbrokers are making cold calls to potential customers regarding a hot IPO . One of the brokers is able to get a new client every 0.125 hour , and the other is able to get a new client every 0.2 hour . At what rate , in clients per hour , are the new clients being acquired when both are working ?
((1.0 * 0.125) - (1.0 * 0.2))
-0.075
0false
A chef needs to cook 16.0 potatoes . He has already cooked 7.0 . If each potato takes 5.0 minutes to cook ,
how long will it take him to cook the rest ?
A chef needs to cook 16.0 potatoes . He has already cooked 7.0 . If each potato takes 5.0 minutes to cook , how long will it take him to cook the rest ?
(5.0 * (16.0 - 7.0))
45
1true
A chef needs to cook 16.0 potatoes . He has already cooked 7.0 . If each potato takes 5.0 minutes to cook ,
how long will it take him to cook the rest ?
A chef needs to cook 16.0 potatoes . He has already cooked 7.0 . If each potato takes 5.0 minutes to cook , how long will it take him to cook the rest ?
(5.0 / (16.0 + 7.0))
0.217391
0false
There are 7.0 crayons in the drawer . Mary took 3.0 crayons out of the drawer .
How many crayons are there now ?
There are 7.0 crayons in the drawer . Mary took 3.0 crayons out of the drawer . How many crayons are there now ?
(7.0 - 3.0)
4
1true
There are 7.0 crayons in the drawer . Mary took 3.0 crayons out of the drawer .
How many crayons are there now ?
There are 7.0 crayons in the drawer . Mary took 3.0 crayons out of the drawer . How many crayons are there now ?
(7.0 + 3.0)
10
0false
Hannah 's Vegetarian Restaurant bought 0.3333333333333333 pound of green peppers and 0.3333333333333333 pound of red peppers .
How many pounds of peppers did Hannah 's Vegetarian Restaurant buy in all ?
Hannah 's Vegetarian Restaurant bought 0.3333333333333333 pound of green peppers and 0.3333333333333333 pound of red peppers . How many pounds of peppers did Hannah 's Vegetarian Restaurant buy in all ?
(0.3333333333333333 + 0.3333333333333333)
0.666667
1true
Hannah 's Vegetarian Restaurant bought 0.3333333333333333 pound of green peppers and 0.3333333333333333 pound of red peppers .
How many pounds of peppers did Hannah 's Vegetarian Restaurant buy in all ?
Hannah 's Vegetarian Restaurant bought 0.3333333333333333 pound of green peppers and 0.3333333333333333 pound of red peppers . How many pounds of peppers did Hannah 's Vegetarian Restaurant buy in all ?
(0.3333333333333333 - 0.3333333333333333)
0
0false
A car company produced 3884.0 cars in North America and 2871.0 cars in Europe .
How many cars is that in all ?
A car company produced 3884.0 cars in North America and 2871.0 cars in Europe . How many cars is that in all ?
(3884.0 + 2871.0)
6,755
1true
A car company produced 3884.0 cars in North America and 2871.0 cars in Europe .
How many cars is that in all ?
A car company produced 3884.0 cars in North America and 2871.0 cars in Europe . How many cars is that in all ?
(3884.0 - 2871.0)
1,013
0false
Nancy went to 9.0 football games this month . She went to 8.0 games last month , and plans to go to 7.0 games next month . She paid 3.0 dollars for the tickets .
How many games will she attend in all ?
Nancy went to 9.0 football games this month . She went to 8.0 games last month , and plans to go to 7.0 games next month . She paid 3.0 dollars for the tickets . How many games will she attend in all ?
((9.0 + 8.0) + 7.0)
24
1true
Nancy went to 9.0 football games this month . She went to 8.0 games last month , and plans to go to 7.0 games next month . She paid 3.0 dollars for the tickets .
How many games will she attend in all ?
Nancy went to 9.0 football games this month . She went to 8.0 games last month , and plans to go to 7.0 games next month . She paid 3.0 dollars for the tickets . How many games will she attend in all ?
((9.0 - 8.0) - 7.0)
-6
0false
Jessica is baking a cake . The recipe calls for 8.0 cups of flour and 2.0 cups of sugar . She already put in 4.0 cups of flour .
How many cups of flour does she need to add ?
Jessica is baking a cake . The recipe calls for 8.0 cups of flour and 2.0 cups of sugar . She already put in 4.0 cups of flour . How many cups of flour does she need to add ?
(8.0 - 4.0)
4
1true
Jessica is baking a cake . The recipe calls for 8.0 cups of flour and 2.0 cups of sugar . She already put in 4.0 cups of flour .
How many cups of flour does she need to add ?
Jessica is baking a cake . The recipe calls for 8.0 cups of flour and 2.0 cups of sugar . She already put in 4.0 cups of flour . How many cups of flour does she need to add ?
(8.0 + 4.0)
12
0false
A pet store had 41.0 siamese cats and 28.0 house cats . During a sale they sold 15.0 cats .
How many cats do they have left ?
A pet store had 41.0 siamese cats and 28.0 house cats . During a sale they sold 15.0 cats . How many cats do they have left ?
((41.0 + 28.0) - 15.0)
54
1true
A pet store had 41.0 siamese cats and 28.0 house cats . During a sale they sold 15.0 cats .
How many cats do they have left ?
A pet store had 41.0 siamese cats and 28.0 house cats . During a sale they sold 15.0 cats . How many cats do they have left ?
((41.0 - 28.0) + 15.0)
28
0false
There were a total of 8.0 football games this year , 4.0 are played at night . Keith missed 4.0 of the games .
How many football games did Keith go to in total ?
There were a total of 8.0 football games this year , 4.0 are played at night . Keith missed 4.0 of the games . How many football games did Keith go to in total ?
(8.0 - 4.0)
4
1true
There were a total of 8.0 football games this year , 4.0 are played at night . Keith missed 4.0 of the games .
How many football games did Keith go to in total ?
There were a total of 8.0 football games this year , 4.0 are played at night . Keith missed 4.0 of the games . How many football games did Keith go to in total ?
(8.0 + 4.0)
12
0false
Melanie had 19.0 dimes in her bank . Her dad gave her 39.0 dimes and her mother gave her 25.0 dimes .
How many dimes does Melanie have now ?
Melanie had 19.0 dimes in her bank . Her dad gave her 39.0 dimes and her mother gave her 25.0 dimes . How many dimes does Melanie have now ?
((19.0 + 39.0) + 25.0)
83
1true
Melanie had 19.0 dimes in her bank . Her dad gave her 39.0 dimes and her mother gave her 25.0 dimes .
How many dimes does Melanie have now ?
Melanie had 19.0 dimes in her bank . Her dad gave her 39.0 dimes and her mother gave her 25.0 dimes . How many dimes does Melanie have now ?
((19.0 - 39.0) - 25.0)
-45
0false
There were 44.0 boys and 53.0 girls on the playground at recess .
How many children were on the playground in all ?
There were 44.0 boys and 53.0 girls on the playground at recess . How many children were on the playground in all ?
(44.0 + 53.0)
97
1true
There were 44.0 boys and 53.0 girls on the playground at recess .
How many children were on the playground in all ?
There were 44.0 boys and 53.0 girls on the playground at recess . How many children were on the playground in all ?
(44.0 - 53.0)
-9
0false
There were 9.0 girls and 14.0 boys trying out for the schools basketball team . If only 2.0 of them got called back ,
how many students did n't make the cut ?
There were 9.0 girls and 14.0 boys trying out for the schools basketball team . If only 2.0 of them got called back , how many students did n't make the cut ?
((9.0 + 14.0) - 2.0)
21
1true
There were 9.0 girls and 14.0 boys trying out for the schools basketball team . If only 2.0 of them got called back ,
how many students did n't make the cut ?
There were 9.0 girls and 14.0 boys trying out for the schools basketball team . If only 2.0 of them got called back , how many students did n't make the cut ?
((9.0 - 14.0) + 2.0)
-3
0false
Billy was putting his spare change into piles . He had 2.0 piles of quarters and 3.0 piles of dimes . If each pile had 4.0 coins in it ,
how many coins did he have total ?
Billy was putting his spare change into piles . He had 2.0 piles of quarters and 3.0 piles of dimes . If each pile had 4.0 coins in it , how many coins did he have total ?
(4.0 * (2.0 + 3.0))
20
1true
Billy was putting his spare change into piles . He had 2.0 piles of quarters and 3.0 piles of dimes . If each pile had 4.0 coins in it ,
how many coins did he have total ?
Billy was putting his spare change into piles . He had 2.0 piles of quarters and 3.0 piles of dimes . If each pile had 4.0 coins in it , how many coins did he have total ?
(4.0 / (2.0 - 3.0))
-4
0false
Nina did a running drill to get in shape for soccer season . First , Nina ran 0.08333333333333333 mile . Then she ran 0.08333333333333333 mile and 0.6666666666666666 mile .
How many miles did Nina run in total ?
Nina did a running drill to get in shape for soccer season . First , Nina ran 0.08333333333333333 mile . Then she ran 0.08333333333333333 mile and 0.6666666666666666 mile . How many miles did Nina run in total ?
((0.08333333333333333 + 0.08333333333333333) + 0.6666666666666666)
0.833333
1true
Nina did a running drill to get in shape for soccer season . First , Nina ran 0.08333333333333333 mile . Then she ran 0.08333333333333333 mile and 0.6666666666666666 mile .
How many miles did Nina run in total ?
Nina did a running drill to get in shape for soccer season . First , Nina ran 0.08333333333333333 mile . Then she ran 0.08333333333333333 mile and 0.6666666666666666 mile . How many miles did Nina run in total ?
((0.08333333333333333 - 0.08333333333333333) - 0.6666666666666666)
-0.666667
0false
Marcus has 210.0 baseball cards . He has 58.0 more than Carter .
How many baseball cards does Carter have ?
Marcus has 210.0 baseball cards . He has 58.0 more than Carter . How many baseball cards does Carter have ?
(210.0 - 58.0)
152
1true
Marcus has 210.0 baseball cards . He has 58.0 more than Carter .
How many baseball cards does Carter have ?
Marcus has 210.0 baseball cards . He has 58.0 more than Carter . How many baseball cards does Carter have ?
(210.0 + 58.0)
268
0false
The school is planning a field trip . There are 14.0 students and 2.0 seats on each school bus .
How many buses are needed to take the trip ?
The school is planning a field trip . There are 14.0 students and 2.0 seats on each school bus . How many buses are needed to take the trip ?
(14.0 / 2.0)
7
1true
The school is planning a field trip . There are 14.0 students and 2.0 seats on each school bus .
How many buses are needed to take the trip ?
The school is planning a field trip . There are 14.0 students and 2.0 seats on each school bus . How many buses are needed to take the trip ?
(14.0 * 2.0)
28
0false
Tom has 9.0 yellow balloons Sara has 8.0 yellow balloons .
How many yellow balloons do they have in total ?
Tom has 9.0 yellow balloons Sara has 8.0 yellow balloons . How many yellow balloons do they have in total ?
(9.0 + 8.0)
17
1true
Tom has 9.0 yellow balloons Sara has 8.0 yellow balloons .
How many yellow balloons do they have in total ?
Tom has 9.0 yellow balloons Sara has 8.0 yellow balloons . How many yellow balloons do they have in total ?
(9.0 - 8.0)
1
0false
When Joan was visited by the toothfairy , she received 14.0 each of quarters , half - dollars , and dimes .
How much money did the toothfairy leave Joan ?
When Joan was visited by the toothfairy , she received 14.0 each of quarters , half - dollars , and dimes . How much money did the toothfairy leave Joan ?
(14.0 * ((0.25 + 0.5) + 0.1))
11.9
1true
When Joan was visited by the toothfairy , she received 14.0 each of quarters , half - dollars , and dimes .
How much money did the toothfairy leave Joan ?
When Joan was visited by the toothfairy , she received 14.0 each of quarters , half - dollars , and dimes . How much money did the toothfairy leave Joan ?
(14.0 / ((0.25 - 0.5) - 0.1))
-40
0false
Nancy and her mom were picking carrots from their garden . Nancy picked 38.0 and her mother picked 47.0 . If only 71.0 of the carrots were good ,
how many bad carrots did they have ?
Nancy and her mom were picking carrots from their garden . Nancy picked 38.0 and her mother picked 47.0 . If only 71.0 of the carrots were good , how many bad carrots did they have ?
((38.0 + 47.0) - 71.0)
14
1true
Nancy and her mom were picking carrots from their garden . Nancy picked 38.0 and her mother picked 47.0 . If only 71.0 of the carrots were good ,
how many bad carrots did they have ?
Nancy and her mom were picking carrots from their garden . Nancy picked 38.0 and her mother picked 47.0 . If only 71.0 of the carrots were good , how many bad carrots did they have ?
((38.0 - 47.0) + 71.0)
62
0false
The schools debate team had 11.0 boys and 45.0 girls on it . If they were split into groups of 7.0
how many groups could they make ?
The schools debate team had 11.0 boys and 45.0 girls on it . If they were split into groups of 7.0 how many groups could they make ?
((11.0 + 45.0) / 7.0)
8
1true
The schools debate team had 11.0 boys and 45.0 girls on it . If they were split into groups of 7.0
how many groups could they make ?
The schools debate team had 11.0 boys and 45.0 girls on it . If they were split into groups of 7.0 how many groups could they make ?
((11.0 - 45.0) * 7.0)
-238
0false
If Teresa jogged 25.0 kilometers at 5.0 kilometers per hour ,
how long was Teresa jogging ?
If Teresa jogged 25.0 kilometers at 5.0 kilometers per hour , how long was Teresa jogging ?
(25.0 / 5.0)
5
1true
If Teresa jogged 25.0 kilometers at 5.0 kilometers per hour ,
how long was Teresa jogging ?
If Teresa jogged 25.0 kilometers at 5.0 kilometers per hour , how long was Teresa jogging ?
(25.0 * 5.0)
125
0false
Debby 's class is going on a field trip to the zoo . If each van can hold 9.0 people and there are 40.0 students and 14.0 adults going ,
how many vans will they need ?
Debby 's class is going on a field trip to the zoo . If each van can hold 9.0 people and there are 40.0 students and 14.0 adults going , how many vans will they need ?
((40.0 + 14.0) / 9.0)
6
1true
Debby 's class is going on a field trip to the zoo . If each van can hold 9.0 people and there are 40.0 students and 14.0 adults going ,
how many vans will they need ?
Debby 's class is going on a field trip to the zoo . If each van can hold 9.0 people and there are 40.0 students and 14.0 adults going , how many vans will they need ?
((40.0 - 14.0) * 9.0)
234
0false
Kaleen filled a bucket with 0.75 gallon of water . A few minutes later , she realized only 0.5 gallon of water remained .
How much water had leaked out of the bucket ?
Kaleen filled a bucket with 0.75 gallon of water . A few minutes later , she realized only 0.5 gallon of water remained . How much water had leaked out of the bucket ?
(0.75 - 0.5)
0.25
1true
Kaleen filled a bucket with 0.75 gallon of water . A few minutes later , she realized only 0.5 gallon of water remained .
How much water had leaked out of the bucket ?
Kaleen filled a bucket with 0.75 gallon of water . A few minutes later , she realized only 0.5 gallon of water remained . How much water had leaked out of the bucket ?
(0.75 + 0.5)
1.25
0false
Bianca picked 39.0 tulips and 49.0 roses to make flower bouquets . If she only used 81.0 of the flowers though ,
how many extra flowers did Bianca pick ?
Bianca picked 39.0 tulips and 49.0 roses to make flower bouquets . If she only used 81.0 of the flowers though , how many extra flowers did Bianca pick ?
((39.0 + 49.0) - 81.0)
7
1true
Bianca picked 39.0 tulips and 49.0 roses to make flower bouquets . If she only used 81.0 of the flowers though ,
how many extra flowers did Bianca pick ?
Bianca picked 39.0 tulips and 49.0 roses to make flower bouquets . If she only used 81.0 of the flowers though , how many extra flowers did Bianca pick ?
((39.0 - 49.0) + 81.0)
71
0false
A pet store had 64.0 puppies . In one day they sold 28.0 of them and put the rest into cages with 4.0 in each cage .
How many cages did they use ?
A pet store had 64.0 puppies . In one day they sold 28.0 of them and put the rest into cages with 4.0 in each cage . How many cages did they use ?
((64.0 - 28.0) / 4.0)
9
1true
A pet store had 64.0 puppies . In one day they sold 28.0 of them and put the rest into cages with 4.0 in each cage .
How many cages did they use ?
A pet store had 64.0 puppies . In one day they sold 28.0 of them and put the rest into cages with 4.0 in each cage . How many cages did they use ?
((64.0 + 28.0) * 4.0)
368
0false
Allen , Shiela ’ s brother , likes to play with blocks . Shiela repainted Allen ’ s old blocks in different colors . If Allen has 49.0 identical blocks and there are 7.0 blocks for every color of paint used ,
how many colors did Shiela use ?
Allen , Shiela ’ s brother , likes to play with blocks . Shiela repainted Allen ’ s old blocks in different colors . If Allen has 49.0 identical blocks and there are 7.0 blocks for every color of paint used , how many colors did Shiela use ?
(49.0 / 7.0)
7
1true
Allen , Shiela ’ s brother , likes to play with blocks . Shiela repainted Allen ’ s old blocks in different colors . If Allen has 49.0 identical blocks and there are 7.0 blocks for every color of paint used ,
how many colors did Shiela use ?
Allen , Shiela ’ s brother , likes to play with blocks . Shiela repainted Allen ’ s old blocks in different colors . If Allen has 49.0 identical blocks and there are 7.0 blocks for every color of paint used , how many colors did Shiela use ?
(49.0 * 7.0)
343
0false
If Stephanie ran for 3.0 hours at 5.0 miles per hour .
How far did Stephanie go ?
If Stephanie ran for 3.0 hours at 5.0 miles per hour . How far did Stephanie go ?
(3.0 * 5.0)
15
1true
If Stephanie ran for 3.0 hours at 5.0 miles per hour .
How far did Stephanie go ?
If Stephanie ran for 3.0 hours at 5.0 miles per hour . How far did Stephanie go ?
(3.0 / 5.0)
0.6
0false
For the school bake sale Carol made 30.0 cupcakes . If she sold 9.0 of them and then made 28.0 more ,
how many cupcakes would she have ?
For the school bake sale Carol made 30.0 cupcakes . If she sold 9.0 of them and then made 28.0 more , how many cupcakes would she have ?
((30.0 + 28.0) - 9.0)
49
1true
For the school bake sale Carol made 30.0 cupcakes . If she sold 9.0 of them and then made 28.0 more ,
how many cupcakes would she have ?
For the school bake sale Carol made 30.0 cupcakes . If she sold 9.0 of them and then made 28.0 more , how many cupcakes would she have ?
((30.0 - 28.0) + 9.0)
11
0false
Henry wants to split a collection of crayons into groups of 6.0 . Henry has 42.0 crayons .
How many groups will be created ?
Henry wants to split a collection of crayons into groups of 6.0 . Henry has 42.0 crayons . How many groups will be created ?
(42.0 / 6.0)
7
1true
Henry wants to split a collection of crayons into groups of 6.0 . Henry has 42.0 crayons .
How many groups will be created ?
Henry wants to split a collection of crayons into groups of 6.0 . Henry has 42.0 crayons . How many groups will be created ?
(42.0 * 6.0)
252
0false
While shopping for music online , Nancy bought 3.0 country albums and 5.0 pop albums . Each album came with a lyric sheet and had 8.0 songs .
How many songs did Nancy buy total ?
While shopping for music online , Nancy bought 3.0 country albums and 5.0 pop albums . Each album came with a lyric sheet and had 8.0 songs . How many songs did Nancy buy total ?
(8.0 * (3.0 + 5.0))
64
1true
While shopping for music online , Nancy bought 3.0 country albums and 5.0 pop albums . Each album came with a lyric sheet and had 8.0 songs .
How many songs did Nancy buy total ?
While shopping for music online , Nancy bought 3.0 country albums and 5.0 pop albums . Each album came with a lyric sheet and had 8.0 songs . How many songs did Nancy buy total ?
(8.0 / (3.0 - 5.0))
-4
0false
While shopping for music online , Isabel bought 6.0 country albums and 2.0 pop albums . Each album came with a lyric sheet and had 9.0 songs .
How many songs did Isabel buy total ?
While shopping for music online , Isabel bought 6.0 country albums and 2.0 pop albums . Each album came with a lyric sheet and had 9.0 songs . How many songs did Isabel buy total ?
(9.0 * (6.0 + 2.0))
72
1true
While shopping for music online , Isabel bought 6.0 country albums and 2.0 pop albums . Each album came with a lyric sheet and had 9.0 songs .
How many songs did Isabel buy total ?
While shopping for music online , Isabel bought 6.0 country albums and 2.0 pop albums . Each album came with a lyric sheet and had 9.0 songs . How many songs did Isabel buy total ?
(9.0 / (6.0 - 2.0))
2.25
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
Joan had 5.0 dimes in her bank . She spent 2.0 of her dimes .
How many dimes does she have now ?
Joan had 5.0 dimes in her bank . She spent 2.0 of her dimes . How many dimes does she have now ?
(5.0 - 2.0)
3
1true
Joan had 5.0 dimes in her bank . She spent 2.0 of her dimes .
How many dimes does she have now ?
Joan had 5.0 dimes in her bank . She spent 2.0 of her dimes . How many dimes does she have now ?
(5.0 + 2.0)
7
0false
While shopping for music online , Megan bought 2.0 country albums and 8.0 pop albums . Each album came with a lyric sheet and had 7.0 songs .
How many songs did Megan buy total ?
While shopping for music online , Megan bought 2.0 country albums and 8.0 pop albums . Each album came with a lyric sheet and had 7.0 songs . How many songs did Megan buy total ?
(7.0 * (2.0 + 8.0))
70
1true
While shopping for music online , Megan bought 2.0 country albums and 8.0 pop albums . Each album came with a lyric sheet and had 7.0 songs .
How many songs did Megan buy total ?
While shopping for music online , Megan bought 2.0 country albums and 8.0 pop albums . Each album came with a lyric sheet and had 7.0 songs . How many songs did Megan buy total ?
(7.0 / (2.0 - 8.0))
-1.166667
0false
The clown blew up 47.0 balloons . Then he blew up 13.0 more balloons .
How many balloons does the clown have now ?
The clown blew up 47.0 balloons . Then he blew up 13.0 more balloons . How many balloons does the clown have now ?
(47.0 + 13.0)
60
1true
The clown blew up 47.0 balloons . Then he blew up 13.0 more balloons .
How many balloons does the clown have now ?
The clown blew up 47.0 balloons . Then he blew up 13.0 more balloons . How many balloons does the clown have now ?
(47.0 - 13.0)
34
0false
Tom had 5.0 books . If he sold 4.0 of them and used the money he earned to buy 38.0 new books ,
how many books would Tom have ?
Tom had 5.0 books . If he sold 4.0 of them and used the money he earned to buy 38.0 new books , how many books would Tom have ?
((5.0 + 38.0) - 4.0)
39
1true
Tom had 5.0 books . If he sold 4.0 of them and used the money he earned to buy 38.0 new books ,
how many books would Tom have ?
Tom had 5.0 books . If he sold 4.0 of them and used the money he earned to buy 38.0 new books , how many books would Tom have ?
((5.0 - 38.0) + 4.0)
-29
0false
Benny has 6.0 blue marbles . Keith has 5.0 times more blue marbles than Benny .
How many blue marbles does Keith have ?
Benny has 6.0 blue marbles . Keith has 5.0 times more blue marbles than Benny . How many blue marbles does Keith have ?
(6.0 * 5.0)
30
1true
Benny has 6.0 blue marbles . Keith has 5.0 times more blue marbles than Benny .
How many blue marbles does Keith have ?
Benny has 6.0 blue marbles . Keith has 5.0 times more blue marbles than Benny . How many blue marbles does Keith have ?
(6.0 / 5.0)
1.2
0false
An oil pipe in the sea broke . Before engineers started to fix the pipe , 6522.0 liters of oil leaked into the water . While the engineers worked , the pipe leaked 5165.0 more liters of oil . In all ,
how many liters of oil leaked into the water ?
An oil pipe in the sea broke . Before engineers started to fix the pipe , 6522.0 liters of oil leaked into the water . While the engineers worked , the pipe leaked 5165.0 more liters of oil . In all , how many liters of oil leaked into the water ?
(6522.0 + 5165.0)
11,687
1true
An oil pipe in the sea broke . Before engineers started to fix the pipe , 6522.0 liters of oil leaked into the water . While the engineers worked , the pipe leaked 5165.0 more liters of oil . In all ,
how many liters of oil leaked into the water ?
An oil pipe in the sea broke . Before engineers started to fix the pipe , 6522.0 liters of oil leaked into the water . While the engineers worked , the pipe leaked 5165.0 more liters of oil . In all , how many liters of oil leaked into the water ?
(6522.0 - 5165.0)
1,357
0false
Sally had 27.0 Pokemon cards . Dan gave her 41.0 new Pokemon cards . Sally bought 20.0 Pokemon cards .
How many Pokemon cards does Sally have now ?
Sally had 27.0 Pokemon cards . Dan gave her 41.0 new Pokemon cards . Sally bought 20.0 Pokemon cards . How many Pokemon cards does Sally have now ?
((27.0 + 41.0) + 20.0)
88
1true
Sally had 27.0 Pokemon cards . Dan gave her 41.0 new Pokemon cards . Sally bought 20.0 Pokemon cards .
How many Pokemon cards does Sally have now ?
Sally had 27.0 Pokemon cards . Dan gave her 41.0 new Pokemon cards . Sally bought 20.0 Pokemon cards . How many Pokemon cards does Sally have now ?
((27.0 - 41.0) - 20.0)
-34
0false
Ellen made smoothies in the blender . She used 0.2 cup of strawberries , 0.1 cup of yogurt , and 0.2 cup of orange juice .
How many cups of ingredients did Ellen use for the smoothies ?
Ellen made smoothies in the blender . She used 0.2 cup of strawberries , 0.1 cup of yogurt , and 0.2 cup of orange juice . How many cups of ingredients did Ellen use for the smoothies ?
((0.2 + 0.2) + 0.1)
0.5
1true
Ellen made smoothies in the blender . She used 0.2 cup of strawberries , 0.1 cup of yogurt , and 0.2 cup of orange juice .
How many cups of ingredients did Ellen use for the smoothies ?
Ellen made smoothies in the blender . She used 0.2 cup of strawberries , 0.1 cup of yogurt , and 0.2 cup of orange juice . How many cups of ingredients did Ellen use for the smoothies ?
((0.2 - 0.2) - 0.1)
-0.1
0false
Sarah was planting vegetables in her garden . She started with 21.0 seeds and planted 12.0 of them in the big garden and in each of her small gardens put 3.0 seeds each .
How many small gardens did Sarah have ?
Sarah was planting vegetables in her garden . She started with 21.0 seeds and planted 12.0 of them in the big garden and in each of her small gardens put 3.0 seeds each . How many small gardens did Sarah have ?
((21.0 - 12.0) / 3.0)
3
1true
Sarah was planting vegetables in her garden . She started with 21.0 seeds and planted 12.0 of them in the big garden and in each of her small gardens put 3.0 seeds each .
How many small gardens did Sarah have ?
Sarah was planting vegetables in her garden . She started with 21.0 seeds and planted 12.0 of them in the big garden and in each of her small gardens put 3.0 seeds each . How many small gardens did Sarah have ?
((21.0 + 12.0) * 3.0)
99
0false
Katie baked 18.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 8.0 of them
how many packages could she make if she put number2 cupcake in each package ?
Katie baked 18.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 8.0 of them how many packages could she make if she put 2.0 cupcake in each package ?
((18.0 - 8.0) / 2.0)
5
1true
Katie baked 18.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 8.0 of them
how many packages could she make if she put number2 cupcake in each package ?
Katie baked 18.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 8.0 of them how many packages could she make if she put 2.0 cupcake in each package ?
((18.0 + 8.0) * 2.0)
52
0false
Haley uploaded 65.0 pictures to Facebook . She put 17.0 pics into one album and put the rest into 6.0 different albums .
How many pictures were in each album ?
Haley uploaded 65.0 pictures to Facebook . She put 17.0 pics into one album and put the rest into 6.0 different albums . How many pictures were in each album ?
((65.0 - 17.0) / 6.0)
8
1true
Haley uploaded 65.0 pictures to Facebook . She put 17.0 pics into one album and put the rest into 6.0 different albums .
How many pictures were in each album ?
Haley uploaded 65.0 pictures to Facebook . She put 17.0 pics into one album and put the rest into 6.0 different albums . How many pictures were in each album ?
((65.0 + 17.0) * 6.0)
492
0false
Nancy goes fishing with Joan . They catch 18.0 trout . If they equally split up the trout ,
how many will each one get ?
Nancy goes fishing with Joan . They catch 18.0 trout . If they equally split up the trout , how many will each one get ?
(18.0 / 2.0)
9
1true
Nancy goes fishing with Joan . They catch 18.0 trout . If they equally split up the trout ,
how many will each one get ?
Nancy goes fishing with Joan . They catch 18.0 trout . If they equally split up the trout , how many will each one get ?
(18.0 * 2.0)
36
0false
Mike has 8.0 orange marbles , he gave Sam 4.0 of the marbles .
How many orange marbles does he now have ?
Mike has 8.0 orange marbles , he gave Sam 4.0 of the marbles . How many orange marbles does he now have ?
(8.0 - 4.0)
4
1true
Mike has 8.0 orange marbles , he gave Sam 4.0 of the marbles .
How many orange marbles does he now have ?
Mike has 8.0 orange marbles , he gave Sam 4.0 of the marbles . How many orange marbles does he now have ?
(8.0 + 4.0)
12
0false
Haley had 27.0 music files and 42.0 video files on her flash drive . If she deleted 11.0 of the files ,
how many files were still on her flash drive ?
Haley had 27.0 music files and 42.0 video files on her flash drive . If she deleted 11.0 of the files , how many files were still on her flash drive ?
((27.0 + 42.0) - 11.0)
58
1true
Haley had 27.0 music files and 42.0 video files on her flash drive . If she deleted 11.0 of the files ,
how many files were still on her flash drive ?
Haley had 27.0 music files and 42.0 video files on her flash drive . If she deleted 11.0 of the files , how many files were still on her flash drive ?
((27.0 - 42.0) + 11.0)
-4
0false
A pet store has 4.0 bird cages . If each cage has 8.0 parrots and 2.0 parakeets in it ,
how many birds does the pet store have total ?
A pet store has 4.0 bird cages . If each cage has 8.0 parrots and 2.0 parakeets in it , how many birds does the pet store have total ?
(4.0 * (8.0 + 2.0))
40
1true
A pet store has 4.0 bird cages . If each cage has 8.0 parrots and 2.0 parakeets in it ,
how many birds does the pet store have total ?
A pet store has 4.0 bird cages . If each cage has 8.0 parrots and 2.0 parakeets in it , how many birds does the pet store have total ?
(4.0 / (8.0 - 2.0))
0.666667
0false
There were a total of 13.0 hockey games a month . The season is played for 14.0 months .
How many hockey games are in the seasons ?
There were a total of 13.0 hockey games a month . The season is played for 14.0 months . How many hockey games are in the seasons ?
(13.0 * 14.0)
182
1true
There were a total of 13.0 hockey games a month . The season is played for 14.0 months .
How many hockey games are in the seasons ?
There were a total of 13.0 hockey games a month . The season is played for 14.0 months . How many hockey games are in the seasons ?
(13.0 / 14.0)
0.928571
0false
Joan has 40.0 blue balloons Melanie has 41.0 blue balloons .
How many blue balloons do they have in total ?
Joan has 40.0 blue balloons Melanie has 41.0 blue balloons . How many blue balloons do they have in total ?
(40.0 + 41.0)
81
1true
Joan has 40.0 blue balloons Melanie has 41.0 blue balloons .
How many blue balloons do they have in total ?
Joan has 40.0 blue balloons Melanie has 41.0 blue balloons . How many blue balloons do they have in total ?
(40.0 - 41.0)
-1
0false