prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
A dinner bill comes to 21 dollars and we want to split it evenly among 70 people. How much does each person owe? | divide | {
"a": 21,
"b": 70
} |
twenty-six point zero six take away 55.57 | subtract | {
"a": 26.06,
"b": 55.57
} |
fifty-one take away sixty-two | subtract | {
"a": 51,
"b": 62
} |
In a financial projection, our initial revenue of 78 thousand was supplemented by an additional 19 thousand. Calculate the projected total. | add | {
"a": 78,
"b": 19
} |
Divide 64.22 by 79.08. | divide | {
"a": 64.22,
"b": 79.08
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator twenty-three point five one by the denominator 33.64. | divide | {
"a": 23.51,
"b": 33.64
} |
If a car travels 72.32 miles in thirty-four point zero three hours, what was its average speed in miles per hour? | divide | {
"a": 72.32,
"b": 34.03
} |
If I start with ten and deduct 2, what's left? | subtract | {
"a": 10,
"b": 2
} |
How much is 99.96 increased by fifty-three point one eight? | add | {
"a": 99.96,
"b": 53.18
} |
An factory produces seventy-six items per hour. How many items does it make in eighty-one hours? | multiply | {
"a": 76,
"b": 81
} |
Out of a total population of 69.27 items, twenty-six point three six of them are defective. How many are non-defective? | subtract | {
"a": 69.27,
"b": 26.36
} |
In a machine learning model, a weight of twenty-one is applied to an input feature of magnitude seventy-one. What is the resulting weighted activation? | multiply | {
"a": 21,
"b": 71
} |
Please compute the overarching sum formed by integrating the values 99 and 15 into a single metric. | add | {
"a": 99,
"b": 15
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 1.2 and six point six seven. | add | {
"a": 1.2,
"b": 6.67
} |
Evaluate the mathematical expression resulting from the addition operation between the terms three and seventy-one. | add | {
"a": 3,
"b": 71
} |
Out of a total population of 24.21 items, 88.83 of them are defective. How many are non-defective? | subtract | {
"a": 24.21,
"b": 88.83
} |
Can you split 1 evenly into thirty-eight groups? | divide | {
"a": 1,
"b": 38
} |
What is seventy-seven point nine five groups of twenty point three three? | multiply | {
"a": 77.95,
"b": 20.33
} |
Assuming an organizational structure with seventy-eight distinct departments, where each department employs ninety-one specialized contractors, determine the total contractor headcount. | multiply | {
"a": 78,
"b": 91
} |
Sum of seven point five six and sixty-one point zero six | add | {
"a": 7.56,
"b": 61.06
} |
What is 67 reduced by ninety-two? | subtract | {
"a": 67,
"b": 92
} |
If a single ticket costs sixty-two dollars, how much would it cost to buy two tickets? | multiply | {
"a": 62,
"b": 2
} |
Divide seventy-nine point three three by sixty-three point four three. | divide | {
"a": 79.33,
"b": 63.43
} |
What is 60.65 groups of eighty point two nine? | multiply | {
"a": 60.65,
"b": 80.29
} |
A centralized database handles 71.55 queries over a designated timeframe of 93.53 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 71.55,
"b": 93.53
} |
ninety-one point seven six take away 38.03 | subtract | {
"a": 91.76,
"b": 38.03
} |
An airplane was flying at an altitude of forty-seven meters and descended by thirty-four meters. What is its new altitude? | subtract | {
"a": 47,
"b": 34
} |
If the initial count of active users is seventy and we experience an influx of forty-nine new registrations, what is the updated user base size? | add | {
"a": 70,
"b": 49
} |
A manufacturing plant produced ten point two three components, but quality control rejected 68.32 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 10.23,
"b": 68.32
} |
Hey assistant, I need to know the total of 21 and 53. | add | {
"a": 21,
"b": 53
} |
Calculate the per-capita distribution when a gross domestic product figure of 35 is divided among a population demographic of sixty-five. | divide | {
"a": 35,
"b": 65
} |
Calculate ninety-two point seven eight * ninety-one point zero four | multiply | {
"a": 92.78,
"b": 91.04
} |
The temperature was seventy-five point five two degrees and it rose by thirteen point zero six degrees. What is the current temperature? | add | {
"a": 75.52,
"b": 13.06
} |
Divide 67 by ninety-five. | divide | {
"a": 67,
"b": 95
} |
Can you split three evenly into thirty-one groups? | divide | {
"a": 3,
"b": 31
} |
If a concentrated chemical solution of 75.52 molarity is diluted by a volume factor of 24.08, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 75.52,
"b": 24.08
} |
If a total aggregate resource of one must be distributed uniformly across sixty-two independent nodes, what is the precise allocation per node? | divide | {
"a": 1,
"b": 62
} |
A freight train carries 59.95 tons of cargo. If an additional load weighing 62.46 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 59.95,
"b": 62.46
} |
The temperature was five point three seven degrees and it rose by 7.63 degrees. What is the current temperature? | add | {
"a": 5.37,
"b": 7.63
} |
A logistics company needs to transport twelve point one nine metric tons of freight. If each cargo container has a strict weight limit of eighteen point zero seven tons, how many containers are required? | divide | {
"a": 12.19,
"b": 18.07
} |
Product of seventy-three and 69 | multiply | {
"a": 73,
"b": 69
} |
Can you tell me what remains when you subtract ten from 97? | subtract | {
"a": 97,
"b": 10
} |
What is 83 times eighty-three? | multiply | {
"a": 83,
"b": 83
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of twenty-six million kilometers over a duration of fifty-three continuous days. | divide | {
"a": 26,
"b": 53
} |
Ratio of ten point five four to 91.55 | divide | {
"a": 10.54,
"b": 91.55
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator thirty-nine by the denominator 86. | divide | {
"a": 39,
"b": 86
} |
Find the difference between 94 and 25 | subtract | {
"a": 94,
"b": 25
} |
A network's maximum bandwidth is 90 Mbps. If background processes consume two Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 90,
"b": 2
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 14 units and a transverse dimension of seventy-seven units. | multiply | {
"a": 14,
"b": 77
} |
If I start with 25.33 and deduct 63.15, what's left? | subtract | {
"a": 25.33,
"b": 63.15
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of twenty-six point five one units and a transverse dimension of thirty-two point six four units. | multiply | {
"a": 26.51,
"b": 32.64
} |
What is 17 plus fifty-nine? | add | {
"a": 17,
"b": 59
} |
If an event has a probability factor of 25.36 and occurs across fourteen point two eight independent trials, what is the expected frequency metric? | multiply | {
"a": 25.36,
"b": 14.28
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 11 million kilometers over a duration of 25 continuous days. | divide | {
"a": 11,
"b": 25
} |
An investment portfolio initially valued at 9 experienced a market correction resulting in a loss of twenty-eight. Compute the depreciated portfolio value. | subtract | {
"a": 9,
"b": 28
} |
If a concentrated chemical solution of eighty molarity is diluted by a volume factor of 58, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 80,
"b": 58
} |
If a car travels ninety-seven miles in thirty-five hours, what was its average speed in miles per hour? | divide | {
"a": 97,
"b": 35
} |
What is 27.99 reduced by 5.32? | subtract | {
"a": 27.99,
"b": 5.32
} |
In a financial projection, our initial revenue of 91 thousand was supplemented by an additional two thousand. Calculate the projected total. | add | {
"a": 91,
"b": 2
} |
If box A weighs 28 kg and box B weighs 9 kg, what is their total weight combined? | add | {
"a": 28,
"b": 9
} |
Please evaluate 79 decremented by 8. | subtract | {
"a": 79,
"b": 8
} |
If a software algorithm processes sixty point six seven data points in the first pass and an extra twenty-six point eight four data points in the second, what is the aggregate number of data points processed? | add | {
"a": 60.67,
"b": 26.84
} |
How many times can the number forty-seven fit inside the number 73? | divide | {
"a": 73,
"b": 47
} |
An airplane was flying at an altitude of 75 meters and descended by 77 meters. What is its new altitude? | subtract | {
"a": 75,
"b": 77
} |
If a total aggregate resource of 47.09 must be distributed uniformly across 60.7 independent nodes, what is the precise allocation per node? | divide | {
"a": 47.09,
"b": 60.7
} |
Subtract 36.11 from 94.44. | subtract | {
"a": 94.44,
"b": 36.11
} |
Can you tell me what remains when you subtract 39 from 14? | subtract | {
"a": 14,
"b": 39
} |
What do you get if you multiply 9 with 28? | multiply | {
"a": 9,
"b": 28
} |
Assuming a baseline value of 14, what would the final figure be if we append a value of 11 to it? | add | {
"a": 14,
"b": 11
} |
A rectangle has a length of 37.36 cm and a width of 59.22 cm. Find its area. | multiply | {
"a": 37.36,
"b": 59.22
} |
A network's maximum bandwidth is 14.31 Mbps. If background processes consume two point three seven Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 14.31,
"b": 2.37
} |
If the initial count of active users is 46.24 and we experience an influx of 39.41 new registrations, what is the updated user base size? | add | {
"a": 46.24,
"b": 39.41
} |
Determine the net difference in magnitude when the value 74 is systematically deducted from the primary value nineteen. | subtract | {
"a": 19,
"b": 74
} |
Product of 35.26 and fifty point two one | multiply | {
"a": 35.26,
"b": 50.21
} |
Hey, double check this calculation for me: 90.45 multiplied by forty-two point two seven. | multiply | {
"a": 90.45,
"b": 42.27
} |
Please compute the scalar multiple obtained by amplifying the base value 56.28 by a designated multiplier of 69.46. | multiply | {
"a": 56.28,
"b": 69.46
} |
A cryptographic function requires scaling a prime integer seventy-seven point two two by a secondary key value of 50.5. Evaluate this product. | multiply | {
"a": 77.22,
"b": 50.5
} |
Go ahead and divide 93.29 into fifty-nine point nine one parts | divide | {
"a": 93.29,
"b": 59.91
} |
How much is 92.04 increased by fourteen point five three? | add | {
"a": 92.04,
"b": 14.53
} |
A logistics company needs to transport twenty metric tons of freight. If each cargo container has a strict weight limit of 95 tons, how many containers are required? | divide | {
"a": 20,
"b": 95
} |
Given the quantities sixty and fifty-five, determine their combined magnitude when aggregated. | add | {
"a": 60,
"b": 55
} |
What is 84.88 reduced by forty-six point four seven? | subtract | {
"a": 84.88,
"b": 46.47
} |
Calculate six point six three * forty-six point eight nine | multiply | {
"a": 6.63,
"b": 46.89
} |
Calculate the compound total if a recurring metric of seventy-three point one is iterated exactly 85.2 times. | multiply | {
"a": 73.1,
"b": 85.2
} |
Determine the net difference in magnitude when the value seventy-two is systematically deducted from the primary value seventy-six. | subtract | {
"a": 76,
"b": 72
} |
What is sixteen point five nine reduced by forty-six point seven six? | subtract | {
"a": 16.59,
"b": 46.76
} |
If a single ticket costs thirty-seven point seven three dollars, how much would it cost to buy 87.49 tickets? | multiply | {
"a": 37.73,
"b": 87.49
} |
What is eighty-three times forty-seven? | multiply | {
"a": 83,
"b": 47
} |
Please scale twenty-nine by a factor of 50. | multiply | {
"a": 29,
"b": 50
} |
Calculate the per-capita distribution when a gross domestic product figure of 97 is divided among a population demographic of fifty-six. | divide | {
"a": 97,
"b": 56
} |
If a car travels eighty-eight miles in fifty-three hours, what was its average speed in miles per hour? | divide | {
"a": 88,
"b": 53
} |
Determine the net difference in magnitude when the value ninety-eight point four eight is systematically deducted from the primary value twenty-seven point one one. | subtract | {
"a": 27.11,
"b": 98.48
} |
Please compute the scalar multiple obtained by amplifying the base value forty-five by a designated multiplier of 17. | multiply | {
"a": 45,
"b": 17
} |
In a financial projection, our initial revenue of forty-six point nine seven thousand was supplemented by an additional 86.18 thousand. Calculate the projected total. | add | {
"a": 46.97,
"b": 86.18
} |
What do you get if you multiply eighty-four with 95? | multiply | {
"a": 84,
"b": 95
} |
In a financial projection, our initial revenue of 5 thousand was supplemented by an additional eighty-two thousand. Calculate the projected total. | add | {
"a": 5,
"b": 82
} |
What is 58.38 divided by 63.17? | divide | {
"a": 58.38,
"b": 63.17
} |
A cryptographic function requires scaling a prime integer 41 by a secondary key value of sixty-six. Evaluate this product. | multiply | {
"a": 41,
"b": 66
} |
sixty-seven take away fifty-three | subtract | {
"a": 67,
"b": 53
} |
If I start with 14 and deduct 72, what's left? | subtract | {
"a": 14,
"b": 72
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.