prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
What do you get if you multiply 90.57 with 88.88? | multiply | {
"a": 90.57,
"b": 88.88
} |
Can you split fifty-three evenly into seventeen groups? | divide | {
"a": 53,
"b": 17
} |
Please compute the scalar multiple obtained by amplifying the base value seventy-five by a designated multiplier of eighty-two. | multiply | {
"a": 75,
"b": 82
} |
fifty-six point nine six take away twenty-two point five six | subtract | {
"a": 56.96,
"b": 22.56
} |
If a software algorithm processes 88 data points in the first pass and an extra ten data points in the second, what is the aggregate number of data points processed? | add | {
"a": 88,
"b": 10
} |
Assuming a baseline value of twelve point zero two, what would the final figure be if we append a value of twenty-eight point five six to it? | add | {
"a": 12.02,
"b": 28.56
} |
During a scientific experiment, 69.81 milliliters of solution A were mixed with 16.0 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 69.81,
"b": 16
} |
An airplane was flying at an altitude of 12 meters and descended by ninety-eight meters. What is its new altitude? | subtract | {
"a": 12,
"b": 98
} |
In a financial projection, our initial revenue of fifty-seven thousand was supplemented by an additional eighty-six thousand. Calculate the projected total. | add | {
"a": 57,
"b": 86
} |
Could you please add 49 to eighty-one for me? | add | {
"a": 49,
"b": 81
} |
An factory produces six point five seven items per hour. How many items does it make in ninety-one point three three hours? | multiply | {
"a": 6.57,
"b": 91.33
} |
Calculate 77 / sixty-four | divide | {
"a": 77,
"b": 64
} |
Out of a total population of forty-nine items, 33 of them are defective. How many are non-defective? | subtract | {
"a": 49,
"b": 33
} |
I have 83 dollars and my friend gives me another fifty-nine dollars. How much do I have now? | add | {
"a": 83,
"b": 59
} |
Calculate 98.93 / 88.9 | divide | {
"a": 98.93,
"b": 88.9
} |
If an initial budget allocation of 80.43 is drawn down by an expenditure of eighty-six point eight six, what is the residual amount? | subtract | {
"a": 80.43,
"b": 86.86
} |
Please calculate the decrement of 20.1 by eighty-eight point eight three, yielding the final reduced metric. | subtract | {
"a": 20.1,
"b": 88.83
} |
Please evaluate 87 decremented by twenty-one. | subtract | {
"a": 87,
"b": 21
} |
How many times can the number sixty-five fit inside the number four? | divide | {
"a": 4,
"b": 65
} |
The temperature was 50 degrees and it rose by ninety-eight degrees. What is the current temperature? | add | {
"a": 50,
"b": 98
} |
What is eighty-one divided by eighty-nine? | divide | {
"a": 81,
"b": 89
} |
Calculate fourteen * sixty-seven | multiply | {
"a": 14,
"b": 67
} |
Please scale 93.88 by a factor of ninety-one point seven. | multiply | {
"a": 93.88,
"b": 91.7
} |
What is the quotient when forty is divided by thirty-four? | divide | {
"a": 40,
"b": 34
} |
If box A weighs 45.27 kg and box B weighs 52.08 kg, what is their total weight combined? | add | {
"a": 45.27,
"b": 52.08
} |
Find the difference between forty-nine point four three and fifty-one point seven nine | subtract | {
"a": 49.43,
"b": 51.79
} |
Assuming a baseline value of forty-seven, what would the final figure be if we append a value of eighty-four to it? | add | {
"a": 47,
"b": 84
} |
In a financial projection, our initial revenue of 94.2 thousand was supplemented by an additional ninety-three point five six thousand. Calculate the projected total. | add | {
"a": 94.2,
"b": 93.56
} |
Could you please add fifty-one point nine one to seventy-seven point one seven for me? | add | {
"a": 51.91,
"b": 77.17
} |
Out of a total population of ninety-three items, forty of them are defective. How many are non-defective? | subtract | {
"a": 93,
"b": 40
} |
If a car travels thirty-seven point three seven miles in 22.41 hours, what was its average speed in miles per hour? | divide | {
"a": 37.37,
"b": 22.41
} |
I had four dollars but I just spent 72 dollars on lunch. What is my remaining balance? | subtract | {
"a": 4,
"b": 72
} |
Given the quantities thirty and 90, determine their combined magnitude when aggregated. | add | {
"a": 30,
"b": 90
} |
Ratio of eighty-seven point eight three to 78.79 | divide | {
"a": 87.83,
"b": 78.79
} |
I had five dollars but I just spent sixty-nine dollars on lunch. What is my remaining balance? | subtract | {
"a": 5,
"b": 69
} |
Multiply thirteen by 75. | multiply | {
"a": 13,
"b": 75
} |
Add 99.17 and 68.04. | add | {
"a": 99.17,
"b": 68.04
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator forty-seven by the denominator 51. | divide | {
"a": 47,
"b": 51
} |
What is 18.76 groups of 39.17? | multiply | {
"a": 18.76,
"b": 39.17
} |
What is the quotient when 34.55 is divided by 28.28? | divide | {
"a": 34.55,
"b": 28.28
} |
If a data center operates ninety-four server racks, with each rack drawing exactly sixty-three kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 94,
"b": 63
} |
Calculate 99 + 59 | add | {
"a": 99,
"b": 59
} |
A fleet consists of 18.37 delivery vehicles, and each vehicle is scheduled to cover 58.49 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 18.37,
"b": 58.49
} |
If I start with ninety-nine and deduct three, what's left? | subtract | {
"a": 99,
"b": 3
} |
Given the quantities seventy-six point nine and 26.9, determine their combined magnitude when aggregated. | add | {
"a": 76.9,
"b": 26.9
} |
Sum of twenty-five point nine eight and 68.93 | add | {
"a": 25.98,
"b": 68.93
} |
Calculate the compound total if a recurring metric of 12 is iterated exactly eighteen times. | multiply | {
"a": 12,
"b": 18
} |
An investment portfolio initially valued at 70 experienced a market correction resulting in a loss of ninety-six. Compute the depreciated portfolio value. | subtract | {
"a": 70,
"b": 96
} |
An algorithmic task requires processing 51 megabytes of raw data using ninety-seven parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 51,
"b": 97
} |
Go ahead and divide sixty-one point one seven into eighty point one two parts | divide | {
"a": 61.17,
"b": 80.12
} |
In a machine learning model, a weight of 39.91 is applied to an input feature of magnitude forty-five point four eight. What is the resulting weighted activation? | multiply | {
"a": 39.91,
"b": 45.48
} |
Can you compute the product of 78 and sixty-two? | multiply | {
"a": 78,
"b": 62
} |
Calculate the compound total if a recurring metric of 96.25 is iterated exactly 44.65 times. | multiply | {
"a": 96.25,
"b": 44.65
} |
If a total aggregate resource of 82.04 must be distributed uniformly across 39.88 independent nodes, what is the precise allocation per node? | divide | {
"a": 82.04,
"b": 39.88
} |
A manufacturing plant produced seven components, but quality control rejected 39 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 7,
"b": 39
} |
What is 65.34 times eighty-four point six five? | multiply | {
"a": 65.34,
"b": 84.65
} |
An airplane was flying at an altitude of 1 meters and descended by 35 meters. What is its new altitude? | subtract | {
"a": 1,
"b": 35
} |
If I distribute fifty-two point zero eight among 96.42 entities, what does each one receive? | divide | {
"a": 52.08,
"b": 96.42
} |
Divide 56.99 by eighty-two point three nine. | divide | {
"a": 56.99,
"b": 82.39
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of sixty-six units and a transverse dimension of forty-three units. | multiply | {
"a": 66,
"b": 43
} |
If a software algorithm processes 28.28 data points in the first pass and an extra sixty-eight point nine eight data points in the second, what is the aggregate number of data points processed? | add | {
"a": 28.28,
"b": 68.98
} |
A cryptographic function requires scaling a prime integer 67 by a secondary key value of 64. Evaluate this product. | multiply | {
"a": 67,
"b": 64
} |
If a total aggregate resource of twenty-two must be distributed uniformly across sixty-three independent nodes, what is the precise allocation per node? | divide | {
"a": 22,
"b": 63
} |
Evaluate the quotient resulting from the equitable partition of the principal value 12 into exactly one hundred fractional segments. | divide | {
"a": 12,
"b": 100
} |
Calculate 93.7 / 61.91 | divide | {
"a": 93.7,
"b": 61.91
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 7 by the denominator 86. | divide | {
"a": 7,
"b": 86
} |
A rectangle has a length of 100 cm and a width of forty-one cm. Find its area. | multiply | {
"a": 100,
"b": 41
} |
Please evaluate thirty-one point two two decremented by ninety-five point seven one. | subtract | {
"a": 31.22,
"b": 95.71
} |
Sum of 32.28 and fifty-eight point zero nine | add | {
"a": 32.28,
"b": 58.09
} |
The temperature was nine degrees and it rose by seventy-two degrees. What is the current temperature? | add | {
"a": 9,
"b": 72
} |
What is 5 times fifty? | multiply | {
"a": 5,
"b": 50
} |
If a data center operates eighty-nine server racks, with each rack drawing exactly fifty kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 89,
"b": 50
} |
A rectangle has a length of thirty-four point zero two cm and a width of 12.77 cm. Find its area. | multiply | {
"a": 34.02,
"b": 12.77
} |
Assuming a baseline value of seventy-one point five eight, what would the final figure be if we append a value of 21.85 to it? | add | {
"a": 71.58,
"b": 21.85
} |
An factory produces ninety-four items per hour. How many items does it make in 94 hours? | multiply | {
"a": 94,
"b": 94
} |
If a rocket's total fuel capacity is ninety-eight gallons and it burns 58 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 98,
"b": 58
} |
Add 32.67 and sixty-nine point four seven. | add | {
"a": 32.67,
"b": 69.47
} |
A centralized database handles thirty-four point nine seven queries over a designated timeframe of 93.02 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 34.97,
"b": 93.02
} |
Hey assistant, I need to know the total of eighty-three point nine three and 7.53. | add | {
"a": 83.93,
"b": 7.53
} |
What do you get when you combine 66 and 20? | add | {
"a": 66,
"b": 20
} |
If you work for sixteen point four four hours at an hourly rate of seventy-one point five five dollars, what is your gross pay? | multiply | {
"a": 71.55,
"b": 16.44
} |
Given the quantities 40 and ninety-three, determine their combined magnitude when aggregated. | add | {
"a": 40,
"b": 93
} |
What is the quotient when 56.65 is divided by 19.8? | divide | {
"a": 56.65,
"b": 19.8
} |
Please compute the overarching sum formed by integrating the values 92.47 and 19.21 into a single metric. | add | {
"a": 92.47,
"b": 19.21
} |
If an initial budget allocation of 73.51 is drawn down by an expenditure of fifteen point seven one, what is the residual amount? | subtract | {
"a": 73.51,
"b": 15.71
} |
What is eighty-one point one divided by 68.22? | divide | {
"a": 81.1,
"b": 68.22
} |
A rectangle has a length of 84 cm and a width of seventeen cm. Find its area. | multiply | {
"a": 84,
"b": 17
} |
What is 76 minus seventy-eight? | subtract | {
"a": 76,
"b": 78
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of sixty-five point two nine million kilometers over a duration of ninety-four point eight three continuous days. | divide | {
"a": 65.29,
"b": 94.83
} |
Determine the net difference in magnitude when the value 83.22 is systematically deducted from the primary value 21.77. | subtract | {
"a": 21.77,
"b": 83.22
} |
A cryptographic function requires scaling a prime integer nineteen by a secondary key value of 58. Evaluate this product. | multiply | {
"a": 19,
"b": 58
} |
Subtract thirty-seven from 38. | subtract | {
"a": 38,
"b": 37
} |
If a rocket's total fuel capacity is thirty-five gallons and it burns twelve gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 35,
"b": 12
} |
In a machine learning model, a weight of 35.68 is applied to an input feature of magnitude 76.8. What is the resulting weighted activation? | multiply | {
"a": 35.68,
"b": 76.8
} |
Calculate 11 / sixty-three | divide | {
"a": 11,
"b": 63
} |
A water tank contains eighty-three liters. If we drain 2 liters, how much water is left? | subtract | {
"a": 83,
"b": 2
} |
If an initial budget allocation of ninety-six point nine one is drawn down by an expenditure of thirty-six point four two, what is the residual amount? | subtract | {
"a": 96.91,
"b": 36.42
} |
Please evaluate seventy-four decremented by 39. | subtract | {
"a": 74,
"b": 39
} |
A commercial farm has 8 rows of crops, and each row yields precisely twenty-six kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 8,
"b": 26
} |
The temperature was 72 degrees and it rose by eighty-seven degrees. What is the current temperature? | add | {
"a": 72,
"b": 87
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.