prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
Calculate 6.96 / 22.5 | divide | {
"a": 6.96,
"b": 22.5
} |
In a financial projection, our initial revenue of twenty-seven thousand was supplemented by an additional forty-eight thousand. Calculate the projected total. | add | {
"a": 27,
"b": 48
} |
Please compute the scalar multiple obtained by amplifying the base value thirty-five point one eight by a designated multiplier of 99.08. | multiply | {
"a": 35.18,
"b": 99.08
} |
What is 2 reduced by 33? | subtract | {
"a": 2,
"b": 33
} |
If the initial count of active users is twenty-eight point five three and we experience an influx of 40.71 new registrations, what is the updated user base size? | add | {
"a": 28.53,
"b": 40.71
} |
Given an overarching budget of fifty-seven point two seven, what is the maximum funding available per phase if the project is strictly partitioned into twenty-six point eight seven equal phases? | divide | {
"a": 57.27,
"b": 26.87
} |
Calculate 93 + 17 | add | {
"a": 93,
"b": 17
} |
Calculate the per-capita distribution when a gross domestic product figure of 86.61 is divided among a population demographic of thirty-nine point nine two. | divide | {
"a": 86.61,
"b": 39.92
} |
If a software algorithm processes seventy-five data points in the first pass and an extra fifty-five data points in the second, what is the aggregate number of data points processed? | add | {
"a": 75,
"b": 55
} |
A fleet consists of 31.8 delivery vehicles, and each vehicle is scheduled to cover 62.74 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 31.8,
"b": 62.74
} |
Please compute the combined value of fifty point seven four and eighty-four point seven seven. | add | {
"a": 50.74,
"b": 84.77
} |
An airplane was flying at an altitude of 79.41 meters and descended by fifty-six point two eight meters. What is its new altitude? | subtract | {
"a": 79.41,
"b": 56.28
} |
What is thirty-six point six two divided by 30.7? | divide | {
"a": 36.62,
"b": 30.7
} |
If I start with fifty-two point three four and deduct eighty-five point seven four, what's left? | subtract | {
"a": 52.34,
"b": 85.74
} |
Subtract 38 from twenty-eight. | subtract | {
"a": 28,
"b": 38
} |
A construction project required 17 hours of labor in the first phase and an additional seven hours in the finishing phase. What is the total labor investment? | add | {
"a": 17,
"b": 7
} |
A dinner bill comes to sixty-five dollars and we want to split it evenly among 85 people. How much does each person owe? | divide | {
"a": 65,
"b": 85
} |
An algorithmic task requires processing 96.64 megabytes of raw data using 84.25 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 96.64,
"b": 84.25
} |
Given a starting inventory of forty-one units, what will be the final stock level following the dispatch of ninety units to a distributor? | subtract | {
"a": 41,
"b": 90
} |
Calculate eighty-seven point seven four / 5.18 | divide | {
"a": 87.74,
"b": 5.18
} |
What is fifty times ninety? | multiply | {
"a": 50,
"b": 90
} |
If box A weighs 79.45 kg and box B weighs 8.36 kg, what is their total weight combined? | add | {
"a": 79.45,
"b": 8.36
} |
What is 68 reduced by 6? | subtract | {
"a": 68,
"b": 6
} |
ninety-four take away fifty-eight | subtract | {
"a": 94,
"b": 58
} |
Go ahead and divide 51 into 64 parts | divide | {
"a": 51,
"b": 64
} |
You have a rope that is 63.58 meters long and you cut it into 11.06 equal pieces. How long is each piece? | divide | {
"a": 63.58,
"b": 11.06
} |
Divide 58.52 by 37.97. | divide | {
"a": 58.52,
"b": 37.97
} |
What is nine point four six plus 4.23? | add | {
"a": 9.46,
"b": 4.23
} |
What is fifty-seven plus 68? | add | {
"a": 57,
"b": 68
} |
Evaluate the quotient resulting from the equitable partition of the principal value 16 into exactly 89 fractional segments. | divide | {
"a": 16,
"b": 89
} |
A water tank contains forty-six liters. If we drain seventy-one liters, how much water is left? | subtract | {
"a": 46,
"b": 71
} |
A manufacturing plant produced forty-seven point one five components, but quality control rejected ninety-two point one of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 47.15,
"b": 92.1
} |
Ratio of 69.04 to 16.36 | divide | {
"a": 69.04,
"b": 16.36
} |
Calculate 61.97 - 10.9 | subtract | {
"a": 61.97,
"b": 10.9
} |
A store clerk sold fifty-three units in the morning and 16 units in the afternoon. What is the total sold? | add | {
"a": 53,
"b": 16
} |
Could you please add sixty-three point one four to ninety-two point six six for me? | add | {
"a": 63.14,
"b": 92.66
} |
Please compute the overarching sum formed by integrating the values 19 and 77 into a single metric. | add | {
"a": 19,
"b": 77
} |
Assuming a baseline value of eighteen, what would the final figure be if we append a value of 43 to it? | add | {
"a": 18,
"b": 43
} |
What is sixty-one point eight two divided by twenty-four point four four? | divide | {
"a": 61.82,
"b": 24.44
} |
Assuming an organizational structure with 59 distinct departments, where each department employs fifteen specialized contractors, determine the total contractor headcount. | multiply | {
"a": 59,
"b": 15
} |
Can you split 1.35 evenly into twenty-eight point three four groups? | divide | {
"a": 1.35,
"b": 28.34
} |
Please compute the division of 73 over seventy-two. | divide | {
"a": 73,
"b": 72
} |
What do you get when you combine 79.73 and 98.15? | add | {
"a": 79.73,
"b": 98.15
} |
I had sixty-one dollars but I just spent fifty-four dollars on lunch. What is my remaining balance? | subtract | {
"a": 61,
"b": 54
} |
A manufacturing plant produced 95.0 components, but quality control rejected thirty-seven point nine three of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 95,
"b": 37.93
} |
Calculate the compound total if a recurring metric of fifty-five point one four is iterated exactly 13.49 times. | multiply | {
"a": 55.14,
"b": 13.49
} |
Add twenty-six and 4. | add | {
"a": 26,
"b": 4
} |
If an initial budget allocation of eighty-two point nine eight is drawn down by an expenditure of 54.68, what is the residual amount? | subtract | {
"a": 82.98,
"b": 54.68
} |
Calculate the compound total if a recurring metric of seventy-two is iterated exactly fifty-nine times. | multiply | {
"a": 72,
"b": 59
} |
If box A weighs 12 kg and box B weighs twenty kg, what is their total weight combined? | add | {
"a": 12,
"b": 20
} |
If you work for seventy-four point three five hours at an hourly rate of seventy-three dollars, what is your gross pay? | multiply | {
"a": 73,
"b": 74.35
} |
In a financial projection, our initial revenue of sixty-four point seven seven thousand was supplemented by an additional 31.18 thousand. Calculate the projected total. | add | {
"a": 64.77,
"b": 31.18
} |
A manufacturing plant produced 4 components, but quality control rejected 100 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 4,
"b": 100
} |
Calculate the compound total if a recurring metric of fifty point seven eight is iterated exactly 27.06 times. | multiply | {
"a": 50.78,
"b": 27.06
} |
If a total aggregate resource of 56 must be distributed uniformly across forty-three independent nodes, what is the precise allocation per node? | divide | {
"a": 56,
"b": 43
} |
Calculate the per-capita distribution when a gross domestic product figure of eighty-four is divided among a population demographic of 17. | divide | {
"a": 84,
"b": 17
} |
What do you get when you combine 27.03 and fourteen point three five? | add | {
"a": 27.03,
"b": 14.35
} |
Calculate eighty-one / twenty-four | divide | {
"a": 81,
"b": 24
} |
What is 80.9 reduced by 98.5? | subtract | {
"a": 80.9,
"b": 98.5
} |
sixty-six take away eighty-seven | subtract | {
"a": 66,
"b": 87
} |
A freight train carries 25.57 tons of cargo. If an additional load weighing 31.67 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 25.57,
"b": 31.67
} |
If you work for twenty-four point two one hours at an hourly rate of seventy-seven point seven dollars, what is your gross pay? | multiply | {
"a": 77.7,
"b": 24.21
} |
Can you compute the product of seventy-two point four seven and seventy-five point one nine? | multiply | {
"a": 72.47,
"b": 75.19
} |
Hey, double check this calculation for me: 1 multiplied by forty-six. | multiply | {
"a": 1,
"b": 46
} |
Subtract 38.18 from 20.19. | subtract | {
"a": 20.19,
"b": 38.18
} |
A construction project required sixty-one point nine two hours of labor in the first phase and an additional three point seven three hours in the finishing phase. What is the total labor investment? | add | {
"a": 61.92,
"b": 3.73
} |
If I distribute 36 among eighty-six entities, what does each one receive? | divide | {
"a": 36,
"b": 86
} |
What is twenty-five minus 88? | subtract | {
"a": 25,
"b": 88
} |
Calculate the per-capita distribution when a gross domestic product figure of 97 is divided among a population demographic of 18. | divide | {
"a": 97,
"b": 18
} |
Please compute the scalar multiple obtained by amplifying the base value one point three five by a designated multiplier of 19.71. | multiply | {
"a": 1.35,
"b": 19.71
} |
If a rocket's total fuel capacity is twenty-eight point seven eight gallons and it burns nineteen point eight nine gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 28.78,
"b": 19.89
} |
Please evaluate 29 decremented by 6. | subtract | {
"a": 29,
"b": 6
} |
I had 33.6 dollars but I just spent sixty-six point six seven dollars on lunch. What is my remaining balance? | subtract | {
"a": 33.6,
"b": 66.67
} |
Determine the net difference in magnitude when the value 17.02 is systematically deducted from the primary value fifty-three point eight one. | subtract | {
"a": 53.81,
"b": 17.02
} |
During a scientific experiment, sixty-eight point six nine milliliters of solution A were mixed with forty-eight point eight nine milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 68.69,
"b": 48.89
} |
Please calculate the decrement of 3.07 by fifty-four point nine two, yielding the final reduced metric. | subtract | {
"a": 3.07,
"b": 54.92
} |
Please evaluate forty point six six decremented by seventy-two point four five. | subtract | {
"a": 40.66,
"b": 72.45
} |
Evaluate the quotient resulting from the equitable partition of the principal value eighty-three point six eight into exactly thirty-two point four two fractional segments. | divide | {
"a": 83.68,
"b": 32.42
} |
A water tank contains 81.12 liters. If we drain 86.95 liters, how much water is left? | subtract | {
"a": 81.12,
"b": 86.95
} |
I had 64 dollars but I just spent one hundred dollars on lunch. What is my remaining balance? | subtract | {
"a": 64,
"b": 100
} |
An factory produces fifty-five items per hour. How many items does it make in 89 hours? | multiply | {
"a": 55,
"b": 89
} |
Ratio of 43.51 to eighty-three point six three | divide | {
"a": 43.51,
"b": 83.63
} |
What is ninety-one reduced by 63? | subtract | {
"a": 91,
"b": 63
} |
Given an overarching budget of sixty-five point one two, what is the maximum funding available per phase if the project is strictly partitioned into seventy-seven point three eight equal phases? | divide | {
"a": 65.12,
"b": 77.38
} |
Can you tell me what remains when you subtract seventeen from 97? | subtract | {
"a": 97,
"b": 17
} |
Please compute the combined value of 36 and 2. | add | {
"a": 36,
"b": 2
} |
Can you compute the product of 93.95 and 94.46? | multiply | {
"a": 93.95,
"b": 94.46
} |
If I distribute 98.74 among four point two three entities, what does each one receive? | divide | {
"a": 98.74,
"b": 4.23
} |
If a total aggregate resource of fifty-three must be distributed uniformly across 9 independent nodes, what is the precise allocation per node? | divide | {
"a": 53,
"b": 9
} |
What is 38 plus forty-five? | add | {
"a": 38,
"b": 45
} |
How many times can the number 24.04 fit inside the number 32.15? | divide | {
"a": 32.15,
"b": 24.04
} |
Sum of thirty-four point three and seventy point five | add | {
"a": 34.3,
"b": 70.5
} |
A fleet consists of eighty-three point nine eight delivery vehicles, and each vehicle is scheduled to cover 61.12 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 83.98,
"b": 61.12
} |
If a concentrated chemical solution of forty-one point eight one molarity is diluted by a volume factor of seven point six nine, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 41.81,
"b": 7.69
} |
If a rocket's total fuel capacity is fifty-nine point five eight gallons and it burns 66.51 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 59.58,
"b": 66.51
} |
An airplane was flying at an altitude of eighteen point five two meters and descended by four point seven meters. What is its new altitude? | subtract | {
"a": 18.52,
"b": 4.7
} |
Please compute the overarching sum formed by integrating the values 23 and 30 into a single metric. | add | {
"a": 23,
"b": 30
} |
An airplane was flying at an altitude of fifty-five point two six meters and descended by twenty-one point five eight meters. What is its new altitude? | subtract | {
"a": 55.26,
"b": 21.58
} |
What do you get if you multiply 18 with seventy? | multiply | {
"a": 18,
"b": 70
} |
An airplane was flying at an altitude of 58.46 meters and descended by 3.97 meters. What is its new altitude? | subtract | {
"a": 58.46,
"b": 3.97
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.