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 |
|---|---|---|---|---|---|
Tom purchased a football game for $ 14.02 , a strategy game for $ 9.46 , and a Batman game for $ 12.04 . | How much did Tom spend on video games ? | Tom purchased a football game for $ 14.02 , a strategy game for $ 9.46 , and a Batman game for $ 12.04 . How much did Tom spend on video games ? | ((14.02 + 9.46) + 12.04) | 35.52 | 1true |
Tom purchased a football game for $ 14.02 , a strategy game for $ 9.46 , and a Batman game for $ 12.04 . | How much did Tom spend on video games ? | Tom purchased a football game for $ 14.02 , a strategy game for $ 9.46 , and a Batman game for $ 12.04 . How much did Tom spend on video games ? | ((14.02 - 9.46) - 12.04) | -7.48 | 0false |
Will bought 7.0 boxes of chocolate candy and gave 3.0 to his little brother . If each box has 4.0 pieces inside it , | how many pieces did Will still have ? | Will bought 7.0 boxes of chocolate candy and gave 3.0 to his little brother . If each box has 4.0 pieces inside it , how many pieces did Will still have ? | (4.0 * (7.0 - 3.0)) | 16 | 1true |
Will bought 7.0 boxes of chocolate candy and gave 3.0 to his little brother . If each box has 4.0 pieces inside it , | how many pieces did Will still have ? | Will bought 7.0 boxes of chocolate candy and gave 3.0 to his little brother . If each box has 4.0 pieces inside it , how many pieces did Will still have ? | (4.0 / (7.0 + 3.0)) | 0.4 | 0false |
Fred has 90.0 cents in his bank . | How many dimes does Fred have ? | Fred has 90.0 cents in his bank . How many dimes does Fred have ? | (90.0 / 10.0) | 9 | 1true |
Fred has 90.0 cents in his bank . | How many dimes does Fred have ? | Fred has 90.0 cents in his bank . How many dimes does Fred have ? | (90.0 * 10.0) | 900 | 0false |
Virginia has 16.0 eggs and 8.0 Skittles . If she shares the eggs among 4.0 friends , | how many eggs does each friend get ? | Virginia has 16.0 eggs and 8.0 Skittles . If she shares the eggs among 4.0 friends , how many eggs does each friend get ? | (16.0 / 4.0) | 4 | 1true |
Virginia has 16.0 eggs and 8.0 Skittles . If she shares the eggs among 4.0 friends , | how many eggs does each friend get ? | Virginia has 16.0 eggs and 8.0 Skittles . If she shares the eggs among 4.0 friends , how many eggs does each friend get ? | (16.0 * 4.0) | 64 | 0false |
Melanie had 30.0 baseball cards , and 9.0 were torn . Sara bought 18.0 of Melanie 's baseball cards . | How many baseball cards does Melanie have now ? | Melanie had 30.0 baseball cards , and 9.0 were torn . Sara bought 18.0 of Melanie 's baseball cards . How many baseball cards does Melanie have now ? | (30.0 - 18.0) | 12 | 1true |
Melanie had 30.0 baseball cards , and 9.0 were torn . Sara bought 18.0 of Melanie 's baseball cards . | How many baseball cards does Melanie have now ? | Melanie had 30.0 baseball cards , and 9.0 were torn . Sara bought 18.0 of Melanie 's baseball cards . How many baseball cards does Melanie have now ? | (30.0 + 18.0) | 48 | 0false |
Will was working as a sacker at a grocery store where he made 8.0 dollars an hour . On Monday he worked 8.0 hours and on Tuesday he worked 2.0 hours . | How much money did Will make in those two days ? | Will was working as a sacker at a grocery store where he made 8.0 dollars an hour . On Monday he worked 8.0 hours and on Tuesday he worked 2.0 hours . How much money did Will make in those two days ? | (8.0 * (8.0 + 2.0)) | 80 | 1true |
Will was working as a sacker at a grocery store where he made 8.0 dollars an hour . On Monday he worked 8.0 hours and on Tuesday he worked 2.0 hours . | How much money did Will make in those two days ? | Will was working as a sacker at a grocery store where he made 8.0 dollars an hour . On Monday he worked 8.0 hours and on Tuesday he worked 2.0 hours . How much money did Will make in those two days ? | (8.0 / (8.0 - 2.0)) | 1.333333 | 0false |
If your gross pay is 450.0 dollars , while your net pay is 315.0 dollars , | how much do you pay in taxes ? Assume that all tax dollars are not included in net pay . | If your gross pay is 450.0 dollars , while your net pay is 315.0 dollars , how much do you pay in taxes ? Assume that all tax dollars are not included in net pay . | (450.0 - 315.0) | 135 | 1true |
If your gross pay is 450.0 dollars , while your net pay is 315.0 dollars , | how much do you pay in taxes ? Assume that all tax dollars are not included in net pay . | If your gross pay is 450.0 dollars , while your net pay is 315.0 dollars , how much do you pay in taxes ? Assume that all tax dollars are not included in net pay . | (450.0 + 315.0) | 765 | 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 |
Mrs. Hilt read 4.0 books . Each book had 17.0 chapters in it . | How many chapters did Mrs. Hilt read ? | Mrs. Hilt read 4.0 books . Each book had 17.0 chapters in it . How many chapters did Mrs. Hilt read ? | (4.0 * 17.0) | 68 | 1true |
Mrs. Hilt read 4.0 books . Each book had 17.0 chapters in it . | How many chapters did Mrs. Hilt read ? | Mrs. Hilt read 4.0 books . Each book had 17.0 chapters in it . How many chapters did Mrs. Hilt read ? | (4.0 / 17.0) | 0.235294 | 0false |
John was trying to expand his game collection . He bought 21.0 games from a friend and bought 8.0 more at a garage sale . If 23.0 of the games did n't work , | how many good games did he end up with ? | John was trying to expand his game collection . He bought 21.0 games from a friend and bought 8.0 more at a garage sale . If 23.0 of the games did n't work , how many good games did he end up with ? | ((21.0 + 8.0) - 23.0) | 6 | 1true |
John was trying to expand his game collection . He bought 21.0 games from a friend and bought 8.0 more at a garage sale . If 23.0 of the games did n't work , | how many good games did he end up with ? | John was trying to expand his game collection . He bought 21.0 games from a friend and bought 8.0 more at a garage sale . If 23.0 of the games did n't work , how many good games did he end up with ? | ((21.0 - 8.0) + 23.0) | 36 | 0false |
While on vacation , Gwen took 41.0 pictures at the zoo and 29.0 at the museum . If she later deleted 15.0 of the pictures , | how many pictures from her vacation did she still have ? | While on vacation , Gwen took 41.0 pictures at the zoo and 29.0 at the museum . If she later deleted 15.0 of the pictures , how many pictures from her vacation did she still have ? | ((41.0 + 29.0) - 15.0) | 55 | 1true |
While on vacation , Gwen took 41.0 pictures at the zoo and 29.0 at the museum . If she later deleted 15.0 of the pictures , | how many pictures from her vacation did she still have ? | While on vacation , Gwen took 41.0 pictures at the zoo and 29.0 at the museum . If she later deleted 15.0 of the pictures , how many pictures from her vacation did she still have ? | ((41.0 - 29.0) + 15.0) | 27 | 0false |
If Lawrence walked 4.0 kilometers at 3.0 kilometers per hour , | how long was Lawrence walking ? | If Lawrence walked 4.0 kilometers at 3.0 kilometers per hour , how long was Lawrence walking ? | (4.0 - 3.0) | 1 | 1true |
If Lawrence walked 4.0 kilometers at 3.0 kilometers per hour , | how long was Lawrence walking ? | If Lawrence walked 4.0 kilometers at 3.0 kilometers per hour , how long was Lawrence walking ? | (4.0 + 3.0) | 7 | 0false |
3.0 friends own a car in Florida . One owns 0.5833 of the car the second owns 0.1667 . | How much does the third own ? | 3.0 friends own a car in Florida . One owns 0.5833 of the car the second owns 0.1667 . How much does the third own ? | ((1.0 - 0.5833) - 0.1667) | 0.25 | 1true |
3.0 friends own a car in Florida . One owns 0.5833 of the car the second owns 0.1667 . | How much does the third own ? | 3.0 friends own a car in Florida . One owns 0.5833 of the car the second owns 0.1667 . How much does the third own ? | ((1.0 + 0.5833) + 0.1667) | 1.75 | 0false |
Edward earned 4.0 dollars for each lawn he mowed . If he had 17.0 lawns to mow , but forgot to mow 9.0 of them , | how much money did he actually earn ? | Edward earned 4.0 dollars for each lawn he mowed . If he had 17.0 lawns to mow , but forgot to mow 9.0 of them , how much money did he actually earn ? | (4.0 * (17.0 - 9.0)) | 32 | 1true |
Edward earned 4.0 dollars for each lawn he mowed . If he had 17.0 lawns to mow , but forgot to mow 9.0 of them , | how much money did he actually earn ? | Edward earned 4.0 dollars for each lawn he mowed . If he had 17.0 lawns to mow , but forgot to mow 9.0 of them , how much money did he actually earn ? | (4.0 / (17.0 + 9.0)) | 0.153846 | 0false |
Debby 's class is going on a field trip to the zoo . If each van can hold 4.0 people and there are 2.0 students and 6.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 4.0 people and there are 2.0 students and 6.0 adults going , how many vans will they need ? | ((2.0 + 6.0) / 4.0) | 2 | 1true |
Debby 's class is going on a field trip to the zoo . If each van can hold 4.0 people and there are 2.0 students and 6.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 4.0 people and there are 2.0 students and 6.0 adults going , how many vans will they need ? | ((2.0 - 6.0) * 4.0) | -16 | 0false |
Jeremy strolled 20.0 kilometers at 2.0 kilometers per hour . | How long did Jeremy stroll ? | Jeremy strolled 20.0 kilometers at 2.0 kilometers per hour . How long did Jeremy stroll ? | (20.0 / 2.0) | 10 | 1true |
Jeremy strolled 20.0 kilometers at 2.0 kilometers per hour . | How long did Jeremy stroll ? | Jeremy strolled 20.0 kilometers at 2.0 kilometers per hour . How long did Jeremy stroll ? | (20.0 * 2.0) | 40 | 0false |
Katie was selling her necklaces at a garage sale . She sold 4.0 bead necklaces and 3.0 gem stone necklaces . If each necklace cost 3.0 dollars , | how much money did she earn ? | Katie was selling her necklaces at a garage sale . She sold 4.0 bead necklaces and 3.0 gem stone necklaces . If each necklace cost 3.0 dollars , how much money did she earn ? | (3.0 * (4.0 + 3.0)) | 21 | 1true |
Katie was selling her necklaces at a garage sale . She sold 4.0 bead necklaces and 3.0 gem stone necklaces . If each necklace cost 3.0 dollars , | how much money did she earn ? | Katie was selling her necklaces at a garage sale . She sold 4.0 bead necklaces and 3.0 gem stone necklaces . If each necklace cost 3.0 dollars , how much money did she earn ? | (3.0 / (4.0 - 3.0)) | 3 | 0false |
Sam was collecting cans for recycling . On Saturday he filled 3.0 bags up and on Sunday he filled 4.0 more bags . If each bag had 9.0 cans in it , | how many cans did he pick up total ? | Sam was collecting cans for recycling . On Saturday he filled 3.0 bags up and on Sunday he filled 4.0 more bags . If each bag had 9.0 cans in it , how many cans did he pick up total ? | (9.0 * (3.0 + 4.0)) | 63 | 1true |
Sam was collecting cans for recycling . On Saturday he filled 3.0 bags up and on Sunday he filled 4.0 more bags . If each bag had 9.0 cans in it , | how many cans did he pick up total ? | Sam was collecting cans for recycling . On Saturday he filled 3.0 bags up and on Sunday he filled 4.0 more bags . If each bag had 9.0 cans in it , how many cans did he pick up total ? | (9.0 / (3.0 - 4.0)) | -9 | 0false |
Eric has 3.0 boxes of pencils . Each box holds 9.0 pencils . | How many pencils does Eric have ? | Eric has 3.0 boxes of pencils . Each box holds 9.0 pencils . How many pencils does Eric have ? | (3.0 * 9.0) | 27 | 1true |
Eric has 3.0 boxes of pencils . Each box holds 9.0 pencils . | How many pencils does Eric have ? | Eric has 3.0 boxes of pencils . Each box holds 9.0 pencils . How many pencils does Eric have ? | (3.0 / 9.0) | 0.333333 | 0false |
At the arcade Dave won 11.0 tickets . If he spent 5.0 tickets on a beanie and later won 10.0 more tickets , | how many would he have ? | At the arcade Dave won 11.0 tickets . If he spent 5.0 tickets on a beanie and later won 10.0 more tickets , how many would he have ? | ((11.0 + 10.0) - 5.0) | 16 | 1true |
At the arcade Dave won 11.0 tickets . If he spent 5.0 tickets on a beanie and later won 10.0 more tickets , | how many would he have ? | At the arcade Dave won 11.0 tickets . If he spent 5.0 tickets on a beanie and later won 10.0 more tickets , how many would he have ? | ((11.0 - 10.0) + 5.0) | 6 | 0false |
There are 4.0 squirrels in a tree with 2.0 nuts . | How many more squirrels are there than nuts ? | There are 4.0 squirrels in a tree with 2.0 nuts . How many more squirrels are there than nuts ? | (4.0 - 2.0) | 2 | 1true |
There are 4.0 squirrels in a tree with 2.0 nuts . | How many more squirrels are there than nuts ? | There are 4.0 squirrels in a tree with 2.0 nuts . How many more squirrels are there than nuts ? | (4.0 + 2.0) | 6 | 0false |
Chloe baked 7.0 brownies , but needed 16.0 total for her party . If she used 6.0 cups of flour on each one , | how much cups of flour does she still need ? | Chloe baked 7.0 brownies , but needed 16.0 total for her party . If she used 6.0 cups of flour on each one , how much cups of flour does she still need ? | (6.0 * (16.0 - 7.0)) | 54 | 1true |
Chloe baked 7.0 brownies , but needed 16.0 total for her party . If she used 6.0 cups of flour on each one , | how much cups of flour does she still need ? | Chloe baked 7.0 brownies , but needed 16.0 total for her party . If she used 6.0 cups of flour on each one , how much cups of flour does she still need ? | (6.0 / (16.0 + 7.0)) | 0.26087 | 0false |
There are 55.0 oranges in a box . Deborah has 11.0 oranges in a bag . Susan takes 35.0 oranges out of the box . | How many oranges are left in the box ? | There are 55.0 oranges in a box . Deborah has 11.0 oranges in a bag . Susan takes 35.0 oranges out of the box . How many oranges are left in the box ? | (55.0 - 35.0) | 20 | 1true |
There are 55.0 oranges in a box . Deborah has 11.0 oranges in a bag . Susan takes 35.0 oranges out of the box . | How many oranges are left in the box ? | There are 55.0 oranges in a box . Deborah has 11.0 oranges in a bag . Susan takes 35.0 oranges out of the box . How many oranges are left in the box ? | (55.0 + 35.0) | 90 | 0false |
For the school bake sale Amy made pastries . She baked 15.0 cupcakes and 48.0 cookies . After the sale she had 12.0 to take back home . | How many pastries did she sell ? | For the school bake sale Amy made pastries . She baked 15.0 cupcakes and 48.0 cookies . After the sale she had 12.0 to take back home . How many pastries did she sell ? | ((15.0 + 48.0) - 12.0) | 51 | 1true |
For the school bake sale Amy made pastries . She baked 15.0 cupcakes and 48.0 cookies . After the sale she had 12.0 to take back home . | How many pastries did she sell ? | For the school bake sale Amy made pastries . She baked 15.0 cupcakes and 48.0 cookies . After the sale she had 12.0 to take back home . How many pastries did she sell ? | ((15.0 - 48.0) + 12.0) | -21 | 0false |
There are 25.0 students trying out for the school 's trivia teams . If 15.0 of them did n't get picked for the team and the rest were put into 2.0 groups , | how many students would be in each group ? | There are 25.0 students trying out for the school 's trivia teams . If 15.0 of them did n't get picked for the team and the rest were put into 2.0 groups , how many students would be in each group ? | ((25.0 - 15.0) / 2.0) | 5 | 1true |
There are 25.0 students trying out for the school 's trivia teams . If 15.0 of them did n't get picked for the team and the rest were put into 2.0 groups , | how many students would be in each group ? | There are 25.0 students trying out for the school 's trivia teams . If 15.0 of them did n't get picked for the team and the rest were put into 2.0 groups , how many students would be in each group ? | ((25.0 + 15.0) * 2.0) | 80 | 0false |
Nancy uploaded 51.0 pictures to Facebook . She put 11.0 pics into one album and put the rest into 8.0 different albums . | How many pictures were in each album ? | Nancy uploaded 51.0 pictures to Facebook . She put 11.0 pics into one album and put the rest into 8.0 different albums . How many pictures were in each album ? | ((51.0 - 11.0) / 8.0) | 5 | 1true |
Nancy uploaded 51.0 pictures to Facebook . She put 11.0 pics into one album and put the rest into 8.0 different albums . | How many pictures were in each album ? | Nancy uploaded 51.0 pictures to Facebook . She put 11.0 pics into one album and put the rest into 8.0 different albums . How many pictures were in each album ? | ((51.0 + 11.0) * 8.0) | 496 | 0false |
On her vacation last summer , Trisha walked all over New York City to buy souvenirs . First , she walked 0.1111111111111111 mile from her hotel to a postcard shop . Then she walked 0.1111111111111111 mile from the postcard shop to a T - shirt shop and 0.6666666666666666 mile from the T - shirt shop back to the hotel . | How many miles did Trisha walk in all ? | On her vacation last summer , Trisha walked all over New York City to buy souvenirs . First , she walked 0.1111111111111111 mile from her hotel to a postcard shop . Then she walked 0.1111111111111111 mile from the postcard shop to a T - shirt shop and 0.6666666666666666 mile from the T - shirt shop back to the hotel . ... | ((0.1111111111111111 + 0.1111111111111111) + 0.6666666666666666) | 0.888889 | 1true |
On her vacation last summer , Trisha walked all over New York City to buy souvenirs . First , she walked 0.1111111111111111 mile from her hotel to a postcard shop . Then she walked 0.1111111111111111 mile from the postcard shop to a T - shirt shop and 0.6666666666666666 mile from the T - shirt shop back to the hotel . | How many miles did Trisha walk in all ? | On her vacation last summer , Trisha walked all over New York City to buy souvenirs . First , she walked 0.1111111111111111 mile from her hotel to a postcard shop . Then she walked 0.1111111111111111 mile from the postcard shop to a T - shirt shop and 0.6666666666666666 mile from the T - shirt shop back to the hotel . ... | ((0.1111111111111111 - 0.1111111111111111) - 0.6666666666666666) | -0.666667 | 0false |
Sally has 9.0 orange balloons and 4.0 blue balloons . She lost 2.0 of the orange balloons . | How many orange balloons does Sally have now ? | Sally has 9.0 orange balloons and 4.0 blue balloons . She lost 2.0 of the orange balloons . How many orange balloons does Sally have now ? | (9.0 - 2.0) | 7 | 1true |
Sally has 9.0 orange balloons and 4.0 blue balloons . She lost 2.0 of the orange balloons . | How many orange balloons does Sally have now ? | Sally has 9.0 orange balloons and 4.0 blue balloons . She lost 2.0 of the orange balloons . How many orange balloons does Sally have now ? | (9.0 + 2.0) | 11 | 0false |
Allie counted the leftover ice cream after a sundae party . She had 0.3333333333333333 carton of rocky road ice cream , 0.3333333333333333 carton of cookie dough ice cream , and 0.16666666666666666 carton of strawberry cheesecake ice cream . | How many cartons of ice cream did Allie have in all ? | Allie counted the leftover ice cream after a sundae party . She had 0.3333333333333333 carton of rocky road ice cream , 0.3333333333333333 carton of cookie dough ice cream , and 0.16666666666666666 carton of strawberry cheesecake ice cream . How many cartons of ice cream did Allie have in all ? | ((0.3333333333333333 + 0.3333333333333333) + 0.16666666666666666) | 0.833333 | 1true |
Allie counted the leftover ice cream after a sundae party . She had 0.3333333333333333 carton of rocky road ice cream , 0.3333333333333333 carton of cookie dough ice cream , and 0.16666666666666666 carton of strawberry cheesecake ice cream . | How many cartons of ice cream did Allie have in all ? | Allie counted the leftover ice cream after a sundae party . She had 0.3333333333333333 carton of rocky road ice cream , 0.3333333333333333 carton of cookie dough ice cream , and 0.16666666666666666 carton of strawberry cheesecake ice cream . How many cartons of ice cream did Allie have in all ? | ((0.3333333333333333 - 0.3333333333333333) - 0.16666666666666666) | -0.166667 | 0false |
Mr. Guzman bought 48.0 doughnuts packed equally into 4.0 boxes . | How many doughnuts were in each box ? | Mr. Guzman bought 48.0 doughnuts packed equally into 4.0 boxes . How many doughnuts were in each box ? | (48.0 / 4.0) | 12 | 1true |
Mr. Guzman bought 48.0 doughnuts packed equally into 4.0 boxes . | How many doughnuts were in each box ? | Mr. Guzman bought 48.0 doughnuts packed equally into 4.0 boxes . How many doughnuts were in each box ? | (48.0 * 4.0) | 192 | 0false |
Sara picked 45.0 pears and Sally picked 11.0 pears from the pear tree . | How many pears were picked in total ? | Sara picked 45.0 pears and Sally picked 11.0 pears from the pear tree . How many pears were picked in total ? | (45.0 + 11.0) | 56 | 1true |
Sara picked 45.0 pears and Sally picked 11.0 pears from the pear tree . | How many pears were picked in total ? | Sara picked 45.0 pears and Sally picked 11.0 pears from the pear tree . How many pears were picked in total ? | (45.0 - 11.0) | 34 | 0false |
A restaurant served 6.0 cakes during lunch and 9.0 during dinner today . | How many cakes were served today ? | A restaurant served 6.0 cakes during lunch and 9.0 during dinner today . How many cakes were served today ? | (6.0 + 9.0) | 15 | 1true |
A restaurant served 6.0 cakes during lunch and 9.0 during dinner today . | How many cakes were served today ? | A restaurant served 6.0 cakes during lunch and 9.0 during dinner today . How many cakes were served today ? | (6.0 - 9.0) | -3 | 0false |
John walks 0.7 miles to school and Nina walks 0.4 miles to school . | How much farther does John walk than Nina ? | John walks 0.7 miles to school and Nina walks 0.4 miles to school . How much farther does John walk than Nina ? | (0.7 - 0.4) | 0.3 | 1true |
John walks 0.7 miles to school and Nina walks 0.4 miles to school . | How much farther does John walk than Nina ? | John walks 0.7 miles to school and Nina walks 0.4 miles to school . How much farther does John walk than Nina ? | (0.7 + 0.4) | 1.1 | 0false |
Wendy was playing a video game and had 43.0 lives . In a hard part of the game she lost 8.0 lives . If she got 39.0 more lives in the next level , | how many lives would she have ? | Wendy was playing a video game and had 43.0 lives . In a hard part of the game she lost 8.0 lives . If she got 39.0 more lives in the next level , how many lives would she have ? | ((43.0 + 39.0) - 8.0) | 74 | 1true |
Wendy was playing a video game and had 43.0 lives . In a hard part of the game she lost 8.0 lives . If she got 39.0 more lives in the next level , | how many lives would she have ? | Wendy was playing a video game and had 43.0 lives . In a hard part of the game she lost 8.0 lives . If she got 39.0 more lives in the next level , how many lives would she have ? | ((43.0 - 39.0) + 8.0) | 12 | 0false |
For Halloween Katie and her sister combined the candy they received . Katie had 10.0 pieces of candy while her sister had 6.0 . If they ate 9.0 pieces the first night , | how many pieces do they have left ? | For Halloween Katie and her sister combined the candy they received . Katie had 10.0 pieces of candy while her sister had 6.0 . If they ate 9.0 pieces the first night , how many pieces do they have left ? | ((10.0 + 6.0) - 9.0) | 7 | 1true |
For Halloween Katie and her sister combined the candy they received . Katie had 10.0 pieces of candy while her sister had 6.0 . If they ate 9.0 pieces the first night , | how many pieces do they have left ? | For Halloween Katie and her sister combined the candy they received . Katie had 10.0 pieces of candy while her sister had 6.0 . If they ate 9.0 pieces the first night , how many pieces do they have left ? | ((10.0 - 6.0) + 9.0) | 13 | 0false |
Janet has 3.0 stickers . She gets 53.0 more from Ruth . | How many stickers does Janet have in all ? | Janet has 3.0 stickers . She gets 53.0 more from Ruth . How many stickers does Janet have in all ? | (3.0 + 53.0) | 56 | 1true |
Janet has 3.0 stickers . She gets 53.0 more from Ruth . | How many stickers does Janet have in all ? | Janet has 3.0 stickers . She gets 53.0 more from Ruth . How many stickers does Janet have in all ? | (3.0 - 53.0) | -50 | 0false |
There are 46.0 rulers in the drawer . Tim took 25.0 rulers from the drawer . | How many rulers are now in the drawer ? | There are 46.0 rulers in the drawer . Tim took 25.0 rulers from the drawer . How many rulers are now in the drawer ? | (46.0 - 25.0) | 21 | 1true |
There are 46.0 rulers in the drawer . Tim took 25.0 rulers from the drawer . | How many rulers are now in the drawer ? | There are 46.0 rulers in the drawer . Tim took 25.0 rulers from the drawer . How many rulers are now in the drawer ? | (46.0 + 25.0) | 71 | 0false |
Mrs. Hilt went to a concert . A total of 65899.0 people attended the concert . The next week , she 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 , she 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 , she 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 , she 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 |
Sam has 110.0 books . Joan has 102.0 books . | How many books do they have together ? | Sam has 110.0 books . Joan has 102.0 books . How many books do they have together ? | (110.0 + 102.0) | 212 | 1true |
Sam has 110.0 books . Joan has 102.0 books . | How many books do they have together ? | Sam has 110.0 books . Joan has 102.0 books . How many books do they have together ? | (110.0 - 102.0) | 8 | 0false |
Melanie , Benny , Sandy , and Jessica each have 9.0 dozen Pokemon cards . | How many Pokemon cards do they have in all ? | Melanie , Benny , Sandy , and Jessica each have 9.0 dozen Pokemon cards . How many Pokemon cards do they have in all ? | (4.0 * (9.0 * 12.0)) | 432 | 1true |
Melanie , Benny , Sandy , and Jessica each have 9.0 dozen Pokemon cards . | How many Pokemon cards do they have in all ? | Melanie , Benny , Sandy , and Jessica each have 9.0 dozen Pokemon cards . How many Pokemon cards do they have in all ? | (4.0 / (9.0 / 12.0)) | 5.333333 | 0false |
There are 77.0 apples in a box . Louise has 9.0 apples in a bag . Scott takes 75.0 apples out of the box . | How many apples are left in the box ? | There are 77.0 apples in a box . Louise has 9.0 apples in a bag . Scott takes 75.0 apples out of the box . How many apples are left in the box ? | (77.0 - 75.0) | 2 | 1true |
There are 77.0 apples in a box . Louise has 9.0 apples in a bag . Scott takes 75.0 apples out of the box . | How many apples are left in the box ? | There are 77.0 apples in a box . Louise has 9.0 apples in a bag . Scott takes 75.0 apples out of the box . How many apples are left in the box ? | (77.0 + 75.0) | 152 | 0false |
Shirley sold 20.0 boxes of Do - Si - Dos . | How many cases of number1 boxes , plus extra boxes does Shirley need to deliver ? | Shirley sold 20.0 boxes of Do - Si - Dos . How many cases of 4.0 boxes , plus extra boxes does Shirley need to deliver ? | (20.0 / 4.0) | 5 | 1true |
Shirley sold 20.0 boxes of Do - Si - Dos . | How many cases of number1 boxes , plus extra boxes does Shirley need to deliver ? | Shirley sold 20.0 boxes of Do - Si - Dos . How many cases of 4.0 boxes , plus extra boxes does Shirley need to deliver ? | (20.0 * 4.0) | 80 | 0false |
Tom has 30.0 violet balloons , he gave Fred 16.0 of the balloons . | How many violet balloons does he now have ? | Tom has 30.0 violet balloons , he gave Fred 16.0 of the balloons . How many violet balloons does he now have ? | (30.0 - 16.0) | 14 | 1true |
Tom has 30.0 violet balloons , he gave Fred 16.0 of the balloons . | How many violet balloons does he now have ? | Tom has 30.0 violet balloons , he gave Fred 16.0 of the balloons . How many violet balloons does he now have ? | (30.0 + 16.0) | 46 | 0false |
Mike bought some toys . He bought marbles for $ 9.05 , a football for $ 4.95 , and spent $ 6.52 on a baseball . In total , | how much did Mike spend on toys ? | Mike bought some toys . He bought marbles for $ 9.05 , a football for $ 4.95 , and spent $ 6.52 on a baseball . In total , how much did Mike spend on toys ? | ((9.05 + 4.95) + 6.52) | 20.52 | 1true |
Mike bought some toys . He bought marbles for $ 9.05 , a football for $ 4.95 , and spent $ 6.52 on a baseball . In total , | how much did Mike spend on toys ? | Mike bought some toys . He bought marbles for $ 9.05 , a football for $ 4.95 , and spent $ 6.52 on a baseball . In total , how much did Mike spend on toys ? | ((9.05 - 4.95) - 6.52) | -2.42 | 0false |
Jason has 7.0 violet balloons and 4.0 red balloons . He lost 3.0 of the violet balloons . | How many violet balloons does Jason have now ? | Jason has 7.0 violet balloons and 4.0 red balloons . He lost 3.0 of the violet balloons . How many violet balloons does Jason have now ? | (7.0 - 3.0) | 4 | 1true |
Jason has 7.0 violet balloons and 4.0 red balloons . He lost 3.0 of the violet balloons . | How many violet balloons does Jason have now ? | Jason has 7.0 violet balloons and 4.0 red balloons . He lost 3.0 of the violet balloons . How many violet balloons does Jason have now ? | (7.0 + 3.0) | 10 | 0false |
John weighs 81.0 pounds . Roy weighs 4.0 pounds . | How much heavier is John than Roy ? | John weighs 81.0 pounds . Roy weighs 4.0 pounds . How much heavier is John than Roy ? | (81.0 - 4.0) | 77 | 1true |
John weighs 81.0 pounds . Roy weighs 4.0 pounds . | How much heavier is John than Roy ? | John weighs 81.0 pounds . Roy weighs 4.0 pounds . How much heavier is John than Roy ? | (81.0 + 4.0) | 85 | 0false |
There are 8.0 oranges . 8.0 oranges more are added . | How many are there total ? | There are 8.0 oranges . 8.0 oranges more are added . How many are there total ? | (8.0 + 8.0) | 16 | 1true |
There are 8.0 oranges . 8.0 oranges more are added . | How many are there total ? | There are 8.0 oranges . 8.0 oranges more are added . How many are there total ? | (8.0 - 8.0) | 0 | 0false |
Olivia uploaded 5.0 pictures from her phone and 35.0 from her camera to facebook . If she sorted the pics into 8.0 different albums with the same amount of pics in each album , | how many pictures were in each of the albums ? | Olivia uploaded 5.0 pictures from her phone and 35.0 from her camera to facebook . If she sorted the pics into 8.0 different albums with the same amount of pics in each album , how many pictures were in each of the albums ? | ((5.0 + 35.0) / 8.0) | 5 | 1true |
Olivia uploaded 5.0 pictures from her phone and 35.0 from her camera to facebook . If she sorted the pics into 8.0 different albums with the same amount of pics in each album , | how many pictures were in each of the albums ? | Olivia uploaded 5.0 pictures from her phone and 35.0 from her camera to facebook . If she sorted the pics into 8.0 different albums with the same amount of pics in each album , how many pictures were in each of the albums ? | ((5.0 - 35.0) * 8.0) | -240 | 0false |
2.0 birds were sitting on the fence . 4.0 more birds came to join them . | How many birds are sitting on the fence ? | 2.0 birds were sitting on the fence . 4.0 more birds came to join them . How many birds are sitting on the fence ? | (2.0 + 4.0) | 6 | 1true |
2.0 birds were sitting on the fence . 4.0 more birds came to join them . | How many birds are sitting on the fence ? | 2.0 birds were sitting on the fence . 4.0 more birds came to join them . How many birds are sitting on the fence ? | (2.0 - 4.0) | -2 | 0false |
A ship full of grain crashes into a coral reef . By the time the ship is fixed , 49952.0 tons of grain have spilled into the water . Only 918.0 tons of grain remain onboard . | How many tons of grain did the ship originally contain ? | A ship full of grain crashes into a coral reef . By the time the ship is fixed , 49952.0 tons of grain have spilled into the water . Only 918.0 tons of grain remain onboard . How many tons of grain did the ship originally contain ? | (49952.0 + 918.0) | 50,870 | 1true |
A ship full of grain crashes into a coral reef . By the time the ship is fixed , 49952.0 tons of grain have spilled into the water . Only 918.0 tons of grain remain onboard . | How many tons of grain did the ship originally contain ? | A ship full of grain crashes into a coral reef . By the time the ship is fixed , 49952.0 tons of grain have spilled into the water . Only 918.0 tons of grain remain onboard . How many tons of grain did the ship originally contain ? | (49952.0 - 918.0) | 49,034 | 0false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.