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 |
|---|---|---|---|---|---|
Each bag contains 23.0 pounds of oranges . | How many pounds of oranges are in number1 bags ? | Each bag contains 23.0 pounds of oranges . How many pounds of oranges are in 45.0 bags ? | (23.0 * 45.0) | 1,035 | 1true |
Each bag contains 23.0 pounds of oranges . | How many pounds of oranges are in number1 bags ? | Each bag contains 23.0 pounds of oranges . How many pounds of oranges are in 45.0 bags ? | (23.0 / 45.0) | 0.511111 | 0false |
A pet store had 12.0 siamese cats and 20.0 house cats . During a sale they sold 20.0 cats . | How many cats do they have left ? | A pet store had 12.0 siamese cats and 20.0 house cats . During a sale they sold 20.0 cats . How many cats do they have left ? | ((12.0 + 20.0) - 20.0) | 12 | 1true |
A pet store had 12.0 siamese cats and 20.0 house cats . During a sale they sold 20.0 cats . | How many cats do they have left ? | A pet store had 12.0 siamese cats and 20.0 house cats . During a sale they sold 20.0 cats . How many cats do they have left ? | ((12.0 - 20.0) + 20.0) | 12 | 0false |
A painter needed to paint 10.0 rooms in a building . Each room takes 8.0 hours to paint . If he already painted 8.0 rooms , | how much longer will he take to paint the rest ? | A painter needed to paint 10.0 rooms in a building . Each room takes 8.0 hours to paint . If he already painted 8.0 rooms , how much longer will he take to paint the rest ? | (8.0 * (10.0 - 8.0)) | 16 | 1true |
A painter needed to paint 10.0 rooms in a building . Each room takes 8.0 hours to paint . If he already painted 8.0 rooms , | how much longer will he take to paint the rest ? | A painter needed to paint 10.0 rooms in a building . Each room takes 8.0 hours to paint . If he already painted 8.0 rooms , how much longer will he take to paint the rest ? | (8.0 / (10.0 + 8.0)) | 0.444444 | 0false |
Edward earned 9.0 dollars for each lawn he mowed . If he had 6.0 lawns to mow , but forgot to mow 2.0 of them , | how much money did he actually earn ? | Edward earned 9.0 dollars for each lawn he mowed . If he had 6.0 lawns to mow , but forgot to mow 2.0 of them , how much money did he actually earn ? | (9.0 * (6.0 - 2.0)) | 36 | 1true |
Edward earned 9.0 dollars for each lawn he mowed . If he had 6.0 lawns to mow , but forgot to mow 2.0 of them , | how much money did he actually earn ? | Edward earned 9.0 dollars for each lawn he mowed . If he had 6.0 lawns to mow , but forgot to mow 2.0 of them , how much money did he actually earn ? | (9.0 / (6.0 + 2.0)) | 1.125 | 0false |
In a video game , each enemy defeated gives you 8.0 points . If a level has 7.0 enemies total and you destroy all but 2.0 of them , | how many points would you earn ? | In a video game , each enemy defeated gives you 8.0 points . If a level has 7.0 enemies total and you destroy all but 2.0 of them , how many points would you earn ? | (8.0 * (7.0 - 2.0)) | 40 | 1true |
In a video game , each enemy defeated gives you 8.0 points . If a level has 7.0 enemies total and you destroy all but 2.0 of them , | how many points would you earn ? | In a video game , each enemy defeated gives you 8.0 points . If a level has 7.0 enemies total and you destroy all but 2.0 of them , how many points would you earn ? | (8.0 / (7.0 + 2.0)) | 0.888889 | 0false |
If Rose strolled for 4.0 hours at 2.0 miles per hour . | How far did Rose go ? | If Rose strolled for 4.0 hours at 2.0 miles per hour . How far did Rose go ? | (4.0 * 2.0) | 8 | 1true |
If Rose strolled for 4.0 hours at 2.0 miles per hour . | How far did Rose go ? | If Rose strolled for 4.0 hours at 2.0 miles per hour . How far did Rose go ? | (4.0 / 2.0) | 2 | 0false |
A store had 27.0 coloring books in stock . They ended up putting them on sale and getting rid of 6.0 of them . The put the ones they still had onto shelves with 7.0 on each shelf . | How many shelves did they use ? | A store had 27.0 coloring books in stock . They ended up putting them on sale and getting rid of 6.0 of them . The put the ones they still had onto shelves with 7.0 on each shelf . How many shelves did they use ? | ((27.0 - 6.0) / 7.0) | 3 | 1true |
A store had 27.0 coloring books in stock . They ended up putting them on sale and getting rid of 6.0 of them . The put the ones they still had onto shelves with 7.0 on each shelf . | How many shelves did they use ? | A store had 27.0 coloring books in stock . They ended up putting them on sale and getting rid of 6.0 of them . The put the ones they still had onto shelves with 7.0 on each shelf . How many shelves did they use ? | ((27.0 + 6.0) * 7.0) | 231 | 0false |
The schools debate team had 26.0 boys and 46.0 girls on it . If they were split into groups of 9.0 | how many groups could they make ? | The schools debate team had 26.0 boys and 46.0 girls on it . If they were split into groups of 9.0 how many groups could they make ? | ((26.0 + 46.0) / 9.0) | 8 | 1true |
The schools debate team had 26.0 boys and 46.0 girls on it . If they were split into groups of 9.0 | how many groups could they make ? | The schools debate team had 26.0 boys and 46.0 girls on it . If they were split into groups of 9.0 how many groups could they make ? | ((26.0 - 46.0) * 9.0) | -180 | 0false |
Mrs. Hilt has 50.0 cents . A pencil costs 5.0 cents . | How many pencils can she buy with the money she has ? | Mrs. Hilt has 50.0 cents . A pencil costs 5.0 cents . How many pencils can she buy with the money she has ? | (50.0 / 5.0) | 10 | 1true |
Mrs. Hilt has 50.0 cents . A pencil costs 5.0 cents . | How many pencils can she buy with the money she has ? | Mrs. Hilt has 50.0 cents . A pencil costs 5.0 cents . How many pencils can she buy with the money she has ? | (50.0 * 5.0) | 250 | 0false |
Amy had 4.0 music files and 21.0 video files on her flash drive . If she deleted 23.0 of the files , | how many files were still on her flash drive ? | Amy had 4.0 music files and 21.0 video files on her flash drive . If she deleted 23.0 of the files , how many files were still on her flash drive ? | ((4.0 + 21.0) - 23.0) | 2 | 1true |
Amy had 4.0 music files and 21.0 video files on her flash drive . If she deleted 23.0 of the files , | how many files were still on her flash drive ? | Amy had 4.0 music files and 21.0 video files on her flash drive . If she deleted 23.0 of the files , how many files were still on her flash drive ? | ((4.0 - 21.0) + 23.0) | 6 | 0false |
Megan had 217.0 markers . Robert gave her 109.0 more markers . | How many markers does Megan have altogether ? | Megan had 217.0 markers . Robert gave her 109.0 more markers . How many markers does Megan have altogether ? | (217.0 + 109.0) | 326 | 1true |
Megan had 217.0 markers . Robert gave her 109.0 more markers . | How many markers does Megan have altogether ? | Megan had 217.0 markers . Robert gave her 109.0 more markers . How many markers does Megan have altogether ? | (217.0 - 109.0) | 108 | 0false |
If there are 7.0 bottle caps in a box and Linda puts 7.0 more bottle caps inside , | how many bottle caps are in the box ? | If there are 7.0 bottle caps in a box and Linda puts 7.0 more bottle caps inside , how many bottle caps are in the box ? | (7.0 + 7.0) | 14 | 1true |
If there are 7.0 bottle caps in a box and Linda puts 7.0 more bottle caps inside , | how many bottle caps are in the box ? | If there are 7.0 bottle caps in a box and Linda puts 7.0 more bottle caps inside , how many bottle caps are in the box ? | (7.0 - 7.0) | 0 | 0false |
Tim 's cat had kittens . He gave 3.0 to Jessica and 6.0 to Sara . He now has 9.0 kittens . | How many kittens did he have to start with ? | Tim 's cat had kittens . He gave 3.0 to Jessica and 6.0 to Sara . He now has 9.0 kittens . How many kittens did he have to start with ? | ((3.0 + 6.0) + 9.0) | 18 | 1true |
Tim 's cat had kittens . He gave 3.0 to Jessica and 6.0 to Sara . He now has 9.0 kittens . | How many kittens did he have to start with ? | Tim 's cat had kittens . He gave 3.0 to Jessica and 6.0 to Sara . He now has 9.0 kittens . How many kittens did he have to start with ? | ((3.0 - 6.0) - 9.0) | -12 | 0false |
Fred , Benny , and Jason have 24.0 crayons all together . If the crayons are equally divided , | how many will each person get ? | Fred , Benny , and Jason have 24.0 crayons all together . If the crayons are equally divided , how many will each person get ? | (24.0 / 3.0) | 8 | 1true |
Fred , Benny , and Jason have 24.0 crayons all together . If the crayons are equally divided , | how many will each person get ? | Fred , Benny , and Jason have 24.0 crayons all together . If the crayons are equally divided , how many will each person get ? | (24.0 * 3.0) | 72 | 0false |
Roger was helping the cafeteria workers pick up lunch trays , but he could only carry 4.0 trays at a time . If he had to pick up 10.0 trays from one table and 2.0 trays from another , | how many trips will he make ? | Roger was helping the cafeteria workers pick up lunch trays , but he could only carry 4.0 trays at a time . If he had to pick up 10.0 trays from one table and 2.0 trays from another , how many trips will he make ? | ((10.0 + 2.0) / 4.0) | 3 | 1true |
Roger was helping the cafeteria workers pick up lunch trays , but he could only carry 4.0 trays at a time . If he had to pick up 10.0 trays from one table and 2.0 trays from another , | how many trips will he make ? | Roger was helping the cafeteria workers pick up lunch trays , but he could only carry 4.0 trays at a time . If he had to pick up 10.0 trays from one table and 2.0 trays from another , how many trips will he make ? | ((10.0 - 2.0) * 4.0) | 32 | 0false |
A trivia team had 7.0 members total , but during a game 2.0 members did n't show up . If each member that did show up scored 4.0 points , | how many points were scored total ? | A trivia team had 7.0 members total , but during a game 2.0 members did n't show up . If each member that did show up scored 4.0 points , how many points were scored total ? | (4.0 * (7.0 - 2.0)) | 20 | 1true |
A trivia team had 7.0 members total , but during a game 2.0 members did n't show up . If each member that did show up scored 4.0 points , | how many points were scored total ? | A trivia team had 7.0 members total , but during a game 2.0 members did n't show up . If each member that did show up scored 4.0 points , how many points were scored total ? | (4.0 / (7.0 + 2.0)) | 0.444444 | 0false |
Jose has 85.0 peanuts . Kenya has 48.0 more than Jose . | How many peanuts does Kenya have ? | Jose has 85.0 peanuts . Kenya has 48.0 more than Jose . How many peanuts does Kenya have ? | (85.0 + 48.0) | 133 | 1true |
Jose has 85.0 peanuts . Kenya has 48.0 more than Jose . | How many peanuts does Kenya have ? | Jose has 85.0 peanuts . Kenya has 48.0 more than Jose . How many peanuts does Kenya have ? | (85.0 - 48.0) | 37 | 0false |
Sandy had 36.0 pennies and 31.0 nickels in her bank . Her dad borrowed 20.0 nickels from Sandy . | How many nickels does she have now ? | Sandy had 36.0 pennies and 31.0 nickels in her bank . Her dad borrowed 20.0 nickels from Sandy . How many nickels does she have now ? | (31.0 - 20.0) | 11 | 1true |
Sandy had 36.0 pennies and 31.0 nickels in her bank . Her dad borrowed 20.0 nickels from Sandy . | How many nickels does she have now ? | Sandy had 36.0 pennies and 31.0 nickels in her bank . Her dad borrowed 20.0 nickels from Sandy . How many nickels does she have now ? | (31.0 + 20.0) | 51 | 0false |
Sally grew 6.0 carrots . Fred grew 4.0 carrots . | How many carrots did they grow in all ? | Sally grew 6.0 carrots . Fred grew 4.0 carrots . How many carrots did they grow in all ? | (6.0 + 4.0) | 10 | 1true |
Sally grew 6.0 carrots . Fred grew 4.0 carrots . | How many carrots did they grow in all ? | Sally grew 6.0 carrots . Fred grew 4.0 carrots . How many carrots did they grow in all ? | (6.0 - 4.0) | 2 | 0false |
Carol was playing a trivia game . In the first round she scored 17.0 points and in the second round she scored 6.0 points . In the last round she lost 16.0 points . | How many points did she have at the end of the game ? | Carol was playing a trivia game . In the first round she scored 17.0 points and in the second round she scored 6.0 points . In the last round she lost 16.0 points . How many points did she have at the end of the game ? | ((17.0 + 6.0) - 16.0) | 7 | 1true |
Carol was playing a trivia game . In the first round she scored 17.0 points and in the second round she scored 6.0 points . In the last round she lost 16.0 points . | How many points did she have at the end of the game ? | Carol was playing a trivia game . In the first round she scored 17.0 points and in the second round she scored 6.0 points . In the last round she lost 16.0 points . How many points did she have at the end of the game ? | ((17.0 - 6.0) + 16.0) | 27 | 0false |
Victor was helping the cafeteria workers pick up lunch trays , but he could only carry 7.0 trays at a time . If he had to pick up 23.0 trays from one table and 5.0 trays from another , | how many trips will he make ? | Victor was helping the cafeteria workers pick up lunch trays , but he could only carry 7.0 trays at a time . If he had to pick up 23.0 trays from one table and 5.0 trays from another , how many trips will he make ? | ((23.0 + 5.0) / 7.0) | 4 | 1true |
Victor was helping the cafeteria workers pick up lunch trays , but he could only carry 7.0 trays at a time . If he had to pick up 23.0 trays from one table and 5.0 trays from another , | how many trips will he make ? | Victor was helping the cafeteria workers pick up lunch trays , but he could only carry 7.0 trays at a time . If he had to pick up 23.0 trays from one table and 5.0 trays from another , how many trips will he make ? | ((23.0 - 5.0) * 7.0) | 126 | 0false |
Suzie found 2.0 worms in the yard and measured them with a ruler . 1.0 worm was 0.8 inch long . The other worm was 0.1 inch long . | How much longer was the longer worm ? | Suzie found 2.0 worms in the yard and measured them with a ruler . 1.0 worm was 0.8 inch long . The other worm was 0.1 inch long . How much longer was the longer worm ? | (0.8 - 0.1) | 0.7 | 1true |
Suzie found 2.0 worms in the yard and measured them with a ruler . 1.0 worm was 0.8 inch long . The other worm was 0.1 inch long . | How much longer was the longer worm ? | Suzie found 2.0 worms in the yard and measured them with a ruler . 1.0 worm was 0.8 inch long . The other worm was 0.1 inch long . How much longer was the longer worm ? | (0.8 + 0.1) | 0.9 | 0false |
Each child has 2.0 candies . If there are 9.0 children , | how many candies are there in total ? | Each child has 2.0 candies . If there are 9.0 children , how many candies are there in total ? | (2.0 * 9.0) | 18 | 1true |
Each child has 2.0 candies . If there are 9.0 children , | how many candies are there in total ? | Each child has 2.0 candies . If there are 9.0 children , how many candies are there in total ? | (2.0 / 9.0) | 0.222222 | 0false |
On 3.0 consecutive passes , a football team gains 9.0 yards , loses 21.0 yards , and gains 37.0 yards . | What number represents the total net yardage ? | On 3.0 consecutive passes , a football team gains 9.0 yards , loses 21.0 yards , and gains 37.0 yards . What number represents the total net yardage ? | ((9.0 - 21.0) + 37.0) | 25 | 1true |
On 3.0 consecutive passes , a football team gains 9.0 yards , loses 21.0 yards , and gains 37.0 yards . | What number represents the total net yardage ? | On 3.0 consecutive passes , a football team gains 9.0 yards , loses 21.0 yards , and gains 37.0 yards . What number represents the total net yardage ? | ((9.0 + 21.0) - 37.0) | -7 | 0false |
Adolfo made a tower with 35.0 blocks . He added some more blocks and now he has 65.0 blocks . | How many did he have to add ? | Adolfo made a tower with 35.0 blocks . He added some more blocks and now he has 65.0 blocks . How many did he have to add ? | (65.0 - 35.0) | 30 | 1true |
Adolfo made a tower with 35.0 blocks . He added some more blocks and now he has 65.0 blocks . | How many did he have to add ? | Adolfo made a tower with 35.0 blocks . He added some more blocks and now he has 65.0 blocks . How many did he have to add ? | (65.0 + 35.0) | 100 | 0false |
An MP3 player costs 40.0 dollars . The sales tax is 2.4 dollars . | What is the percent of sales tax ? | An MP3 player costs 40.0 dollars . The sales tax is 2.4 dollars . What is the percent of sales tax ? | ((2.4 / 40.0) * 100.0) | 6 | 1true |
An MP3 player costs 40.0 dollars . The sales tax is 2.4 dollars . | What is the percent of sales tax ? | An MP3 player costs 40.0 dollars . The sales tax is 2.4 dollars . What is the percent of sales tax ? | ((2.4 * 40.0) / 100.0) | 0.96 | 0false |
There were a total of 323.0 football games in the season . The season is played for 17.0 months . | How many football games were played each month , if each month has the same number of games ? | There were a total of 323.0 football games in the season . The season is played for 17.0 months . How many football games were played each month , if each month has the same number of games ? | (323.0 / 17.0) | 19 | 1true |
There were a total of 323.0 football games in the season . The season is played for 17.0 months . | How many football games were played each month , if each month has the same number of games ? | There were a total of 323.0 football games in the season . The season is played for 17.0 months . How many football games were played each month , if each month has the same number of games ? | (323.0 * 17.0) | 5,491 | 0false |
Jason joined his school 's band . He bought a flute for $ 142.46 , a music stand for $ 8.89 , and a song book for $ 7.0 . | How much did Jason spend at the music store ? | Jason joined his school 's band . He bought a flute for $ 142.46 , a music stand for $ 8.89 , and a song book for $ 7.0 . How much did Jason spend at the music store ? | ((142.46 + 8.89) + 7.0) | 158.35 | 1true |
Jason joined his school 's band . He bought a flute for $ 142.46 , a music stand for $ 8.89 , and a song book for $ 7.0 . | How much did Jason spend at the music store ? | Jason joined his school 's band . He bought a flute for $ 142.46 , a music stand for $ 8.89 , and a song book for $ 7.0 . How much did Jason spend at the music store ? | ((142.46 - 8.89) - 7.0) | 126.57 | 0false |
Robin had 18.0 pieces of gum . Her brother gave her some more pieces . Now Robin has 44.0 pieces in all . | How many pieces of gum did Robin 's brother give her ? | Robin had 18.0 pieces of gum . Her brother gave her some more pieces . Now Robin has 44.0 pieces in all . How many pieces of gum did Robin 's brother give her ? | (44.0 - 18.0) | 26 | 1true |
Robin had 18.0 pieces of gum . Her brother gave her some more pieces . Now Robin has 44.0 pieces in all . | How many pieces of gum did Robin 's brother give her ? | Robin had 18.0 pieces of gum . Her brother gave her some more pieces . Now Robin has 44.0 pieces in all . How many pieces of gum did Robin 's brother give her ? | (44.0 + 18.0) | 62 | 0false |
Jason has 676.0 Pokemon cards . Alyssa bought 224.0 of Jason 's Pokemon cards . | How many Pokemon cards does Jason have now ? | Jason has 676.0 Pokemon cards . Alyssa bought 224.0 of Jason 's Pokemon cards . How many Pokemon cards does Jason have now ? | (676.0 - 224.0) | 452 | 1true |
Jason has 676.0 Pokemon cards . Alyssa bought 224.0 of Jason 's Pokemon cards . | How many Pokemon cards does Jason have now ? | Jason has 676.0 Pokemon cards . Alyssa bought 224.0 of Jason 's Pokemon cards . How many Pokemon cards does Jason have now ? | (676.0 + 224.0) | 900 | 0false |
There are 5.0 oak trees currently in the park . Park workers will plant 4.0 more oak trees today . | How many oak trees will the park have when the workers are finished ? | There are 5.0 oak trees currently in the park . Park workers will plant 4.0 more oak trees today . How many oak trees will the park have when the workers are finished ? | (5.0 + 4.0) | 9 | 1true |
There are 5.0 oak trees currently in the park . Park workers will plant 4.0 more oak trees today . | How many oak trees will the park have when the workers are finished ? | There are 5.0 oak trees currently in the park . Park workers will plant 4.0 more oak trees today . How many oak trees will the park have when the workers are finished ? | (5.0 - 4.0) | 1 | 0false |
Sean has 223.0 whistles . Sean has 95.0 more whistles than Charles . | How many whistles does Charles have ? | Sean has 223.0 whistles . Sean has 95.0 more whistles than Charles . How many whistles does Charles have ? | (223.0 - 95.0) | 128 | 1true |
Sean has 223.0 whistles . Sean has 95.0 more whistles than Charles . | How many whistles does Charles have ? | Sean has 223.0 whistles . Sean has 95.0 more whistles than Charles . How many whistles does Charles have ? | (223.0 + 95.0) | 318 | 0false |
Jane has 28.0 old , brown sheets of drawing paper and 27.0 old , yellow sheets of drawing paper . | How many pieces of drawing paper does she have ? | Jane has 28.0 old , brown sheets of drawing paper and 27.0 old , yellow sheets of drawing paper . How many pieces of drawing paper does she have ? | (28.0 + 27.0) | 55 | 1true |
Jane has 28.0 old , brown sheets of drawing paper and 27.0 old , yellow sheets of drawing paper . | How many pieces of drawing paper does she have ? | Jane has 28.0 old , brown sheets of drawing paper and 27.0 old , yellow sheets of drawing paper . How many pieces of drawing paper does she have ? | (28.0 - 27.0) | 1 | 0false |
Steve has 46.0 oranges . He shares 4.0 with Patrick . | How many oranges will Steve have ? | Steve has 46.0 oranges . He shares 4.0 with Patrick . How many oranges will Steve have ? | (46.0 - 4.0) | 42 | 1true |
Steve has 46.0 oranges . He shares 4.0 with Patrick . | How many oranges will Steve have ? | Steve has 46.0 oranges . He shares 4.0 with Patrick . How many oranges will Steve have ? | (46.0 + 4.0) | 50 | 0false |
Tanner saved $ 17.0 in September . He saved $ 48.0 in October and $ 25.0 in November . Then Tanner spent $ 49.0 on a video game . | How much money does Tanner have left ? | Tanner saved $ 17.0 in September . He saved $ 48.0 in October and $ 25.0 in November . Then Tanner spent $ 49.0 on a video game . How much money does Tanner have left ? | (((17.0 + 48.0) + 25.0) - 49.0) | 41 | 1true |
Tanner saved $ 17.0 in September . He saved $ 48.0 in October and $ 25.0 in November . Then Tanner spent $ 49.0 on a video game . | How much money does Tanner have left ? | Tanner saved $ 17.0 in September . He saved $ 48.0 in October and $ 25.0 in November . Then Tanner spent $ 49.0 on a video game . How much money does Tanner have left ? | (((17.0 - 48.0) - 25.0) + 49.0) | -7 | 0false |
Sandy grew 6.0 carrots . Sam grew 3.0 carrots . | How many carrots did they grow in total ? | Sandy grew 6.0 carrots . Sam grew 3.0 carrots . How many carrots did they grow in total ? | (6.0 + 3.0) | 9 | 1true |
Sandy grew 6.0 carrots . Sam grew 3.0 carrots . | How many carrots did they grow in total ? | Sandy grew 6.0 carrots . Sam grew 3.0 carrots . How many carrots did they grow in total ? | (6.0 - 3.0) | 3 | 0false |
At the fair Adam bought 10.0 tickets . After riding the ferris wheel he had 3.0 tickets left . If each ticket cost 9.0 dollars , | how much money did Adam spend riding the ferris wheel ? | At the fair Adam bought 10.0 tickets . After riding the ferris wheel he had 3.0 tickets left . If each ticket cost 9.0 dollars , how much money did Adam spend riding the ferris wheel ? | (9.0 * (10.0 - 3.0)) | 63 | 1true |
At the fair Adam bought 10.0 tickets . After riding the ferris wheel he had 3.0 tickets left . If each ticket cost 9.0 dollars , | how much money did Adam spend riding the ferris wheel ? | At the fair Adam bought 10.0 tickets . After riding the ferris wheel he had 3.0 tickets left . If each ticket cost 9.0 dollars , how much money did Adam spend riding the ferris wheel ? | (9.0 / (10.0 + 3.0)) | 0.692308 | 0false |
Theresa has 32.0 crayons . Janice has 12.0 crayons . She shares 13.0 with Nancy . | How many crayons will Theresa have ? | Theresa has 32.0 crayons . Janice has 12.0 crayons . She shares 13.0 with Nancy . How many crayons will Theresa have ? | (32.0 - 13.0) | 19 | 1true |
Theresa has 32.0 crayons . Janice has 12.0 crayons . She shares 13.0 with Nancy . | How many crayons will Theresa have ? | Theresa has 32.0 crayons . Janice has 12.0 crayons . She shares 13.0 with Nancy . How many crayons will Theresa have ? | (32.0 + 13.0) | 45 | 0false |
Empty | How many cookies would you have if you had number0 bags of cookies with number1 cookies in each bag ? | How many cookies would you have if you had 37.0 bags of cookies with 19.0 cookies in each bag ? | (37.0 * 19.0) | 703 | 1true |
Empty | How many cookies would you have if you had number0 bags of cookies with number1 cookies in each bag ? | How many cookies would you have if you had 37.0 bags of cookies with 19.0 cookies in each bag ? | (37.0 / 19.0) | 1.947368 | 0false |
Lana was unboxing some of her old winter clothes . She found 3.0 boxes of clothing and inside each box there were 3.0 scarves and 4.0 mittens . | How many pieces of winter clothing did Lana have total ? | Lana was unboxing some of her old winter clothes . She found 3.0 boxes of clothing and inside each box there were 3.0 scarves and 4.0 mittens . How many pieces of winter clothing did Lana have total ? | (3.0 * (3.0 + 4.0)) | 21 | 1true |
Lana was unboxing some of her old winter clothes . She found 3.0 boxes of clothing and inside each box there were 3.0 scarves and 4.0 mittens . | How many pieces of winter clothing did Lana have total ? | Lana was unboxing some of her old winter clothes . She found 3.0 boxes of clothing and inside each box there were 3.0 scarves and 4.0 mittens . How many pieces of winter clothing did Lana have total ? | (3.0 / (3.0 - 4.0)) | -3 | 0false |
In 1986.0 , there were 1125.0 students in Central High School . The number of students enrolled in 1987.0 was 4.0 % less than in 1986.0 . | How many students were enrolled in number5 ? | In 1986.0 , there were 1125.0 students in Central High School . The number of students enrolled in 1987.0 was 4.0 % less than in 1986.0 . How many students were enrolled in 1987.0 ? | (1125.0 * (1.0 - (4.0 * 0.01))) | 1,080 | 1true |
In 1986.0 , there were 1125.0 students in Central High School . The number of students enrolled in 1987.0 was 4.0 % less than in 1986.0 . | How many students were enrolled in number5 ? | In 1986.0 , there were 1125.0 students in Central High School . The number of students enrolled in 1987.0 was 4.0 % less than in 1986.0 . How many students were enrolled in 1987.0 ? | (1125.0 / (1.0 + (4.0 / 0.01))) | 2.805486 | 0false |
A store had 5.0 oranges in a bin . If they threw away 2.0 of the old ones and put 28.0 new ones in the bin | how many would be in the bin ? | A store had 5.0 oranges in a bin . If they threw away 2.0 of the old ones and put 28.0 new ones in the bin how many would be in the bin ? | ((5.0 + 28.0) - 2.0) | 31 | 1true |
A store had 5.0 oranges in a bin . If they threw away 2.0 of the old ones and put 28.0 new ones in the bin | how many would be in the bin ? | A store had 5.0 oranges in a bin . If they threw away 2.0 of the old ones and put 28.0 new ones in the bin how many would be in the bin ? | ((5.0 - 28.0) + 2.0) | -21 | 0false |
Bianca uploaded 33.0 pictures to Facebook . She put 27.0 pics into one album and put the rest into 3.0 different albums . | How many pictures were in each album ? | Bianca uploaded 33.0 pictures to Facebook . She put 27.0 pics into one album and put the rest into 3.0 different albums . How many pictures were in each album ? | ((33.0 - 27.0) / 3.0) | 2 | 1true |
Bianca uploaded 33.0 pictures to Facebook . She put 27.0 pics into one album and put the rest into 3.0 different albums . | How many pictures were in each album ? | Bianca uploaded 33.0 pictures to Facebook . She put 27.0 pics into one album and put the rest into 3.0 different albums . How many pictures were in each album ? | ((33.0 + 27.0) * 3.0) | 180 | 0false |
There are 35.0 bottle caps in Beverly 's bottle cap collection . If the bottle caps are organized into 7.0 groups , | how big is each group ? | There are 35.0 bottle caps in Beverly 's bottle cap collection . If the bottle caps are organized into 7.0 groups , how big is each group ? | (35.0 / 7.0) | 5 | 1true |
There are 35.0 bottle caps in Beverly 's bottle cap collection . If the bottle caps are organized into 7.0 groups , | how big is each group ? | There are 35.0 bottle caps in Beverly 's bottle cap collection . If the bottle caps are organized into 7.0 groups , how big is each group ? | (35.0 * 7.0) | 245 | 0false |
Joan went to 4.0 football games this year . She went to 9.0 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 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 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 games last year . How many football games did Joan go to in all ? | (4.0 - 9.0) | -5 | 0false |
A farmer started the day with 8.75 buckets of seeds . After spending the morning sowing seeds , she now has 6.0 buckets . | How many buckets of seeds did the farmer sow ? | A farmer started the day with 8.75 buckets of seeds . After spending the morning sowing seeds , she now has 6.0 buckets . How many buckets of seeds did the farmer sow ? | (8.75 - 6.0) | 2.75 | 1true |
A farmer started the day with 8.75 buckets of seeds . After spending the morning sowing seeds , she now has 6.0 buckets . | How many buckets of seeds did the farmer sow ? | A farmer started the day with 8.75 buckets of seeds . After spending the morning sowing seeds , she now has 6.0 buckets . How many buckets of seeds did the farmer sow ? | (8.75 + 6.0) | 14.75 | 0false |
Sara has 31.0 red and 15.0 green balloons . Sandy has 24.0 red balloons . | How many red balloons do they have in total ? | Sara has 31.0 red and 15.0 green balloons . Sandy has 24.0 red balloons . How many red balloons do they have in total ? | (31.0 + 24.0) | 55 | 1true |
Sara has 31.0 red and 15.0 green balloons . Sandy has 24.0 red balloons . | How many red balloons do they have in total ? | Sara has 31.0 red and 15.0 green balloons . Sandy has 24.0 red balloons . How many red balloons do they have in total ? | (31.0 - 24.0) | 7 | 0false |
Christian and the junior ranger brought a bag of 140.0 nails as they visited every station assigned to the junior ranger . If they left exactly 7.0 nails in every station they visited , | how many stations did Joline and the junior ranger visit ? | Christian and the junior ranger brought a bag of 140.0 nails as they visited every station assigned to the junior ranger . If they left exactly 7.0 nails in every station they visited , how many stations did Joline and the junior ranger visit ? | (140.0 / 7.0) | 20 | 1true |
Christian and the junior ranger brought a bag of 140.0 nails as they visited every station assigned to the junior ranger . If they left exactly 7.0 nails in every station they visited , | how many stations did Joline and the junior ranger visit ? | Christian and the junior ranger brought a bag of 140.0 nails as they visited every station assigned to the junior ranger . If they left exactly 7.0 nails in every station they visited , how many stations did Joline and the junior ranger visit ? | (140.0 * 7.0) | 980 | 0false |
Sam has 16.0 blue and 25.0 green balloons . Alyssa has 21.0 blue balloons . | How many blue balloons do they have in all ? | Sam has 16.0 blue and 25.0 green balloons . Alyssa has 21.0 blue balloons . How many blue balloons do they have in all ? | (16.0 + 21.0) | 37 | 1true |
Sam has 16.0 blue and 25.0 green balloons . Alyssa has 21.0 blue balloons . | How many blue balloons do they have in all ? | Sam has 16.0 blue and 25.0 green balloons . Alyssa has 21.0 blue balloons . How many blue balloons do they have in all ? | (16.0 - 21.0) | -5 | 0false |
There were 11.0 friends playing a video game online when 5.0 players quit . If each player left had 5.0 lives , | how many lives did they have total ? | There were 11.0 friends playing a video game online when 5.0 players quit . If each player left had 5.0 lives , how many lives did they have total ? | (5.0 * (11.0 - 5.0)) | 30 | 1true |
There were 11.0 friends playing a video game online when 5.0 players quit . If each player left had 5.0 lives , | how many lives did they have total ? | There were 11.0 friends playing a video game online when 5.0 players quit . If each player left had 5.0 lives , how many lives did they have total ? | (5.0 / (11.0 + 5.0)) | 0.3125 | 0false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.