input
stringlengths 1.27k
1.51k
| output
listlengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: You are provided with an arithmetic question. Your task is to compute the solution using the given arithmetic operations. The only arithmetic operators needed to answer the questions are'+'(addition) and'-'(subtraction). The answer should be correct to one decimal place.
Positive Example 1 -
Input: Joan found 70 seashells on the beach. She gave Sam some of her seashells, after which she has 27 seashell left. How many seashells did she give to Sam?
Output: 43.0
Positive Example 2 -
Input: There were 28 bales of hay in a barn. Tim stacked some more bales in the barn today. There are now 54 bales of hay in the barn. How many bales did he store in the barn today?
Output: 26.0
Negative Example 1 -
Input: There are 22 walnut trees currently in the park. Park workers will plant walnut trees today. After the workers are finished, there are 55 walnut trees in the park. How many walnut trees did the workers plant today?
Output: 77.0
Negative Example 2 -
Input: Mike had 34 peaches at his roadside fruit dish. He went to the orchard and picked peaches to stock up. There are now 86 peaches. how many did he pick?
Output: 53.0
Now complete the following example -
Input: There are 9 oak trees currently in the park. Park workers had to cutdown 2 oak trees that were damaged. How many oak trees will thepark have when the workers are finished?
Output:
|
[
"7.0"
] |
task745-594d3d4638904c5b8d5be33c8d956627
|
Definition: You are provided with an arithmetic question. Your task is to compute the solution using the given arithmetic operations. The only arithmetic operators needed to answer the questions are'+'(addition) and'-'(subtraction). The answer should be correct to one decimal place.
Positive Example 1 -
Input: Joan found 70 seashells on the beach. She gave Sam some of her seashells, after which she has 27 seashell left. How many seashells did she give to Sam?
Output: 43.0
Positive Example 2 -
Input: There were 28 bales of hay in a barn. Tim stacked some more bales in the barn today. There are now 54 bales of hay in the barn. How many bales did he store in the barn today?
Output: 26.0
Negative Example 1 -
Input: There are 22 walnut trees currently in the park. Park workers will plant walnut trees today. After the workers are finished, there are 55 walnut trees in the park. How many walnut trees did the workers plant today?
Output: 77.0
Negative Example 2 -
Input: Mike had 34 peaches at his roadside fruit dish. He went to the orchard and picked peaches to stock up. There are now 86 peaches. how many did he pick?
Output: 53.0
Now complete the following example -
Input: Tori was 4.4 feet tall. Then she grew 2.8 feet taller. How tall is Tori now?
Output:
|
[
"7.2"
] |
task745-abf4b87b46a147909e26b79c79fd4757
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.