prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
A rectangle has a length of ninety-three point seven seven cm and a width of seventy-four point five four cm. Find its area. | multiply | {
"a": 93.77,
"b": 74.54
} |
Given a starting inventory of twenty-one point zero six units, what will be the final stock level following the dispatch of forty-eight point nine nine units to a distributor? | subtract | {
"a": 21.06,
"b": 48.99
} |
What is twenty-one plus fifteen? | add | {
"a": 21,
"b": 15
} |
Please evaluate eighty-one point nine five decremented by 64.2. | subtract | {
"a": 81.95,
"b": 64.2
} |
What do you get if you multiply 51 with 68? | multiply | {
"a": 51,
"b": 68
} |
Calculate 25.6 + eighty-six point four five | add | {
"a": 25.6,
"b": 86.45
} |
Sum of 92.94 and thirty-four point six three | add | {
"a": 92.94,
"b": 34.63
} |
A freight train carries 99 tons of cargo. If an additional load weighing 51 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 99,
"b": 51
} |
Hey assistant, I need to know the total of ninety-four and 52. | add | {
"a": 94,
"b": 52
} |
What do you get when you combine 19 and 11? | add | {
"a": 19,
"b": 11
} |
A water tank contains thirty-two point six two liters. If we drain eighty-five point two six liters, how much water is left? | subtract | {
"a": 32.62,
"b": 85.26
} |
A centralized database handles 12.28 queries over a designated timeframe of 20.71 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 12.28,
"b": 20.71
} |
If a software algorithm processes 12.52 data points in the first pass and an extra 97.92 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 12.52,
"b": 97.92
} |
What is thirty-one divided by 75? | divide | {
"a": 31,
"b": 75
} |
Evaluate the mathematical expression resulting from the addition operation between the terms one and 19. | add | {
"a": 1,
"b": 19
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 43 units and a transverse dimension of 39 units. | multiply | {
"a": 43,
"b": 39
} |
Please scale eighty-three by a factor of seventy-three. | multiply | {
"a": 83,
"b": 73
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 42.9 million kilometers over a duration of 83.1 continuous days. | divide | {
"a": 42.9,
"b": 83.1
} |
In a financial projection, our initial revenue of fifty-two point eight nine thousand was supplemented by an additional seven point seven three thousand. Calculate the projected total. | add | {
"a": 52.89,
"b": 7.73
} |
Out of a total population of ninety-four items, thirty-one of them are defective. How many are non-defective? | subtract | {
"a": 94,
"b": 31
} |
If a car travels 43.72 miles in eighty-nine point five five hours, what was its average speed in miles per hour? | divide | {
"a": 43.72,
"b": 89.55
} |
A network's maximum bandwidth is twelve point one six Mbps. If background processes consume 78.28 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 12.16,
"b": 78.28
} |
If a car travels three point four six miles in 61.21 hours, what was its average speed in miles per hour? | divide | {
"a": 3.46,
"b": 61.21
} |
Calculate thirty-six point six eight * seventy-seven point eight two | multiply | {
"a": 36.68,
"b": 77.82
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 69 units and a transverse dimension of 87 units. | multiply | {
"a": 69,
"b": 87
} |
Calculate 49 + eighty | add | {
"a": 49,
"b": 80
} |
Assuming a baseline value of seventy, what would the final figure be if we append a value of ninety-four to it? | add | {
"a": 70,
"b": 94
} |
An investment portfolio initially valued at 17 experienced a market correction resulting in a loss of forty. Compute the depreciated portfolio value. | subtract | {
"a": 17,
"b": 40
} |
Please evaluate 10 decremented by fifty-one. | subtract | {
"a": 10,
"b": 51
} |
Calculate twenty-six + ninety-seven | add | {
"a": 26,
"b": 97
} |
Could you please add 59 to 20 for me? | add | {
"a": 59,
"b": 20
} |
I had 47.37 dollars but I just spent thirty-one point one five dollars on lunch. What is my remaining balance? | subtract | {
"a": 47.37,
"b": 31.15
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 92 and ninety-eight. | add | {
"a": 92,
"b": 98
} |
Please evaluate forty-seven point seven nine decremented by thirty-one point six one. | subtract | {
"a": 47.79,
"b": 31.61
} |
Product of 21.23 and forty-one point zero two | multiply | {
"a": 21.23,
"b": 41.02
} |
A centralized database handles thirty-six point four four queries over a designated timeframe of 9.79 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 36.44,
"b": 9.79
} |
Please compute the scalar multiple obtained by amplifying the base value eighty-six by a designated multiplier of forty-one. | multiply | {
"a": 86,
"b": 41
} |
Go ahead and divide 71 into seventy-nine parts | divide | {
"a": 71,
"b": 79
} |
What is 34.02 times forty-five point one nine? | multiply | {
"a": 34.02,
"b": 45.19
} |
You have a rope that is ninety-nine meters long and you cut it into 5 equal pieces. How long is each piece? | divide | {
"a": 99,
"b": 5
} |
What is 11 times twenty-eight? | multiply | {
"a": 11,
"b": 28
} |
A freight train carries twenty-four point two six tons of cargo. If an additional load weighing 32.0 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 24.26,
"b": 32
} |
Sum of 65 and five | add | {
"a": 65,
"b": 5
} |
If an initial budget allocation of ninety-five point four five is drawn down by an expenditure of 78.66, what is the residual amount? | subtract | {
"a": 95.45,
"b": 78.66
} |
An algorithmic task requires processing ninety-five megabytes of raw data using 55 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 95,
"b": 55
} |
If the initial count of active users is 26.71 and we experience an influx of 53.39 new registrations, what is the updated user base size? | add | {
"a": 26.71,
"b": 53.39
} |
A logistics company needs to transport 74 metric tons of freight. If each cargo container has a strict weight limit of twenty tons, how many containers are required? | divide | {
"a": 74,
"b": 20
} |
A freight train carries 90.1 tons of cargo. If an additional load weighing twenty-three point six one tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 90.1,
"b": 23.61
} |
You have a rope that is seventy-six point one nine meters long and you cut it into ten point three seven equal pieces. How long is each piece? | divide | {
"a": 76.19,
"b": 10.37
} |
Calculate 65.67 - 65.07 | subtract | {
"a": 65.67,
"b": 65.07
} |
If I distribute 82.23 among 11.7 entities, what does each one receive? | divide | {
"a": 82.23,
"b": 11.7
} |
Please compute the combined value of 45 and forty-eight. | add | {
"a": 45,
"b": 48
} |
Given the quantities 93 and forty, determine their combined magnitude when aggregated. | add | {
"a": 93,
"b": 40
} |
Calculate the per-capita distribution when a gross domestic product figure of 29.12 is divided among a population demographic of 77.59. | divide | {
"a": 29.12,
"b": 77.59
} |
76.24 take away 72.21 | subtract | {
"a": 76.24,
"b": 72.21
} |
Please evaluate 89 decremented by fifty-nine. | subtract | {
"a": 89,
"b": 59
} |
If a car travels eleven point five miles in forty-nine point seven eight hours, what was its average speed in miles per hour? | divide | {
"a": 11.5,
"b": 49.78
} |
Go ahead and divide 60.26 into three point two six parts | divide | {
"a": 60.26,
"b": 3.26
} |
What is 81 reduced by 6? | subtract | {
"a": 81,
"b": 6
} |
Out of a total population of 30 items, 46 of them are defective. How many are non-defective? | subtract | {
"a": 30,
"b": 46
} |
Add eighteen point two four and twenty-eight point five nine. | add | {
"a": 18.24,
"b": 28.59
} |
How many times can the number eight fit inside the number seventy-two? | divide | {
"a": 72,
"b": 8
} |
A manufacturing plant produced fifteen point two nine components, but quality control rejected 26.8 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 15.29,
"b": 26.8
} |
In a machine learning model, a weight of seventy-six point six eight is applied to an input feature of magnitude sixteen point nine two. What is the resulting weighted activation? | multiply | {
"a": 76.68,
"b": 16.92
} |
Calculate the per-capita distribution when a gross domestic product figure of twenty-four is divided among a population demographic of fifty. | divide | {
"a": 24,
"b": 50
} |
A logistics company needs to transport 63.43 metric tons of freight. If each cargo container has a strict weight limit of 4.89 tons, how many containers are required? | divide | {
"a": 63.43,
"b": 4.89
} |
A fleet consists of fifteen delivery vehicles, and each vehicle is scheduled to cover forty-three miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 15,
"b": 43
} |
Product of 100 and twenty-six | multiply | {
"a": 100,
"b": 26
} |
Find the difference between 99 and 75 | subtract | {
"a": 99,
"b": 75
} |
Determine the net difference in magnitude when the value ninety-two point eight nine is systematically deducted from the primary value 23.39. | subtract | {
"a": 23.39,
"b": 92.89
} |
Go ahead and divide 88 into forty-nine parts | divide | {
"a": 88,
"b": 49
} |
A network's maximum bandwidth is 42.98 Mbps. If background processes consume seventy-nine point zero six Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 42.98,
"b": 79.06
} |
How many times can the number 40 fit inside the number 25? | divide | {
"a": 25,
"b": 40
} |
If I start with ninety-eight point two nine and deduct thirty-two point five seven, what's left? | subtract | {
"a": 98.29,
"b": 32.57
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of seventy-four million kilometers over a duration of 25 continuous days. | divide | {
"a": 74,
"b": 25
} |
Please calculate the decrement of fifty-six by twenty-eight, yielding the final reduced metric. | subtract | {
"a": 56,
"b": 28
} |
Please compute the overarching sum formed by integrating the values 6 and sixty-five into a single metric. | add | {
"a": 6,
"b": 65
} |
A manufacturing plant produced 65 components, but quality control rejected 50 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 65,
"b": 50
} |
Product of twenty-seven point four three and 79.76 | multiply | {
"a": 27.43,
"b": 79.76
} |
Please compute the overarching sum formed by integrating the values 14 and ten into a single metric. | add | {
"a": 14,
"b": 10
} |
Ratio of forty-eight to thirty-seven | divide | {
"a": 48,
"b": 37
} |
Calculate 6 / thirty-three | divide | {
"a": 6,
"b": 33
} |
A cryptographic function requires scaling a prime integer sixty-nine by a secondary key value of 67. Evaluate this product. | multiply | {
"a": 69,
"b": 67
} |
What is 68 divided by fifty-two? | divide | {
"a": 68,
"b": 52
} |
If a car travels 64 miles in thirty-one hours, what was its average speed in miles per hour? | divide | {
"a": 64,
"b": 31
} |
If I distribute 96.46 among fifteen point three entities, what does each one receive? | divide | {
"a": 96.46,
"b": 15.3
} |
A freight train carries forty-eight point six one tons of cargo. If an additional load weighing 2.69 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 48.61,
"b": 2.69
} |
What is ten point seven four divided by 92.14? | divide | {
"a": 10.74,
"b": 92.14
} |
An airplane was flying at an altitude of seventy-four point eight five meters and descended by 61.22 meters. What is its new altitude? | subtract | {
"a": 74.85,
"b": 61.22
} |
If a data center operates ninety-three point three two server racks, with each rack drawing exactly 2.08 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 93.32,
"b": 2.08
} |
A dinner bill comes to 21 dollars and we want to split it evenly among eighteen people. How much does each person owe? | divide | {
"a": 21,
"b": 18
} |
Can you tell me what remains when you subtract two from sixty-five? | subtract | {
"a": 65,
"b": 2
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of fifty-three units and a transverse dimension of eighty-seven point nine three units. | multiply | {
"a": 53,
"b": 87.93
} |
If you were to take a baseline reading of thirteen point three five and factor out a confounding variable measured at 85.38, what is the adjusted baseline? | subtract | {
"a": 13.35,
"b": 85.38
} |
Determine the net difference in magnitude when the value 18 is systematically deducted from the primary value ninety-nine. | subtract | {
"a": 99,
"b": 18
} |
If the initial count of active users is twelve and we experience an influx of seventy-two new registrations, what is the updated user base size? | add | {
"a": 12,
"b": 72
} |
Determine the net difference in magnitude when the value 92 is systematically deducted from the primary value 58. | subtract | {
"a": 58,
"b": 92
} |
A rectangle has a length of thirty-three point four eight cm and a width of thirty-eight point four cm. Find its area. | multiply | {
"a": 33.48,
"b": 38.4
} |
Determine the net difference in magnitude when the value 21.58 is systematically deducted from the primary value seventy-six point zero one. | subtract | {
"a": 76.01,
"b": 21.58
} |
I have 25 dollars and my friend gives me another 59 dollars. How much do I have now? | add | {
"a": 25,
"b": 59
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.