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 painter needed to paint 9.0 rooms in a building . Each room takes 8.0 hours to paint . If he already painted 5.0 rooms ,
how much longer will he take to paint the rest ?
A painter needed to paint 9.0 rooms in a building . Each room takes 8.0 hours to paint . If he already painted 5.0 rooms , how much longer will he take to paint the rest ?
(8.0 * (9.0 - 5.0))
32
1true
A painter needed to paint 9.0 rooms in a building . Each room takes 8.0 hours to paint . If he already painted 5.0 rooms ,
how much longer will he take to paint the rest ?
A painter needed to paint 9.0 rooms in a building . Each room takes 8.0 hours to paint . If he already painted 5.0 rooms , how much longer will he take to paint the rest ?
(8.0 / (9.0 + 5.0))
0.571429
0false
Sam found 18.0 seashells and Mary found 47.0 seashells on the beach .
How many seashells did they find together ?
Sam found 18.0 seashells and Mary found 47.0 seashells on the beach . How many seashells did they find together ?
(18.0 + 47.0)
65
1true
Sam found 18.0 seashells and Mary found 47.0 seashells on the beach .
How many seashells did they find together ?
Sam found 18.0 seashells and Mary found 47.0 seashells on the beach . How many seashells did they find together ?
(18.0 - 47.0)
-29
0false
Willy has 1400.0 crayons . Lucy has 290.0 crayons .
How many more crayons does Willy have then Lucy ?
Willy has 1400.0 crayons . Lucy has 290.0 crayons . How many more crayons does Willy have then Lucy ?
(1400.0 - 290.0)
1,110
1true
Willy has 1400.0 crayons . Lucy has 290.0 crayons .
How many more crayons does Willy have then Lucy ?
Willy has 1400.0 crayons . Lucy has 290.0 crayons . How many more crayons does Willy have then Lucy ?
(1400.0 + 290.0)
1,690
0false
In a bag there are 13.0 red marbles , 5.0 blue marbles , and 7.0 green marbles .
What percent of the marbles are green ?
In a bag there are 13.0 red marbles , 5.0 blue marbles , and 7.0 green marbles . What percent of the marbles are green ?
((7.0 / ((13.0 + 5.0) + 7.0)) * 100.0)
28
1true
In a bag there are 13.0 red marbles , 5.0 blue marbles , and 7.0 green marbles .
What percent of the marbles are green ?
In a bag there are 13.0 red marbles , 5.0 blue marbles , and 7.0 green marbles . What percent of the marbles are green ?
((7.0 * ((13.0 - 5.0) - 7.0)) / 100.0)
0.07
0false
Mary picked 122.0 oranges and Jason picked 105.0 oranges from the orange tree .
How many oranges were picked in total ?
Mary picked 122.0 oranges and Jason picked 105.0 oranges from the orange tree . How many oranges were picked in total ?
(122.0 + 105.0)
227
1true
Mary picked 122.0 oranges and Jason picked 105.0 oranges from the orange tree .
How many oranges were picked in total ?
Mary picked 122.0 oranges and Jason picked 105.0 oranges from the orange tree . How many oranges were picked in total ?
(122.0 - 105.0)
17
0false
6.0 students were sitting at each table in the lunchroom . There are 34.0 tables .
How many students were sitting in the lunchroom ?
6.0 students were sitting at each table in the lunchroom . There are 34.0 tables . How many students were sitting in the lunchroom ?
(6.0 * 34.0)
204
1true
6.0 students were sitting at each table in the lunchroom . There are 34.0 tables .
How many students were sitting in the lunchroom ?
6.0 students were sitting at each table in the lunchroom . There are 34.0 tables . How many students were sitting in the lunchroom ?
(6.0 / 34.0)
0.176471
0false
There were 30.0 girls and 36.0 boys trying out for the schools basketball team . If only 10.0 of them got called back ,
how many students did n't make the cut ?
There were 30.0 girls and 36.0 boys trying out for the schools basketball team . If only 10.0 of them got called back , how many students did n't make the cut ?
((30.0 + 36.0) - 10.0)
56
1true
There were 30.0 girls and 36.0 boys trying out for the schools basketball team . If only 10.0 of them got called back ,
how many students did n't make the cut ?
There were 30.0 girls and 36.0 boys trying out for the schools basketball team . If only 10.0 of them got called back , how many students did n't make the cut ?
((30.0 - 36.0) + 10.0)
4
0false
Mrs. Hilt impressed 2436.0 fans at the basketball game on Friday . If the fans were seated in equal groups on 3.0 sets of bleachers ,
how many fans were on each set ?
Mrs. Hilt impressed 2436.0 fans at the basketball game on Friday . If the fans were seated in equal groups on 3.0 sets of bleachers , how many fans were on each set ?
(2436.0 / 3.0)
812
1true
Mrs. Hilt impressed 2436.0 fans at the basketball game on Friday . If the fans were seated in equal groups on 3.0 sets of bleachers ,
how many fans were on each set ?
Mrs. Hilt impressed 2436.0 fans at the basketball game on Friday . If the fans were seated in equal groups on 3.0 sets of bleachers , how many fans were on each set ?
(2436.0 * 3.0)
7,308
0false
This afternoon Craig left school , rode the bus 3.8333333333333335 miles , and then walked 0.16666666666666666 mile to get home .
How much farther did Craig ride than walk ?
This afternoon Craig left school , rode the bus 3.8333333333333335 miles , and then walked 0.16666666666666666 mile to get home . How much farther did Craig ride than walk ?
(3.8333333333333335 - 0.16666666666666666)
3.666667
1true
This afternoon Craig left school , rode the bus 3.8333333333333335 miles , and then walked 0.16666666666666666 mile to get home .
How much farther did Craig ride than walk ?
This afternoon Craig left school , rode the bus 3.8333333333333335 miles , and then walked 0.16666666666666666 mile to get home . How much farther did Craig ride than walk ?
(3.8333333333333335 + 0.16666666666666666)
4
0false
A pet store had 18.0 puppies . In one day they sold 3.0 of them and put the rest into cages with 5.0 in each cage .
How many cages did they use ?
A pet store had 18.0 puppies . In one day they sold 3.0 of them and put the rest into cages with 5.0 in each cage . How many cages did they use ?
((18.0 - 3.0) / 5.0)
3
1true
A pet store had 18.0 puppies . In one day they sold 3.0 of them and put the rest into cages with 5.0 in each cage .
How many cages did they use ?
A pet store had 18.0 puppies . In one day they sold 3.0 of them and put the rest into cages with 5.0 in each cage . How many cages did they use ?
((18.0 + 3.0) * 5.0)
105
0false
Brett drove 55.0 miles every hour .
How many miles would he drive in number1 hours ?
Brett drove 55.0 miles every hour . How many miles would he drive in 8.0 hours ?
(55.0 * 8.0)
440
1true
Brett drove 55.0 miles every hour .
How many miles would he drive in number1 hours ?
Brett drove 55.0 miles every hour . How many miles would he drive in 8.0 hours ?
(55.0 / 8.0)
6.875
0false
Harold has 53.0 marbles . He gets 16.0 more from Steve .
How many marbles does Harold have in all ?
Harold has 53.0 marbles . He gets 16.0 more from Steve . How many marbles does Harold have in all ?
(53.0 + 16.0)
69
1true
Harold has 53.0 marbles . He gets 16.0 more from Steve .
How many marbles does Harold have in all ?
Harold has 53.0 marbles . He gets 16.0 more from Steve . How many marbles does Harold have in all ?
(53.0 - 16.0)
37
0false
Last Saturday , Spencer walked all over town running errands . First , he walked 0.3 mile from his house to the library and 0.1 mile from the library to the post office . Then he walked 0.4 mile from the post office back home .
How many miles did Spencer walk in all ?
Last Saturday , Spencer walked all over town running errands . First , he walked 0.3 mile from his house to the library and 0.1 mile from the library to the post office . Then he walked 0.4 mile from the post office back home . How many miles did Spencer walk in all ?
((0.3 + 0.1) + 0.4)
0.8
1true
Last Saturday , Spencer walked all over town running errands . First , he walked 0.3 mile from his house to the library and 0.1 mile from the library to the post office . Then he walked 0.4 mile from the post office back home .
How many miles did Spencer walk in all ?
Last Saturday , Spencer walked all over town running errands . First , he walked 0.3 mile from his house to the library and 0.1 mile from the library to the post office . Then he walked 0.4 mile from the post office back home . How many miles did Spencer walk in all ?
((0.3 - 0.1) - 0.4)
-0.2
0false
A bee has 6.0 legs .
How many legs do number1 bees have ?
A bee has 6.0 legs . How many legs do 2.0 bees have ?
(6.0 * 2.0)
12
1true
A bee has 6.0 legs .
How many legs do number1 bees have ?
A bee has 6.0 legs . How many legs do 2.0 bees have ?
(6.0 / 2.0)
3
0false
Jessica spent $ 10.22 on a cat toy , and a cage cost her $ 11.73 .
What was the total cost of Jessica 's purchases ?
Jessica spent $ 10.22 on a cat toy , and a cage cost her $ 11.73 . What was the total cost of Jessica 's purchases ?
(10.22 + 11.73)
21.95
1true
Jessica spent $ 10.22 on a cat toy , and a cage cost her $ 11.73 .
What was the total cost of Jessica 's purchases ?
Jessica spent $ 10.22 on a cat toy , and a cage cost her $ 11.73 . What was the total cost of Jessica 's purchases ?
(10.22 - 11.73)
-1.51
0false
Mrs. Sheridan has 11.0 cats . Mrs. Garrett has 24.0 cats .
How many more cats does Mrs. Garrett have than Mrs. Sheridan ?
Mrs. Sheridan has 11.0 cats . Mrs. Garrett has 24.0 cats . How many more cats does Mrs. Garrett have than Mrs. Sheridan ?
(24.0 - 11.0)
13
1true
Mrs. Sheridan has 11.0 cats . Mrs. Garrett has 24.0 cats .
How many more cats does Mrs. Garrett have than Mrs. Sheridan ?
Mrs. Sheridan has 11.0 cats . Mrs. Garrett has 24.0 cats . How many more cats does Mrs. Garrett have than Mrs. Sheridan ?
(24.0 + 11.0)
35
0false
Dan picked 9.0 limes and gave Sara 4.0 of the limes .
How many limes does Dan have now ?
Dan picked 9.0 limes and gave Sara 4.0 of the limes . How many limes does Dan have now ?
(9.0 - 4.0)
5
1true
Dan picked 9.0 limes and gave Sara 4.0 of the limes .
How many limes does Dan have now ?
Dan picked 9.0 limes and gave Sara 4.0 of the limes . How many limes does Dan have now ?
(9.0 + 4.0)
13
0false
A magician was selling magic card decks for 9.0 dollars each . If he started with 12.0 decks and by the end of the day he had 7.0 left ,
how much money did he earn ?
A magician was selling magic card decks for 9.0 dollars each . If he started with 12.0 decks and by the end of the day he had 7.0 left , how much money did he earn ?
(9.0 * (12.0 - 7.0))
45
1true
A magician was selling magic card decks for 9.0 dollars each . If he started with 12.0 decks and by the end of the day he had 7.0 left ,
how much money did he earn ?
A magician was selling magic card decks for 9.0 dollars each . If he started with 12.0 decks and by the end of the day he had 7.0 left , how much money did he earn ?
(9.0 / (12.0 + 7.0))
0.473684
0false
Nancy grew 6.0 potatoes . Sandy grew 7.0 potatoes .
How many potatoes did they grow in total ?
Nancy grew 6.0 potatoes . Sandy grew 7.0 potatoes . How many potatoes did they grow in total ?
(6.0 + 7.0)
13
1true
Nancy grew 6.0 potatoes . Sandy grew 7.0 potatoes .
How many potatoes did they grow in total ?
Nancy grew 6.0 potatoes . Sandy grew 7.0 potatoes . How many potatoes did they grow in total ?
(6.0 - 7.0)
-1
0false
Mary ’ s car gets 20.0 miles per gallon of gas .
How far can she drive on number1 gallons of gas ?
Mary ’ s car gets 20.0 miles per gallon of gas . How far can she drive on 14.0 gallons of gas ?
(20.0 * 14.0)
280
1true
Mary ’ s car gets 20.0 miles per gallon of gas .
How far can she drive on number1 gallons of gas ?
Mary ’ s car gets 20.0 miles per gallon of gas . How far can she drive on 14.0 gallons of gas ?
(20.0 / 14.0)
1.428571
0false
Roger had 16.0 dollars . For his birthday he got 28.0 more dollars but spent 25.0 on a new game .
How much money does he have now ?
Roger had 16.0 dollars . For his birthday he got 28.0 more dollars but spent 25.0 on a new game . How much money does he have now ?
((16.0 + 28.0) - 25.0)
19
1true
Roger had 16.0 dollars . For his birthday he got 28.0 more dollars but spent 25.0 on a new game .
How much money does he have now ?
Roger had 16.0 dollars . For his birthday he got 28.0 more dollars but spent 25.0 on a new game . How much money does he have now ?
((16.0 - 28.0) + 25.0)
13
0false
A trivia team had 5.0 members total , but during a game 2.0 members did n't show up . If each member that did show up scored 6.0 points ,
how many points were scored total ?
A trivia team had 5.0 members total , but during a game 2.0 members did n't show up . If each member that did show up scored 6.0 points , how many points were scored total ?
(6.0 * (5.0 - 2.0))
18
1true
A trivia team had 5.0 members total , but during a game 2.0 members did n't show up . If each member that did show up scored 6.0 points ,
how many points were scored total ?
A trivia team had 5.0 members total , but during a game 2.0 members did n't show up . If each member that did show up scored 6.0 points , how many points were scored total ?
(6.0 / (5.0 + 2.0))
0.857143
0false
Katie 's team won their dodgeball game and scored 12.0 points total . If Katie scored 4.0 of the points and everyone else scored 4.0 points each ,
how many players were on her team ?
Katie 's team won their dodgeball game and scored 12.0 points total . If Katie scored 4.0 of the points and everyone else scored 4.0 points each , how many players were on her team ?
((12.0 - 4.0) / 4.0)
2
1true
Katie 's team won their dodgeball game and scored 12.0 points total . If Katie scored 4.0 of the points and everyone else scored 4.0 points each ,
how many players were on her team ?
Katie 's team won their dodgeball game and scored 12.0 points total . If Katie scored 4.0 of the points and everyone else scored 4.0 points each , how many players were on her team ?
((12.0 + 4.0) * 4.0)
64
0false
Sam invited 9.0 friends to a birthday party , but 6.0 could n't come . If he wanted to buy enough cupcakes so each person could have exactly 2.0 ,
how many should he buy ?
Sam invited 9.0 friends to a birthday party , but 6.0 could n't come . If he wanted to buy enough cupcakes so each person could have exactly 2.0 , how many should he buy ?
(2.0 * (9.0 - 6.0))
6
1true
Sam invited 9.0 friends to a birthday party , but 6.0 could n't come . If he wanted to buy enough cupcakes so each person could have exactly 2.0 ,
how many should he buy ?
Sam invited 9.0 friends to a birthday party , but 6.0 could n't come . If he wanted to buy enough cupcakes so each person could have exactly 2.0 , how many should he buy ?
(2.0 / (9.0 + 6.0))
0.133333
0false
Larry starts with 93.0 stickers . He loses 6.0 .
How many stickers does Larry end with ?
Larry starts with 93.0 stickers . He loses 6.0 . How many stickers does Larry end with ?
(93.0 - 6.0)
87
1true
Larry starts with 93.0 stickers . He loses 6.0 .
How many stickers does Larry end with ?
Larry starts with 93.0 stickers . He loses 6.0 . How many stickers does Larry end with ?
(93.0 + 6.0)
99
0false
Julian is writing a comic book . His story has 143.0 frames in all . If he wants to put exactly 11.0 frames on each page ,
how many pages would he have ?
Julian is writing a comic book . His story has 143.0 frames in all . If he wants to put exactly 11.0 frames on each page , how many pages would he have ?
(143.0 / 11.0)
13
1true
Julian is writing a comic book . His story has 143.0 frames in all . If he wants to put exactly 11.0 frames on each page ,
how many pages would he have ?
Julian is writing a comic book . His story has 143.0 frames in all . If he wants to put exactly 11.0 frames on each page , how many pages would he have ?
(143.0 * 11.0)
1,573
0false
At lunch a waiter had 7.0 customers and 4.0 of them did n't leave a tip . If he got $ 9.0 each from the ones who did tip ,
how much money did he earn ?
At lunch a waiter had 7.0 customers and 4.0 of them did n't leave a tip . If he got $ 9.0 each from the ones who did tip , how much money did he earn ?
(9.0 * (7.0 - 4.0))
27
1true
At lunch a waiter had 7.0 customers and 4.0 of them did n't leave a tip . If he got $ 9.0 each from the ones who did tip ,
how much money did he earn ?
At lunch a waiter had 7.0 customers and 4.0 of them did n't leave a tip . If he got $ 9.0 each from the ones who did tip , how much money did he earn ?
(9.0 / (7.0 + 4.0))
0.818182
0false
Each bottle cap costs $ 2.0 .
How much do number1 bottle caps cost ?
Each bottle cap costs $ 2.0 . How much do 6.0 bottle caps cost ?
(2.0 * 6.0)
12
1true
Each bottle cap costs $ 2.0 .
How much do number1 bottle caps cost ?
Each bottle cap costs $ 2.0 . How much do 6.0 bottle caps cost ?
(2.0 / 6.0)
0.333333
0false
There are 43.0 pencils in the drawer and 19.0 pencils on the desk . Dan placed 16.0 more pencils on the desk .
How many pencils are now there in total ?
There are 43.0 pencils in the drawer and 19.0 pencils on the desk . Dan placed 16.0 more pencils on the desk . How many pencils are now there in total ?
((43.0 + 19.0) + 16.0)
78
1true
There are 43.0 pencils in the drawer and 19.0 pencils on the desk . Dan placed 16.0 more pencils on the desk .
How many pencils are now there in total ?
There are 43.0 pencils in the drawer and 19.0 pencils on the desk . Dan placed 16.0 more pencils on the desk . How many pencils are now there in total ?
((43.0 - 19.0) - 16.0)
8
0false
Jennifer has 72.0 cards . 61.0 are eaten by a hippopotamus .
How many cards will Jennifer have ?
Jennifer has 72.0 cards . 61.0 are eaten by a hippopotamus . How many cards will Jennifer have ?
(72.0 - 61.0)
11
1true
Jennifer has 72.0 cards . 61.0 are eaten by a hippopotamus .
How many cards will Jennifer have ?
Jennifer has 72.0 cards . 61.0 are eaten by a hippopotamus . How many cards will Jennifer have ?
(72.0 + 61.0)
133
0false
Each chocolate bar in a box cost $ 3.0 . If a box had 7.0 bars total and Olivia sold all but 4.0 bars ,
how much money would she have made ?
Each chocolate bar in a box cost $ 3.0 . If a box had 7.0 bars total and Olivia sold all but 4.0 bars , how much money would she have made ?
(3.0 * (7.0 - 4.0))
9
1true
Each chocolate bar in a box cost $ 3.0 . If a box had 7.0 bars total and Olivia sold all but 4.0 bars ,
how much money would she have made ?
Each chocolate bar in a box cost $ 3.0 . If a box had 7.0 bars total and Olivia sold all but 4.0 bars , how much money would she have made ?
(3.0 / (7.0 + 4.0))
0.272727
0false
Sally found 9.0 seashells , Tom found 7.0 seashells , and Jessica found 5.0 seashells on the beach .
How many seashells did they find together ?
Sally found 9.0 seashells , Tom found 7.0 seashells , and Jessica found 5.0 seashells on the beach . How many seashells did they find together ?
((9.0 + 7.0) + 5.0)
21
1true
Sally found 9.0 seashells , Tom found 7.0 seashells , and Jessica found 5.0 seashells on the beach .
How many seashells did they find together ?
Sally found 9.0 seashells , Tom found 7.0 seashells , and Jessica found 5.0 seashells on the beach . How many seashells did they find together ?
((9.0 - 7.0) - 5.0)
-3
0false
Diane is a beekeeper . Last year , she harvested 2479.0 pounds of honey . This year , she bought some new hives and increased her honey harvest by 6085.0 pounds .
How many pounds of honey did Diane harvest this year ?
Diane is a beekeeper . Last year , she harvested 2479.0 pounds of honey . This year , she bought some new hives and increased her honey harvest by 6085.0 pounds . How many pounds of honey did Diane harvest this year ?
(2479.0 + 6085.0)
8,564
1true
Diane is a beekeeper . Last year , she harvested 2479.0 pounds of honey . This year , she bought some new hives and increased her honey harvest by 6085.0 pounds .
How many pounds of honey did Diane harvest this year ?
Diane is a beekeeper . Last year , she harvested 2479.0 pounds of honey . This year , she bought some new hives and increased her honey harvest by 6085.0 pounds . How many pounds of honey did Diane harvest this year ?
(2479.0 - 6085.0)
-3,606
0false
You go out for a long walk . You walk 0.75 mile and then sit down to take a rest . Then you walk 0.25 of a mile .
How far did you walk altogether ?
You go out for a long walk . You walk 0.75 mile and then sit down to take a rest . Then you walk 0.25 of a mile . How far did you walk altogether ?
(0.75 + 0.25)
1
1true
You go out for a long walk . You walk 0.75 mile and then sit down to take a rest . Then you walk 0.25 of a mile .
How far did you walk altogether ?
You go out for a long walk . You walk 0.75 mile and then sit down to take a rest . Then you walk 0.25 of a mile . How far did you walk altogether ?
(0.75 - 0.25)
0.5
0false
There are 6.0 candies in a pile on the desk . Each candy comes in a package of 15.0 . 4.0 candies are added to the pile .
How many candies are there in the pile ?
There are 6.0 candies in a pile on the desk . Each candy comes in a package of 15.0 . 4.0 candies are added to the pile . How many candies are there in the pile ?
(6.0 + 4.0)
10
1true
There are 6.0 candies in a pile on the desk . Each candy comes in a package of 15.0 . 4.0 candies are added to the pile .
How many candies are there in the pile ?
There are 6.0 candies in a pile on the desk . Each candy comes in a package of 15.0 . 4.0 candies are added to the pile . How many candies are there in the pile ?
(6.0 - 4.0)
2
0false
A group of 3.0 friends went into a restaurant . The chef already had 6.0 chicken wings cooked but cooked 3.0 more for the group . If they each got the same amount
how many would each person get ?
A group of 3.0 friends went into a restaurant . The chef already had 6.0 chicken wings cooked but cooked 3.0 more for the group . If they each got the same amount how many would each person get ?
((3.0 + 6.0) / 3.0)
3
1true
A group of 3.0 friends went into a restaurant . The chef already had 6.0 chicken wings cooked but cooked 3.0 more for the group . If they each got the same amount
how many would each person get ?
A group of 3.0 friends went into a restaurant . The chef already had 6.0 chicken wings cooked but cooked 3.0 more for the group . If they each got the same amount how many would each person get ?
((3.0 - 6.0) * 3.0)
-9
0false
Jerry is at the library helping put away books . There are 34.0 book to put away total but a librarian takes 7.0 of them and leaves Jerry with the rest . If he can fit 3.0 books on a shelf ,
how many shelves will he need ?
Jerry is at the library helping put away books . There are 34.0 book to put away total but a librarian takes 7.0 of them and leaves Jerry with the rest . If he can fit 3.0 books on a shelf , how many shelves will he need ?
((34.0 - 7.0) / 3.0)
9
1true
Jerry is at the library helping put away books . There are 34.0 book to put away total but a librarian takes 7.0 of them and leaves Jerry with the rest . If he can fit 3.0 books on a shelf ,
how many shelves will he need ?
Jerry is at the library helping put away books . There are 34.0 book to put away total but a librarian takes 7.0 of them and leaves Jerry with the rest . If he can fit 3.0 books on a shelf , how many shelves will he need ?
((34.0 + 7.0) * 3.0)
123
0false
Melanie grew 139.0 turnips . Benny grew 113.0 turnips .
How many turnips did they grow in all ?
Melanie grew 139.0 turnips . Benny grew 113.0 turnips . How many turnips did they grow in all ?
(139.0 + 113.0)
252
1true
Melanie grew 139.0 turnips . Benny grew 113.0 turnips .
How many turnips did they grow in all ?
Melanie grew 139.0 turnips . Benny grew 113.0 turnips . How many turnips did they grow in all ?
(139.0 - 113.0)
26
0false
Paula has 6.0 boxes of peanuts . Each box holds 4.0 peanuts .
How many peanuts does Paula have ?
Paula has 6.0 boxes of peanuts . Each box holds 4.0 peanuts . How many peanuts does Paula have ?
(6.0 * 4.0)
24
1true
Paula has 6.0 boxes of peanuts . Each box holds 4.0 peanuts .
How many peanuts does Paula have ?
Paula has 6.0 boxes of peanuts . Each box holds 4.0 peanuts . How many peanuts does Paula have ?
(6.0 / 4.0)
1.5
0false
For the school bake sale Carol made 19.0 cupcakes . If she sold 6.0 of them and then made 27.0 more ,
how many cupcakes would she have ?
For the school bake sale Carol made 19.0 cupcakes . If she sold 6.0 of them and then made 27.0 more , how many cupcakes would she have ?
((19.0 + 27.0) - 6.0)
40
1true
For the school bake sale Carol made 19.0 cupcakes . If she sold 6.0 of them and then made 27.0 more ,
how many cupcakes would she have ?
For the school bake sale Carol made 19.0 cupcakes . If she sold 6.0 of them and then made 27.0 more , how many cupcakes would she have ?
((19.0 - 27.0) + 6.0)
-2
0false
The school cafeteria had 12.0 apples . If they used 8.0 to make lunch for the students and then bought 19.0 more ,
how many apples would they have ?
The school cafeteria had 12.0 apples . If they used 8.0 to make lunch for the students and then bought 19.0 more , how many apples would they have ?
((12.0 + 19.0) - 8.0)
23
1true
The school cafeteria had 12.0 apples . If they used 8.0 to make lunch for the students and then bought 19.0 more ,
how many apples would they have ?
The school cafeteria had 12.0 apples . If they used 8.0 to make lunch for the students and then bought 19.0 more , how many apples would they have ?
((12.0 - 19.0) + 8.0)
1
0false
A vase can hold 6.0 flowers . If you had 7.0 carnations and 47.0 roses ,
how many vases would you need to hold the flowers ?
A vase can hold 6.0 flowers . If you had 7.0 carnations and 47.0 roses , how many vases would you need to hold the flowers ?
((7.0 + 47.0) / 6.0)
9
1true
A vase can hold 6.0 flowers . If you had 7.0 carnations and 47.0 roses ,
how many vases would you need to hold the flowers ?
A vase can hold 6.0 flowers . If you had 7.0 carnations and 47.0 roses , how many vases would you need to hold the flowers ?
((7.0 - 47.0) * 6.0)
-240
0false
While making desserts for a bake sale , Victor used 0.625 scoop of brown sugar as well as 0.25 scoop of white sugar .
How much more brown sugar did Victor use ?
While making desserts for a bake sale , Victor used 0.625 scoop of brown sugar as well as 0.25 scoop of white sugar . How much more brown sugar did Victor use ?
(0.625 - 0.25)
0.375
1true
While making desserts for a bake sale , Victor used 0.625 scoop of brown sugar as well as 0.25 scoop of white sugar .
How much more brown sugar did Victor use ?
While making desserts for a bake sale , Victor used 0.625 scoop of brown sugar as well as 0.25 scoop of white sugar . How much more brown sugar did Victor use ?
(0.625 + 0.25)
0.875
0false
Will had 83.0 dollars . If he spent 47.0 bucks on a new game ,
how many number2 dollar toys could he buy with the money he had left ?
Will had 83.0 dollars . If he spent 47.0 bucks on a new game , how many 4.0 dollar toys could he buy with the money he had left ?
((83.0 - 47.0) / 4.0)
9
1true
Will had 83.0 dollars . If he spent 47.0 bucks on a new game ,
how many number2 dollar toys could he buy with the money he had left ?
Will had 83.0 dollars . If he spent 47.0 bucks on a new game , how many 4.0 dollar toys could he buy with the money he had left ?
((83.0 + 47.0) * 4.0)
520
0false
Gwen had 18.0 math problems and 11.0 science problems for homework . If she finished 24.0 of the problems at school ,
how many problems did she have to do for homework ?
Gwen had 18.0 math problems and 11.0 science problems for homework . If she finished 24.0 of the problems at school , how many problems did she have to do for homework ?
((18.0 + 11.0) - 24.0)
5
1true
Gwen had 18.0 math problems and 11.0 science problems for homework . If she finished 24.0 of the problems at school ,
how many problems did she have to do for homework ?
Gwen had 18.0 math problems and 11.0 science problems for homework . If she finished 24.0 of the problems at school , how many problems did she have to do for homework ?
((18.0 - 11.0) + 24.0)
31
0false
Sarah had 4.0 pages of math homework and 6.0 pages of reading homework . If each page had 4.0 problems on it ,
how many problems did she have to complete total ?
Sarah had 4.0 pages of math homework and 6.0 pages of reading homework . If each page had 4.0 problems on it , how many problems did she have to complete total ?
(4.0 * (4.0 + 6.0))
40
1true
Sarah had 4.0 pages of math homework and 6.0 pages of reading homework . If each page had 4.0 problems on it ,
how many problems did she have to complete total ?
Sarah had 4.0 pages of math homework and 6.0 pages of reading homework . If each page had 4.0 problems on it , how many problems did she have to complete total ?
(4.0 / (4.0 - 6.0))
-2
0false
Mrs. Hilt saw 3.0 bugs eat 2.0 flowers each .
How many flowers total did the bugs eat ?
Mrs. Hilt saw 3.0 bugs eat 2.0 flowers each . How many flowers total did the bugs eat ?
(3.0 * 2.0)
6
1true
Mrs. Hilt saw 3.0 bugs eat 2.0 flowers each .
How many flowers total did the bugs eat ?
Mrs. Hilt saw 3.0 bugs eat 2.0 flowers each . How many flowers total did the bugs eat ?
(3.0 / 2.0)
1.5
0false
Each CD rack holds 8.0 CDs . A shelf can hold 4.0 racks .
How many total CDs can fit on the shelf ?
Each CD rack holds 8.0 CDs . A shelf can hold 4.0 racks . How many total CDs can fit on the shelf ?
(8.0 * 4.0)
32
1true
Each CD rack holds 8.0 CDs . A shelf can hold 4.0 racks .
How many total CDs can fit on the shelf ?
Each CD rack holds 8.0 CDs . A shelf can hold 4.0 racks . How many total CDs can fit on the shelf ?
(8.0 / 4.0)
2
0false
Helen starts with 9.0 oranges . She gets 29.0 more from Ann .
How many oranges does Helen end with ?
Helen starts with 9.0 oranges . She gets 29.0 more from Ann . How many oranges does Helen end with ?
(9.0 + 29.0)
38
1true
Helen starts with 9.0 oranges . She gets 29.0 more from Ann .
How many oranges does Helen end with ?
Helen starts with 9.0 oranges . She gets 29.0 more from Ann . How many oranges does Helen end with ?
(9.0 - 29.0)
-20
0false
Jeffrey wants to split a collection of bottle caps into groups of 2.0 . Jeffrey has 12.0 bottle caps .
How many groups will be created ?
Jeffrey wants to split a collection of bottle caps into groups of 2.0 . Jeffrey has 12.0 bottle caps . How many groups will be created ?
(12.0 / 2.0)
6
1true
Jeffrey wants to split a collection of bottle caps into groups of 2.0 . Jeffrey has 12.0 bottle caps .
How many groups will be created ?
Jeffrey wants to split a collection of bottle caps into groups of 2.0 . Jeffrey has 12.0 bottle caps . How many groups will be created ?
(12.0 * 2.0)
24
0false