prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
Determine the net difference in magnitude when the value 75.47 is systematically deducted from the primary value 36.56. | subtract | {
"a": 36.56,
"b": 75.47
} |
Given a starting inventory of 74 units, what will be the final stock level following the dispatch of 5 units to a distributor? | subtract | {
"a": 74,
"b": 5
} |
In a financial projection, our initial revenue of 27 thousand was supplemented by an additional 99 thousand. Calculate the projected total. | add | {
"a": 27,
"b": 99
} |
Please scale forty-nine by a factor of sixty-two. | multiply | {
"a": 49,
"b": 62
} |
A manufacturing plant produced nine point two four components, but quality control rejected six point one six of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 9.24,
"b": 6.16
} |
Can you compute the product of fifty-eight and 44? | multiply | {
"a": 58,
"b": 44
} |
Go ahead and divide ten into 55 parts | divide | {
"a": 10,
"b": 55
} |
Could you please add seventy-six point four five to fifty-nine point two six for me? | add | {
"a": 76.45,
"b": 59.26
} |
How many times can the number 13.13 fit inside the number ninety-three point one seven? | divide | {
"a": 93.17,
"b": 13.13
} |
twenty-two point two three take away 93.98 | subtract | {
"a": 22.23,
"b": 93.98
} |
Find the difference between 54 and forty-seven | subtract | {
"a": 54,
"b": 47
} |
Calculate the compound total if a recurring metric of 42.95 is iterated exactly 31.11 times. | multiply | {
"a": 42.95,
"b": 31.11
} |
An algorithmic task requires processing 55 megabytes of raw data using 1 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 55,
"b": 1
} |
If a software algorithm processes eighty point three one data points in the first pass and an extra 23.09 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 80.31,
"b": 23.09
} |
What is 96 plus thirty? | add | {
"a": 96,
"b": 30
} |
An algorithmic task requires processing 46.91 megabytes of raw data using thirty-two point four four parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 46.91,
"b": 32.44
} |
Add nine point two four and ninety-four point six eight. | add | {
"a": 9.24,
"b": 94.68
} |
A freight train carries 74.35 tons of cargo. If an additional load weighing sixty-seven point eight nine tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 74.35,
"b": 67.89
} |
Could you please add 95.22 to 6.45 for me? | add | {
"a": 95.22,
"b": 6.45
} |
Assuming an organizational structure with 18.69 distinct departments, where each department employs ninety-two point four six specialized contractors, determine the total contractor headcount. | multiply | {
"a": 18.69,
"b": 92.46
} |
A network's maximum bandwidth is 71.87 Mbps. If background processes consume nine point nine eight Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 71.87,
"b": 9.98
} |
Calculate 38.66 / fifty-eight point three one | divide | {
"a": 38.66,
"b": 58.31
} |
In a financial projection, our initial revenue of 54.27 thousand was supplemented by an additional sixty-one point one three thousand. Calculate the projected total. | add | {
"a": 54.27,
"b": 61.13
} |
You have a rope that is seventy-nine point seven two meters long and you cut it into seventy-four point zero four equal pieces. How long is each piece? | divide | {
"a": 79.72,
"b": 74.04
} |
If a data center operates seventeen server racks, with each rack drawing exactly 34 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 17,
"b": 34
} |
If I start with 54.91 and deduct sixty-two point five seven, what's left? | subtract | {
"a": 54.91,
"b": 62.57
} |
If an initial budget allocation of 62.25 is drawn down by an expenditure of six point three six, what is the residual amount? | subtract | {
"a": 62.25,
"b": 6.36
} |
What is ninety-two divided by 39? | divide | {
"a": 92,
"b": 39
} |
A store clerk sold 51 units in the morning and twenty-four units in the afternoon. What is the total sold? | add | {
"a": 51,
"b": 24
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of thirty-nine point seven three units and a transverse dimension of 69.17 units. | multiply | {
"a": 39.73,
"b": 69.17
} |
Multiply forty by 2. | multiply | {
"a": 40,
"b": 2
} |
A fleet consists of 19 delivery vehicles, and each vehicle is scheduled to cover 77 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 19,
"b": 77
} |
Given a starting inventory of sixteen point six two units, what will be the final stock level following the dispatch of ninety-three point seven eight units to a distributor? | subtract | {
"a": 16.62,
"b": 93.78
} |
I have forty-two point seven eight dollars and my friend gives me another ninety-nine point one three dollars. How much do I have now? | add | {
"a": 42.78,
"b": 99.13
} |
How much is eighty-five increased by eleven point eight nine? | add | {
"a": 85,
"b": 11.89
} |
A construction project required 2.63 hours of labor in the first phase and an additional ninety point five hours in the finishing phase. What is the total labor investment? | add | {
"a": 2.63,
"b": 90.5
} |
A cryptographic function requires scaling a prime integer ninety-six by a secondary key value of six. Evaluate this product. | multiply | {
"a": 96,
"b": 6
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of thirty point one eight units and a transverse dimension of thirty-two point eight six units. | multiply | {
"a": 30.18,
"b": 32.86
} |
If a rocket's total fuel capacity is 66 gallons and it burns 88 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 66,
"b": 88
} |
Calculate 66.25 * ninety-one point five three | multiply | {
"a": 66.25,
"b": 91.53
} |
A rectangle has a length of 31.42 cm and a width of seventy-seven point zero one cm. Find its area. | multiply | {
"a": 31.42,
"b": 77.01
} |
Calculate 6.8 / thirty-six point one | divide | {
"a": 6.8,
"b": 36.1
} |
What is sixty-five plus two? | add | {
"a": 65,
"b": 2
} |
A manufacturing plant produced eighty point five five components, but quality control rejected sixty-eight point four four of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 80.55,
"b": 68.44
} |
Evaluate the mathematical expression resulting from the addition operation between the terms nine and sixty-seven. | add | {
"a": 9,
"b": 67
} |
I had seventeen point nine one dollars but I just spent 32.36 dollars on lunch. What is my remaining balance? | subtract | {
"a": 17.91,
"b": 32.36
} |
If you were to take a baseline reading of twenty-nine and factor out a confounding variable measured at fifty-eight, what is the adjusted baseline? | subtract | {
"a": 29,
"b": 58
} |
A dinner bill comes to 33 dollars and we want to split it evenly among 15 people. How much does each person owe? | divide | {
"a": 33,
"b": 15
} |
Please calculate the decrement of eighty-three point eight nine by fifty point six two, yielding the final reduced metric. | subtract | {
"a": 83.89,
"b": 50.62
} |
A manufacturing plant produced 83.98 components, but quality control rejected 14.08 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 83.98,
"b": 14.08
} |
Evaluate the mathematical expression resulting from the addition operation between the terms sixty-eight and fifty-nine. | add | {
"a": 68,
"b": 59
} |
I have nineteen point six three dollars and my friend gives me another 22.29 dollars. How much do I have now? | add | {
"a": 19.63,
"b": 22.29
} |
What is 37.11 divided by twenty-one point three three? | divide | {
"a": 37.11,
"b": 21.33
} |
If I distribute forty-six point five three among ninety-seven point zero two entities, what does each one receive? | divide | {
"a": 46.53,
"b": 97.02
} |
Out of a total population of three point six one items, 21.44 of them are defective. How many are non-defective? | subtract | {
"a": 3.61,
"b": 21.44
} |
Find the difference between 69.98 and 13.29 | subtract | {
"a": 69.98,
"b": 13.29
} |
Multiply eighty-nine point four two by twenty-four point six two. | multiply | {
"a": 89.42,
"b": 24.62
} |
I have 11.94 dollars and my friend gives me another 73.05 dollars. How much do I have now? | add | {
"a": 11.94,
"b": 73.05
} |
A dinner bill comes to forty-nine dollars and we want to split it evenly among 83 people. How much does each person owe? | divide | {
"a": 49,
"b": 83
} |
Assuming an organizational structure with eighty-four distinct departments, where each department employs fifty-six specialized contractors, determine the total contractor headcount. | multiply | {
"a": 84,
"b": 56
} |
If a concentrated chemical solution of 62.45 molarity is diluted by a volume factor of 42.3, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 62.45,
"b": 42.3
} |
If a rocket's total fuel capacity is 91.46 gallons and it burns sixty-seven point eight four gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 91.46,
"b": 67.84
} |
I have 91.04 dollars and my friend gives me another 60.63 dollars. How much do I have now? | add | {
"a": 91.04,
"b": 60.63
} |
A construction project required 41 hours of labor in the first phase and an additional ten hours in the finishing phase. What is the total labor investment? | add | {
"a": 41,
"b": 10
} |
Calculate seventy + 85 | add | {
"a": 70,
"b": 85
} |
The temperature was 10.03 degrees and it rose by eighty-six point eight degrees. What is the current temperature? | add | {
"a": 10.03,
"b": 86.8
} |
Multiply 95.88 by 5.69. | multiply | {
"a": 95.88,
"b": 5.69
} |
In a financial projection, our initial revenue of 4 thousand was supplemented by an additional ninety-five thousand. Calculate the projected total. | add | {
"a": 4,
"b": 95
} |
68 take away forty-eight | subtract | {
"a": 68,
"b": 48
} |
If you were to take a baseline reading of 77.24 and factor out a confounding variable measured at 26.26, what is the adjusted baseline? | subtract | {
"a": 77.24,
"b": 26.26
} |
Go ahead and divide 98.15 into twenty-six point five seven parts | divide | {
"a": 98.15,
"b": 26.57
} |
You have a rope that is 97.9 meters long and you cut it into 48.9 equal pieces. How long is each piece? | divide | {
"a": 97.9,
"b": 48.9
} |
Divide twenty-one point zero two by sixty-five point seven one. | divide | {
"a": 21.02,
"b": 65.71
} |
Please compute the division of sixty-eight point zero six over fifty-seven point zero six. | divide | {
"a": 68.06,
"b": 57.06
} |
A dinner bill comes to 66.87 dollars and we want to split it evenly among sixteen point eight eight people. How much does each person owe? | divide | {
"a": 66.87,
"b": 16.88
} |
What is 89 groups of twelve? | multiply | {
"a": 89,
"b": 12
} |
Please compute the division of 37 over twenty-eight. | divide | {
"a": 37,
"b": 28
} |
A construction project required ninety-one point nine two hours of labor in the first phase and an additional twenty-seven point two three hours in the finishing phase. What is the total labor investment? | add | {
"a": 91.92,
"b": 27.23
} |
What is the quotient when 42 is divided by thirty-one? | divide | {
"a": 42,
"b": 31
} |
A centralized database handles thirty-nine point three five queries over a designated timeframe of seventy-five point three eight seconds. Determine the system's throughput in queries per second. | divide | {
"a": 39.35,
"b": 75.38
} |
An factory produces forty-one items per hour. How many items does it make in seventy hours? | multiply | {
"a": 41,
"b": 70
} |
Ratio of forty-seven point two four to 54.47 | divide | {
"a": 47.24,
"b": 54.47
} |
What is 14.39 groups of forty-five point nine seven? | multiply | {
"a": 14.39,
"b": 45.97
} |
What do you get if you multiply ninety-one point seven eight with 39.56? | multiply | {
"a": 91.78,
"b": 39.56
} |
What is nineteen plus thirty-five? | add | {
"a": 19,
"b": 35
} |
An factory produces four items per hour. How many items does it make in sixty-two hours? | multiply | {
"a": 4,
"b": 62
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 85.91 units and a transverse dimension of 54.41 units. | multiply | {
"a": 85.91,
"b": 54.41
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of forty-two million kilometers over a duration of seventy-five continuous days. | divide | {
"a": 42,
"b": 75
} |
You have a rope that is 42.1 meters long and you cut it into ninety-one point three eight equal pieces. How long is each piece? | divide | {
"a": 42.1,
"b": 91.38
} |
In a machine learning model, a weight of 95 is applied to an input feature of magnitude twenty-two. What is the resulting weighted activation? | multiply | {
"a": 95,
"b": 22
} |
Please calculate the decrement of six point seven eight by fifty-six point nine five, yielding the final reduced metric. | subtract | {
"a": 6.78,
"b": 56.95
} |
A rectangle has a length of twelve cm and a width of eighty-three cm. Find its area. | multiply | {
"a": 12,
"b": 83
} |
Find the difference between 77.53 and 69.64 | subtract | {
"a": 77.53,
"b": 69.64
} |
Determine the net difference in magnitude when the value thirty-two is systematically deducted from the primary value 43. | subtract | {
"a": 43,
"b": 32
} |
In a financial projection, our initial revenue of 69.73 thousand was supplemented by an additional 44.66 thousand. Calculate the projected total. | add | {
"a": 69.73,
"b": 44.66
} |
A centralized database handles 64 queries over a designated timeframe of thirty-five seconds. Determine the system's throughput in queries per second. | divide | {
"a": 64,
"b": 35
} |
Could you please add 30.66 to 9.87 for me? | add | {
"a": 30.66,
"b": 9.87
} |
During a chemical reaction, 20.45 grams of a reactant are consumed from an initial mass of eighty-nine point four four grams. How much of the reactant is left unreacted? | subtract | {
"a": 89.44,
"b": 20.45
} |
What do you get when you combine 79 and 68? | add | {
"a": 79,
"b": 68
} |
You have a rope that is ninety-three point five two meters long and you cut it into ninety-five point eight three equal pieces. How long is each piece? | divide | {
"a": 93.52,
"b": 95.83
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.