prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
Given the quantities 24 and 64, determine their combined magnitude when aggregated. | add | {
"a": 24,
"b": 64
} |
If I distribute 71.29 among 7.45 entities, what does each one receive? | divide | {
"a": 71.29,
"b": 7.45
} |
Sum of 9.83 and eighty-eight point one seven | add | {
"a": 9.83,
"b": 88.17
} |
In a machine learning model, a weight of ninety-seven is applied to an input feature of magnitude sixty-six. What is the resulting weighted activation? | multiply | {
"a": 97,
"b": 66
} |
Please compute the scalar multiple obtained by amplifying the base value 46 by a designated multiplier of twenty-two. | multiply | {
"a": 46,
"b": 22
} |
Please calculate the decrement of twenty-one point zero seven by 96.22, yielding the final reduced metric. | subtract | {
"a": 21.07,
"b": 96.22
} |
Please compute the division of 21 over fifty. | divide | {
"a": 21,
"b": 50
} |
A construction project required 95 hours of labor in the first phase and an additional 80 hours in the finishing phase. What is the total labor investment? | add | {
"a": 95,
"b": 80
} |
What is 94.08 minus eighty-five point four two? | subtract | {
"a": 94.08,
"b": 85.42
} |
What do you get when you combine 5.65 and 47.24? | add | {
"a": 5.65,
"b": 47.24
} |
Add 93 and forty-six. | add | {
"a": 93,
"b": 46
} |
If a software algorithm processes 3.69 data points in the first pass and an extra sixty-four point one six data points in the second, what is the aggregate number of data points processed? | add | {
"a": 3.69,
"b": 64.16
} |
Please compute the combined value of 49 and sixty-five. | add | {
"a": 49,
"b": 65
} |
An algorithmic task requires processing forty-one megabytes of raw data using 41 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 41,
"b": 41
} |
A construction project required 71.75 hours of labor in the first phase and an additional twenty-seven point one one hours in the finishing phase. What is the total labor investment? | add | {
"a": 71.75,
"b": 27.11
} |
What is 66.6 plus eighty-four point nine three? | add | {
"a": 66.6,
"b": 84.93
} |
What is 96 plus 8? | add | {
"a": 96,
"b": 8
} |
A water tank contains eighty-three liters. If we drain 61 liters, how much water is left? | subtract | {
"a": 83,
"b": 61
} |
An algorithmic task requires processing 72.79 megabytes of raw data using 65.18 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 72.79,
"b": 65.18
} |
What is the quotient when 48 is divided by 86? | divide | {
"a": 48,
"b": 86
} |
If the initial count of active users is 65.36 and we experience an influx of 47.51 new registrations, what is the updated user base size? | add | {
"a": 65.36,
"b": 47.51
} |
If an initial budget allocation of 56 is drawn down by an expenditure of twenty-two, what is the residual amount? | subtract | {
"a": 56,
"b": 22
} |
How many times can the number forty-two point eight eight fit inside the number twenty-one point nine nine? | divide | {
"a": 21.99,
"b": 42.88
} |
Given a starting inventory of 24 units, what will be the final stock level following the dispatch of 67 units to a distributor? | subtract | {
"a": 24,
"b": 67
} |
What is fifteen divided by ninety-seven? | divide | {
"a": 15,
"b": 97
} |
A logistics company needs to transport sixty-two metric tons of freight. If each cargo container has a strict weight limit of seven tons, how many containers are required? | divide | {
"a": 62,
"b": 7
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 98.1 units and a transverse dimension of 2.41 units. | multiply | {
"a": 98.1,
"b": 2.41
} |
What is ninety-four point zero two reduced by ninety point eight one? | subtract | {
"a": 94.02,
"b": 90.81
} |
Given the quantities seventy point five eight and 26.62, determine their combined magnitude when aggregated. | add | {
"a": 70.58,
"b": 26.62
} |
Please compute the combined value of 12.54 and eighty point two three. | add | {
"a": 12.54,
"b": 80.23
} |
Multiply forty-six by sixty-five. | multiply | {
"a": 46,
"b": 65
} |
Divide sixty-nine by seventy. | divide | {
"a": 69,
"b": 70
} |
A rectangle has a length of 22.23 cm and a width of fifty-one point nine nine cm. Find its area. | multiply | {
"a": 22.23,
"b": 51.99
} |
If a single ticket costs eighty-seven dollars, how much would it cost to buy eighty-one tickets? | multiply | {
"a": 87,
"b": 81
} |
A water tank contains 14 liters. If we drain 49 liters, how much water is left? | subtract | {
"a": 14,
"b": 49
} |
Please scale 56.76 by a factor of 20.93. | multiply | {
"a": 56.76,
"b": 20.93
} |
Subtract 74 from 25. | subtract | {
"a": 25,
"b": 74
} |
Assuming a baseline value of 49, what would the final figure be if we append a value of eighty-nine to it? | add | {
"a": 49,
"b": 89
} |
A fleet consists of six point one four delivery vehicles, and each vehicle is scheduled to cover eighty-two point four seven miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 6.14,
"b": 82.47
} |
If you were to take a baseline reading of 38 and factor out a confounding variable measured at one hundred, what is the adjusted baseline? | subtract | {
"a": 38,
"b": 100
} |
The temperature was 95.16 degrees and it rose by fifty-six point nine eight degrees. What is the current temperature? | add | {
"a": 95.16,
"b": 56.98
} |
Calculate 63 + 82 | add | {
"a": 63,
"b": 82
} |
Find the difference between 96.29 and 24.4 | subtract | {
"a": 96.29,
"b": 24.4
} |
Assuming an organizational structure with 14.32 distinct departments, where each department employs 79.13 specialized contractors, determine the total contractor headcount. | multiply | {
"a": 14.32,
"b": 79.13
} |
Please compute the division of thirty-two point seven six over six point four seven. | divide | {
"a": 32.76,
"b": 6.47
} |
During a scientific experiment, 8.11 milliliters of solution A were mixed with 96.56 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 8.11,
"b": 96.56
} |
What is forty-six minus sixteen? | subtract | {
"a": 46,
"b": 16
} |
A water tank contains ten point six five liters. If we drain sixty point nine nine liters, how much water is left? | subtract | {
"a": 10.65,
"b": 60.99
} |
Could you please add 76.37 to 75.8 for me? | add | {
"a": 76.37,
"b": 75.8
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 24 and seventy-four. | add | {
"a": 24,
"b": 74
} |
Please scale 3 by a factor of 25. | multiply | {
"a": 3,
"b": 25
} |
In a machine learning model, a weight of forty-one is applied to an input feature of magnitude 91. What is the resulting weighted activation? | multiply | {
"a": 41,
"b": 91
} |
If box A weighs 91.14 kg and box B weighs 70.38 kg, what is their total weight combined? | add | {
"a": 91.14,
"b": 70.38
} |
Hey, double check this calculation for me: 50.96 multiplied by 18.78. | multiply | {
"a": 50.96,
"b": 18.78
} |
What is 52.45 plus seventy-four point three nine? | add | {
"a": 52.45,
"b": 74.39
} |
I had 13.54 dollars but I just spent nineteen point six nine dollars on lunch. What is my remaining balance? | subtract | {
"a": 13.54,
"b": 19.69
} |
What is twenty-nine plus seventy-six? | add | {
"a": 29,
"b": 76
} |
Calculate 89 + 42 | add | {
"a": 89,
"b": 42
} |
If the initial count of active users is 34.49 and we experience an influx of ninety-three point eight two new registrations, what is the updated user base size? | add | {
"a": 34.49,
"b": 93.82
} |
The temperature was 64 degrees and it rose by 85 degrees. What is the current temperature? | add | {
"a": 64,
"b": 85
} |
Please evaluate eighty-nine decremented by eighty. | subtract | {
"a": 89,
"b": 80
} |
Evaluate the quotient resulting from the equitable partition of the principal value twenty-eight into exactly ninety-seven fractional segments. | divide | {
"a": 28,
"b": 97
} |
Add 56 and 45. | add | {
"a": 56,
"b": 45
} |
If I distribute eight point nine eight among 86.97 entities, what does each one receive? | divide | {
"a": 8.98,
"b": 86.97
} |
I had 6.13 dollars but I just spent 40.28 dollars on lunch. What is my remaining balance? | subtract | {
"a": 6.13,
"b": 40.28
} |
Out of a total population of 49 items, seventy-one of them are defective. How many are non-defective? | subtract | {
"a": 49,
"b": 71
} |
If you were to take a baseline reading of six point four and factor out a confounding variable measured at 11.43, what is the adjusted baseline? | subtract | {
"a": 6.4,
"b": 11.43
} |
What is ninety-one point six three divided by fourteen point zero six? | divide | {
"a": 91.63,
"b": 14.06
} |
A store clerk sold eighty-two point zero four units in the morning and 7.43 units in the afternoon. What is the total sold? | add | {
"a": 82.04,
"b": 7.43
} |
If box A weighs ninety-nine kg and box B weighs ninety-five kg, what is their total weight combined? | add | {
"a": 99,
"b": 95
} |
A commercial farm has ninety rows of crops, and each row yields precisely twenty-five kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 90,
"b": 25
} |
A construction project required 66 hours of labor in the first phase and an additional 78 hours in the finishing phase. What is the total labor investment? | add | {
"a": 66,
"b": 78
} |
What is eighty-five reduced by 12? | subtract | {
"a": 85,
"b": 12
} |
How much is 53 increased by 84? | add | {
"a": 53,
"b": 84
} |
Please scale 45 by a factor of 53. | multiply | {
"a": 45,
"b": 53
} |
Product of forty-five and 38 | multiply | {
"a": 45,
"b": 38
} |
A freight train carries sixty-four tons of cargo. If an additional load weighing 35 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 64,
"b": 35
} |
You have a rope that is 6 meters long and you cut it into thirty-seven equal pieces. How long is each piece? | divide | {
"a": 6,
"b": 37
} |
A water tank contains ninety-six liters. If we drain 99 liters, how much water is left? | subtract | {
"a": 96,
"b": 99
} |
I had forty dollars but I just spent 51 dollars on lunch. What is my remaining balance? | subtract | {
"a": 40,
"b": 51
} |
A dinner bill comes to thirty-six point five dollars and we want to split it evenly among seventy-one point three three people. How much does each person owe? | divide | {
"a": 36.5,
"b": 71.33
} |
Assuming an organizational structure with 72 distinct departments, where each department employs 44 specialized contractors, determine the total contractor headcount. | multiply | {
"a": 72,
"b": 44
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 83 by the denominator eleven. | divide | {
"a": 83,
"b": 11
} |
Sum of 73 and 75 | add | {
"a": 73,
"b": 75
} |
Sum of 9 and sixty-four | add | {
"a": 9,
"b": 64
} |
Please evaluate 62.95 decremented by eighty-six point zero six. | subtract | {
"a": 62.95,
"b": 86.06
} |
Calculate 4 / eighteen | divide | {
"a": 4,
"b": 18
} |
Can you tell me what remains when you subtract ninety-nine from 68? | subtract | {
"a": 68,
"b": 99
} |
Calculate thirty-six point one seven - fifty-five point five two | subtract | {
"a": 36.17,
"b": 55.52
} |
A commercial farm has 56 rows of crops, and each row yields precisely forty-nine kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 56,
"b": 49
} |
Could you please add 31 to 59 for me? | add | {
"a": 31,
"b": 59
} |
A construction project required 52 hours of labor in the first phase and an additional forty-five hours in the finishing phase. What is the total labor investment? | add | {
"a": 52,
"b": 45
} |
If I distribute fifty-seven point eight six among seventeen point zero four entities, what does each one receive? | divide | {
"a": 57.86,
"b": 17.04
} |
Calculate 20.72 - 97.08 | subtract | {
"a": 20.72,
"b": 97.08
} |
What is nine times eighteen? | multiply | {
"a": 9,
"b": 18
} |
Please compute the scalar multiple obtained by amplifying the base value 23 by a designated multiplier of ninety-eight. | multiply | {
"a": 23,
"b": 98
} |
An investment portfolio initially valued at eighty-six point six four experienced a market correction resulting in a loss of 50.23. Compute the depreciated portfolio value. | subtract | {
"a": 86.64,
"b": 50.23
} |
What is 64.32 groups of 30.44? | multiply | {
"a": 64.32,
"b": 30.44
} |
A rectangle has a length of 65.28 cm and a width of 48.35 cm. Find its area. | multiply | {
"a": 65.28,
"b": 48.35
} |
How many times can the number seven point seven two fit inside the number 23.73? | divide | {
"a": 23.73,
"b": 7.72
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.