body stringlengths 5 370 | ques stringlengths 12 166 ⌀ | question stringlengths 24 413 | equation stringlengths 1 67 | answer float64 -451,929 22.1M | label class label 2
classes |
|---|---|---|---|---|---|
A marine biologist measured 1.0 fish that was 0.3 foot long and a second fish that was 0.2 foot long . | How much longer was the first fish ? | A marine biologist measured 1.0 fish that was 0.3 foot long and a second fish that was 0.2 foot long . How much longer was the first fish ? | (0.3 - 0.2) | 0.1 | 1true |
A marine biologist measured 1.0 fish that was 0.3 foot long and a second fish that was 0.2 foot long . | How much longer was the first fish ? | A marine biologist measured 1.0 fish that was 0.3 foot long and a second fish that was 0.2 foot long . How much longer was the first fish ? | (0.3 + 0.2) | 0.5 | 0false |
A cell phone company has a total of 7422.0 customers across the world . If 723.0 of its customers live in the United States , | how many of its customers live in other countries ? | A cell phone company has a total of 7422.0 customers across the world . If 723.0 of its customers live in the United States , how many of its customers live in other countries ? | (7422.0 - 723.0) | 6,699 | 1true |
A cell phone company has a total of 7422.0 customers across the world . If 723.0 of its customers live in the United States , | how many of its customers live in other countries ? | A cell phone company has a total of 7422.0 customers across the world . If 723.0 of its customers live in the United States , how many of its customers live in other countries ? | (7422.0 + 723.0) | 8,145 | 0false |
Bianca and her friends were recycling paper for their class . For every 3.0 pounds they recycled they earned one point . If Bianca recycled 24.0 pounds and her friends recycled 3.0 pounds , | how many points did they earn ? | Bianca and her friends were recycling paper for their class . For every 3.0 pounds they recycled they earned one point . If Bianca recycled 24.0 pounds and her friends recycled 3.0 pounds , how many points did they earn ? | ((3.0 + 24.0) / 3.0) | 9 | 1true |
Bianca and her friends were recycling paper for their class . For every 3.0 pounds they recycled they earned one point . If Bianca recycled 24.0 pounds and her friends recycled 3.0 pounds , | how many points did they earn ? | Bianca and her friends were recycling paper for their class . For every 3.0 pounds they recycled they earned one point . If Bianca recycled 24.0 pounds and her friends recycled 3.0 pounds , how many points did they earn ? | ((3.0 - 24.0) * 3.0) | -63 | 0false |
Wayne collects 9.0 blocks . Wayne 's father gives Wayne 6.0 more . | How many blocks does Wayne have ? | Wayne collects 9.0 blocks . Wayne 's father gives Wayne 6.0 more . How many blocks does Wayne have ? | (9.0 + 6.0) | 15 | 1true |
Wayne collects 9.0 blocks . Wayne 's father gives Wayne 6.0 more . | How many blocks does Wayne have ? | Wayne collects 9.0 blocks . Wayne 's father gives Wayne 6.0 more . How many blocks does Wayne have ? | (9.0 - 6.0) | 3 | 0false |
Kaleb was collecting cans for recycling . On Saturday he filled 5.0 bags up and on Sunday he filled 5.0 more bags . If each bag had 4.0 cans in it , | how many cans did he pick up total ? | Kaleb was collecting cans for recycling . On Saturday he filled 5.0 bags up and on Sunday he filled 5.0 more bags . If each bag had 4.0 cans in it , how many cans did he pick up total ? | (4.0 * (5.0 + 5.0)) | 40 | 1true |
Kaleb was collecting cans for recycling . On Saturday he filled 5.0 bags up and on Sunday he filled 5.0 more bags . If each bag had 4.0 cans in it , | how many cans did he pick up total ? | Kaleb was collecting cans for recycling . On Saturday he filled 5.0 bags up and on Sunday he filled 5.0 more bags . If each bag had 4.0 cans in it , how many cans did he pick up total ? | (4.0 / (5.0 + 5.0)) | 0.4 | 0false |
Mrs. Santiago has 58.0 red roses . Mrs. Garrett has 24.0 . | How many more red roses does Mrs. Santiago have than Mrs. Garrett ? | Mrs. Santiago has 58.0 red roses . Mrs. Garrett has 24.0 . How many more red roses does Mrs. Santiago have than Mrs. Garrett ? | (58.0 - 24.0) | 34 | 1true |
Mrs. Santiago has 58.0 red roses . Mrs. Garrett has 24.0 . | How many more red roses does Mrs. Santiago have than Mrs. Garrett ? | Mrs. Santiago has 58.0 red roses . Mrs. Garrett has 24.0 . How many more red roses does Mrs. Santiago have than Mrs. Garrett ? | (58.0 + 24.0) | 82 | 0false |
While shopping for music online , Janet bought 6.0 country albums and 2.0 pop albums . Each album came with a lyric sheet and had 9.0 songs . | How many songs did Janet buy total ? | While shopping for music online , Janet bought 6.0 country albums and 2.0 pop albums . Each album came with a lyric sheet and had 9.0 songs . How many songs did Janet buy total ? | (9.0 * (6.0 + 2.0)) | 72 | 1true |
While shopping for music online , Janet bought 6.0 country albums and 2.0 pop albums . Each album came with a lyric sheet and had 9.0 songs . | How many songs did Janet buy total ? | While shopping for music online , Janet bought 6.0 country albums and 2.0 pop albums . Each album came with a lyric sheet and had 9.0 songs . How many songs did Janet buy total ? | (9.0 / (6.0 - 2.0)) | 2.25 | 0false |
Isabel had 72.0 homework problems . She finished 32.0 of them but still had 5.0 pages of problems to do . If each page has the same number of problems on it , | how many problems are on each page ? | Isabel had 72.0 homework problems . She finished 32.0 of them but still had 5.0 pages of problems to do . If each page has the same number of problems on it , how many problems are on each page ? | ((72.0 - 32.0) / 5.0) | 8 | 1true |
Isabel had 72.0 homework problems . She finished 32.0 of them but still had 5.0 pages of problems to do . If each page has the same number of problems on it , | how many problems are on each page ? | Isabel had 72.0 homework problems . She finished 32.0 of them but still had 5.0 pages of problems to do . If each page has the same number of problems on it , how many problems are on each page ? | ((72.0 + 32.0) * 5.0) | 520 | 0false |
When relatives visit Haley and her family , she and her cousins do origami . If she has 48.0 origami papers to give away to her 6.0 cousins , | how many will each receive if she gives everyone the same number of origami papers ? | When relatives visit Haley and her family , she and her cousins do origami . If she has 48.0 origami papers to give away to her 6.0 cousins , how many will each receive if she gives everyone the same number of origami papers ? | (48.0 / 6.0) | 8 | 1true |
When relatives visit Haley and her family , she and her cousins do origami . If she has 48.0 origami papers to give away to her 6.0 cousins , | how many will each receive if she gives everyone the same number of origami papers ? | When relatives visit Haley and her family , she and her cousins do origami . If she has 48.0 origami papers to give away to her 6.0 cousins , how many will each receive if she gives everyone the same number of origami papers ? | (48.0 * 6.0) | 288 | 0false |
A pet store had 19.0 siamese cats and 45.0 house cats . During a sale they sold 56.0 cats . | How many cats do they have left ? | A pet store had 19.0 siamese cats and 45.0 house cats . During a sale they sold 56.0 cats . How many cats do they have left ? | ((19.0 + 45.0) - 56.0) | 8 | 1true |
A pet store had 19.0 siamese cats and 45.0 house cats . During a sale they sold 56.0 cats . | How many cats do they have left ? | A pet store had 19.0 siamese cats and 45.0 house cats . During a sale they sold 56.0 cats . How many cats do they have left ? | ((19.0 - 45.0) + 56.0) | 30 | 0false |
Sam found 35.0 seashells on the beach , he gave Joan 18.0 of the seashells . | How many seashells does he now have ? | Sam found 35.0 seashells on the beach , he gave Joan 18.0 of the seashells . How many seashells does he now have ? | (35.0 - 18.0) | 17 | 1true |
Sam found 35.0 seashells on the beach , he gave Joan 18.0 of the seashells . | How many seashells does he now have ? | Sam found 35.0 seashells on the beach , he gave Joan 18.0 of the seashells . How many seashells does he now have ? | (35.0 + 18.0) | 53 | 0false |
Diane has 37.0 crayons . She gets 5.0 more from Frances . Later , Diane buys 16.0 cards at the store . | How many crayons does Diane have in all ? | Diane has 37.0 crayons . She gets 5.0 more from Frances . Later , Diane buys 16.0 cards at the store . How many crayons does Diane have in all ? | (37.0 + 5.0) | 42 | 1true |
Diane has 37.0 crayons . She gets 5.0 more from Frances . Later , Diane buys 16.0 cards at the store . | How many crayons does Diane have in all ? | Diane has 37.0 crayons . She gets 5.0 more from Frances . Later , Diane buys 16.0 cards at the store . How many crayons does Diane have in all ? | (37.0 - 5.0) | 32 | 0false |
Bridget has 4.0 Skittles . Henry has 4.0 Skittles . If Henry gives all of his Skittles to Bridget , | how many Skittles will Bridget have ? | Bridget has 4.0 Skittles . Henry has 4.0 Skittles . If Henry gives all of his Skittles to Bridget , how many Skittles will Bridget have ? | (4.0 + 4.0) | 8 | 1true |
Bridget has 4.0 Skittles . Henry has 4.0 Skittles . If Henry gives all of his Skittles to Bridget , | how many Skittles will Bridget have ? | Bridget has 4.0 Skittles . Henry has 4.0 Skittles . If Henry gives all of his Skittles to Bridget , how many Skittles will Bridget have ? | (4.0 - 4.0) | 0 | 0false |
Johnny saved $ 30.0 in September . He saved $ 49.0 in October and $ 46.0 in November . Then Johnny spent $ 58.0 on a video game . | How much money does Johnny have left ? | Johnny saved $ 30.0 in September . He saved $ 49.0 in October and $ 46.0 in November . Then Johnny spent $ 58.0 on a video game . How much money does Johnny have left ? | ((30.0 + (49.0 + 46.0)) - 58.0) | 67 | 1true |
Johnny saved $ 30.0 in September . He saved $ 49.0 in October and $ 46.0 in November . Then Johnny spent $ 58.0 on a video game . | How much money does Johnny have left ? | Johnny saved $ 30.0 in September . He saved $ 49.0 in October and $ 46.0 in November . Then Johnny spent $ 58.0 on a video game . How much money does Johnny have left ? | ((30.0 - (49.0 - 46.0)) + 58.0) | 85 | 0false |
Paige had 11.0 songs on her mp3 player . If she deleted 9.0 old songs from it and then added 8.0 new songs , | how many songs does she have on her mp3 player ? | Paige had 11.0 songs on her mp3 player . If she deleted 9.0 old songs from it and then added 8.0 new songs , how many songs does she have on her mp3 player ? | ((11.0 + 8.0) - 9.0) | 10 | 1true |
Paige had 11.0 songs on her mp3 player . If she deleted 9.0 old songs from it and then added 8.0 new songs , | how many songs does she have on her mp3 player ? | Paige had 11.0 songs on her mp3 player . If she deleted 9.0 old songs from it and then added 8.0 new songs , how many songs does she have on her mp3 player ? | ((11.0 - 8.0) + 9.0) | 12 | 0false |
Sara picked 6.0 pears and Tim picked 5.0 pears from the pear tree . | How many pears were picked in total ? | Sara picked 6.0 pears and Tim picked 5.0 pears from the pear tree . How many pears were picked in total ? | (6.0 + 5.0) | 11 | 1true |
Sara picked 6.0 pears and Tim picked 5.0 pears from the pear tree . | How many pears were picked in total ? | Sara picked 6.0 pears and Tim picked 5.0 pears from the pear tree . How many pears were picked in total ? | (6.0 - 5.0) | 1 | 0false |
While on vacation , Haley took 50.0 pictures at the zoo and 8.0 at the museum . If she later deleted 38.0 of the pictures , | how many pictures from her vacation did she still have ? | While on vacation , Haley took 50.0 pictures at the zoo and 8.0 at the museum . If she later deleted 38.0 of the pictures , how many pictures from her vacation did she still have ? | ((50.0 + 8.0) - 38.0) | 20 | 1true |
While on vacation , Haley took 50.0 pictures at the zoo and 8.0 at the museum . If she later deleted 38.0 of the pictures , | how many pictures from her vacation did she still have ? | While on vacation , Haley took 50.0 pictures at the zoo and 8.0 at the museum . If she later deleted 38.0 of the pictures , how many pictures from her vacation did she still have ? | ((50.0 - 8.0) + 38.0) | 80 | 0false |
Iesha has 344.0 books . 136.0 are about school and the rest are about sports . | How many books about sports does Iesha have ? | Iesha has 344.0 books . 136.0 are about school and the rest are about sports . How many books about sports does Iesha have ? | (344.0 - 136.0) | 208 | 1true |
Iesha has 344.0 books . 136.0 are about school and the rest are about sports . | How many books about sports does Iesha have ? | Iesha has 344.0 books . 136.0 are about school and the rest are about sports . How many books about sports does Iesha have ? | (344.0 + 136.0) | 480 | 0false |
At the schools book fair Sam bought 13.0 adventure books and 17.0 mystery books . If 15.0 of the books were used , | how many new books did he buy ? | At the schools book fair Sam bought 13.0 adventure books and 17.0 mystery books . If 15.0 of the books were used , how many new books did he buy ? | ((13.0 + 17.0) - 15.0) | 15 | 1true |
At the schools book fair Sam bought 13.0 adventure books and 17.0 mystery books . If 15.0 of the books were used , | how many new books did he buy ? | At the schools book fair Sam bought 13.0 adventure books and 17.0 mystery books . If 15.0 of the books were used , how many new books did he buy ? | ((13.0 - 17.0) + 15.0) | 11 | 0false |
David had 4000.0 dollars invested for 0.25 of a year at a simple rate of 6.1 % . | How much interest did he earn ? | David had 4000.0 dollars invested for 0.25 of a year at a simple rate of 6.1 % . How much interest did he earn ? | (((4000.0 * 0.25) * 6.1) * 0.01) | 61 | 1true |
David had 4000.0 dollars invested for 0.25 of a year at a simple rate of 6.1 % . | How much interest did he earn ? | David had 4000.0 dollars invested for 0.25 of a year at a simple rate of 6.1 % . How much interest did he earn ? | (((4000.0 / 0.25) / 6.1) / 0.01) | 262,295.081967 | 0false |
Adam had 48.0 books . If he sold 19.0 of them and used the money he earned to buy 38.0 new books , | how many books would Adam have ? | Adam had 48.0 books . If he sold 19.0 of them and used the money he earned to buy 38.0 new books , how many books would Adam have ? | ((48.0 + 38.0) - 19.0) | 67 | 1true |
Adam had 48.0 books . If he sold 19.0 of them and used the money he earned to buy 38.0 new books , | how many books would Adam have ? | Adam had 48.0 books . If he sold 19.0 of them and used the money he earned to buy 38.0 new books , how many books would Adam have ? | ((48.0 - 38.0) + 19.0) | 29 | 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 |
Mrs. Hilt saw a rollercoaster . 7.0 students rode the rollercoaster every 5.0 minutes . | How many students rode the rollercoaster in number2 minutes ? | Mrs. Hilt saw a rollercoaster . 7.0 students rode the rollercoaster every 5.0 minutes . How many students rode the rollercoaster in 15.0 minutes ? | (7.0 * (15.0 / 5.0)) | 21 | 1true |
Mrs. Hilt saw a rollercoaster . 7.0 students rode the rollercoaster every 5.0 minutes . | How many students rode the rollercoaster in number2 minutes ? | Mrs. Hilt saw a rollercoaster . 7.0 students rode the rollercoaster every 5.0 minutes . How many students rode the rollercoaster in 15.0 minutes ? | (7.0 / (15.0 * 5.0)) | 0.093333 | 0false |
The school is planning a field trip . There are 28.0 students and 7.0 seats on each school bus . | How many buses are needed to take the trip ? | The school is planning a field trip . There are 28.0 students and 7.0 seats on each school bus . How many buses are needed to take the trip ? | (28.0 / 7.0) | 4 | 1true |
The school is planning a field trip . There are 28.0 students and 7.0 seats on each school bus . | How many buses are needed to take the trip ? | The school is planning a field trip . There are 28.0 students and 7.0 seats on each school bus . How many buses are needed to take the trip ? | (28.0 * 7.0) | 196 | 0false |
Rosa had 67.0 flowers . Andre gave her some more flowers . Now , Rosa has 90.0 flowers . | How many flowers did Andre give to Rosa ? | Rosa had 67.0 flowers . Andre gave her some more flowers . Now , Rosa has 90.0 flowers . How many flowers did Andre give to Rosa ? | (90.0 - 67.0) | 23 | 1true |
Rosa had 67.0 flowers . Andre gave her some more flowers . Now , Rosa has 90.0 flowers . | How many flowers did Andre give to Rosa ? | Rosa had 67.0 flowers . Andre gave her some more flowers . Now , Rosa has 90.0 flowers . How many flowers did Andre give to Rosa ? | (90.0 + 67.0) | 157 | 0false |
Paige and her friends were recycling paper for their class . For every 4.0 pounds they recycled they earned one point . If Paige recycled 14.0 pounds and her friends recycled 2.0 pounds , | how many points did they earn ? | Paige and her friends were recycling paper for their class . For every 4.0 pounds they recycled they earned one point . If Paige recycled 14.0 pounds and her friends recycled 2.0 pounds , how many points did they earn ? | ((14.0 + 2.0) / 4.0) | 4 | 1true |
Paige and her friends were recycling paper for their class . For every 4.0 pounds they recycled they earned one point . If Paige recycled 14.0 pounds and her friends recycled 2.0 pounds , | how many points did they earn ? | Paige and her friends were recycling paper for their class . For every 4.0 pounds they recycled they earned one point . If Paige recycled 14.0 pounds and her friends recycled 2.0 pounds , how many points did they earn ? | ((14.0 - 2.0) * 4.0) | 48 | 0false |
Benny 's high school played 39.0 baseball games this year . He attended 14.0 games . | How many baseball games did Benny miss ? | Benny 's high school played 39.0 baseball games this year . He attended 14.0 games . How many baseball games did Benny miss ? | (39.0 - 14.0) | 25 | 1true |
Benny 's high school played 39.0 baseball games this year . He attended 14.0 games . | How many baseball games did Benny miss ? | Benny 's high school played 39.0 baseball games this year . He attended 14.0 games . How many baseball games did Benny miss ? | (39.0 + 14.0) | 53 | 0false |
Frank made 5.0 dollars mowing lawns and 58.0 dollars weed eating . If he only spent 7.0 dollar a week , | how long would the money last him ? | Frank made 5.0 dollars mowing lawns and 58.0 dollars weed eating . If he only spent 7.0 dollar a week , how long would the money last him ? | ((5.0 + 58.0) / 7.0) | 9 | 1true |
Frank made 5.0 dollars mowing lawns and 58.0 dollars weed eating . If he only spent 7.0 dollar a week , | how long would the money last him ? | Frank made 5.0 dollars mowing lawns and 58.0 dollars weed eating . If he only spent 7.0 dollar a week , how long would the money last him ? | ((5.0 - 58.0) * 7.0) | -371 | 0false |
The school cafeteria ordered 8.0 red apples and 43.0 green apples for students lunches . But , if only 42.0 students wanted fruit , | how many extra did the cafeteria end up with ? | The school cafeteria ordered 8.0 red apples and 43.0 green apples for students lunches . But , if only 42.0 students wanted fruit , how many extra did the cafeteria end up with ? | ((8.0 + 43.0) - 42.0) | 9 | 1true |
The school cafeteria ordered 8.0 red apples and 43.0 green apples for students lunches . But , if only 42.0 students wanted fruit , | how many extra did the cafeteria end up with ? | The school cafeteria ordered 8.0 red apples and 43.0 green apples for students lunches . But , if only 42.0 students wanted fruit , how many extra did the cafeteria end up with ? | ((8.0 - 43.0) + 42.0) | 7 | 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 |
Joan grew 29.0 carrots and 14.0 watermelons . Jessica grew 11.0 carrots . | How many carrots did they grow in all ? | Joan grew 29.0 carrots and 14.0 watermelons . Jessica grew 11.0 carrots . How many carrots did they grow in all ? | (29.0 + 11.0) | 40 | 1true |
Joan grew 29.0 carrots and 14.0 watermelons . Jessica grew 11.0 carrots . | How many carrots did they grow in all ? | Joan grew 29.0 carrots and 14.0 watermelons . Jessica grew 11.0 carrots . How many carrots did they grow in all ? | (29.0 - 11.0) | 18 | 0false |
Joan picked 37.0 oranges and Sara picked 10.0 oranges . Alyssa picked 30.0 pears . | How many oranges were picked in total ? | Joan picked 37.0 oranges and Sara picked 10.0 oranges . Alyssa picked 30.0 pears . How many oranges were picked in total ? | (37.0 + 10.0) | 47 | 1true |
Joan picked 37.0 oranges and Sara picked 10.0 oranges . Alyssa picked 30.0 pears . | How many oranges were picked in total ? | Joan picked 37.0 oranges and Sara picked 10.0 oranges . Alyssa picked 30.0 pears . How many oranges were picked in total ? | (37.0 - 10.0) | 27 | 0false |
At a pizza party , Mason and his friends drank 2.6666666666666665 bottles of lemon - lime soda and 2.6666666666666665 bottles of cola . | How much soda did they drink in all ? | At a pizza party , Mason and his friends drank 2.6666666666666665 bottles of lemon - lime soda and 2.6666666666666665 bottles of cola . How much soda did they drink in all ? | (2.6666666666666665 + 2.6666666666666665) | 5.333333 | 1true |
At a pizza party , Mason and his friends drank 2.6666666666666665 bottles of lemon - lime soda and 2.6666666666666665 bottles of cola . | How much soda did they drink in all ? | At a pizza party , Mason and his friends drank 2.6666666666666665 bottles of lemon - lime soda and 2.6666666666666665 bottles of cola . How much soda did they drink in all ? | (2.6666666666666665 - 2.6666666666666665) | 0 | 0false |
In a class of 25.0 students , 8.0 received a grade of A . | What percent of the students received A 's ? | In a class of 25.0 students , 8.0 received a grade of A . What percent of the students received A 's ? | ((8.0 / 25.0) * 100.0) | 32 | 1true |
In a class of 25.0 students , 8.0 received a grade of A . | What percent of the students received A 's ? | In a class of 25.0 students , 8.0 received a grade of A . What percent of the students received A 's ? | ((8.0 * 25.0) / 100.0) | 2 | 0false |
If Norma wandered for 5.0 hours at 3.0 miles per hour . | How far did Norma go ? | If Norma wandered for 5.0 hours at 3.0 miles per hour . How far did Norma go ? | (5.0 * 3.0) | 15 | 1true |
If Norma wandered for 5.0 hours at 3.0 miles per hour . | How far did Norma go ? | If Norma wandered for 5.0 hours at 3.0 miles per hour . How far did Norma go ? | (5.0 / 3.0) | 1.666667 | 0false |
If Teresa jogged 25.0 kilometers at 5.0 kilometers per hour , | how long was Teresa jogging ? | If Teresa jogged 25.0 kilometers at 5.0 kilometers per hour , how long was Teresa jogging ? | (25.0 / 5.0) | 5 | 1true |
If Teresa jogged 25.0 kilometers at 5.0 kilometers per hour , | how long was Teresa jogging ? | If Teresa jogged 25.0 kilometers at 5.0 kilometers per hour , how long was Teresa jogging ? | (25.0 * 5.0) | 125 | 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 |
Bonnie 's science class recorded the rainfall each day . They recorded 0.16666666666666666 centimeter of rain on Monday , 0.4166666666666667 centimeter of rain on Tuesday , and 0.08333333333333333 centimeter of rain on Wednesday . | How many centimeters of rain did the class record in all ? | Bonnie 's science class recorded the rainfall each day . They recorded 0.16666666666666666 centimeter of rain on Monday , 0.4166666666666667 centimeter of rain on Tuesday , and 0.08333333333333333 centimeter of rain on Wednesday . How many centimeters of rain did the class record in all ? | ((0.16666666666666666 + 0.4166666666666667) + 0.08333333333333333) | 0.666667 | 1true |
Bonnie 's science class recorded the rainfall each day . They recorded 0.16666666666666666 centimeter of rain on Monday , 0.4166666666666667 centimeter of rain on Tuesday , and 0.08333333333333333 centimeter of rain on Wednesday . | How many centimeters of rain did the class record in all ? | Bonnie 's science class recorded the rainfall each day . They recorded 0.16666666666666666 centimeter of rain on Monday , 0.4166666666666667 centimeter of rain on Tuesday , and 0.08333333333333333 centimeter of rain on Wednesday . How many centimeters of rain did the class record in all ? | ((0.16666666666666666 - 0.4166666666666667) - 0.08333333333333333) | -0.333333 | 0false |
There are 22.0 walnut trees currently in the park . Park workers will plant walnut trees today . When the workers are finished there will be 55.0 walnut trees in the park . | How many walnut trees did the workers plant today ? | There are 22.0 walnut trees currently in the park . Park workers will plant walnut trees today . When the workers are finished there will be 55.0 walnut trees in the park . How many walnut trees did the workers plant today ? | (55.0 - 22.0) | 33 | 1true |
There are 22.0 walnut trees currently in the park . Park workers will plant walnut trees today . When the workers are finished there will be 55.0 walnut trees in the park . | How many walnut trees did the workers plant today ? | There are 22.0 walnut trees currently in the park . Park workers will plant walnut trees today . When the workers are finished there will be 55.0 walnut trees in the park . How many walnut trees did the workers plant today ? | (55.0 + 22.0) | 77 | 0false |
Zoe had 15.0 songs on her mp3 player . If she deleted 8.0 old songs from it and then added 50.0 new songs , | how many songs does she have on her mp3 player ? | Zoe had 15.0 songs on her mp3 player . If she deleted 8.0 old songs from it and then added 50.0 new songs , how many songs does she have on her mp3 player ? | ((15.0 + 50.0) - 8.0) | 57 | 1true |
Zoe had 15.0 songs on her mp3 player . If she deleted 8.0 old songs from it and then added 50.0 new songs , | how many songs does she have on her mp3 player ? | Zoe had 15.0 songs on her mp3 player . If she deleted 8.0 old songs from it and then added 50.0 new songs , how many songs does she have on her mp3 player ? | ((15.0 - 50.0) + 8.0) | -27 | 0false |
Tyler had 15.0 dogs . Each dog had 5.0 puppies . | How many puppies does Tyler now have ? | Tyler had 15.0 dogs . Each dog had 5.0 puppies . How many puppies does Tyler now have ? | (15.0 * 5.0) | 75 | 1true |
Tyler had 15.0 dogs . Each dog had 5.0 puppies . | How many puppies does Tyler now have ? | Tyler had 15.0 dogs . Each dog had 5.0 puppies . How many puppies does Tyler now have ? | (15.0 / 5.0) | 3 | 0false |
Katie had 85.0 files on her computer . She deleted 40.0 of them and put the rest into folders with 5.0 files in each one . | How many folders did Katie end up with ? | Katie had 85.0 files on her computer . She deleted 40.0 of them and put the rest into folders with 5.0 files in each one . How many folders did Katie end up with ? | ((85.0 - 40.0) / 5.0) | 9 | 1true |
Katie had 85.0 files on her computer . She deleted 40.0 of them and put the rest into folders with 5.0 files in each one . | How many folders did Katie end up with ? | Katie had 85.0 files on her computer . She deleted 40.0 of them and put the rest into folders with 5.0 files in each one . How many folders did Katie end up with ? | ((85.0 + 40.0) * 5.0) | 625 | 0false |
During 1.0 year , the Wagners ' real estate bill included 600.0 dollars for local schools . Of this amount , 150.0 dollars went to the high school district . | What percent did the Wagner family pay to the high school district ? | During 1.0 year , the Wagners ' real estate bill included 600.0 dollars for local schools . Of this amount , 150.0 dollars went to the high school district . What percent did the Wagner family pay to the high school district ? | ((150.0 / 600.0) * 100.0) | 25 | 1true |
During 1.0 year , the Wagners ' real estate bill included 600.0 dollars for local schools . Of this amount , 150.0 dollars went to the high school district . | What percent did the Wagner family pay to the high school district ? | During 1.0 year , the Wagners ' real estate bill included 600.0 dollars for local schools . Of this amount , 150.0 dollars went to the high school district . What percent did the Wagner family pay to the high school district ? | ((150.0 * 600.0) / 100.0) | 900 | 0false |
Alyssa has 37.0 blue balloons , Sandy has 28.0 blue balloons , and Sally has 39.0 blue balloons . | How many blue balloons do they have in all ? | Alyssa has 37.0 blue balloons , Sandy has 28.0 blue balloons , and Sally has 39.0 blue balloons . How many blue balloons do they have in all ? | ((37.0 + 28.0) + 39.0) | 104 | 1true |
Alyssa has 37.0 blue balloons , Sandy has 28.0 blue balloons , and Sally has 39.0 blue balloons . | How many blue balloons do they have in all ? | Alyssa has 37.0 blue balloons , Sandy has 28.0 blue balloons , and Sally has 39.0 blue balloons . How many blue balloons do they have in all ? | ((37.0 - 28.0) - 39.0) | -30 | 0false |
If there are 7.0 eggs in a box and Daniel puts 4.0 more eggs inside , | how many eggs are in the box ? | If there are 7.0 eggs in a box and Daniel puts 4.0 more eggs inside , how many eggs are in the box ? | (7.0 + 4.0) | 11 | 1true |
If there are 7.0 eggs in a box and Daniel puts 4.0 more eggs inside , | how many eggs are in the box ? | If there are 7.0 eggs in a box and Daniel puts 4.0 more eggs inside , how many eggs are in the box ? | (7.0 - 4.0) | 3 | 0false |
Martin strolled to Lawrence 's house . It is 12.0 miles from Martin 's house to Lawrence 's house . It took Martin 6.0 hours to get there . | How fast did Martin go ? | Martin strolled to Lawrence 's house . It is 12.0 miles from Martin 's house to Lawrence 's house . It took Martin 6.0 hours to get there . How fast did Martin go ? | (12.0 / 6.0) | 2 | 1true |
Martin strolled to Lawrence 's house . It is 12.0 miles from Martin 's house to Lawrence 's house . It took Martin 6.0 hours to get there . | How fast did Martin go ? | Martin strolled to Lawrence 's house . It is 12.0 miles from Martin 's house to Lawrence 's house . It took Martin 6.0 hours to get there . How fast did Martin go ? | (12.0 * 6.0) | 72 | 0false |
If each ball costs $ 1.54 , | how much must Kyoko pay for number1 balls ? | If each ball costs $ 1.54 , how much must Kyoko pay for 3.0 balls ? | (1.54 * 3.0) | 4.62 | 1true |
If each ball costs $ 1.54 , | how much must Kyoko pay for number1 balls ? | If each ball costs $ 1.54 , how much must Kyoko pay for 3.0 balls ? | (1.54 / 3.0) | 0.513333 | 0false |
A pet store had 13.0 puppies . In one day they sold 7.0 of them and put the rest into cages with 2.0 in each cage . | How many cages did they use ? | A pet store had 13.0 puppies . In one day they sold 7.0 of them and put the rest into cages with 2.0 in each cage . How many cages did they use ? | ((13.0 - 7.0) / 2.0) | 3 | 1true |
A pet store had 13.0 puppies . In one day they sold 7.0 of them and put the rest into cages with 2.0 in each cage . | How many cages did they use ? | A pet store had 13.0 puppies . In one day they sold 7.0 of them and put the rest into cages with 2.0 in each cage . How many cages did they use ? | ((13.0 + 7.0) * 2.0) | 40 | 0false |
Sara had 100.0 pennies and 783.0 quarters in her bank . Her dad borrowed 271.0 quarters from Sara . | How many quarters does she have now ? | Sara had 100.0 pennies and 783.0 quarters in her bank . Her dad borrowed 271.0 quarters from Sara . How many quarters does she have now ? | (783.0 - 271.0) | 512 | 1true |
Sara had 100.0 pennies and 783.0 quarters in her bank . Her dad borrowed 271.0 quarters from Sara . | How many quarters does she have now ? | Sara had 100.0 pennies and 783.0 quarters in her bank . Her dad borrowed 271.0 quarters from Sara . How many quarters does she have now ? | (783.0 + 271.0) | 1,054 | 0false |
Charles has 4.0 apples . Jessica gives Charles 39.0 more . | How many apples does Charles have in all ? | Charles has 4.0 apples . Jessica gives Charles 39.0 more . How many apples does Charles have in all ? | (4.0 + 39.0) | 43 | 1true |
Charles has 4.0 apples . Jessica gives Charles 39.0 more . | How many apples does Charles have in all ? | Charles has 4.0 apples . Jessica gives Charles 39.0 more . How many apples does Charles have in all ? | (4.0 - 39.0) | -35 | 0false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.