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 cereal box holds 18.0 cups of cereal . Each serving is 2.0 cups . | How many servings are in the whole box ? | A cereal box holds 18.0 cups of cereal . Each serving is 2.0 cups . How many servings are in the whole box ? | (18.0 / 2.0) | 9 | 1true |
A cereal box holds 18.0 cups of cereal . Each serving is 2.0 cups . | How many servings are in the whole box ? | A cereal box holds 18.0 cups of cereal . Each serving is 2.0 cups . How many servings are in the whole box ? | (18.0 * 2.0) | 36 | 0false |
Mary found 2.0 seashells and Keith found 5.0 seashells on the beach . When they cleaned them , they discovered that 9.0 were cracked . | How many seashells did they find together ? | Mary found 2.0 seashells and Keith found 5.0 seashells on the beach . When they cleaned them , they discovered that 9.0 were cracked . How many seashells did they find together ? | (2.0 + 5.0) | 7 | 1true |
Mary found 2.0 seashells and Keith found 5.0 seashells on the beach . When they cleaned them , they discovered that 9.0 were cracked . | How many seashells did they find together ? | Mary found 2.0 seashells and Keith found 5.0 seashells on the beach . When they cleaned them , they discovered that 9.0 were cracked . How many seashells did they find together ? | (2.0 - 5.0) | -3 | 0false |
Empty | How much interest , in dollars , will you pay on a number0 dollars loan for number1 year if the interest rate is number2 % ? | How much interest , in dollars , will you pay on a 8100.0 dollars loan for 1.0 year if the interest rate is 15.0 % ? | ((0.01 * 8100.0) * 15.0) | 1,215 | 1true |
Empty | How much interest , in dollars , will you pay on a number0 dollars loan for number1 year if the interest rate is number2 % ? | How much interest , in dollars , will you pay on a 8100.0 dollars loan for 1.0 year if the interest rate is 15.0 % ? | ((0.01 / 8100.0) / 15.0) | 0 | 0false |
Joan has 9.0 blue balloons but lost 2.0 of them . | How many blue balloons does Joan have now ? | Joan has 9.0 blue balloons but lost 2.0 of them . How many blue balloons does Joan have now ? | (9.0 - 2.0) | 7 | 1true |
Joan has 9.0 blue balloons but lost 2.0 of them . | How many blue balloons does Joan have now ? | Joan has 9.0 blue balloons but lost 2.0 of them . How many blue balloons does Joan have now ? | (9.0 + 2.0) | 11 | 0false |
Roger has 92.0 blocks . 2.0 are eaten by a hippopotamus . | How many blocks will Roger have ? | Roger has 92.0 blocks . 2.0 are eaten by a hippopotamus . How many blocks will Roger have ? | (92.0 - 2.0) | 90 | 1true |
Roger has 92.0 blocks . 2.0 are eaten by a hippopotamus . | How many blocks will Roger have ? | Roger has 92.0 blocks . 2.0 are eaten by a hippopotamus . How many blocks will Roger have ? | (92.0 + 2.0) | 94 | 0false |
Joan went to 4.0 football games this year . She went to 9.0 football games last year . | How many football games did Joan go to in all ? | Joan went to 4.0 football games this year . She went to 9.0 football games last year . How many football games did Joan go to in all ? | (4.0 + 9.0) | 13 | 1true |
Joan went to 4.0 football games this year . She went to 9.0 football games last year . | How many football games did Joan go to in all ? | Joan went to 4.0 football games this year . She went to 9.0 football games last year . How many football games did Joan go to in all ? | (4.0 - 9.0) | -5 | 0false |
Isha ’ s pencil is 12.0 cubes long . If she gets another pencil that is 12.0 cubes long , | how many cubes long are both pencils ? | Isha ’ s pencil is 12.0 cubes long . If she gets another pencil that is 12.0 cubes long , how many cubes long are both pencils ? | (12.0 + 12.0) | 24 | 1true |
Isha ’ s pencil is 12.0 cubes long . If she gets another pencil that is 12.0 cubes long , | how many cubes long are both pencils ? | Isha ’ s pencil is 12.0 cubes long . If she gets another pencil that is 12.0 cubes long , how many cubes long are both pencils ? | (12.0 - 12.0) | 0 | 0false |
If Joan bicycled 25.0 miles at 5.0 miles per hour , | how long was Joan travelling ? | If Joan bicycled 25.0 miles at 5.0 miles per hour , how long was Joan travelling ? | (25.0 / 5.0) | 5 | 1true |
If Joan bicycled 25.0 miles at 5.0 miles per hour , | how long was Joan travelling ? | If Joan bicycled 25.0 miles at 5.0 miles per hour , how long was Joan travelling ? | (25.0 * 5.0) | 125 | 0false |
Megan baked 68.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 32.0 of them | how many packages could she make if she put number2 cupcake in each package ? | Megan baked 68.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 32.0 of them how many packages could she make if she put 6.0 cupcake in each package ? | ((68.0 - 32.0) / 6.0) | 6 | 1true |
Megan baked 68.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 32.0 of them | how many packages could she make if she put number2 cupcake in each package ? | Megan baked 68.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 32.0 of them how many packages could she make if she put 6.0 cupcake in each package ? | ((68.0 + 32.0) * 6.0) | 600 | 0false |
Mike has 87.0 baseball cards . Sam bought 13.0 of Mike 's baseball cards . | How many baseball cards does Mike have now ? | Mike has 87.0 baseball cards . Sam bought 13.0 of Mike 's baseball cards . How many baseball cards does Mike have now ? | (87.0 - 13.0) | 74 | 1true |
Mike has 87.0 baseball cards . Sam bought 13.0 of Mike 's baseball cards . | How many baseball cards does Mike have now ? | Mike has 87.0 baseball cards . Sam bought 13.0 of Mike 's baseball cards . How many baseball cards does Mike have now ? | (87.0 + 13.0) | 100 | 0false |
Wendy was playing a video game where she scores 5.0 points for each treasure she finds . If she found 4.0 treasures on the first level and 3.0 on the second , | what would her score be ? | Wendy was playing a video game where she scores 5.0 points for each treasure she finds . If she found 4.0 treasures on the first level and 3.0 on the second , what would her score be ? | (5.0 * (4.0 + 3.0)) | 35 | 1true |
Wendy was playing a video game where she scores 5.0 points for each treasure she finds . If she found 4.0 treasures on the first level and 3.0 on the second , | what would her score be ? | Wendy was playing a video game where she scores 5.0 points for each treasure she finds . If she found 4.0 treasures on the first level and 3.0 on the second , what would her score be ? | (5.0 / (4.0 - 3.0)) | 5 | 0false |
There are 96.0 cupcakes for 8.0 children to share . | How much will each person get if they share the cupcakes equally ? | There are 96.0 cupcakes for 8.0 children to share . How much will each person get if they share the cupcakes equally ? | (96.0 / 8.0) | 12 | 1true |
There are 96.0 cupcakes for 8.0 children to share . | How much will each person get if they share the cupcakes equally ? | There are 96.0 cupcakes for 8.0 children to share . How much will each person get if they share the cupcakes equally ? | (96.0 * 8.0) | 768 | 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 florist had 11.0 roses . If she sold 2.0 of them and then later picked 32.0 more , | how many roses would she have ? | A florist had 11.0 roses . If she sold 2.0 of them and then later picked 32.0 more , how many roses would she have ? | ((11.0 + 32.0) - 2.0) | 41 | 1true |
A florist had 11.0 roses . If she sold 2.0 of them and then later picked 32.0 more , | how many roses would she have ? | A florist had 11.0 roses . If she sold 2.0 of them and then later picked 32.0 more , how many roses would she have ? | ((11.0 - 32.0) + 2.0) | -19 | 0false |
Jason grew 23.0 watermelons and 18.0 turnips . Nancy grew 28.0 watermelons . | How many watermelons did they grow in total ? | Jason grew 23.0 watermelons and 18.0 turnips . Nancy grew 28.0 watermelons . How many watermelons did they grow in total ? | (23.0 + 28.0) | 51 | 1true |
Jason grew 23.0 watermelons and 18.0 turnips . Nancy grew 28.0 watermelons . | How many watermelons did they grow in total ? | Jason grew 23.0 watermelons and 18.0 turnips . Nancy grew 28.0 watermelons . How many watermelons did they grow in total ? | (23.0 - 28.0) | -5 | 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 |
A florist had 50.0 roses . If she sold 15.0 of them and then later picked 21.0 more , | how many roses would she have ? | A florist had 50.0 roses . If she sold 15.0 of them and then later picked 21.0 more , how many roses would she have ? | ((50.0 + 21.0) - 15.0) | 56 | 1true |
A florist had 50.0 roses . If she sold 15.0 of them and then later picked 21.0 more , | how many roses would she have ? | A florist had 50.0 roses . If she sold 15.0 of them and then later picked 21.0 more , how many roses would she have ? | ((50.0 - 21.0) + 15.0) | 44 | 0false |
A pet store had 56.0 puppies . In one day they sold 24.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 56.0 puppies . In one day they sold 24.0 of them and put the rest into cages with 4.0 in each cage . How many cages did they use ? | ((56.0 - 24.0) / 4.0) | 8 | 1true |
A pet store had 56.0 puppies . In one day they sold 24.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 56.0 puppies . In one day they sold 24.0 of them and put the rest into cages with 4.0 in each cage . How many cages did they use ? | ((56.0 + 24.0) * 4.0) | 320 | 0false |
There are 5.0 people on the Green Bay High track team . If a relay race is 150.0 meters long , | how far will each team member have to run ? | There are 5.0 people on the Green Bay High track team . If a relay race is 150.0 meters long , how far will each team member have to run ? | (150.0 / 5.0) | 30 | 1true |
There are 5.0 people on the Green Bay High track team . If a relay race is 150.0 meters long , | how far will each team member have to run ? | There are 5.0 people on the Green Bay High track team . If a relay race is 150.0 meters long , how far will each team member have to run ? | (150.0 * 5.0) | 750 | 0false |
While shopping , Maria bought 40.0 green towels and 44.0 white towels . If she gave her mother 65.0 of them , | how many towels did Maria end up with ? | While shopping , Maria bought 40.0 green towels and 44.0 white towels . If she gave her mother 65.0 of them , how many towels did Maria end up with ? | ((40.0 + 44.0) - 65.0) | 19 | 1true |
While shopping , Maria bought 40.0 green towels and 44.0 white towels . If she gave her mother 65.0 of them , | how many towels did Maria end up with ? | While shopping , Maria bought 40.0 green towels and 44.0 white towels . If she gave her mother 65.0 of them , how many towels did Maria end up with ? | ((40.0 - 44.0) + 65.0) | 61 | 0false |
There are 54.0 scissors in the drawer . Keith placed 22.0 scissors in the drawer . | How many scissors are now there in all ? | There are 54.0 scissors in the drawer . Keith placed 22.0 scissors in the drawer . How many scissors are now there in all ? | (54.0 + 22.0) | 76 | 1true |
There are 54.0 scissors in the drawer . Keith placed 22.0 scissors in the drawer . | How many scissors are now there in all ? | There are 54.0 scissors in the drawer . Keith placed 22.0 scissors in the drawer . How many scissors are now there in all ? | (54.0 - 22.0) | 32 | 0false |
Jose starts with 7.0 bottle caps . He gets 2.0 more from Rebecca . | How many bottle caps does Jose end with ? | Jose starts with 7.0 bottle caps . He gets 2.0 more from Rebecca . How many bottle caps does Jose end with ? | (7.0 + 2.0) | 9 | 1true |
Jose starts with 7.0 bottle caps . He gets 2.0 more from Rebecca . | How many bottle caps does Jose end with ? | Jose starts with 7.0 bottle caps . He gets 2.0 more from Rebecca . How many bottle caps does Jose end with ? | (7.0 - 2.0) | 5 | 0false |
Fred picked 36.0 limes , Alyssa picked 32.0 limes , and Nancy picked 35.0 limes and 18.0 pears , at the farm . | How many limes were picked in total ? | Fred picked 36.0 limes , Alyssa picked 32.0 limes , and Nancy picked 35.0 limes and 18.0 pears , at the farm . How many limes were picked in total ? | ((36.0 + 32.0) + 35.0) | 103 | 1true |
Fred picked 36.0 limes , Alyssa picked 32.0 limes , and Nancy picked 35.0 limes and 18.0 pears , at the farm . | How many limes were picked in total ? | Fred picked 36.0 limes , Alyssa picked 32.0 limes , and Nancy picked 35.0 limes and 18.0 pears , at the farm . How many limes were picked in total ? | ((36.0 - 32.0) - 35.0) | -31 | 0false |
The school cafeteria had 23.0 apples . If they used 20.0 to make lunch for the students and then bought 6.0 more , | how many apples would they have ? | The school cafeteria had 23.0 apples . If they used 20.0 to make lunch for the students and then bought 6.0 more , how many apples would they have ? | ((23.0 + 6.0) - 20.0) | 9 | 1true |
The school cafeteria had 23.0 apples . If they used 20.0 to make lunch for the students and then bought 6.0 more , | how many apples would they have ? | The school cafeteria had 23.0 apples . If they used 20.0 to make lunch for the students and then bought 6.0 more , how many apples would they have ? | ((23.0 - 6.0) + 20.0) | 37 | 0false |
During a visit to an orchard , Charlie picked 0.16666666666666666 bag of Golden Delicious apples , 0.16666666666666666 bag of Macintosh apples , and 0.3333333333333333 bag of Cortland apples . | How many bags of fruit did Charlie pick in total ? | During a visit to an orchard , Charlie picked 0.16666666666666666 bag of Golden Delicious apples , 0.16666666666666666 bag of Macintosh apples , and 0.3333333333333333 bag of Cortland apples . How many bags of fruit did Charlie pick in total ? | ((0.16666666666666666 + 0.16666666666666666) + 0.3333333333333333) | 0.666667 | 1true |
During a visit to an orchard , Charlie picked 0.16666666666666666 bag of Golden Delicious apples , 0.16666666666666666 bag of Macintosh apples , and 0.3333333333333333 bag of Cortland apples . | How many bags of fruit did Charlie pick in total ? | During a visit to an orchard , Charlie picked 0.16666666666666666 bag of Golden Delicious apples , 0.16666666666666666 bag of Macintosh apples , and 0.3333333333333333 bag of Cortland apples . How many bags of fruit did Charlie pick in total ? | ((0.16666666666666666 - 0.16666666666666666) - 0.3333333333333333) | -0.333333 | 0false |
Bianca earned 5.0 points for each bag of cans she recycled . If she had 17.0 bags , but did n't recycle 8.0 of them , | how many points would she have earned ? | Bianca earned 5.0 points for each bag of cans she recycled . If she had 17.0 bags , but did n't recycle 8.0 of them , how many points would she have earned ? | (5.0 * (17.0 - 8.0)) | 45 | 1true |
Bianca earned 5.0 points for each bag of cans she recycled . If she had 17.0 bags , but did n't recycle 8.0 of them , | how many points would she have earned ? | Bianca earned 5.0 points for each bag of cans she recycled . If she had 17.0 bags , but did n't recycle 8.0 of them , how many points would she have earned ? | (5.0 / (17.0 + 8.0)) | 0.2 | 0false |
Rachel removes 47.0 bottle caps from a jar . There were originally 87.0 bottle caps in the jar . | How many bottle caps are left in the jar ? | Rachel removes 47.0 bottle caps from a jar . There were originally 87.0 bottle caps in the jar . How many bottle caps are left in the jar ? | (87.0 - 47.0) | 40 | 1true |
Rachel removes 47.0 bottle caps from a jar . There were originally 87.0 bottle caps in the jar . | How many bottle caps are left in the jar ? | Rachel removes 47.0 bottle caps from a jar . There were originally 87.0 bottle caps in the jar . How many bottle caps are left in the jar ? | (87.0 + 47.0) | 134 | 0false |
Alyssa had 129.0 cookies . Aiyanna has 140.0 . | How many more cookies does Aiyanna have than Alyssa ? | Alyssa had 129.0 cookies . Aiyanna has 140.0 . How many more cookies does Aiyanna have than Alyssa ? | (140.0 - 129.0) | 11 | 1true |
Alyssa had 129.0 cookies . Aiyanna has 140.0 . | How many more cookies does Aiyanna have than Alyssa ? | Alyssa had 129.0 cookies . Aiyanna has 140.0 . How many more cookies does Aiyanna have than Alyssa ? | (140.0 + 129.0) | 269 | 0false |
There are 33.0 oak trees currently in the park . Park workers had to cut down 18.0 oak trees that were damaged . | How many oak trees will be in the park when the workers are finished ? | There are 33.0 oak trees currently in the park . Park workers had to cut down 18.0 oak trees that were damaged . How many oak trees will be in the park when the workers are finished ? | (33.0 - 18.0) | 15 | 1true |
There are 33.0 oak trees currently in the park . Park workers had to cut down 18.0 oak trees that were damaged . | How many oak trees will be in the park when the workers are finished ? | There are 33.0 oak trees currently in the park . Park workers had to cut down 18.0 oak trees that were damaged . How many oak trees will be in the park when the workers are finished ? | (33.0 + 18.0) | 51 | 0false |
A magician was selling magic card decks for 2.0 dollars each . If he started with 5.0 decks and by the end of the day he had 3.0 left , | how much money did he earn ? | A magician was selling magic card decks for 2.0 dollars each . If he started with 5.0 decks and by the end of the day he had 3.0 left , how much money did he earn ? | (2.0 * (5.0 - 3.0)) | 4 | 1true |
A magician was selling magic card decks for 2.0 dollars each . If he started with 5.0 decks and by the end of the day he had 3.0 left , | how much money did he earn ? | A magician was selling magic card decks for 2.0 dollars each . If he started with 5.0 decks and by the end of the day he had 3.0 left , how much money did he earn ? | (2.0 / (5.0 + 3.0)) | 0.25 | 0false |
Isabel uploaded 25.0 pictures to Facebook . She put 10.0 pics into one album and put the rest into 5.0 different albums . | How many pictures were in each album ? | Isabel uploaded 25.0 pictures to Facebook . She put 10.0 pics into one album and put the rest into 5.0 different albums . How many pictures were in each album ? | ((25.0 - 10.0) / 5.0) | 3 | 1true |
Isabel uploaded 25.0 pictures to Facebook . She put 10.0 pics into one album and put the rest into 5.0 different albums . | How many pictures were in each album ? | Isabel uploaded 25.0 pictures to Facebook . She put 10.0 pics into one album and put the rest into 5.0 different albums . How many pictures were in each album ? | ((25.0 + 10.0) * 5.0) | 175 | 0false |
The total number of students in year 8.0 at a high school is 180.0 . There are 24.0 more girls than boys . | How many boys are there ? | The total number of students in year 8.0 at a high school is 180.0 . There are 24.0 more girls than boys . How many boys are there ? | ((180.0 - 24.0) / 2.0) | 78 | 1true |
The total number of students in year 8.0 at a high school is 180.0 . There are 24.0 more girls than boys . | How many boys are there ? | The total number of students in year 8.0 at a high school is 180.0 . There are 24.0 more girls than boys . How many boys are there ? | ((180.0 + 24.0) * 2.0) | 408 | 0false |
Josh had 142.0 pencils . He gave 31.0 pencils to Dorothy . | How many pencils does Josh have left ? | Josh had 142.0 pencils . He gave 31.0 pencils to Dorothy . How many pencils does Josh have left ? | (142.0 - 31.0) | 111 | 1true |
Josh had 142.0 pencils . He gave 31.0 pencils to Dorothy . | How many pencils does Josh have left ? | Josh had 142.0 pencils . He gave 31.0 pencils to Dorothy . How many pencils does Josh have left ? | (142.0 + 31.0) | 173 | 0false |
Joan found 6.0 seashells and Jessica found 8.0 seashells on the beach . | How many seashells did they find together ? | Joan found 6.0 seashells and Jessica found 8.0 seashells on the beach . How many seashells did they find together ? | (6.0 + 8.0) | 14 | 1true |
Joan found 6.0 seashells and Jessica found 8.0 seashells on the beach . | How many seashells did they find together ? | Joan found 6.0 seashells and Jessica found 8.0 seashells on the beach . How many seashells did they find together ? | (6.0 - 8.0) | -2 | 0false |
Mary found 18.0 seashells and Jessica found 41.0 seashells on the beach . | How many seashells did they find together ? | Mary found 18.0 seashells and Jessica found 41.0 seashells on the beach . How many seashells did they find together ? | (18.0 + 41.0) | 59 | 1true |
Mary found 18.0 seashells and Jessica found 41.0 seashells on the beach . | How many seashells did they find together ? | Mary found 18.0 seashells and Jessica found 41.0 seashells on the beach . How many seashells did they find together ? | (18.0 - 41.0) | -23 | 0false |
Dorothy has 72.0 cards . She gives 5.0 to Harold . | How many cards will Dorothy have ? | Dorothy has 72.0 cards . She gives 5.0 to Harold . How many cards will Dorothy have ? | (72.0 - 5.0) | 67 | 1true |
Dorothy has 72.0 cards . She gives 5.0 to Harold . | How many cards will Dorothy have ? | Dorothy has 72.0 cards . She gives 5.0 to Harold . How many cards will Dorothy have ? | (72.0 + 5.0) | 77 | 0false |
Michelle has 7.0 boxes of crayons . Each box holds 5.0 crayons . | How many crayons does Michelle have ? | Michelle has 7.0 boxes of crayons . Each box holds 5.0 crayons . How many crayons does Michelle have ? | (7.0 * 5.0) | 35 | 1true |
Michelle has 7.0 boxes of crayons . Each box holds 5.0 crayons . | How many crayons does Michelle have ? | Michelle has 7.0 boxes of crayons . Each box holds 5.0 crayons . How many crayons does Michelle have ? | (7.0 / 5.0) | 1.4 | 0false |
Harry starts with 79.0 apples . He buys 5.0 more . | How many apples does Harry end with ? | Harry starts with 79.0 apples . He buys 5.0 more . How many apples does Harry end with ? | (79.0 + 5.0) | 84 | 1true |
Harry starts with 79.0 apples . He buys 5.0 more . | How many apples does Harry end with ? | Harry starts with 79.0 apples . He buys 5.0 more . How many apples does Harry end with ? | (79.0 - 5.0) | 74 | 0false |
In fourth grade there were 8.0 students at the start of the year . During the year 5.0 students left and 8.0 new students came to school . | How many students were in fourth grade at the end ? | In fourth grade there were 8.0 students at the start of the year . During the year 5.0 students left and 8.0 new students came to school . How many students were in fourth grade at the end ? | ((8.0 + 8.0) - 5.0) | 11 | 1true |
In fourth grade there were 8.0 students at the start of the year . During the year 5.0 students left and 8.0 new students came to school . | How many students were in fourth grade at the end ? | In fourth grade there were 8.0 students at the start of the year . During the year 5.0 students left and 8.0 new students came to school . How many students were in fourth grade at the end ? | ((8.0 - 8.0) + 5.0) | 5 | 0false |
Greg and Sharon own neighboring cornfields . Greg harvested 0.4 acre of corn on Monday and Sharon harvested 0.1 acre . | How many more acres did Greg harvest than Sharon ? | Greg and Sharon own neighboring cornfields . Greg harvested 0.4 acre of corn on Monday and Sharon harvested 0.1 acre . How many more acres did Greg harvest than Sharon ? | (0.4 - 0.1) | 0.3 | 1true |
Greg and Sharon own neighboring cornfields . Greg harvested 0.4 acre of corn on Monday and Sharon harvested 0.1 acre . | How many more acres did Greg harvest than Sharon ? | Greg and Sharon own neighboring cornfields . Greg harvested 0.4 acre of corn on Monday and Sharon harvested 0.1 acre . How many more acres did Greg harvest than Sharon ? | (0.4 + 0.1) | 0.5 | 0false |
Shelby ’ s teacher gives out gold stars for great math work . Yesterday , Shelby earned 4.0 gold stars . Today , she earned 3.0 more . | How many gold stars did Shelby earn in all ? | Shelby ’ s teacher gives out gold stars for great math work . Yesterday , Shelby earned 4.0 gold stars . Today , she earned 3.0 more . How many gold stars did Shelby earn in all ? | (4.0 + 3.0) | 7 | 1true |
Shelby ’ s teacher gives out gold stars for great math work . Yesterday , Shelby earned 4.0 gold stars . Today , she earned 3.0 more . | How many gold stars did Shelby earn in all ? | Shelby ’ s teacher gives out gold stars for great math work . Yesterday , Shelby earned 4.0 gold stars . Today , she earned 3.0 more . How many gold stars did Shelby earn in all ? | (4.0 - 3.0) | 1 | 0false |
Sam , Dan , Tom , and Keith each have 14.0 Pokemon cards . | How many Pokemon cards do they have in all ? | Sam , Dan , Tom , and Keith each have 14.0 Pokemon cards . How many Pokemon cards do they have in all ? | (4.0 * 14.0) | 56 | 1true |
Sam , Dan , Tom , and Keith each have 14.0 Pokemon cards . | How many Pokemon cards do they have in all ? | Sam , Dan , Tom , and Keith each have 14.0 Pokemon cards . How many Pokemon cards do they have in all ? | (4.0 / 14.0) | 0.285714 | 0false |
Mrs. Hilt went to a concert . A total of 65899.0 people attended the concert . The next week , Mrs. Hilt went to a second concert , which had 119.0 more people in attendance . | How many people were at the second concert ? | Mrs. Hilt went to a concert . A total of 65899.0 people attended the concert . The next week , Mrs. Hilt went to a second concert , which had 119.0 more people in attendance . How many people were at the second concert ? | (65899.0 + 119.0) | 66,018 | 1true |
Mrs. Hilt went to a concert . A total of 65899.0 people attended the concert . The next week , Mrs. Hilt went to a second concert , which had 119.0 more people in attendance . | How many people were at the second concert ? | Mrs. Hilt went to a concert . A total of 65899.0 people attended the concert . The next week , Mrs. Hilt went to a second concert , which had 119.0 more people in attendance . How many people were at the second concert ? | (65899.0 - 119.0) | 65,780 | 0false |
For his car , Mike spent $ 118.54 on speakers and $ 106.33 on new tires . Mike wanted 3.0 CD 's for $ 4.58 but decided not to . In total , | how much did Mike spend on car parts ? | For his car , Mike spent $ 118.54 on speakers and $ 106.33 on new tires . Mike wanted 3.0 CD 's for $ 4.58 but decided not to . In total , how much did Mike spend on car parts ? | (118.54 + 106.33) | 224.87 | 1true |
For his car , Mike spent $ 118.54 on speakers and $ 106.33 on new tires . Mike wanted 3.0 CD 's for $ 4.58 but decided not to . In total , | how much did Mike spend on car parts ? | For his car , Mike spent $ 118.54 on speakers and $ 106.33 on new tires . Mike wanted 3.0 CD 's for $ 4.58 but decided not to . In total , how much did Mike spend on car parts ? | (118.54 - 106.33) | 12.21 | 0false |
Jack is inviting 4.0 friends to a party . He has 4.0 cookies . | How many cookies will each friend get ? | Jack is inviting 4.0 friends to a party . He has 4.0 cookies . How many cookies will each friend get ? | (4.0 / 4.0) | 1 | 1true |
Jack is inviting 4.0 friends to a party . He has 4.0 cookies . | How many cookies will each friend get ? | Jack is inviting 4.0 friends to a party . He has 4.0 cookies . How many cookies will each friend get ? | (4.0 * 4.0) | 16 | 0false |
If a pair of shoes that cost 50.0 dollars was marked down by 8.0 % , | how much do they cost now ? | If a pair of shoes that cost 50.0 dollars was marked down by 8.0 % , how much do they cost now ? | (50.0 - ((8.0 * 0.01) * 50.0)) | 46 | 1true |
If a pair of shoes that cost 50.0 dollars was marked down by 8.0 % , | how much do they cost now ? | If a pair of shoes that cost 50.0 dollars was marked down by 8.0 % , how much do they cost now ? | (50.0 + ((8.0 / 0.01) / 50.0)) | 66 | 0false |
A treasure hunter discovered a buried treasure chest filled with a total of 5155.0 gems . 45.0 of the gems were diamonds , and the rest were rubies . | How many of the gems were rubies ? | A treasure hunter discovered a buried treasure chest filled with a total of 5155.0 gems . 45.0 of the gems were diamonds , and the rest were rubies . How many of the gems were rubies ? | (5155.0 - 45.0) | 5,110 | 1true |
A treasure hunter discovered a buried treasure chest filled with a total of 5155.0 gems . 45.0 of the gems were diamonds , and the rest were rubies . | How many of the gems were rubies ? | A treasure hunter discovered a buried treasure chest filled with a total of 5155.0 gems . 45.0 of the gems were diamonds , and the rest were rubies . How many of the gems were rubies ? | (5155.0 + 45.0) | 5,200 | 0false |
There are 4.0 walnut trees currently in the park . Park workers will plant 6.0 walnut trees today . | How many walnut trees will the park have when the workers are finished ? | There are 4.0 walnut trees currently in the park . Park workers will plant 6.0 walnut trees today . How many walnut trees will the park have when the workers are finished ? | (4.0 + 6.0) | 10 | 1true |
There are 4.0 walnut trees currently in the park . Park workers will plant 6.0 walnut trees today . | How many walnut trees will the park have when the workers are finished ? | There are 4.0 walnut trees currently in the park . Park workers will plant 6.0 walnut trees today . How many walnut trees will the park have when the workers are finished ? | (4.0 - 6.0) | -2 | 0false |
Faye had 46.0 math problems and 9.0 science problems for homework . If she finished 40.0 of the problems at school , | how many problems did she have to do for homework ? | Faye had 46.0 math problems and 9.0 science problems for homework . If she finished 40.0 of the problems at school , how many problems did she have to do for homework ? | ((46.0 + 9.0) - 40.0) | 15 | 1true |
Faye had 46.0 math problems and 9.0 science problems for homework . If she finished 40.0 of the problems at school , | how many problems did she have to do for homework ? | Faye had 46.0 math problems and 9.0 science problems for homework . If she finished 40.0 of the problems at school , how many problems did she have to do for homework ? | ((46.0 - 9.0) + 40.0) | 77 | 0false |
On Wednesday , Joan spent 4.0 half - dollars playing pinball . The next day , she spent 14.0 half - dollars on pinball . | What was the total amount Joan spent playing pinball ? | On Wednesday , Joan spent 4.0 half - dollars playing pinball . The next day , she spent 14.0 half - dollars on pinball . What was the total amount Joan spent playing pinball ? | ((4.0 * 0.5) + (14.0 * 0.5)) | 9 | 1true |
On Wednesday , Joan spent 4.0 half - dollars playing pinball . The next day , she spent 14.0 half - dollars on pinball . | What was the total amount Joan spent playing pinball ? | On Wednesday , Joan spent 4.0 half - dollars playing pinball . The next day , she spent 14.0 half - dollars on pinball . What was the total amount Joan spent playing pinball ? | ((4.0 / 0.5) - (14.0 / 0.5)) | -20 | 0false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.