prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
What is 83.05 minus 68.17? | subtract | {
"a": 83.05,
"b": 68.17
} |
If I start with thirty-two and deduct 63, what's left? | subtract | {
"a": 32,
"b": 63
} |
Please compute the overarching sum formed by integrating the values eight and fifty-seven into a single metric. | add | {
"a": 8,
"b": 57
} |
If I start with fifty-four point four nine and deduct seventy-three point seven four, what's left? | subtract | {
"a": 54.49,
"b": 73.74
} |
Can you split eleven point one five evenly into 83.67 groups? | divide | {
"a": 11.15,
"b": 83.67
} |
Given a starting inventory of 43.04 units, what will be the final stock level following the dispatch of fifty-nine point three units to a distributor? | subtract | {
"a": 43.04,
"b": 59.3
} |
I have twenty-five dollars and my friend gives me another seventy dollars. How much do I have now? | add | {
"a": 25,
"b": 70
} |
Ratio of twenty-five to sixty-six | divide | {
"a": 25,
"b": 66
} |
An algorithmic task requires processing fifty-nine point eight four megabytes of raw data using sixty-five point six five parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 59.84,
"b": 65.65
} |
A commercial farm has 58.25 rows of crops, and each row yields precisely seventy point seven kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 58.25,
"b": 70.7
} |
How many times can the number 93.03 fit inside the number 50.54? | divide | {
"a": 50.54,
"b": 93.03
} |
Subtract sixty from 68. | subtract | {
"a": 68,
"b": 60
} |
An algorithmic task requires processing 55.14 megabytes of raw data using twelve point two parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 55.14,
"b": 12.2
} |
How many times can the number 17.32 fit inside the number 35.91? | divide | {
"a": 35.91,
"b": 17.32
} |
Can you compute the product of 2 and eighteen? | multiply | {
"a": 2,
"b": 18
} |
Multiply one by fourteen. | multiply | {
"a": 1,
"b": 14
} |
An airplane was flying at an altitude of thirty-six meters and descended by 67 meters. What is its new altitude? | subtract | {
"a": 36,
"b": 67
} |
If a concentrated chemical solution of thirty-three point seven seven molarity is diluted by a volume factor of thirty-one point four eight, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 33.77,
"b": 31.48
} |
If a software algorithm processes 56.82 data points in the first pass and an extra 50.16 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 56.82,
"b": 50.16
} |
A store clerk sold 51 units in the morning and fifteen units in the afternoon. What is the total sold? | add | {
"a": 51,
"b": 15
} |
Add 44.16 and forty-nine point three. | add | {
"a": 44.16,
"b": 49.3
} |
Calculate the compound total if a recurring metric of twenty-seven point seven seven is iterated exactly 67.67 times. | multiply | {
"a": 27.77,
"b": 67.67
} |
If an event has a probability factor of two point five nine and occurs across eighty-six point zero five independent trials, what is the expected frequency metric? | multiply | {
"a": 2.59,
"b": 86.05
} |
If a single ticket costs thirty-one point one two dollars, how much would it cost to buy sixteen point two six tickets? | multiply | {
"a": 31.12,
"b": 16.26
} |
Please compute the overarching sum formed by integrating the values 13 and 74 into a single metric. | add | {
"a": 13,
"b": 74
} |
What is 80 plus forty-two? | add | {
"a": 80,
"b": 42
} |
A rectangle has a length of thirty-three cm and a width of fifteen cm. Find its area. | multiply | {
"a": 33,
"b": 15
} |
I have 1.45 dollars and my friend gives me another 48.62 dollars. How much do I have now? | add | {
"a": 1.45,
"b": 48.62
} |
Please compute the division of 40 over twelve. | divide | {
"a": 40,
"b": 12
} |
Evaluate the quotient resulting from the equitable partition of the principal value 8.87 into exactly 36.9 fractional segments. | divide | {
"a": 8.87,
"b": 36.9
} |
Please compute the overarching sum formed by integrating the values 44 and 7 into a single metric. | add | {
"a": 44,
"b": 7
} |
A centralized database handles three point four five queries over a designated timeframe of 43.09 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 3.45,
"b": 43.09
} |
Calculate 29 * 38 | multiply | {
"a": 29,
"b": 38
} |
What is thirteen point eight two divided by fifty-two point seven four? | divide | {
"a": 13.82,
"b": 52.74
} |
87.97 take away 9.89 | subtract | {
"a": 87.97,
"b": 9.89
} |
I had 88.85 dollars but I just spent 61.52 dollars on lunch. What is my remaining balance? | subtract | {
"a": 88.85,
"b": 61.52
} |
What is 78 divided by forty-six? | divide | {
"a": 78,
"b": 46
} |
Please compute the overarching sum formed by integrating the values fifty-seven point seven two and eighty-five point three five into a single metric. | add | {
"a": 57.72,
"b": 85.35
} |
If the initial count of active users is 66.11 and we experience an influx of 46.11 new registrations, what is the updated user base size? | add | {
"a": 66.11,
"b": 46.11
} |
Determine the net difference in magnitude when the value 90.07 is systematically deducted from the primary value 37.47. | subtract | {
"a": 37.47,
"b": 90.07
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of thirty-six units and a transverse dimension of sixty-nine units. | multiply | {
"a": 36,
"b": 69
} |
What is 52.01 plus 39.67? | add | {
"a": 52.01,
"b": 39.67
} |
If a rocket's total fuel capacity is fifteen point nine four gallons and it burns 38.6 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 15.94,
"b": 38.6
} |
Calculate 70 + 87 | add | {
"a": 70,
"b": 87
} |
Hey, double check this calculation for me: twenty-seven point three multiplied by ninety-six point two nine. | multiply | {
"a": 27.3,
"b": 96.29
} |
An factory produces sixty-three point nine five items per hour. How many items does it make in ninety-six point three five hours? | multiply | {
"a": 63.95,
"b": 96.35
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator sixty-two by the denominator seventy-four. | divide | {
"a": 62,
"b": 74
} |
During a chemical reaction, sixty-four point one three grams of a reactant are consumed from an initial mass of 92.47 grams. How much of the reactant is left unreacted? | subtract | {
"a": 92.47,
"b": 64.13
} |
If I distribute forty-one point seven among 9.82 entities, what does each one receive? | divide | {
"a": 41.7,
"b": 9.82
} |
What is nineteen point seven five minus sixty-three point seven seven? | subtract | {
"a": 19.75,
"b": 63.77
} |
If I distribute 60.64 among ninety point two nine entities, what does each one receive? | divide | {
"a": 60.64,
"b": 90.29
} |
Product of eighty-nine and seventy-three | multiply | {
"a": 89,
"b": 73
} |
Hey, double check this calculation for me: 62 multiplied by 47. | multiply | {
"a": 62,
"b": 47
} |
What is twelve reduced by ninety-two? | subtract | {
"a": 12,
"b": 92
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of ninety-five units and a transverse dimension of 52 units. | multiply | {
"a": 95,
"b": 52
} |
How many times can the number 93.12 fit inside the number 34.77? | divide | {
"a": 34.77,
"b": 93.12
} |
Please compute the scalar multiple obtained by amplifying the base value sixty-two by a designated multiplier of seventy-nine. | multiply | {
"a": 62,
"b": 79
} |
I have 100 dollars and my friend gives me another five dollars. How much do I have now? | add | {
"a": 100,
"b": 5
} |
What do you get when you combine thirty-eight and 35? | add | {
"a": 38,
"b": 35
} |
Calculate the per-capita distribution when a gross domestic product figure of 38 is divided among a population demographic of 76. | divide | {
"a": 38,
"b": 76
} |
Please compute the combined value of 13.96 and seventy-one point zero nine. | add | {
"a": 13.96,
"b": 71.09
} |
Subtract seventy-eight from 39. | subtract | {
"a": 39,
"b": 78
} |
Please compute the combined value of 69 and 40. | add | {
"a": 69,
"b": 40
} |
Calculate sixty point six two * twenty-seven point two seven | multiply | {
"a": 60.62,
"b": 27.27
} |
If an initial budget allocation of 26 is drawn down by an expenditure of eleven, what is the residual amount? | subtract | {
"a": 26,
"b": 11
} |
If an initial budget allocation of 90.0 is drawn down by an expenditure of 81.23, what is the residual amount? | subtract | {
"a": 90,
"b": 81.23
} |
A construction project required 67.14 hours of labor in the first phase and an additional 40.9 hours in the finishing phase. What is the total labor investment? | add | {
"a": 67.14,
"b": 40.9
} |
Calculate the compound total if a recurring metric of sixteen is iterated exactly 51 times. | multiply | {
"a": 16,
"b": 51
} |
In a machine learning model, a weight of sixty-four is applied to an input feature of magnitude fifty-eight. What is the resulting weighted activation? | multiply | {
"a": 64,
"b": 58
} |
If a total aggregate resource of two must be distributed uniformly across 13 independent nodes, what is the precise allocation per node? | divide | {
"a": 2,
"b": 13
} |
If a single ticket costs seven point zero seven dollars, how much would it cost to buy 15.24 tickets? | multiply | {
"a": 7.07,
"b": 15.24
} |
A manufacturing plant produced 64.08 components, but quality control rejected 40.83 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 64.08,
"b": 40.83
} |
If a single ticket costs thirty-two dollars, how much would it cost to buy 10 tickets? | multiply | {
"a": 32,
"b": 10
} |
Hey assistant, I need to know the total of thirty-three point four eight and 20.44. | add | {
"a": 33.48,
"b": 20.44
} |
If a rocket's total fuel capacity is fifty-one gallons and it burns fifty gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 51,
"b": 50
} |
If a single ticket costs thirty-five dollars, how much would it cost to buy 39 tickets? | multiply | {
"a": 35,
"b": 39
} |
Assuming an organizational structure with 88.06 distinct departments, where each department employs eighty point one four specialized contractors, determine the total contractor headcount. | multiply | {
"a": 88.06,
"b": 80.14
} |
Calculate one hundred + 98 | add | {
"a": 100,
"b": 98
} |
A commercial farm has eighty-nine point nine six rows of crops, and each row yields precisely twenty-five point eight four kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 89.96,
"b": 25.84
} |
Can you split eighty-one evenly into 44 groups? | divide | {
"a": 81,
"b": 44
} |
A network's maximum bandwidth is ninety-eight point four nine Mbps. If background processes consume eighty point zero five Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 98.49,
"b": 80.05
} |
Please compute the combined value of 95.61 and 81.93. | add | {
"a": 95.61,
"b": 81.93
} |
Given an overarching budget of 16, what is the maximum funding available per phase if the project is strictly partitioned into eighty-six equal phases? | divide | {
"a": 16,
"b": 86
} |
What do you get if you multiply seventy-seven with 35? | multiply | {
"a": 77,
"b": 35
} |
A network's maximum bandwidth is 64.62 Mbps. If background processes consume forty-four point eight Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 64.62,
"b": 44.8
} |
Please compute the combined value of ninety-two and 56. | add | {
"a": 92,
"b": 56
} |
What is the quotient when 65 is divided by six? | divide | {
"a": 65,
"b": 6
} |
If box A weighs 54 kg and box B weighs 35 kg, what is their total weight combined? | add | {
"a": 54,
"b": 35
} |
During a scientific experiment, twenty-one point two four milliliters of solution A were mixed with thirteen point eight six milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 21.24,
"b": 13.86
} |
What is eighty-nine minus 38? | subtract | {
"a": 89,
"b": 38
} |
Calculate 1.74 * fifty point zero three | multiply | {
"a": 1.74,
"b": 50.03
} |
If a rocket's total fuel capacity is fifty-four gallons and it burns 37 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 54,
"b": 37
} |
An airplane was flying at an altitude of eighty-five point three two meters and descended by 24.71 meters. What is its new altitude? | subtract | {
"a": 85.32,
"b": 24.71
} |
If a software algorithm processes twenty-seven data points in the first pass and an extra thirty-eight data points in the second, what is the aggregate number of data points processed? | add | {
"a": 27,
"b": 38
} |
If I distribute 25 among seventy entities, what does each one receive? | divide | {
"a": 25,
"b": 70
} |
The temperature was thirty-three point three seven degrees and it rose by ninety-one point one degrees. What is the current temperature? | add | {
"a": 33.37,
"b": 91.1
} |
What is the quotient when fifty point one seven is divided by 10.29? | divide | {
"a": 50.17,
"b": 10.29
} |
If you work for forty-two point four one hours at an hourly rate of forty point two seven dollars, what is your gross pay? | multiply | {
"a": 40.27,
"b": 42.41
} |
If an initial budget allocation of eighteen is drawn down by an expenditure of 88, what is the residual amount? | subtract | {
"a": 18,
"b": 88
} |
If you work for sixty hours at an hourly rate of 39 dollars, what is your gross pay? | multiply | {
"a": 39,
"b": 60
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.