prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
If a single ticket costs 42 dollars, how much would it cost to buy sixty-five tickets? | multiply | {
"a": 42,
"b": 65
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of fifty-nine million kilometers over a duration of seventy-nine continuous days. | divide | {
"a": 59,
"b": 79
} |
A freight train carries forty-nine tons of cargo. If an additional load weighing 100 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 49,
"b": 100
} |
A network's maximum bandwidth is twenty-nine point four two Mbps. If background processes consume 97.05 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 29.42,
"b": 97.05
} |
In a financial projection, our initial revenue of ninety-two point two three thousand was supplemented by an additional 36.31 thousand. Calculate the projected total. | add | {
"a": 92.23,
"b": 36.31
} |
Please compute the division of 12.09 over 10.48. | divide | {
"a": 12.09,
"b": 10.48
} |
A centralized database handles 73 queries over a designated timeframe of seventy-eight seconds. Determine the system's throughput in queries per second. | divide | {
"a": 73,
"b": 78
} |
Assuming a baseline value of sixty point zero three, what would the final figure be if we append a value of 15.27 to it? | add | {
"a": 60.03,
"b": 15.27
} |
Evaluate the quotient resulting from the equitable partition of the principal value 44 into exactly seventy-two fractional segments. | divide | {
"a": 44,
"b": 72
} |
Given a starting inventory of 73.08 units, what will be the final stock level following the dispatch of 42.9 units to a distributor? | subtract | {
"a": 73.08,
"b": 42.9
} |
During a scientific experiment, 23.6 milliliters of solution A were mixed with seventy-one point nine two milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 23.6,
"b": 71.92
} |
What do you get when you combine seventeen and 39? | add | {
"a": 17,
"b": 39
} |
If I start with 24 and deduct eleven, what's left? | subtract | {
"a": 24,
"b": 11
} |
Please scale eighty-one by a factor of nine. | multiply | {
"a": 81,
"b": 9
} |
Subtract 72.22 from two point two four. | subtract | {
"a": 2.24,
"b": 72.22
} |
Calculate the compound total if a recurring metric of fourteen point eight two is iterated exactly 15.25 times. | multiply | {
"a": 14.82,
"b": 15.25
} |
What is the quotient when 59.32 is divided by fifty-five point six four? | divide | {
"a": 59.32,
"b": 55.64
} |
Add 83.36 and nineteen point six seven. | add | {
"a": 83.36,
"b": 19.67
} |
If a rocket's total fuel capacity is 9 gallons and it burns 64 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 9,
"b": 64
} |
Assuming a baseline value of fifty-six point eight nine, what would the final figure be if we append a value of 81.22 to it? | add | {
"a": 56.89,
"b": 81.22
} |
If I start with five point nine four and deduct 94.47, what's left? | subtract | {
"a": 5.94,
"b": 94.47
} |
Assuming a baseline value of 38, what would the final figure be if we append a value of seventy-three to it? | add | {
"a": 38,
"b": 73
} |
99.28 take away seventeen point eight seven | subtract | {
"a": 99.28,
"b": 17.87
} |
If a total aggregate resource of 93 must be distributed uniformly across fifty independent nodes, what is the precise allocation per node? | divide | {
"a": 93,
"b": 50
} |
Calculate the compound total if a recurring metric of 50.11 is iterated exactly three point zero five times. | multiply | {
"a": 50.11,
"b": 3.05
} |
A centralized database handles 25.71 queries over a designated timeframe of 5.58 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 25.71,
"b": 5.58
} |
A network's maximum bandwidth is 86.7 Mbps. If background processes consume 58.55 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 86.7,
"b": 58.55
} |
Divide eighty-six by 38. | divide | {
"a": 86,
"b": 38
} |
twenty-nine take away ninety-one | subtract | {
"a": 29,
"b": 91
} |
If an event has a probability factor of seventy-three and occurs across 30 independent trials, what is the expected frequency metric? | multiply | {
"a": 73,
"b": 30
} |
Please evaluate 65.64 decremented by 97.61. | subtract | {
"a": 65.64,
"b": 97.61
} |
In a machine learning model, a weight of 52.81 is applied to an input feature of magnitude ninety-four. What is the resulting weighted activation? | multiply | {
"a": 52.81,
"b": 94
} |
What is 8.7 minus 37.24? | subtract | {
"a": 8.7,
"b": 37.24
} |
An algorithmic task requires processing eighty-five point eight megabytes of raw data using 15.63 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 85.8,
"b": 15.63
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator ninety point two five by the denominator 31.21. | divide | {
"a": 90.25,
"b": 31.21
} |
Subtract 77 from 29. | subtract | {
"a": 29,
"b": 77
} |
What is seventy-three plus nineteen? | add | {
"a": 73,
"b": 19
} |
Out of a total population of twenty-seven point four three items, 92.76 of them are defective. How many are non-defective? | subtract | {
"a": 27.43,
"b": 92.76
} |
What is the quotient when eighty is divided by 64? | divide | {
"a": 80,
"b": 64
} |
Given an overarching budget of sixty-eight point four one, what is the maximum funding available per phase if the project is strictly partitioned into twenty-three point five six equal phases? | divide | {
"a": 68.41,
"b": 23.56
} |
Ratio of 15.83 to fourteen point one five | divide | {
"a": 15.83,
"b": 14.15
} |
Evaluate the quotient resulting from the equitable partition of the principal value 38.73 into exactly 29.49 fractional segments. | divide | {
"a": 38.73,
"b": 29.49
} |
A commercial farm has fifty-three rows of crops, and each row yields precisely 69 kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 53,
"b": 69
} |
An investment portfolio initially valued at forty-six point one nine experienced a market correction resulting in a loss of forty-three point two four. Compute the depreciated portfolio value. | subtract | {
"a": 46.19,
"b": 43.24
} |
If a total aggregate resource of seventeen must be distributed uniformly across thirty-five independent nodes, what is the precise allocation per node? | divide | {
"a": 17,
"b": 35
} |
A commercial farm has twenty-eight rows of crops, and each row yields precisely fifty-seven kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 28,
"b": 57
} |
An algorithmic task requires processing sixty-eight point seven five megabytes of raw data using 80.7 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 68.75,
"b": 80.7
} |
Please compute the division of 23 over 56. | divide | {
"a": 23,
"b": 56
} |
Hey assistant, I need to know the total of 17 and sixty-nine. | add | {
"a": 17,
"b": 69
} |
A manufacturing plant produced 20.62 components, but quality control rejected twenty-one point zero three of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 20.62,
"b": 21.03
} |
An airplane was flying at an altitude of 98.3 meters and descended by 52.9 meters. What is its new altitude? | subtract | {
"a": 98.3,
"b": 52.9
} |
During a scientific experiment, 65 milliliters of solution A were mixed with 68 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 65,
"b": 68
} |
A cryptographic function requires scaling a prime integer 62.59 by a secondary key value of twenty-two point four eight. Evaluate this product. | multiply | {
"a": 62.59,
"b": 22.48
} |
If box A weighs 25 kg and box B weighs ninety-two kg, what is their total weight combined? | add | {
"a": 25,
"b": 92
} |
If an initial budget allocation of 91.05 is drawn down by an expenditure of ninety-six point zero eight, what is the residual amount? | subtract | {
"a": 91.05,
"b": 96.08
} |
A water tank contains 93.1 liters. If we drain seventy-five point six seven liters, how much water is left? | subtract | {
"a": 93.1,
"b": 75.67
} |
If a concentrated chemical solution of thirteen molarity is diluted by a volume factor of 72, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 13,
"b": 72
} |
Calculate 48.07 - 49.13 | subtract | {
"a": 48.07,
"b": 49.13
} |
A dinner bill comes to thirty-three dollars and we want to split it evenly among forty-four people. How much does each person owe? | divide | {
"a": 33,
"b": 44
} |
A commercial farm has 43.2 rows of crops, and each row yields precisely fifty-six point two three kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 43.2,
"b": 56.23
} |
Add 25 and thirty-seven. | add | {
"a": 25,
"b": 37
} |
How much is fifty point five six increased by fifty-five point zero eight? | add | {
"a": 50.56,
"b": 55.08
} |
Calculate the compound total if a recurring metric of twenty-three point one nine is iterated exactly thirty-five point two times. | multiply | {
"a": 23.19,
"b": 35.2
} |
A logistics company needs to transport twenty-nine metric tons of freight. If each cargo container has a strict weight limit of 14 tons, how many containers are required? | divide | {
"a": 29,
"b": 14
} |
A rectangle has a length of 40 cm and a width of nine cm. Find its area. | multiply | {
"a": 40,
"b": 9
} |
A dinner bill comes to 4.95 dollars and we want to split it evenly among forty-two point three seven people. How much does each person owe? | divide | {
"a": 4.95,
"b": 42.37
} |
A logistics company needs to transport eighty-four point zero nine metric tons of freight. If each cargo container has a strict weight limit of twenty-one point seven tons, how many containers are required? | divide | {
"a": 84.09,
"b": 21.7
} |
Out of a total population of 4 items, 27 of them are defective. How many are non-defective? | subtract | {
"a": 4,
"b": 27
} |
Assuming a baseline value of sixty-six, what would the final figure be if we append a value of fifty-two to it? | add | {
"a": 66,
"b": 52
} |
Evaluate the quotient resulting from the equitable partition of the principal value 1.03 into exactly 34.97 fractional segments. | divide | {
"a": 1.03,
"b": 34.97
} |
During a chemical reaction, 59 grams of a reactant are consumed from an initial mass of eleven grams. How much of the reactant is left unreacted? | subtract | {
"a": 11,
"b": 59
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator forty by the denominator 22. | divide | {
"a": 40,
"b": 22
} |
In a machine learning model, a weight of 20.23 is applied to an input feature of magnitude 42.03. What is the resulting weighted activation? | multiply | {
"a": 20.23,
"b": 42.03
} |
Calculate sixty-five - 23 | subtract | {
"a": 65,
"b": 23
} |
If you work for forty-four hours at an hourly rate of sixty-eight dollars, what is your gross pay? | multiply | {
"a": 68,
"b": 44
} |
What is the quotient when 27.05 is divided by 33.31? | divide | {
"a": 27.05,
"b": 33.31
} |
Please compute the division of eight over 85. | divide | {
"a": 8,
"b": 85
} |
If an initial budget allocation of 89.92 is drawn down by an expenditure of sixty point three five, what is the residual amount? | subtract | {
"a": 89.92,
"b": 60.35
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 92.67 million kilometers over a duration of 98.5 continuous days. | divide | {
"a": 92.67,
"b": 98.5
} |
Subtract 41.59 from fifty-seven point zero three. | subtract | {
"a": 57.03,
"b": 41.59
} |
I have 12 dollars and my friend gives me another 35 dollars. How much do I have now? | add | {
"a": 12,
"b": 35
} |
How much is 55.32 increased by twenty-one point one eight? | add | {
"a": 55.32,
"b": 21.18
} |
Ratio of 57 to 79 | divide | {
"a": 57,
"b": 79
} |
Given an overarching budget of four, what is the maximum funding available per phase if the project is strictly partitioned into forty-three equal phases? | divide | {
"a": 4,
"b": 43
} |
A logistics company needs to transport fourteen metric tons of freight. If each cargo container has a strict weight limit of fifty-four tons, how many containers are required? | divide | {
"a": 14,
"b": 54
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 25.59 and 78.4. | add | {
"a": 25.59,
"b": 78.4
} |
A commercial farm has 49.7 rows of crops, and each row yields precisely fourteen point seven four kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 49.7,
"b": 14.74
} |
Please compute the overarching sum formed by integrating the values 38 and seventy-three into a single metric. | add | {
"a": 38,
"b": 73
} |
Please scale 91 by a factor of forty-four. | multiply | {
"a": 91,
"b": 44
} |
What is thirty-seven minus 93? | subtract | {
"a": 37,
"b": 93
} |
A manufacturing plant produced 67 components, but quality control rejected fifty-seven of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 67,
"b": 57
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator eighty-six by the denominator 20. | divide | {
"a": 86,
"b": 20
} |
If an initial budget allocation of 24 is drawn down by an expenditure of twenty-two, what is the residual amount? | subtract | {
"a": 24,
"b": 22
} |
Assuming a baseline value of 27.8, what would the final figure be if we append a value of 98.64 to it? | add | {
"a": 27.8,
"b": 98.64
} |
What is the quotient when forty-two is divided by 54? | divide | {
"a": 42,
"b": 54
} |
A network's maximum bandwidth is 5 Mbps. If background processes consume 92 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 5,
"b": 92
} |
Please calculate the decrement of 17.32 by 25.75, yielding the final reduced metric. | subtract | {
"a": 17.32,
"b": 25.75
} |
Out of a total population of 45 items, 24 of them are defective. How many are non-defective? | subtract | {
"a": 45,
"b": 24
} |
Evaluate the mathematical expression resulting from the addition operation between the terms eighty-six and 15. | add | {
"a": 86,
"b": 15
} |
If you were to take a baseline reading of twelve and factor out a confounding variable measured at thirty-nine, what is the adjusted baseline? | subtract | {
"a": 12,
"b": 39
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.