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 |
|---|---|---|---|---|---|
On a recent trip to CA , we averaged 50.0 miles per hour . On the return trip we averaged 60.0 miles per hour . | Determine the average speed of the trip to CA and back . | On a recent trip to CA , we averaged 50.0 miles per hour . On the return trip we averaged 60.0 miles per hour . Determine the average speed of the trip to CA and back . | ((50.0 + 60.0) / 2.0) | 54.545 | 1true |
On a recent trip to CA , we averaged 50.0 miles per hour . On the return trip we averaged 60.0 miles per hour . | Determine the average speed of the trip to CA and back . | On a recent trip to CA , we averaged 50.0 miles per hour . On the return trip we averaged 60.0 miles per hour . Determine the average speed of the trip to CA and back . | ((50.0 - 60.0) * 2.0) | -20 | 0false |
Tom found 5.0 seashells on the beach . he gave Jessica 2.0 of the seashells . | How many seashells does he now have ? | Tom found 5.0 seashells on the beach . he gave Jessica 2.0 of the seashells . How many seashells does he now have ? | (5.0 - 2.0) | 3 | 1true |
Tom found 5.0 seashells on the beach . he gave Jessica 2.0 of the seashells . | How many seashells does he now have ? | Tom found 5.0 seashells on the beach . he gave Jessica 2.0 of the seashells . How many seashells does he now have ? | (5.0 + 2.0) | 7 | 0false |
Edward was working as a sacker at a grocery store where he made 6.0 dollars an hour . On Monday he worked 3.0 hours and on Tuesday he worked 5.0 hours . | How much money did Edward make in those two days ? | Edward was working as a sacker at a grocery store where he made 6.0 dollars an hour . On Monday he worked 3.0 hours and on Tuesday he worked 5.0 hours . How much money did Edward make in those two days ? | (6.0 * (3.0 + 5.0)) | 48 | 1true |
Edward was working as a sacker at a grocery store where he made 6.0 dollars an hour . On Monday he worked 3.0 hours and on Tuesday he worked 5.0 hours . | How much money did Edward make in those two days ? | Edward was working as a sacker at a grocery store where he made 6.0 dollars an hour . On Monday he worked 3.0 hours and on Tuesday he worked 5.0 hours . How much money did Edward make in those two days ? | (6.0 / (3.0 - 5.0)) | -3 | 0false |
A waiter had 44.0 customers in his section . If 12.0 of them left and the rest of his tables had 8.0 people at each table , | how many tables did he have ? | A waiter had 44.0 customers in his section . If 12.0 of them left and the rest of his tables had 8.0 people at each table , how many tables did he have ? | ((44.0 - 12.0) / 8.0) | 4 | 1true |
A waiter had 44.0 customers in his section . If 12.0 of them left and the rest of his tables had 8.0 people at each table , | how many tables did he have ? | A waiter had 44.0 customers in his section . If 12.0 of them left and the rest of his tables had 8.0 people at each table , how many tables did he have ? | ((44.0 + 12.0) * 8.0) | 448 | 0false |
Louise has 42.0 oranges stored in boxes . If there are 7.0 boxes , | how many oranges must go in each box ? | Louise has 42.0 oranges stored in boxes . If there are 7.0 boxes , how many oranges must go in each box ? | (42.0 / 7.0) | 6 | 1true |
Louise has 42.0 oranges stored in boxes . If there are 7.0 boxes , | how many oranges must go in each box ? | Louise has 42.0 oranges stored in boxes . If there are 7.0 boxes , how many oranges must go in each box ? | (42.0 * 7.0) | 294 | 0false |
Isabel baked 39.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 21.0 of them | how many packages could she make if she put number2 cupcake in each package ? | Isabel baked 39.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 21.0 of them how many packages could she make if she put 3.0 cupcake in each package ? | ((39.0 - 21.0) / 3.0) | 6 | 1true |
Isabel baked 39.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 21.0 of them | how many packages could she make if she put number2 cupcake in each package ? | Isabel baked 39.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 21.0 of them how many packages could she make if she put 3.0 cupcake in each package ? | ((39.0 + 21.0) * 3.0) | 180 | 0false |
Uncle Dave bought 143.0 ice cream sandwiches . If he wants to give them to his 11.0 hungry nieces , | how many can each niece get ? | Uncle Dave bought 143.0 ice cream sandwiches . If he wants to give them to his 11.0 hungry nieces , how many can each niece get ? | (143.0 / 11.0) | 13 | 1true |
Uncle Dave bought 143.0 ice cream sandwiches . If he wants to give them to his 11.0 hungry nieces , | how many can each niece get ? | Uncle Dave bought 143.0 ice cream sandwiches . If he wants to give them to his 11.0 hungry nieces , how many can each niece get ? | (143.0 * 11.0) | 1,573 | 0false |
In fourth grade there were 11.0 students at the start of the year . During the year 6.0 students left and 42.0 new students came to school . | How many students were in fourth grade at the end ? | In fourth grade there were 11.0 students at the start of the year . During the year 6.0 students left and 42.0 new students came to school . How many students were in fourth grade at the end ? | ((11.0 + 42.0) - 6.0) | 47 | 1true |
In fourth grade there were 11.0 students at the start of the year . During the year 6.0 students left and 42.0 new students came to school . | How many students were in fourth grade at the end ? | In fourth grade there were 11.0 students at the start of the year . During the year 6.0 students left and 42.0 new students came to school . How many students were in fourth grade at the end ? | ((11.0 - 42.0) + 6.0) | -25 | 0false |
Tina has 82.0 bananas . She gets 3.0 more from Joyce . | How many bananas does Tina have in all ? | Tina has 82.0 bananas . She gets 3.0 more from Joyce . How many bananas does Tina have in all ? | (82.0 + 3.0) | 85 | 1true |
Tina has 82.0 bananas . She gets 3.0 more from Joyce . | How many bananas does Tina have in all ? | Tina has 82.0 bananas . She gets 3.0 more from Joyce . How many bananas does Tina have in all ? | (82.0 - 3.0) | 79 | 0false |
There were 27.0 boys and 35.0 girls on the playground at recess . | How many children were on the playground at recess ? | There were 27.0 boys and 35.0 girls on the playground at recess . How many children were on the playground at recess ? | (27.0 + 35.0) | 62 | 1true |
There were 27.0 boys and 35.0 girls on the playground at recess . | How many children were on the playground at recess ? | There were 27.0 boys and 35.0 girls on the playground at recess . How many children were on the playground at recess ? | (27.0 - 35.0) | -8 | 0false |
Sara 's high school played 12.0 basketball games this year . The team won most of their games . They were defeated during 4.0 games . | How many games did they win ? | Sara 's high school played 12.0 basketball games this year . The team won most of their games . They were defeated during 4.0 games . How many games did they win ? | (12.0 - 4.0) | 8 | 1true |
Sara 's high school played 12.0 basketball games this year . The team won most of their games . They were defeated during 4.0 games . | How many games did they win ? | Sara 's high school played 12.0 basketball games this year . The team won most of their games . They were defeated during 4.0 games . How many games did they win ? | (12.0 + 4.0) | 16 | 0false |
Robin has 9.0 packages of gum . There are 15.0 pieces in each package . | How many pieces of gum does Robin have ? | Robin has 9.0 packages of gum . There are 15.0 pieces in each package . How many pieces of gum does Robin have ? | (9.0 * 15.0) | 135 | 1true |
Robin has 9.0 packages of gum . There are 15.0 pieces in each package . | How many pieces of gum does Robin have ? | Robin has 9.0 packages of gum . There are 15.0 pieces in each package . How many pieces of gum does Robin have ? | (9.0 / 15.0) | 0.6 | 0false |
Jason went to 11.0 football games this month . He went to 17.0 games last month , and plans to go to 16.0 games next month . | How many games will he attend in all ? | Jason went to 11.0 football games this month . He went to 17.0 games last month , and plans to go to 16.0 games next month . How many games will he attend in all ? | ((11.0 + 17.0) + 16.0) | 44 | 1true |
Jason went to 11.0 football games this month . He went to 17.0 games last month , and plans to go to 16.0 games next month . | How many games will he attend in all ? | Jason went to 11.0 football games this month . He went to 17.0 games last month , and plans to go to 16.0 games next month . How many games will he attend in all ? | ((11.0 - 17.0) - 16.0) | -22 | 0false |
John can read 4.0 books a day . John reads every Monday and Tuesday . | How many books would John read in number1 weeks ? | John can read 4.0 books a day . John reads every Monday and Tuesday . How many books would John read in 6.0 weeks ? | ((4.0 + 4.0) * 6.0) | 48 | 1true |
John can read 4.0 books a day . John reads every Monday and Tuesday . | How many books would John read in number1 weeks ? | John can read 4.0 books a day . John reads every Monday and Tuesday . How many books would John read in 6.0 weeks ? | ((4.0 - 4.0) / 6.0) | 0 | 0false |
For Halloween Robin scored 23.0 pieces of candy . She ate 7.0 pieces the first night and then her sister gave her 21.0 more pieces . | How many pieces of candy does Robin have now ? | For Halloween Robin scored 23.0 pieces of candy . She ate 7.0 pieces the first night and then her sister gave her 21.0 more pieces . How many pieces of candy does Robin have now ? | ((23.0 + 21.0) - 7.0) | 37 | 1true |
For Halloween Robin scored 23.0 pieces of candy . She ate 7.0 pieces the first night and then her sister gave her 21.0 more pieces . | How many pieces of candy does Robin have now ? | For Halloween Robin scored 23.0 pieces of candy . She ate 7.0 pieces the first night and then her sister gave her 21.0 more pieces . How many pieces of candy does Robin have now ? | ((23.0 - 21.0) + 7.0) | 9 | 0false |
There are 39.0 dogwood trees currently in the park . Park workers will plant 41.0 dogwood trees today and 20.0 dogwood trees tomorrow . | How many dogwood trees will the park have when the workers are finished ? | There are 39.0 dogwood trees currently in the park . Park workers will plant 41.0 dogwood trees today and 20.0 dogwood trees tomorrow . How many dogwood trees will the park have when the workers are finished ? | ((39.0 + 41.0) + 20.0) | 100 | 1true |
There are 39.0 dogwood trees currently in the park . Park workers will plant 41.0 dogwood trees today and 20.0 dogwood trees tomorrow . | How many dogwood trees will the park have when the workers are finished ? | There are 39.0 dogwood trees currently in the park . Park workers will plant 41.0 dogwood trees today and 20.0 dogwood trees tomorrow . How many dogwood trees will the park have when the workers are finished ? | ((39.0 - 41.0) - 20.0) | -22 | 0false |
Annie has 6.0 apples . She gets 6.0 more from Nathan . Later , Annie buys 10.0 crayons at the store . | How many apples does Annie have in all ? | Annie has 6.0 apples . She gets 6.0 more from Nathan . Later , Annie buys 10.0 crayons at the store . How many apples does Annie have in all ? | (6.0 + 6.0) | 12 | 1true |
Annie has 6.0 apples . She gets 6.0 more from Nathan . Later , Annie buys 10.0 crayons at the store . | How many apples does Annie have in all ? | Annie has 6.0 apples . She gets 6.0 more from Nathan . Later , Annie buys 10.0 crayons at the store . How many apples does Annie have in all ? | (6.0 - 6.0) | 0 | 0false |
Kevin starts with 7.0 cards . He finds another 47.0 . | How many cards does Kevin end with ? | Kevin starts with 7.0 cards . He finds another 47.0 . How many cards does Kevin end with ? | (7.0 + 47.0) | 54 | 1true |
Kevin starts with 7.0 cards . He finds another 47.0 . | How many cards does Kevin end with ? | Kevin starts with 7.0 cards . He finds another 47.0 . How many cards does Kevin end with ? | (7.0 - 47.0) | -40 | 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 |
Olivia was playing a video game where she scores 8.0 points for each treasure she finds . If she found 2.0 treasures on the first level and 2.0 on the second , | what would her score be ? | Olivia was playing a video game where she scores 8.0 points for each treasure she finds . If she found 2.0 treasures on the first level and 2.0 on the second , what would her score be ? | (8.0 * (2.0 + 2.0)) | 32 | 1true |
Olivia was playing a video game where she scores 8.0 points for each treasure she finds . If she found 2.0 treasures on the first level and 2.0 on the second , | what would her score be ? | Olivia was playing a video game where she scores 8.0 points for each treasure she finds . If she found 2.0 treasures on the first level and 2.0 on the second , what would her score be ? | (8.0 / (2.0 + 2.0)) | 2 | 0false |
Nancy 's class is going on a field trip to the zoo . If each van can hold 5.0 people and there are 12.0 students and 3.0 adults going , | how many vans will they need ? | Nancy 's class is going on a field trip to the zoo . If each van can hold 5.0 people and there are 12.0 students and 3.0 adults going , how many vans will they need ? | ((12.0 + 3.0) / 5.0) | 3 | 1true |
Nancy 's class is going on a field trip to the zoo . If each van can hold 5.0 people and there are 12.0 students and 3.0 adults going , | how many vans will they need ? | Nancy 's class is going on a field trip to the zoo . If each van can hold 5.0 people and there are 12.0 students and 3.0 adults going , how many vans will they need ? | ((12.0 - 3.0) * 5.0) | 45 | 0false |
William starts with 15.0 tickets . He buys 3.0 more . | How many tickets does William end with ? | William starts with 15.0 tickets . He buys 3.0 more . How many tickets does William end with ? | (15.0 + 3.0) | 18 | 1true |
William starts with 15.0 tickets . He buys 3.0 more . | How many tickets does William end with ? | William starts with 15.0 tickets . He buys 3.0 more . How many tickets does William end with ? | (15.0 - 3.0) | 12 | 0false |
Sandy has 10.0 books , Benny has 24.0 books , and Tim has 33.0 books . | How many books do they have together ? | Sandy has 10.0 books , Benny has 24.0 books , and Tim has 33.0 books . How many books do they have together ? | ((10.0 + 24.0) + 33.0) | 67 | 1true |
Sandy has 10.0 books , Benny has 24.0 books , and Tim has 33.0 books . | How many books do they have together ? | Sandy has 10.0 books , Benny has 24.0 books , and Tim has 33.0 books . How many books do they have together ? | ((10.0 - 24.0) - 33.0) | -47 | 0false |
Mary got fast food for lunch . Mary spent $ 1.08 on soup and $ 4.8 on a salad . Mary paid with a 20.0 dollar bill . | What was the total of the lunch bill ? | Mary got fast food for lunch . Mary spent $ 1.08 on soup and $ 4.8 on a salad . Mary paid with a 20.0 dollar bill . What was the total of the lunch bill ? | (1.08 + 4.8) | 5.88 | 1true |
Mary got fast food for lunch . Mary spent $ 1.08 on soup and $ 4.8 on a salad . Mary paid with a 20.0 dollar bill . | What was the total of the lunch bill ? | Mary got fast food for lunch . Mary spent $ 1.08 on soup and $ 4.8 on a salad . Mary paid with a 20.0 dollar bill . What was the total of the lunch bill ? | (1.08 - 4.8) | -3.72 | 0false |
Dalton wants to buy a jump rope that costs $ 7.0 , a board game that costs $ 12.0 , and a playground ball that costs $ 4.0 . He has saved $ 6.0 from his allowance , and his uncle gave him $ 13.0 . | How much more money does Dalton need to buy the jump rope , the game , and the ball ? | Dalton wants to buy a jump rope that costs $ 7.0 , a board game that costs $ 12.0 , and a playground ball that costs $ 4.0 . He has saved $ 6.0 from his allowance , and his uncle gave him $ 13.0 . How much more money does Dalton need to buy the jump rope , the game , and the ball ? | (((7.0 + 12.0) + 4.0) - (6.0 + 13.0)) | 4 | 1true |
Dalton wants to buy a jump rope that costs $ 7.0 , a board game that costs $ 12.0 , and a playground ball that costs $ 4.0 . He has saved $ 6.0 from his allowance , and his uncle gave him $ 13.0 . | How much more money does Dalton need to buy the jump rope , the game , and the ball ? | Dalton wants to buy a jump rope that costs $ 7.0 , a board game that costs $ 12.0 , and a playground ball that costs $ 4.0 . He has saved $ 6.0 from his allowance , and his uncle gave him $ 13.0 . How much more money does Dalton need to buy the jump rope , the game , and the ball ? | (((7.0 - 12.0) - 4.0) + (6.0 - 13.0)) | -16 | 0false |
There are 43.0 pencils in the drawer and 19.0 pencils on the desk . Dan placed 16.0 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 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 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 pencils on the desk . How many pencils are now there in total ? | ((43.0 - 19.0) - 16.0) | 8 | 0false |
Mary went to the mall . She spent $ 13.04 on a shirt and $ 12.27 on a jacket . She went to 2.0 shops . In total , | how much money did Mary spend on clothing ? | Mary went to the mall . She spent $ 13.04 on a shirt and $ 12.27 on a jacket . She went to 2.0 shops . In total , how much money did Mary spend on clothing ? | (13.04 + 12.27) | 25.31 | 1true |
Mary went to the mall . She spent $ 13.04 on a shirt and $ 12.27 on a jacket . She went to 2.0 shops . In total , | how much money did Mary spend on clothing ? | Mary went to the mall . She spent $ 13.04 on a shirt and $ 12.27 on a jacket . She went to 2.0 shops . In total , how much money did Mary spend on clothing ? | (13.04 - 12.27) | 0.77 | 0false |
It takes 7.0 minutes to bake one pan of cookies . | How long will it take to bake number1 pans of cookies ? | It takes 7.0 minutes to bake one pan of cookies . How long will it take to bake 4.0 pans of cookies ? | (7.0 * 4.0) | 28 | 1true |
It takes 7.0 minutes to bake one pan of cookies . | How long will it take to bake number1 pans of cookies ? | It takes 7.0 minutes to bake one pan of cookies . How long will it take to bake 4.0 pans of cookies ? | (7.0 / 4.0) | 1.75 | 0false |
Oscar 's bus ride to school is 0.75 mile and Charlie 's bus ride is 0.25 mile . | How much longer is Oscar 's bus ride than Charlie 's ? | Oscar 's bus ride to school is 0.75 mile and Charlie 's bus ride is 0.25 mile . How much longer is Oscar 's bus ride than Charlie 's ? | (0.75 - 0.25) | 0.5 | 1true |
Oscar 's bus ride to school is 0.75 mile and Charlie 's bus ride is 0.25 mile . | How much longer is Oscar 's bus ride than Charlie 's ? | Oscar 's bus ride to school is 0.75 mile and Charlie 's bus ride is 0.25 mile . How much longer is Oscar 's bus ride than Charlie 's ? | (0.75 + 0.25) | 1 | 0false |
Jose wandered 4.0 kilometers at 2.0 kilometers per hour . | How long did Jose wander ? | Jose wandered 4.0 kilometers at 2.0 kilometers per hour . How long did Jose wander ? | (4.0 - 2.0) | 2 | 1true |
Jose wandered 4.0 kilometers at 2.0 kilometers per hour . | How long did Jose wander ? | Jose wandered 4.0 kilometers at 2.0 kilometers per hour . How long did Jose wander ? | (4.0 + 2.0) | 6 | 0false |
Zoe bought two coloring books . One had 44.0 pictures and the other had 44.0 . After one week she had already colored 20.0 of the pictures . | How many pictures does she still have to color ? | Zoe bought two coloring books . One had 44.0 pictures and the other had 44.0 . After one week she had already colored 20.0 of the pictures . How many pictures does she still have to color ? | ((44.0 + 44.0) - 20.0) | 68 | 1true |
Zoe bought two coloring books . One had 44.0 pictures and the other had 44.0 . After one week she had already colored 20.0 of the pictures . | How many pictures does she still have to color ? | Zoe bought two coloring books . One had 44.0 pictures and the other had 44.0 . After one week she had already colored 20.0 of the pictures . How many pictures does she still have to color ? | ((44.0 - 44.0) + 20.0) | 20 | 0false |
Paige had 27.0 files on her computer . She deleted 9.0 of them and put the rest into folders with 6.0 files in each one . | How many folders did Paige end up with ? | Paige had 27.0 files on her computer . She deleted 9.0 of them and put the rest into folders with 6.0 files in each one . How many folders did Paige end up with ? | ((27.0 - 9.0) / 6.0) | 3 | 1true |
Paige had 27.0 files on her computer . She deleted 9.0 of them and put the rest into folders with 6.0 files in each one . | How many folders did Paige end up with ? | Paige had 27.0 files on her computer . She deleted 9.0 of them and put the rest into folders with 6.0 files in each one . How many folders did Paige end up with ? | ((27.0 + 9.0) * 6.0) | 216 | 0false |
After a party , 0.625 of the cake is left over . That night , big brother eats 0.25 of the cake . | How much is left over after that ? | After a party , 0.625 of the cake is left over . That night , big brother eats 0.25 of the cake . How much is left over after that ? | (0.625 - 0.25) | 0.375 | 1true |
After a party , 0.625 of the cake is left over . That night , big brother eats 0.25 of the cake . | How much is left over after that ? | After a party , 0.625 of the cake is left over . That night , big brother eats 0.25 of the cake . How much is left over after that ? | (0.625 + 0.25) | 0.875 | 0false |
George was working as a sacker at a grocery store where he made 5.0 dollars an hour . On Monday he worked 7.0 hours and on Tuesday he worked 2.0 hours . | How much money did George make in those two days ? | George was working as a sacker at a grocery store where he made 5.0 dollars an hour . On Monday he worked 7.0 hours and on Tuesday he worked 2.0 hours . How much money did George make in those two days ? | (5.0 * (7.0 + 2.0)) | 45 | 1true |
George was working as a sacker at a grocery store where he made 5.0 dollars an hour . On Monday he worked 7.0 hours and on Tuesday he worked 2.0 hours . | How much money did George make in those two days ? | George was working as a sacker at a grocery store where he made 5.0 dollars an hour . On Monday he worked 7.0 hours and on Tuesday he worked 2.0 hours . How much money did George make in those two days ? | (5.0 / (7.0 - 2.0)) | 1 | 0false |
Mrs. Snyder made 86.0 heart cookies . She made 36.0 red cookies and the rest are pink . | How many pink cookies did she make ? | Mrs. Snyder made 86.0 heart cookies . She made 36.0 red cookies and the rest are pink . How many pink cookies did she make ? | (86.0 - 36.0) | 50 | 1true |
Mrs. Snyder made 86.0 heart cookies . She made 36.0 red cookies and the rest are pink . | How many pink cookies did she make ? | Mrs. Snyder made 86.0 heart cookies . She made 36.0 red cookies and the rest are pink . How many pink cookies did she make ? | (86.0 + 36.0) | 122 | 0false |
There are 4.0 children in the classroom , each student will get 2.0 pencils . | How many pencils will the teacher have to give out ? | There are 4.0 children in the classroom , each student will get 2.0 pencils . How many pencils will the teacher have to give out ? | (4.0 * 2.0) | 8 | 1true |
There are 4.0 children in the classroom , each student will get 2.0 pencils . | How many pencils will the teacher have to give out ? | There are 4.0 children in the classroom , each student will get 2.0 pencils . How many pencils will the teacher have to give out ? | (4.0 / 2.0) | 2 | 0false |
Sally had 8.0 pennies and 7.0 nickels in her bank . Her dad gave her 9.0 nickels and her mother gave her 2.0 nickels . | How many nickels does Sally have now ? | Sally had 8.0 pennies and 7.0 nickels in her bank . Her dad gave her 9.0 nickels and her mother gave her 2.0 nickels . How many nickels does Sally have now ? | ((7.0 + 9.0) + 2.0) | 18 | 1true |
Sally had 8.0 pennies and 7.0 nickels in her bank . Her dad gave her 9.0 nickels and her mother gave her 2.0 nickels . | How many nickels does Sally have now ? | Sally had 8.0 pennies and 7.0 nickels in her bank . Her dad gave her 9.0 nickels and her mother gave her 2.0 nickels . How many nickels does Sally have now ? | ((7.0 - 9.0) - 2.0) | -4 | 0false |
At the hardware store , 0.25 the nails are size 2d and 0.5 the nails are size 4d . | What fraction of the nails are either size 2d or 4d ? | At the hardware store , 0.25 the nails are size 2d and 0.5 the nails are size 4d . What fraction of the nails are either size 2d or 4d ? | (0.25 + 0.5) | 0.75 | 1true |
At the hardware store , 0.25 the nails are size 2d and 0.5 the nails are size 4d . | What fraction of the nails are either size 2d or 4d ? | At the hardware store , 0.25 the nails are size 2d and 0.5 the nails are size 4d . What fraction of the nails are either size 2d or 4d ? | (0.25 - 0.5) | -0.25 | 0false |
Each banana costs $ 5.0 . | How much do number1 bananas cost ? | Each banana costs $ 5.0 . How much do 4.0 bananas cost ? | (5.0 * 4.0) | 20 | 1true |
Each banana costs $ 5.0 . | How much do number1 bananas cost ? | Each banana costs $ 5.0 . How much do 4.0 bananas cost ? | (5.0 / 4.0) | 1.25 | 0false |
Chloe was unboxing some of her old winter clothes . She found 4.0 boxes of clothing and inside each box there were 2.0 scarves and 6.0 mittens . | How many pieces of winter clothing did Chloe have total ? | Chloe was unboxing some of her old winter clothes . She found 4.0 boxes of clothing and inside each box there were 2.0 scarves and 6.0 mittens . How many pieces of winter clothing did Chloe have total ? | (4.0 * (2.0 + 6.0)) | 32 | 1true |
Chloe was unboxing some of her old winter clothes . She found 4.0 boxes of clothing and inside each box there were 2.0 scarves and 6.0 mittens . | How many pieces of winter clothing did Chloe have total ? | Chloe was unboxing some of her old winter clothes . She found 4.0 boxes of clothing and inside each box there were 2.0 scarves and 6.0 mittens . How many pieces of winter clothing did Chloe have total ? | (4.0 / (2.0 - 6.0)) | -1 | 0false |
Virginia starts with 96.0 eggs . Amy takes 3.0 away . | How many eggs does Virginia end with ? | Virginia starts with 96.0 eggs . Amy takes 3.0 away . How many eggs does Virginia end with ? | (96.0 - 3.0) | 93 | 1true |
Virginia starts with 96.0 eggs . Amy takes 3.0 away . | How many eggs does Virginia end with ? | Virginia starts with 96.0 eggs . Amy takes 3.0 away . How many eggs does Virginia end with ? | (96.0 + 3.0) | 99 | 0false |
John needs $ 2.5 . He has $ 0.75 . | How much more money does he need ? | John needs $ 2.5 . He has $ 0.75 . How much more money does he need ? | (2.5 - 0.75) | 1.75 | 1true |
John needs $ 2.5 . He has $ 0.75 . | How much more money does he need ? | John needs $ 2.5 . He has $ 0.75 . How much more money does he need ? | (2.5 + 0.75) | 3.25 | 0false |
Dan had 7.0 potatoes and 4.0 cantelopes in the garden . The rabbits ate 4.0 of the potatoes . | How many potatoes does Dan now have ? | Dan had 7.0 potatoes and 4.0 cantelopes in the garden . The rabbits ate 4.0 of the potatoes . How many potatoes does Dan now have ? | (7.0 - 4.0) | 3 | 1true |
Dan had 7.0 potatoes and 4.0 cantelopes in the garden . The rabbits ate 4.0 of the potatoes . | How many potatoes does Dan now have ? | Dan had 7.0 potatoes and 4.0 cantelopes in the garden . The rabbits ate 4.0 of the potatoes . How many potatoes does Dan now have ? | (7.0 + 4.0) | 11 | 0false |
Kevin bought 2.0 watermelons . The first watermelon was 9.91 pounds , and the second watermelon was 4.11 pounds . | How many pounds of watermelon did Kevin buy ? | Kevin bought 2.0 watermelons . The first watermelon was 9.91 pounds , and the second watermelon was 4.11 pounds . How many pounds of watermelon did Kevin buy ? | (9.91 + 4.11) | 14.02 | 1true |
Kevin bought 2.0 watermelons . The first watermelon was 9.91 pounds , and the second watermelon was 4.11 pounds . | How many pounds of watermelon did Kevin buy ? | Kevin bought 2.0 watermelons . The first watermelon was 9.91 pounds , and the second watermelon was 4.11 pounds . How many pounds of watermelon did Kevin buy ? | (9.91 - 4.11) | 5.8 | 0false |
Isabel uploaded 2.0 pictures from her phone and 4.0 from her camera to facebook . If she sorted the pics into 3.0 different albums with the same amount of pics in each album , | how many pictures were in each of the albums ? | Isabel uploaded 2.0 pictures from her phone and 4.0 from her camera to facebook . If she sorted the pics into 3.0 different albums with the same amount of pics in each album , how many pictures were in each of the albums ? | ((2.0 + 4.0) / 3.0) | 2 | 1true |
Isabel uploaded 2.0 pictures from her phone and 4.0 from her camera to facebook . If she sorted the pics into 3.0 different albums with the same amount of pics in each album , | how many pictures were in each of the albums ? | Isabel uploaded 2.0 pictures from her phone and 4.0 from her camera to facebook . If she sorted the pics into 3.0 different albums with the same amount of pics in each album , how many pictures were in each of the albums ? | ((2.0 - 4.0) * 3.0) | -6 | 0false |
Ashley sold 12.0 boxes of Samoas . | How many cases of number1 boxes , plus extra boxes does Ashley need ? | Ashley sold 12.0 boxes of Samoas . How many cases of 12.0 boxes , plus extra boxes does Ashley need ? | (12.0 / 12.0) | 1 | 1true |
Ashley sold 12.0 boxes of Samoas . | How many cases of number1 boxes , plus extra boxes does Ashley need ? | Ashley sold 12.0 boxes of Samoas . How many cases of 12.0 boxes , plus extra boxes does Ashley need ? | (12.0 * 12.0) | 144 | 0false |
There are 2.0 rose bushes currently in the park . Park workers will plant 4.0 more rose bushes today . | How many rose bushes will the park have when the workers are finished ? | There are 2.0 rose bushes currently in the park . Park workers will plant 4.0 more rose bushes today . How many rose bushes will the park have when the workers are finished ? | (2.0 + 4.0) | 6 | 1true |
There are 2.0 rose bushes currently in the park . Park workers will plant 4.0 more rose bushes today . | How many rose bushes will the park have when the workers are finished ? | There are 2.0 rose bushes currently in the park . Park workers will plant 4.0 more rose bushes today . How many rose bushes will the park have when the workers are finished ? | (2.0 - 4.0) | -2 | 0false |
Haley and her mom were picking carrots from their garden . Haley picked 39.0 and her mother picked 38.0 . If only 64.0 of the carrots were good , | how many bad carrots did they have ? | Haley and her mom were picking carrots from their garden . Haley picked 39.0 and her mother picked 38.0 . If only 64.0 of the carrots were good , how many bad carrots did they have ? | ((39.0 + 38.0) - 64.0) | 13 | 1true |
Haley and her mom were picking carrots from their garden . Haley picked 39.0 and her mother picked 38.0 . If only 64.0 of the carrots were good , | how many bad carrots did they have ? | Haley and her mom were picking carrots from their garden . Haley picked 39.0 and her mother picked 38.0 . If only 64.0 of the carrots were good , how many bad carrots did they have ? | ((39.0 - 38.0) + 64.0) | 65 | 0false |
Sara had 4.0 quarters and 8.0 dimes in her bank . Her sister borrowed 4.0 dimes . | How many dimes does Sara have now ? | Sara had 4.0 quarters and 8.0 dimes in her bank . Her sister borrowed 4.0 dimes . How many dimes does Sara have now ? | (8.0 - 4.0) | 4 | 1true |
Sara had 4.0 quarters and 8.0 dimes in her bank . Her sister borrowed 4.0 dimes . | How many dimes does Sara have now ? | Sara had 4.0 quarters and 8.0 dimes in her bank . Her sister borrowed 4.0 dimes . How many dimes does Sara have now ? | (8.0 + 4.0) | 12 | 0false |
If Victor split 25.0 Skittles between 5.0 people in her class and kept the left overs , | how many Skittles did each classmate get ? | If Victor split 25.0 Skittles between 5.0 people in her class and kept the left overs , how many Skittles did each classmate get ? | (25.0 / 5.0) | 5 | 1true |
If Victor split 25.0 Skittles between 5.0 people in her class and kept the left overs , | how many Skittles did each classmate get ? | If Victor split 25.0 Skittles between 5.0 people in her class and kept the left overs , how many Skittles did each classmate get ? | (25.0 * 5.0) | 125 | 0false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.