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
Luke 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 20.0 trays from one table and 16.0 trays from another ,
how many trips will he make ?
Luke 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 20.0 trays from one table and 16.0 trays from another , how many trips will he make ?
((20.0 + 16.0) / 4.0)
9
1true
Luke 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 20.0 trays from one table and 16.0 trays from another ,
how many trips will he make ?
Luke 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 20.0 trays from one table and 16.0 trays from another , how many trips will he make ?
((20.0 - 16.0) * 4.0)
16
0false
A restaurant served 7.0 slices of pie during lunch and 5.0 during dinner today . It served 8.0 of them yesterday .
How many slices of pie were served today ?
A restaurant served 7.0 slices of pie during lunch and 5.0 during dinner today . It served 8.0 of them yesterday . How many slices of pie were served today ?
(7.0 + 5.0)
12
1true
A restaurant served 7.0 slices of pie during lunch and 5.0 during dinner today . It served 8.0 of them yesterday .
How many slices of pie were served today ?
A restaurant served 7.0 slices of pie during lunch and 5.0 during dinner today . It served 8.0 of them yesterday . How many slices of pie were served today ?
(7.0 - 5.0)
2
0false
Alyssa 's cat had 8.0 kittens and 8.0 had spots . She gave 4.0 to her friends .
How many kittens does she now have ?
Alyssa 's cat had 8.0 kittens and 8.0 had spots . She gave 4.0 to her friends . How many kittens does she now have ?
(8.0 - 4.0)
4
1true
Alyssa 's cat had 8.0 kittens and 8.0 had spots . She gave 4.0 to her friends .
How many kittens does she now have ?
Alyssa 's cat had 8.0 kittens and 8.0 had spots . She gave 4.0 to her friends . How many kittens does she now have ?
(8.0 + 4.0)
12
0false
At the fair Adam bought 13.0 tickets . After riding the ferris wheel he had 4.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 13.0 tickets . After riding the ferris wheel he had 4.0 tickets left . If each ticket cost 9.0 dollars , how much money did Adam spend riding the ferris wheel ?
(9.0 * (13.0 - 4.0))
81
1true
At the fair Adam bought 13.0 tickets . After riding the ferris wheel he had 4.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 13.0 tickets . After riding the ferris wheel he had 4.0 tickets left . If each ticket cost 9.0 dollars , how much money did Adam spend riding the ferris wheel ?
(9.0 / (13.0 + 4.0))
0.529412
0false
Christina just transferred $ 69.0 out of her bank account . As a result , the account now has $ 26935.0 in it .
How much money was in the account before the transfer ?
Christina just transferred $ 69.0 out of her bank account . As a result , the account now has $ 26935.0 in it . How much money was in the account before the transfer ?
(69.0 + 26935.0)
27,004
1true
Christina just transferred $ 69.0 out of her bank account . As a result , the account now has $ 26935.0 in it .
How much money was in the account before the transfer ?
Christina just transferred $ 69.0 out of her bank account . As a result , the account now has $ 26935.0 in it . How much money was in the account before the transfer ?
(69.0 - 26935.0)
-26,866
0false
Sarah baked 38.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 14.0 of them
how many packages could she make if she put number2 cupcake in each package ?
Sarah baked 38.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 14.0 of them how many packages could she make if she put 8.0 cupcake in each package ?
((38.0 - 14.0) / 8.0)
3
1true
Sarah baked 38.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 14.0 of them
how many packages could she make if she put number2 cupcake in each package ?
Sarah baked 38.0 cupcakes for her school 's bake sale . If her brother , Todd , ate 14.0 of them how many packages could she make if she put 8.0 cupcake in each package ?
((38.0 + 14.0) * 8.0)
416
0false
A new building needed 14.0 windows . The builder had already installed 8.0 of them . If it takes 8.0 hours to install each window ,
how long will it take him to install the rest ?
A new building needed 14.0 windows . The builder had already installed 8.0 of them . If it takes 8.0 hours to install each window , how long will it take him to install the rest ?
(8.0 * (14.0 - 8.0))
48
1true
A new building needed 14.0 windows . The builder had already installed 8.0 of them . If it takes 8.0 hours to install each window ,
how long will it take him to install the rest ?
A new building needed 14.0 windows . The builder had already installed 8.0 of them . If it takes 8.0 hours to install each window , how long will it take him to install the rest ?
(8.0 / (14.0 + 8.0))
0.363636
0false
There are 7.0 students in the class and 56.0 eggs . If the eggs are divided equally among the students ,
how many does each student get ?
There are 7.0 students in the class and 56.0 eggs . If the eggs are divided equally among the students , how many does each student get ?
(56.0 / 7.0)
8
1true
There are 7.0 students in the class and 56.0 eggs . If the eggs are divided equally among the students ,
how many does each student get ?
There are 7.0 students in the class and 56.0 eggs . If the eggs are divided equally among the students , how many does each student get ?
(56.0 * 7.0)
392
0false
Marie can bike at a speed of 12.0 miles an hour .
How far can she bike in number1 hours ?
Marie can bike at a speed of 12.0 miles an hour . How far can she bike in 31.0 hours ?
(12.0 * 31.0)
372
1true
Marie can bike at a speed of 12.0 miles an hour .
How far can she bike in number1 hours ?
Marie can bike at a speed of 12.0 miles an hour . How far can she bike in 31.0 hours ?
(12.0 / 31.0)
0.387097
0false
Ernest has 45.0 bananas that must be put away in boxes . Julie comes to help and brings 3.0 cookies to share with Ernest . If there are 5.0 boxes ,
how many bananas must go in each box ?
Ernest has 45.0 bananas that must be put away in boxes . Julie comes to help and brings 3.0 cookies to share with Ernest . If there are 5.0 boxes , how many bananas must go in each box ?
(45.0 / 5.0)
9
1true
Ernest has 45.0 bananas that must be put away in boxes . Julie comes to help and brings 3.0 cookies to share with Ernest . If there are 5.0 boxes ,
how many bananas must go in each box ?
Ernest has 45.0 bananas that must be put away in boxes . Julie comes to help and brings 3.0 cookies to share with Ernest . If there are 5.0 boxes , how many bananas must go in each box ?
(45.0 * 5.0)
225
0false
Each chocolate bar in a box cost $ 6.0 . If a box had 13.0 bars total and Zoe sold all but 6.0 bars ,
how much money would she have made ?
Each chocolate bar in a box cost $ 6.0 . If a box had 13.0 bars total and Zoe sold all but 6.0 bars , how much money would she have made ?
(6.0 * (13.0 - 6.0))
42
1true
Each chocolate bar in a box cost $ 6.0 . If a box had 13.0 bars total and Zoe sold all but 6.0 bars ,
how much money would she have made ?
Each chocolate bar in a box cost $ 6.0 . If a box had 13.0 bars total and Zoe sold all but 6.0 bars , how much money would she have made ?
(6.0 / (13.0 + 6.0))
0.315789
0false
A worksheet had 4.0 problems on it . If a teacher had 16.0 worksheets to grade and had already graded 8.0 of them ,
how many more problems does she have to grade ?
A worksheet had 4.0 problems on it . If a teacher had 16.0 worksheets to grade and had already graded 8.0 of them , how many more problems does she have to grade ?
(4.0 * (16.0 - 8.0))
32
1true
A worksheet had 4.0 problems on it . If a teacher had 16.0 worksheets to grade and had already graded 8.0 of them ,
how many more problems does she have to grade ?
A worksheet had 4.0 problems on it . If a teacher had 16.0 worksheets to grade and had already graded 8.0 of them , how many more problems does she have to grade ?
(4.0 / (16.0 + 8.0))
0.166667
0false
If Karen sold 36.0 boxes of Tagalongs ,
how many cases of number1 boxes does Karen pickup from the cookie mom ?
If Karen sold 36.0 boxes of Tagalongs , how many cases of 12.0 boxes does Karen pickup from the cookie mom ?
(36.0 / 12.0)
3
1true
If Karen sold 36.0 boxes of Tagalongs ,
how many cases of number1 boxes does Karen pickup from the cookie mom ?
If Karen sold 36.0 boxes of Tagalongs , how many cases of 12.0 boxes does Karen pickup from the cookie mom ?
(36.0 * 12.0)
432
0false
Mrs. Sheridan has 17.0 cats . Mr. Sheridan gave her 14.0 more cats .
How many cats does Mrs. Sheridan have altogether ?
Mrs. Sheridan has 17.0 cats . Mr. Sheridan gave her 14.0 more cats . How many cats does Mrs. Sheridan have altogether ?
(17.0 + 14.0)
31
1true
Mrs. Sheridan has 17.0 cats . Mr. Sheridan gave her 14.0 more cats .
How many cats does Mrs. Sheridan have altogether ?
Mrs. Sheridan has 17.0 cats . Mr. Sheridan gave her 14.0 more cats . How many cats does Mrs. Sheridan have altogether ?
(17.0 - 14.0)
3
0false
There are 84.0 leaves . There are 139.0 ladybugs on each leaf .
How many ladybugs are there in all ?
There are 84.0 leaves . There are 139.0 ladybugs on each leaf . How many ladybugs are there in all ?
(84.0 * 139.0)
11,676
1true
There are 84.0 leaves . There are 139.0 ladybugs on each leaf .
How many ladybugs are there in all ?
There are 84.0 leaves . There are 139.0 ladybugs on each leaf . How many ladybugs are there in all ?
(84.0 / 139.0)
0.604317
0false
Adam had 5.0 dollars . At the store he spent $ 2.0 on a new game . If he got another 5.0 dollars for his allowance ,
how much money does he have now ?
Adam had 5.0 dollars . At the store he spent $ 2.0 on a new game . If he got another 5.0 dollars for his allowance , how much money does he have now ?
((5.0 + 5.0) - 2.0)
8
1true
Adam had 5.0 dollars . At the store he spent $ 2.0 on a new game . If he got another 5.0 dollars for his allowance ,
how much money does he have now ?
Adam had 5.0 dollars . At the store he spent $ 2.0 on a new game . If he got another 5.0 dollars for his allowance , how much money does he have now ?
((5.0 - 5.0) + 2.0)
2
0false
Faye and her mom were picking carrots from their garden . Faye picked 23.0 and her mother picked 5.0 . If only 12.0 of the carrots were good ,
how many bad carrots did they have ?
Faye and her mom were picking carrots from their garden . Faye picked 23.0 and her mother picked 5.0 . If only 12.0 of the carrots were good , how many bad carrots did they have ?
((23.0 + 5.0) - 12.0)
16
1true
Faye and her mom were picking carrots from their garden . Faye picked 23.0 and her mother picked 5.0 . If only 12.0 of the carrots were good ,
how many bad carrots did they have ?
Faye and her mom were picking carrots from their garden . Faye picked 23.0 and her mother picked 5.0 . If only 12.0 of the carrots were good , how many bad carrots did they have ?
((23.0 - 5.0) + 12.0)
30
0false
Sara picked 35.0 pears and 27.0 apples from the orchard . She gave 28.0 pears to Dan .
How many pears does Sara have ?
Sara picked 35.0 pears and 27.0 apples from the orchard . She gave 28.0 pears to Dan . How many pears does Sara have ?
(35.0 - 28.0)
7
1true
Sara picked 35.0 pears and 27.0 apples from the orchard . She gave 28.0 pears to Dan .
How many pears does Sara have ?
Sara picked 35.0 pears and 27.0 apples from the orchard . She gave 28.0 pears to Dan . How many pears does Sara have ?
(35.0 + 28.0)
63
0false
Deborah is inviting 10.0 friends to a party . She has 80.0 cookies .
How many cookies will each friend get ?
Deborah is inviting 10.0 friends to a party . She has 80.0 cookies . How many cookies will each friend get ?
(80.0 / 10.0)
8
1true
Deborah is inviting 10.0 friends to a party . She has 80.0 cookies .
How many cookies will each friend get ?
Deborah is inviting 10.0 friends to a party . She has 80.0 cookies . How many cookies will each friend get ?
(80.0 * 10.0)
800
0false
Sarah sold 24.0 boxes of Lemon Chalet Cremes .
How many cases of number1 boxes , plus extra boxes does Sarah need ?
Sarah sold 24.0 boxes of Lemon Chalet Cremes . How many cases of 12.0 boxes , plus extra boxes does Sarah need ?
(24.0 / 12.0)
2
1true
Sarah sold 24.0 boxes of Lemon Chalet Cremes .
How many cases of number1 boxes , plus extra boxes does Sarah need ?
Sarah sold 24.0 boxes of Lemon Chalet Cremes . How many cases of 12.0 boxes , plus extra boxes does Sarah need ?
(24.0 * 12.0)
288
0false
A restaurant made 9.0 hamburgers to serve during lunch . Only 3.0 were actually served .
How many hamburgers were over from lunch ?
A restaurant made 9.0 hamburgers to serve during lunch . Only 3.0 were actually served . How many hamburgers were over from lunch ?
(9.0 - 3.0)
6
1true
A restaurant made 9.0 hamburgers to serve during lunch . Only 3.0 were actually served .
How many hamburgers were over from lunch ?
A restaurant made 9.0 hamburgers to serve during lunch . Only 3.0 were actually served . How many hamburgers were over from lunch ?
(9.0 + 3.0)
12
0false
There were 4.0 friends playing a video game online when 5.0 more players joined the game . If each player had 3.0 lives ,
how many lives did they have total ?
There were 4.0 friends playing a video game online when 5.0 more players joined the game . If each player had 3.0 lives , how many lives did they have total ?
(3.0 * (4.0 + 5.0))
27
1true
There were 4.0 friends playing a video game online when 5.0 more players joined the game . If each player had 3.0 lives ,
how many lives did they have total ?
There were 4.0 friends playing a video game online when 5.0 more players joined the game . If each player had 3.0 lives , how many lives did they have total ?
(3.0 / (4.0 - 5.0))
-3
0false
The first minute of a telephone call costs 24.0 cents and each additional minute 13.0 cents .
What is the cost of a number2 minute telephone call ?
The first minute of a telephone call costs 24.0 cents and each additional minute 13.0 cents . What is the cost of a 5.0 minute telephone call ?
(24.0 + (13.0 * 5.0))
89
1true
The first minute of a telephone call costs 24.0 cents and each additional minute 13.0 cents .
What is the cost of a number2 minute telephone call ?
The first minute of a telephone call costs 24.0 cents and each additional minute 13.0 cents . What is the cost of a 5.0 minute telephone call ?
(24.0 - (13.0 / 5.0))
21.4
0false
For the school bake sale Katie made pastries . She baked 7.0 cupcakes and 5.0 cookies . After the sale she had 8.0 to take back home .
How many pastries did she sell ?
For the school bake sale Katie made pastries . She baked 7.0 cupcakes and 5.0 cookies . After the sale she had 8.0 to take back home . How many pastries did she sell ?
((7.0 + 5.0) - 8.0)
4
1true
For the school bake sale Katie made pastries . She baked 7.0 cupcakes and 5.0 cookies . After the sale she had 8.0 to take back home .
How many pastries did she sell ?
For the school bake sale Katie made pastries . She baked 7.0 cupcakes and 5.0 cookies . After the sale she had 8.0 to take back home . How many pastries did she sell ?
((7.0 - 5.0) + 8.0)
10
0false
April 's discount flowers was having a sale where each flower was 3.0 dollars . If Zoe bought 8.0 roses and 2.0 daisies ,
how much did she spend ?
April 's discount flowers was having a sale where each flower was 3.0 dollars . If Zoe bought 8.0 roses and 2.0 daisies , how much did she spend ?
(3.0 * (8.0 + 2.0))
30
1true
April 's discount flowers was having a sale where each flower was 3.0 dollars . If Zoe bought 8.0 roses and 2.0 daisies ,
how much did she spend ?
April 's discount flowers was having a sale where each flower was 3.0 dollars . If Zoe bought 8.0 roses and 2.0 daisies , how much did she spend ?
(3.0 / (8.0 - 2.0))
0.5
0false
Chloe was organizing her book case making sure each of the shelves had exactly 6.0 books on it . If she had 5.0 shelves of mystery books and 4.0 shelves of picture books ,
how many books did she have total ?
Chloe was organizing her book case making sure each of the shelves had exactly 6.0 books on it . If she had 5.0 shelves of mystery books and 4.0 shelves of picture books , how many books did she have total ?
(6.0 * (5.0 + 4.0))
54
1true
Chloe was organizing her book case making sure each of the shelves had exactly 6.0 books on it . If she had 5.0 shelves of mystery books and 4.0 shelves of picture books ,
how many books did she have total ?
Chloe was organizing her book case making sure each of the shelves had exactly 6.0 books on it . If she had 5.0 shelves of mystery books and 4.0 shelves of picture books , how many books did she have total ?
(6.0 / (5.0 - 4.0))
6
0false
As part of a lesson on earthquakes , a science class is researching the movement of a nearby fault line . The fault line moved 1.25 inches during the past year and 5.25 inches the year before .
How far did the fault line move in all ?
As part of a lesson on earthquakes , a science class is researching the movement of a nearby fault line . The fault line moved 1.25 inches during the past year and 5.25 inches the year before . How far did the fault line move in all ?
(1.25 + 5.25)
6.5
1true
As part of a lesson on earthquakes , a science class is researching the movement of a nearby fault line . The fault line moved 1.25 inches during the past year and 5.25 inches the year before .
How far did the fault line move in all ?
As part of a lesson on earthquakes , a science class is researching the movement of a nearby fault line . The fault line moved 1.25 inches during the past year and 5.25 inches the year before . How far did the fault line move in all ?
(1.25 - 5.25)
-4
0false
Amy was playing a video game where she scores 4.0 points for each treasure she finds . If she found 6.0 treasures on the first level and 2.0 on the second ,
what would her score be ?
Amy was playing a video game where she scores 4.0 points for each treasure she finds . If she found 6.0 treasures on the first level and 2.0 on the second , what would her score be ?
(4.0 * (6.0 + 2.0))
32
1true
Amy was playing a video game where she scores 4.0 points for each treasure she finds . If she found 6.0 treasures on the first level and 2.0 on the second ,
what would her score be ?
Amy was playing a video game where she scores 4.0 points for each treasure she finds . If she found 6.0 treasures on the first level and 2.0 on the second , what would her score be ?
(4.0 / (6.0 - 2.0))
1
0false
Mike has 96.0 muffins , which he needs to box up into dozens .
How many boxes does he need ?
Mike has 96.0 muffins , which he needs to box up into dozens . How many boxes does he need ?
(96.0 / 12.0)
8
1true
Mike has 96.0 muffins , which he needs to box up into dozens .
How many boxes does he need ?
Mike has 96.0 muffins , which he needs to box up into dozens . How many boxes does he need ?
(96.0 * 12.0)
1,152
0false
If Charles strolled 6.0 miles at 3.0 miles per hour ,
how long was Charles travelling ?
If Charles strolled 6.0 miles at 3.0 miles per hour , how long was Charles travelling ?
(6.0 / 3.0)
2
1true
If Charles strolled 6.0 miles at 3.0 miles per hour ,
how long was Charles travelling ?
If Charles strolled 6.0 miles at 3.0 miles per hour , how long was Charles travelling ?
(6.0 * 3.0)
18
0false
219.0 people are going to the zoo , and there are 3.0 buses to take people .
How many will go in each bus if the same number go in each one and all of the people go to the zoo ?
219.0 people are going to the zoo , and there are 3.0 buses to take people . How many will go in each bus if the same number go in each one and all of the people go to the zoo ?
(219.0 / 3.0)
73
1true
219.0 people are going to the zoo , and there are 3.0 buses to take people .
How many will go in each bus if the same number go in each one and all of the people go to the zoo ?
219.0 people are going to the zoo , and there are 3.0 buses to take people . How many will go in each bus if the same number go in each one and all of the people go to the zoo ?
(219.0 * 3.0)
657
0false
Edward starts with 92.0 eggs . He gives 40.0 to Phillip .
How many eggs does Edward end with ?
Edward starts with 92.0 eggs . He gives 40.0 to Phillip . How many eggs does Edward end with ?
(92.0 - 40.0)
52
1true
Edward starts with 92.0 eggs . He gives 40.0 to Phillip .
How many eggs does Edward end with ?
Edward starts with 92.0 eggs . He gives 40.0 to Phillip . How many eggs does Edward end with ?
(92.0 + 40.0)
132
0false
Joan has 40.0 blue balloons Melanie has 41.0 blue balloons .
How many blue balloons do they have in total ?
Joan has 40.0 blue balloons Melanie has 41.0 blue balloons . How many blue balloons do they have in total ?
(40.0 + 41.0)
81
1true
Joan has 40.0 blue balloons Melanie has 41.0 blue balloons .
How many blue balloons do they have in total ?
Joan has 40.0 blue balloons Melanie has 41.0 blue balloons . How many blue balloons do they have in total ?
(40.0 - 41.0)
-1
0false
A dust storm sweeps across the prairie . It covers 64535.0 acres of the prairie in dust , but leaves 522.0 acres untouched .
How many acres does the prairie cover ?
A dust storm sweeps across the prairie . It covers 64535.0 acres of the prairie in dust , but leaves 522.0 acres untouched . How many acres does the prairie cover ?
(64535.0 - 522.0)
64,013
1true
A dust storm sweeps across the prairie . It covers 64535.0 acres of the prairie in dust , but leaves 522.0 acres untouched .
How many acres does the prairie cover ?
A dust storm sweeps across the prairie . It covers 64535.0 acres of the prairie in dust , but leaves 522.0 acres untouched . How many acres does the prairie cover ?
(64535.0 + 522.0)
65,057
0false
Cindy ’ s mom baked 41.0 cookies . Paul ’ s dad baked 38.0 cookies . They both brought them to school for a party .
How many cookies did they have altogether ?
Cindy ’ s mom baked 41.0 cookies . Paul ’ s dad baked 38.0 cookies . They both brought them to school for a party . How many cookies did they have altogether ?
(41.0 + 38.0)
79
1true
Cindy ’ s mom baked 41.0 cookies . Paul ’ s dad baked 38.0 cookies . They both brought them to school for a party .
How many cookies did they have altogether ?
Cindy ’ s mom baked 41.0 cookies . Paul ’ s dad baked 38.0 cookies . They both brought them to school for a party . How many cookies did they have altogether ?
(41.0 - 38.0)
3
0false
For a birthday party Tom bought 4.0 regular sodas and 52.0 diet sodas . If his fridge would only hold 7.0 on each shelf ,
how many shelves would he fill up ?
For a birthday party Tom bought 4.0 regular sodas and 52.0 diet sodas . If his fridge would only hold 7.0 on each shelf , how many shelves would he fill up ?
((4.0 + 52.0) / 7.0)
8
1true
For a birthday party Tom bought 4.0 regular sodas and 52.0 diet sodas . If his fridge would only hold 7.0 on each shelf ,
how many shelves would he fill up ?
For a birthday party Tom bought 4.0 regular sodas and 52.0 diet sodas . If his fridge would only hold 7.0 on each shelf , how many shelves would he fill up ?
((4.0 - 52.0) * 7.0)
-336
0false
Vanessa had 13.0 music files and 30.0 video files on her flash drive . If she deleted 10.0 of the files ,
how many files were still on her flash drive ?
Vanessa had 13.0 music files and 30.0 video files on her flash drive . If she deleted 10.0 of the files , how many files were still on her flash drive ?
((13.0 + 30.0) - 10.0)
33
1true
Vanessa had 13.0 music files and 30.0 video files on her flash drive . If she deleted 10.0 of the files ,
how many files were still on her flash drive ?
Vanessa had 13.0 music files and 30.0 video files on her flash drive . If she deleted 10.0 of the files , how many files were still on her flash drive ?
((13.0 - 30.0) + 10.0)
-7
0false
64.0 children were riding on the bus . At the bus stop , some more children got on the bus . Then there were 78.0 children altogether on the bus .
How many children got on the bus at the bus stop ?
64.0 children were riding on the bus . At the bus stop , some more children got on the bus . Then there were 78.0 children altogether on the bus . How many children got on the bus at the bus stop ?
(78.0 - 64.0)
14
1true
64.0 children were riding on the bus . At the bus stop , some more children got on the bus . Then there were 78.0 children altogether on the bus .
How many children got on the bus at the bus stop ?
64.0 children were riding on the bus . At the bus stop , some more children got on the bus . Then there were 78.0 children altogether on the bus . How many children got on the bus at the bus stop ?
(78.0 + 64.0)
142
0false
Henry had 11.0 dollars . For his birthday he got 18.0 more dollars but spent 10.0 on a new game .
How much money does he have now ?
Henry had 11.0 dollars . For his birthday he got 18.0 more dollars but spent 10.0 on a new game . How much money does he have now ?
((11.0 + 18.0) - 10.0)
19
1true
Henry had 11.0 dollars . For his birthday he got 18.0 more dollars but spent 10.0 on a new game .
How much money does he have now ?
Henry had 11.0 dollars . For his birthday he got 18.0 more dollars but spent 10.0 on a new game . How much money does he have now ?
((11.0 - 18.0) + 10.0)
3
0false
A teacher had 7.0 worksheets to grade . If she graded 2.0 , but then another 46.0 were turned in ,
how many worksheets would she have to grade ?
A teacher had 7.0 worksheets to grade . If she graded 2.0 , but then another 46.0 were turned in , how many worksheets would she have to grade ?
((7.0 + 46.0) - 2.0)
51
1true
A teacher had 7.0 worksheets to grade . If she graded 2.0 , but then another 46.0 were turned in ,
how many worksheets would she have to grade ?
A teacher had 7.0 worksheets to grade . If she graded 2.0 , but then another 46.0 were turned in , how many worksheets would she have to grade ?
((7.0 - 46.0) + 2.0)
-37
0false
Frank worked 8.0 hours on the first 4.0 days of the week .
How many hours did he work in all ?
Frank worked 8.0 hours on the first 4.0 days of the week . How many hours did he work in all ?
(8.0 * 4.0)
32
1true
Frank worked 8.0 hours on the first 4.0 days of the week .
How many hours did he work in all ?
Frank worked 8.0 hours on the first 4.0 days of the week . How many hours did he work in all ?
(8.0 / 4.0)
2
0false
There are 5.0 oak trees currently in the park . Park workers will plant 4.0 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 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 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 oak trees today . How many oak trees will the park have when the workers are finished ?
(5.0 - 4.0)
1
0false
Christine wandered 20.0 miles at 4.0 miles per hour .
How long did Christine wander ?
Christine wandered 20.0 miles at 4.0 miles per hour . How long did Christine wander ?
(20.0 / 4.0)
5
1true
Christine wandered 20.0 miles at 4.0 miles per hour .
How long did Christine wander ?
Christine wandered 20.0 miles at 4.0 miles per hour . How long did Christine wander ?
(20.0 * 4.0)
80
0false
A store had 48.0 coloring books in stock . They ended up putting them on sale and getting rid of 38.0 of them . The put the ones they still had onto shelves with 5.0 on each shelf .
How many shelves did they use ?
A store had 48.0 coloring books in stock . They ended up putting them on sale and getting rid of 38.0 of them . The put the ones they still had onto shelves with 5.0 on each shelf . How many shelves did they use ?
((48.0 - 38.0) / 5.0)
2
1true
A store had 48.0 coloring books in stock . They ended up putting them on sale and getting rid of 38.0 of them . The put the ones they still had onto shelves with 5.0 on each shelf .
How many shelves did they use ?
A store had 48.0 coloring books in stock . They ended up putting them on sale and getting rid of 38.0 of them . The put the ones they still had onto shelves with 5.0 on each shelf . How many shelves did they use ?
((48.0 + 38.0) * 5.0)
430
0false
Alyssa bought some toys . She bought a football for $ 5.71 , and spent $ 6.59 on marbles . In total ,
how much did Alyssa spend on toys ?
Alyssa bought some toys . She bought a football for $ 5.71 , and spent $ 6.59 on marbles . In total , how much did Alyssa spend on toys ?
(5.71 + 6.59)
12.3
1true
Alyssa bought some toys . She bought a football for $ 5.71 , and spent $ 6.59 on marbles . In total ,
how much did Alyssa spend on toys ?
Alyssa bought some toys . She bought a football for $ 5.71 , and spent $ 6.59 on marbles . In total , how much did Alyssa spend on toys ?
(5.71 - 6.59)
-0.88
0false
Janet has 57.0 apples . She finds another 95.0 .
How many apples does Janet have in all ?
Janet has 57.0 apples . She finds another 95.0 . How many apples does Janet have in all ?
(57.0 + 95.0)
152
1true
Janet has 57.0 apples . She finds another 95.0 .
How many apples does Janet have in all ?
Janet has 57.0 apples . She finds another 95.0 . How many apples does Janet have in all ?
(57.0 - 95.0)
-38
0false
There are 124.0 students making 3.0 stars each for the school wall .
How many stars will they make all together ?
There are 124.0 students making 3.0 stars each for the school wall . How many stars will they make all together ?
(124.0 * 3.0)
372
1true
There are 124.0 students making 3.0 stars each for the school wall .
How many stars will they make all together ?
There are 124.0 students making 3.0 stars each for the school wall . How many stars will they make all together ?
(124.0 / 3.0)
41.333333
0false
A restaurant sold 63.0 hamburgers last week .
How many hamburgers on average were sold each day ?
A restaurant sold 63.0 hamburgers last week . How many hamburgers on average were sold each day ?
(63.0 / 7.0)
9
1true
A restaurant sold 63.0 hamburgers last week .
How many hamburgers on average were sold each day ?
A restaurant sold 63.0 hamburgers last week . How many hamburgers on average were sold each day ?
(63.0 * 7.0)
441
0false
At a pie - eating contest , Erik got through 0.6666666666666666 pie before time was called ; Frank finished just 0.3333333333333333 pie .
How much more pie did Erik eat than Frank ?
At a pie - eating contest , Erik got through 0.6666666666666666 pie before time was called ; Frank finished just 0.3333333333333333 pie . How much more pie did Erik eat than Frank ?
(0.6666666666666666 - 0.3333333333333333)
0.333333
1true
At a pie - eating contest , Erik got through 0.6666666666666666 pie before time was called ; Frank finished just 0.3333333333333333 pie .
How much more pie did Erik eat than Frank ?
At a pie - eating contest , Erik got through 0.6666666666666666 pie before time was called ; Frank finished just 0.3333333333333333 pie . How much more pie did Erik eat than Frank ?
(0.6666666666666666 + 0.3333333333333333)
1
0false
Sarah had 55.0 homework problems . She finished 6.0 of them but still had 7.0 pages of problems to do . If each page has the same number of problems on it ,
how many problems are on each page ?
Sarah had 55.0 homework problems . She finished 6.0 of them but still had 7.0 pages of problems to do . If each page has the same number of problems on it , how many problems are on each page ?
((55.0 - 6.0) / 7.0)
7
1true
Sarah had 55.0 homework problems . She finished 6.0 of them but still had 7.0 pages of problems to do . If each page has the same number of problems on it ,
how many problems are on each page ?
Sarah had 55.0 homework problems . She finished 6.0 of them but still had 7.0 pages of problems to do . If each page has the same number of problems on it , how many problems are on each page ?
((55.0 + 6.0) * 7.0)
427
0false