prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
Could you please add 28.01 to forty-nine point nine nine for me? | add | {
"a": 28.01,
"b": 49.99
} |
Can you split 66 evenly into 53 groups? | divide | {
"a": 66,
"b": 53
} |
Go ahead and divide thirty-nine into thirteen parts | divide | {
"a": 39,
"b": 13
} |
If a rocket's total fuel capacity is eighty-four gallons and it burns 2 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 84,
"b": 2
} |
Given a starting inventory of twenty-eight point nine three units, what will be the final stock level following the dispatch of ninety-eight point nine eight units to a distributor? | subtract | {
"a": 28.93,
"b": 98.98
} |
If an initial budget allocation of 99.55 is drawn down by an expenditure of ninety-two point zero five, what is the residual amount? | subtract | {
"a": 99.55,
"b": 92.05
} |
Hey, double check this calculation for me: 42 multiplied by 72. | multiply | {
"a": 42,
"b": 72
} |
Given a starting inventory of eighty-four point nine three units, what will be the final stock level following the dispatch of 15.1 units to a distributor? | subtract | {
"a": 84.93,
"b": 15.1
} |
A fleet consists of 55.98 delivery vehicles, and each vehicle is scheduled to cover 24.02 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 55.98,
"b": 24.02
} |
What do you get when you combine sixty-nine and twenty-one? | add | {
"a": 69,
"b": 21
} |
If a data center operates 58.76 server racks, with each rack drawing exactly fifty-four point zero six kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 58.76,
"b": 54.06
} |
Given a starting inventory of two units, what will be the final stock level following the dispatch of 80 units to a distributor? | subtract | {
"a": 2,
"b": 80
} |
Subtract fifteen from fifty-eight. | subtract | {
"a": 58,
"b": 15
} |
eighty-four point nine eight take away forty-seven point zero four | subtract | {
"a": 84.98,
"b": 47.04
} |
A freight train carries eighteen point four one tons of cargo. If an additional load weighing fifty-four point three two tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 18.41,
"b": 54.32
} |
Can you tell me what remains when you subtract 73 from 98? | subtract | {
"a": 98,
"b": 73
} |
If I start with fifty-nine and deduct 84, what's left? | subtract | {
"a": 59,
"b": 84
} |
65 take away fifteen | subtract | {
"a": 65,
"b": 15
} |
A fleet consists of twenty-seven delivery vehicles, and each vehicle is scheduled to cover twenty-two miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 27,
"b": 22
} |
If box A weighs ninety-eight kg and box B weighs ninety-one kg, what is their total weight combined? | add | {
"a": 98,
"b": 91
} |
A fleet consists of thirteen point five nine delivery vehicles, and each vehicle is scheduled to cover 9.67 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 13.59,
"b": 9.67
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of seventy-eight million kilometers over a duration of sixty-four continuous days. | divide | {
"a": 78,
"b": 64
} |
A centralized database handles 66.42 queries over a designated timeframe of 4.0 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 66.42,
"b": 4
} |
What do you get when you combine 27.08 and 73.78? | add | {
"a": 27.08,
"b": 73.78
} |
Calculate ninety-nine / 91 | divide | {
"a": 99,
"b": 91
} |
Ratio of 95.52 to 17.4 | divide | {
"a": 95.52,
"b": 17.4
} |
Sum of eighty-three and forty-one | add | {
"a": 83,
"b": 41
} |
If the initial count of active users is 96 and we experience an influx of eighty-four new registrations, what is the updated user base size? | add | {
"a": 96,
"b": 84
} |
Find the difference between eighty-one point one two and forty-three point seven | subtract | {
"a": 81.12,
"b": 43.7
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 35.56 and 13.96. | add | {
"a": 35.56,
"b": 13.96
} |
Assuming an organizational structure with twenty-three point one four distinct departments, where each department employs 43.18 specialized contractors, determine the total contractor headcount. | multiply | {
"a": 23.14,
"b": 43.18
} |
What is the quotient when 78 is divided by sixty-six? | divide | {
"a": 78,
"b": 66
} |
What is one divided by 47? | divide | {
"a": 1,
"b": 47
} |
The temperature was fifty-two degrees and it rose by thirty-nine degrees. What is the current temperature? | add | {
"a": 52,
"b": 39
} |
What do you get when you combine 72.13 and sixty-one point seven three? | add | {
"a": 72.13,
"b": 61.73
} |
Find the difference between thirty-four and 78 | subtract | {
"a": 34,
"b": 78
} |
In a machine learning model, a weight of forty-one is applied to an input feature of magnitude twenty-four. What is the resulting weighted activation? | multiply | {
"a": 41,
"b": 24
} |
A rectangle has a length of 37 cm and a width of 33 cm. Find its area. | multiply | {
"a": 37,
"b": 33
} |
If the initial count of active users is sixty-one point seven and we experience an influx of fifty point four new registrations, what is the updated user base size? | add | {
"a": 61.7,
"b": 50.4
} |
Product of 85 and 79 | multiply | {
"a": 85,
"b": 79
} |
A network's maximum bandwidth is 13 Mbps. If background processes consume 6 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 13,
"b": 6
} |
If a rocket's total fuel capacity is forty-two gallons and it burns 12 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 42,
"b": 12
} |
If a data center operates 75 server racks, with each rack drawing exactly 33 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 75,
"b": 33
} |
A dinner bill comes to ninety-five dollars and we want to split it evenly among 19 people. How much does each person owe? | divide | {
"a": 95,
"b": 19
} |
If I start with forty-nine and deduct sixty-one, what's left? | subtract | {
"a": 49,
"b": 61
} |
Please compute the overarching sum formed by integrating the values 69.4 and fifty-nine point three one into a single metric. | add | {
"a": 69.4,
"b": 59.31
} |
During a scientific experiment, eight milliliters of solution A were mixed with ninety-one milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 8,
"b": 91
} |
Assuming a baseline value of 64.35, what would the final figure be if we append a value of forty-six point four four to it? | add | {
"a": 64.35,
"b": 46.44
} |
Subtract seventy-seven point seven four from 75.82. | subtract | {
"a": 75.82,
"b": 77.74
} |
The temperature was 95 degrees and it rose by nine degrees. What is the current temperature? | add | {
"a": 95,
"b": 9
} |
How many times can the number 42 fit inside the number 36? | divide | {
"a": 36,
"b": 42
} |
sixty-seven take away twenty-one | subtract | {
"a": 67,
"b": 21
} |
How much is eighty point eight three increased by fifty-six point zero two? | add | {
"a": 80.83,
"b": 56.02
} |
A store clerk sold twenty-five units in the morning and fifty-eight units in the afternoon. What is the total sold? | add | {
"a": 25,
"b": 58
} |
Subtract eighty-five point two from twenty-eight point one one. | subtract | {
"a": 28.11,
"b": 85.2
} |
Calculate 62 / three | divide | {
"a": 62,
"b": 3
} |
Please compute the division of 99.89 over forty-four point zero two. | divide | {
"a": 99.89,
"b": 44.02
} |
Please compute the division of ninety-six point six over fifty-four point two one. | divide | {
"a": 96.6,
"b": 54.21
} |
ninety-five point four seven take away 31.97 | subtract | {
"a": 95.47,
"b": 31.97
} |
If a rocket's total fuel capacity is twenty-three point three five gallons and it burns 64.73 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 23.35,
"b": 64.73
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 41.38 and seventy-three point eight two. | add | {
"a": 41.38,
"b": 73.82
} |
Calculate 64.96 + five point two nine | add | {
"a": 64.96,
"b": 5.29
} |
Please calculate the decrement of thirty-three point three three by 88.18, yielding the final reduced metric. | subtract | {
"a": 33.33,
"b": 88.18
} |
A manufacturing plant produced three point two one components, but quality control rejected sixty-seven point three of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 3.21,
"b": 67.3
} |
I had sixty-eight dollars but I just spent sixty-seven dollars on lunch. What is my remaining balance? | subtract | {
"a": 68,
"b": 67
} |
Ratio of 50 to 99 | divide | {
"a": 50,
"b": 99
} |
If you were to take a baseline reading of ninety-eight and factor out a confounding variable measured at ten, what is the adjusted baseline? | subtract | {
"a": 98,
"b": 10
} |
What is twenty-seven groups of 60? | multiply | {
"a": 27,
"b": 60
} |
Calculate forty-four - eighty-eight | subtract | {
"a": 44,
"b": 88
} |
Calculate 55 + twenty-seven | add | {
"a": 55,
"b": 27
} |
A commercial farm has 23 rows of crops, and each row yields precisely fifty-five kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 23,
"b": 55
} |
A logistics company needs to transport 15 metric tons of freight. If each cargo container has a strict weight limit of forty-five tons, how many containers are required? | divide | {
"a": 15,
"b": 45
} |
If box A weighs eighty-four point four seven kg and box B weighs thirty-one point seven eight kg, what is their total weight combined? | add | {
"a": 84.47,
"b": 31.78
} |
A store clerk sold ninety-four point zero three units in the morning and 85.16 units in the afternoon. What is the total sold? | add | {
"a": 94.03,
"b": 85.16
} |
What is 33 plus twenty-four? | add | {
"a": 33,
"b": 24
} |
How many times can the number 61.94 fit inside the number forty-four point seven six? | divide | {
"a": 44.76,
"b": 61.94
} |
Multiply eighty point two two by 85.52. | multiply | {
"a": 80.22,
"b": 85.52
} |
If the initial count of active users is twenty-six and we experience an influx of eight new registrations, what is the updated user base size? | add | {
"a": 26,
"b": 8
} |
If a total aggregate resource of 46.13 must be distributed uniformly across 56.54 independent nodes, what is the precise allocation per node? | divide | {
"a": 46.13,
"b": 56.54
} |
A dinner bill comes to thirty-three point nine one dollars and we want to split it evenly among two point zero five people. How much does each person owe? | divide | {
"a": 33.91,
"b": 2.05
} |
If a total aggregate resource of 66 must be distributed uniformly across fifteen independent nodes, what is the precise allocation per node? | divide | {
"a": 66,
"b": 15
} |
Product of sixty-six and 52 | multiply | {
"a": 66,
"b": 52
} |
A centralized database handles sixty-nine queries over a designated timeframe of 50 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 69,
"b": 50
} |
A logistics company needs to transport twenty-one point two six metric tons of freight. If each cargo container has a strict weight limit of 24.81 tons, how many containers are required? | divide | {
"a": 21.26,
"b": 24.81
} |
What is forty-three times seventy? | multiply | {
"a": 43,
"b": 70
} |
Subtract 98 from thirty-three. | subtract | {
"a": 33,
"b": 98
} |
I have 92.13 dollars and my friend gives me another 44.0 dollars. How much do I have now? | add | {
"a": 92.13,
"b": 44
} |
Go ahead and divide 74.06 into 96.11 parts | divide | {
"a": 74.06,
"b": 96.11
} |
Multiply 97.42 by eighty-three point one one. | multiply | {
"a": 97.42,
"b": 83.11
} |
Can you tell me what remains when you subtract seventy-eight from 42? | subtract | {
"a": 42,
"b": 78
} |
Given a starting inventory of 62 units, what will be the final stock level following the dispatch of 99 units to a distributor? | subtract | {
"a": 62,
"b": 99
} |
If a single ticket costs 71 dollars, how much would it cost to buy 32 tickets? | multiply | {
"a": 71,
"b": 32
} |
In a financial projection, our initial revenue of ninety-two thousand was supplemented by an additional 54 thousand. Calculate the projected total. | add | {
"a": 92,
"b": 54
} |
A manufacturing plant produced forty-five point five two components, but quality control rejected 68.98 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 45.52,
"b": 68.98
} |
If you work for eight hours at an hourly rate of sixty-seven dollars, what is your gross pay? | multiply | {
"a": 67,
"b": 8
} |
Please scale eighty-one point zero four by a factor of 94.53. | multiply | {
"a": 81.04,
"b": 94.53
} |
Calculate 14.0 / 64.76 | divide | {
"a": 14,
"b": 64.76
} |
Calculate 74.91 * sixteen point one four | multiply | {
"a": 74.91,
"b": 16.14
} |
Could you please add forty-four point one six to sixty-eight point four five for me? | add | {
"a": 44.16,
"b": 68.45
} |
An algorithmic task requires processing thirty-seven megabytes of raw data using 64 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 37,
"b": 64
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.