prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
If a rocket's total fuel capacity is fifty-four point seven eight gallons and it burns twenty-nine point seven seven gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 54.78,
"b": 29.77
} |
Calculate the compound total if a recurring metric of seven is iterated exactly 91 times. | multiply | {
"a": 7,
"b": 91
} |
How much is thirty point two six increased by 40.49? | add | {
"a": 30.26,
"b": 40.49
} |
Add 89.28 and twenty-six point two five. | add | {
"a": 89.28,
"b": 26.25
} |
Assuming an organizational structure with fifty-six point one six distinct departments, where each department employs seventeen point six one specialized contractors, determine the total contractor headcount. | multiply | {
"a": 56.16,
"b": 17.61
} |
An algorithmic task requires processing ninety-three megabytes of raw data using eleven parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 93,
"b": 11
} |
If an initial budget allocation of seventy-eight point five four is drawn down by an expenditure of 27.34, what is the residual amount? | subtract | {
"a": 78.54,
"b": 27.34
} |
Given the quantities 32.54 and 53.95, determine their combined magnitude when aggregated. | add | {
"a": 32.54,
"b": 53.95
} |
Could you please add 71 to twenty-eight for me? | add | {
"a": 71,
"b": 28
} |
Add seventy-two point nine six and seven point eight two. | add | {
"a": 72.96,
"b": 7.82
} |
The temperature was 10.99 degrees and it rose by seventy-six point one four degrees. What is the current temperature? | add | {
"a": 10.99,
"b": 76.14
} |
A logistics company needs to transport seventy-seven point zero four metric tons of freight. If each cargo container has a strict weight limit of 77.83 tons, how many containers are required? | divide | {
"a": 77.04,
"b": 77.83
} |
Calculate nineteen + twenty-nine | add | {
"a": 19,
"b": 29
} |
Ratio of 74.73 to eighty-nine point two six | divide | {
"a": 74.73,
"b": 89.26
} |
What is the quotient when 56 is divided by 41? | divide | {
"a": 56,
"b": 41
} |
Assuming a baseline value of two point zero seven, what would the final figure be if we append a value of 66.24 to it? | add | {
"a": 2.07,
"b": 66.24
} |
Could you please add 66 to 15 for me? | add | {
"a": 66,
"b": 15
} |
What do you get when you combine twenty-four and 50? | add | {
"a": 24,
"b": 50
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of sixty-seven point eight six million kilometers over a duration of twenty-two point four five continuous days. | divide | {
"a": 67.86,
"b": 22.45
} |
A store clerk sold 97.84 units in the morning and eight point two eight units in the afternoon. What is the total sold? | add | {
"a": 97.84,
"b": 8.28
} |
Could you please add 59 to seventy-five for me? | add | {
"a": 59,
"b": 75
} |
If an initial budget allocation of 78.32 is drawn down by an expenditure of 38.2, what is the residual amount? | subtract | {
"a": 78.32,
"b": 38.2
} |
What is fifty-nine times 44? | multiply | {
"a": 59,
"b": 44
} |
If an initial budget allocation of 45.78 is drawn down by an expenditure of six point eight, what is the residual amount? | subtract | {
"a": 45.78,
"b": 6.8
} |
Add 68 and 35. | add | {
"a": 68,
"b": 35
} |
Given a starting inventory of 8.36 units, what will be the final stock level following the dispatch of 67.72 units to a distributor? | subtract | {
"a": 8.36,
"b": 67.72
} |
Assuming a baseline value of 96.88, what would the final figure be if we append a value of ninety-two point four one to it? | add | {
"a": 96.88,
"b": 92.41
} |
Calculate the compound total if a recurring metric of sixty-nine point five is iterated exactly sixteen point zero one times. | multiply | {
"a": 69.5,
"b": 16.01
} |
If a rocket's total fuel capacity is 25 gallons and it burns sixty-two gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 25,
"b": 62
} |
thirty-seven take away 40 | subtract | {
"a": 37,
"b": 40
} |
If an initial budget allocation of seventy-five point one one is drawn down by an expenditure of five point seven seven, what is the residual amount? | subtract | {
"a": 75.11,
"b": 5.77
} |
Please compute the overarching sum formed by integrating the values thirty-three and four into a single metric. | add | {
"a": 33,
"b": 4
} |
A cryptographic function requires scaling a prime integer 32 by a secondary key value of 68. Evaluate this product. | multiply | {
"a": 32,
"b": 68
} |
An investment portfolio initially valued at 91.39 experienced a market correction resulting in a loss of 62.0. Compute the depreciated portfolio value. | subtract | {
"a": 91.39,
"b": 62
} |
What is 19 minus 74? | subtract | {
"a": 19,
"b": 74
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of six point five units and a transverse dimension of 4.26 units. | multiply | {
"a": 6.5,
"b": 4.26
} |
What is 64.54 times fifty-two point seven? | multiply | {
"a": 64.54,
"b": 52.7
} |
What is 61 plus 93? | add | {
"a": 61,
"b": 93
} |
What do you get if you multiply ninety-nine with 84? | multiply | {
"a": 99,
"b": 84
} |
If the initial count of active users is 37 and we experience an influx of 90 new registrations, what is the updated user base size? | add | {
"a": 37,
"b": 90
} |
If a software algorithm processes 42.37 data points in the first pass and an extra 31.48 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 42.37,
"b": 31.48
} |
A centralized database handles thirty-three queries over a designated timeframe of 31 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 33,
"b": 31
} |
Subtract thirty-three from seventy-eight. | subtract | {
"a": 78,
"b": 33
} |
A fleet consists of 100 delivery vehicles, and each vehicle is scheduled to cover ninety-three miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 100,
"b": 93
} |
How many times can the number 26 fit inside the number 1? | divide | {
"a": 1,
"b": 26
} |
Add five point six three and 28.54. | add | {
"a": 5.63,
"b": 28.54
} |
Given a starting inventory of sixty-two point nine six units, what will be the final stock level following the dispatch of 15.94 units to a distributor? | subtract | {
"a": 62.96,
"b": 15.94
} |
If box A weighs fifty-seven kg and box B weighs 58 kg, what is their total weight combined? | add | {
"a": 57,
"b": 58
} |
Please compute the scalar multiple obtained by amplifying the base value 53.92 by a designated multiplier of sixty-four point two three. | multiply | {
"a": 53.92,
"b": 64.23
} |
Divide 6.02 by 28.85. | divide | {
"a": 6.02,
"b": 28.85
} |
If an initial budget allocation of 32.61 is drawn down by an expenditure of eighty-six point eight two, what is the residual amount? | subtract | {
"a": 32.61,
"b": 86.82
} |
An airplane was flying at an altitude of seven meters and descended by three meters. What is its new altitude? | subtract | {
"a": 7,
"b": 3
} |
97.37 take away 64.54 | subtract | {
"a": 97.37,
"b": 64.54
} |
What is the quotient when eighty-four is divided by fifty-three? | divide | {
"a": 84,
"b": 53
} |
What is fifteen point eight six times 69.71? | multiply | {
"a": 15.86,
"b": 69.71
} |
Calculate 44.07 + 77.98 | add | {
"a": 44.07,
"b": 77.98
} |
What is seventy-seven times 95? | multiply | {
"a": 77,
"b": 95
} |
If an initial budget allocation of fifty-six is drawn down by an expenditure of 82, what is the residual amount? | subtract | {
"a": 56,
"b": 82
} |
I have 76.42 dollars and my friend gives me another seventy-three point nine six dollars. How much do I have now? | add | {
"a": 76.42,
"b": 73.96
} |
What is 56 divided by eighty-seven? | divide | {
"a": 56,
"b": 87
} |
Out of a total population of 55 items, 94 of them are defective. How many are non-defective? | subtract | {
"a": 55,
"b": 94
} |
Given an overarching budget of twenty-six, what is the maximum funding available per phase if the project is strictly partitioned into sixteen equal phases? | divide | {
"a": 26,
"b": 16
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of sixty-seven million kilometers over a duration of 99 continuous days. | divide | {
"a": 67,
"b": 99
} |
Please evaluate sixty-five decremented by 64. | subtract | {
"a": 65,
"b": 64
} |
If a software algorithm processes thirty data points in the first pass and an extra 6 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 30,
"b": 6
} |
What is seventy-two point one three times 53.11? | multiply | {
"a": 72.13,
"b": 53.11
} |
What is forty-nine point four four minus ninety-four point one nine? | subtract | {
"a": 49.44,
"b": 94.19
} |
Hey assistant, I need to know the total of seventy-four point six four and 29.24. | add | {
"a": 74.64,
"b": 29.24
} |
Can you tell me what remains when you subtract sixty-eight from 64? | subtract | {
"a": 64,
"b": 68
} |
An factory produces ninety-six items per hour. How many items does it make in forty-three hours? | multiply | {
"a": 96,
"b": 43
} |
A rectangle has a length of 76.94 cm and a width of 74.4 cm. Find its area. | multiply | {
"a": 76.94,
"b": 74.4
} |
A commercial farm has ninety-three rows of crops, and each row yields precisely forty-five kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 93,
"b": 45
} |
What do you get if you multiply 85 with 88? | multiply | {
"a": 85,
"b": 88
} |
Multiply two by sixty-nine. | multiply | {
"a": 2,
"b": 69
} |
What do you get when you combine 95.12 and 31.69? | add | {
"a": 95.12,
"b": 31.69
} |
If you work for 38.46 hours at an hourly rate of thirty-five point one three dollars, what is your gross pay? | multiply | {
"a": 35.13,
"b": 38.46
} |
An investment portfolio initially valued at forty-six experienced a market correction resulting in a loss of eighty-eight. Compute the depreciated portfolio value. | subtract | {
"a": 46,
"b": 88
} |
A manufacturing plant produced twenty point six components, but quality control rejected 73.85 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 20.6,
"b": 73.85
} |
What is sixty-three point five three divided by 38.59? | divide | {
"a": 63.53,
"b": 38.59
} |
Please compute the overarching sum formed by integrating the values thirty-two and 65 into a single metric. | add | {
"a": 32,
"b": 65
} |
Determine the net difference in magnitude when the value 3 is systematically deducted from the primary value eight. | subtract | {
"a": 8,
"b": 3
} |
A manufacturing plant produced forty-four point six three components, but quality control rejected eighty-seven point seven three of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 44.63,
"b": 87.73
} |
A store clerk sold forty-three point four eight units in the morning and 56.63 units in the afternoon. What is the total sold? | add | {
"a": 43.48,
"b": 56.63
} |
If a concentrated chemical solution of thirty molarity is diluted by a volume factor of 96, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 30,
"b": 96
} |
Evaluate the quotient resulting from the equitable partition of the principal value 94.75 into exactly 93.94 fractional segments. | divide | {
"a": 94.75,
"b": 93.94
} |
Calculate eighty-five point eight four / 32.85 | divide | {
"a": 85.84,
"b": 32.85
} |
What is sixty-nine point three eight reduced by nineteen point eight eight? | subtract | {
"a": 69.38,
"b": 19.88
} |
A network's maximum bandwidth is 85 Mbps. If background processes consume seventy-six Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 85,
"b": 76
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 91.45 million kilometers over a duration of thirty-nine point three five continuous days. | divide | {
"a": 91.45,
"b": 39.35
} |
If you work for forty-five point five one hours at an hourly rate of eighty-nine point two one dollars, what is your gross pay? | multiply | {
"a": 89.21,
"b": 45.51
} |
Add ninety point five seven and twenty-six point four one. | add | {
"a": 90.57,
"b": 26.41
} |
Calculate 11.6 + 55.92 | add | {
"a": 11.6,
"b": 55.92
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of eighty-two point five four units and a transverse dimension of 59.88 units. | multiply | {
"a": 82.54,
"b": 59.88
} |
Hey assistant, I need to know the total of 27.15 and eleven point five. | add | {
"a": 27.15,
"b": 11.5
} |
Add 99 and 41. | add | {
"a": 99,
"b": 41
} |
Add thirty-five point seven four and ninety-nine point eight one. | add | {
"a": 35.74,
"b": 99.81
} |
A network's maximum bandwidth is fifty-four point five nine Mbps. If background processes consume 89.96 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 54.59,
"b": 89.96
} |
An investment portfolio initially valued at seventy-one point zero nine experienced a market correction resulting in a loss of thirty-seven point zero six. Compute the depreciated portfolio value. | subtract | {
"a": 71.09,
"b": 37.06
} |
Hey, double check this calculation for me: fifty-six point five five multiplied by sixty-seven point four three. | multiply | {
"a": 56.55,
"b": 67.43
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 1 million kilometers over a duration of 56 continuous days. | divide | {
"a": 1,
"b": 56
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.