prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
A store clerk sold 69 units in the morning and twenty-seven units in the afternoon. What is the total sold? | add | {
"a": 69,
"b": 27
} |
Can you tell me what remains when you subtract forty-four from 1? | subtract | {
"a": 1,
"b": 44
} |
Calculate seventy-eight point five eight + four point zero six | add | {
"a": 78.58,
"b": 4.06
} |
What is 56 reduced by 61? | subtract | {
"a": 56,
"b": 61
} |
In a financial projection, our initial revenue of 25 thousand was supplemented by an additional thirty-nine thousand. Calculate the projected total. | add | {
"a": 25,
"b": 39
} |
Product of seventy-six and six | multiply | {
"a": 76,
"b": 6
} |
You have a rope that is twenty-three point one five meters long and you cut it into 71.3 equal pieces. How long is each piece? | divide | {
"a": 23.15,
"b": 71.3
} |
I had seventy-nine dollars but I just spent forty-one dollars on lunch. What is my remaining balance? | subtract | {
"a": 79,
"b": 41
} |
If a total aggregate resource of 2.0 must be distributed uniformly across 24.89 independent nodes, what is the precise allocation per node? | divide | {
"a": 2,
"b": 24.89
} |
Could you please add thirteen point five three to thirty-nine point seven eight for me? | add | {
"a": 13.53,
"b": 39.78
} |
A network's maximum bandwidth is seventy-two point zero seven Mbps. If background processes consume 91.06 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 72.07,
"b": 91.06
} |
I have 65.48 dollars and my friend gives me another sixty-nine point one five dollars. How much do I have now? | add | {
"a": 65.48,
"b": 69.15
} |
An algorithmic task requires processing 77.42 megabytes of raw data using forty-two point six six parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 77.42,
"b": 42.66
} |
A construction project required eighty-eight hours of labor in the first phase and an additional ninety-five hours in the finishing phase. What is the total labor investment? | add | {
"a": 88,
"b": 95
} |
Multiply 10 by 96. | multiply | {
"a": 10,
"b": 96
} |
If box A weighs forty-three kg and box B weighs thirty-five kg, what is their total weight combined? | add | {
"a": 43,
"b": 35
} |
Please calculate the decrement of sixty-six point zero five by 23.68, yielding the final reduced metric. | subtract | {
"a": 66.05,
"b": 23.68
} |
Can you split 88.81 evenly into 24.52 groups? | divide | {
"a": 88.81,
"b": 24.52
} |
During a chemical reaction, 19 grams of a reactant are consumed from an initial mass of twenty-one grams. How much of the reactant is left unreacted? | subtract | {
"a": 21,
"b": 19
} |
A dinner bill comes to 58 dollars and we want to split it evenly among forty-three people. How much does each person owe? | divide | {
"a": 58,
"b": 43
} |
Given an overarching budget of 40, what is the maximum funding available per phase if the project is strictly partitioned into twenty-four equal phases? | divide | {
"a": 40,
"b": 24
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator six by the denominator 42. | divide | {
"a": 6,
"b": 42
} |
What is seventy-five times 94? | multiply | {
"a": 75,
"b": 94
} |
How many times can the number 40.09 fit inside the number sixty-nine point three three? | divide | {
"a": 69.33,
"b": 40.09
} |
A fleet consists of seventy-seven delivery vehicles, and each vehicle is scheduled to cover seventy-eight miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 77,
"b": 78
} |
Multiply 41.02 by 53.49. | multiply | {
"a": 41.02,
"b": 53.49
} |
What is 87 divided by twenty-two? | divide | {
"a": 87,
"b": 22
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 30.48 million kilometers over a duration of fifty-three point zero three continuous days. | divide | {
"a": 30.48,
"b": 53.03
} |
During a chemical reaction, 6 grams of a reactant are consumed from an initial mass of 16 grams. How much of the reactant is left unreacted? | subtract | {
"a": 16,
"b": 6
} |
Calculate ninety + 83 | add | {
"a": 90,
"b": 83
} |
If box A weighs thirty point six five kg and box B weighs 85.89 kg, what is their total weight combined? | add | {
"a": 30.65,
"b": 85.89
} |
A centralized database handles 73.32 queries over a designated timeframe of thirty-eight point nine seven seconds. Determine the system's throughput in queries per second. | divide | {
"a": 73.32,
"b": 38.97
} |
If you work for six hours at an hourly rate of fifty-six dollars, what is your gross pay? | multiply | {
"a": 56,
"b": 6
} |
Determine the net difference in magnitude when the value ten is systematically deducted from the primary value thirty-five. | subtract | {
"a": 35,
"b": 10
} |
If an event has a probability factor of 36.12 and occurs across 62.7 independent trials, what is the expected frequency metric? | multiply | {
"a": 36.12,
"b": 62.7
} |
What is ninety-eight point three groups of sixty-nine point four seven? | multiply | {
"a": 98.3,
"b": 69.47
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 82 units and a transverse dimension of 27 units. | multiply | {
"a": 82,
"b": 27
} |
Out of a total population of 37 items, 65 of them are defective. How many are non-defective? | subtract | {
"a": 37,
"b": 65
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 46.76 by the denominator 8.18. | divide | {
"a": 46.76,
"b": 8.18
} |
Out of a total population of thirty-three point four six items, fifty-seven point one one of them are defective. How many are non-defective? | subtract | {
"a": 33.46,
"b": 57.11
} |
Ratio of forty-six point nine to thirteen point two one | divide | {
"a": 46.9,
"b": 13.21
} |
If I start with forty-two point one eight and deduct 42.26, what's left? | subtract | {
"a": 42.18,
"b": 42.26
} |
An airplane was flying at an altitude of 79 meters and descended by thirty-two meters. What is its new altitude? | subtract | {
"a": 79,
"b": 32
} |
What is eleven point nine seven divided by 94.35? | divide | {
"a": 11.97,
"b": 94.35
} |
A commercial farm has 83 rows of crops, and each row yields precisely 88 kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 83,
"b": 88
} |
Please compute the division of fifty-three point six two over 81.99. | divide | {
"a": 53.62,
"b": 81.99
} |
Calculate 32 * 93 | multiply | {
"a": 32,
"b": 93
} |
If a software algorithm processes twenty-seven data points in the first pass and an extra sixty data points in the second, what is the aggregate number of data points processed? | add | {
"a": 27,
"b": 60
} |
How much is thirty-five point seven four increased by 67.47? | add | {
"a": 35.74,
"b": 67.47
} |
Please compute the overarching sum formed by integrating the values 67.38 and forty-six point nine into a single metric. | add | {
"a": 67.38,
"b": 46.9
} |
A commercial farm has 31 rows of crops, and each row yields precisely twenty-four kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 31,
"b": 24
} |
During a scientific experiment, forty-nine point four eight milliliters of solution A were mixed with 34.56 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 49.48,
"b": 34.56
} |
Product of 84 and 59 | multiply | {
"a": 84,
"b": 59
} |
A rectangle has a length of sixty point seven seven cm and a width of 71.89 cm. Find its area. | multiply | {
"a": 60.77,
"b": 71.89
} |
Go ahead and divide four point five two into ninety-five point eight two parts | divide | {
"a": 4.52,
"b": 95.82
} |
What is 84.14 divided by seventeen point zero three? | divide | {
"a": 84.14,
"b": 17.03
} |
If you work for thirty-six hours at an hourly rate of 34 dollars, what is your gross pay? | multiply | {
"a": 34,
"b": 36
} |
What is 99 reduced by 35? | subtract | {
"a": 99,
"b": 35
} |
If I distribute three among sixty-three entities, what does each one receive? | divide | {
"a": 3,
"b": 63
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of eighty-nine point four two million kilometers over a duration of eighty-five point six five continuous days. | divide | {
"a": 89.42,
"b": 85.65
} |
Multiply sixty-two by eight. | multiply | {
"a": 62,
"b": 8
} |
Assuming a baseline value of sixty-three, what would the final figure be if we append a value of 38 to it? | add | {
"a": 63,
"b": 38
} |
Assuming a baseline value of 2.36, what would the final figure be if we append a value of 1.02 to it? | add | {
"a": 2.36,
"b": 1.02
} |
A store clerk sold fifty-three point eight seven units in the morning and fifty-two point five five units in the afternoon. What is the total sold? | add | {
"a": 53.87,
"b": 52.55
} |
Determine the net difference in magnitude when the value two is systematically deducted from the primary value nine. | subtract | {
"a": 9,
"b": 2
} |
What is thirty-four point eight two divided by 82.21? | divide | {
"a": 34.82,
"b": 82.21
} |
A rectangle has a length of eighty-seven cm and a width of five cm. Find its area. | multiply | {
"a": 87,
"b": 5
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 3 units and a transverse dimension of 44 units. | multiply | {
"a": 3,
"b": 44
} |
Calculate the per-capita distribution when a gross domestic product figure of twenty-three point two three is divided among a population demographic of seventy-two point five three. | divide | {
"a": 23.23,
"b": 72.53
} |
I had thirty-two point three four dollars but I just spent 74.56 dollars on lunch. What is my remaining balance? | subtract | {
"a": 32.34,
"b": 74.56
} |
If a rocket's total fuel capacity is 41.95 gallons and it burns twenty-three point three seven gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 41.95,
"b": 23.37
} |
Hey assistant, I need to know the total of 44 and 30. | add | {
"a": 44,
"b": 30
} |
What is the quotient when 96.74 is divided by thirty-one point five five? | divide | {
"a": 96.74,
"b": 31.55
} |
A network's maximum bandwidth is 95 Mbps. If background processes consume fifty-one Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 95,
"b": 51
} |
In a machine learning model, a weight of 45 is applied to an input feature of magnitude 44. What is the resulting weighted activation? | multiply | {
"a": 45,
"b": 44
} |
Hey, double check this calculation for me: sixty-nine point six six multiplied by 54.35. | multiply | {
"a": 69.66,
"b": 54.35
} |
How many times can the number 98.7 fit inside the number 15.28? | divide | {
"a": 15.28,
"b": 98.7
} |
What is 20 groups of sixty-six? | multiply | {
"a": 20,
"b": 66
} |
What is 60.97 plus 29.76? | add | {
"a": 60.97,
"b": 29.76
} |
Please compute the division of 30 over 90. | divide | {
"a": 30,
"b": 90
} |
If a single ticket costs sixty-seven point seven five dollars, how much would it cost to buy 10.42 tickets? | multiply | {
"a": 67.75,
"b": 10.42
} |
Given a starting inventory of 30 units, what will be the final stock level following the dispatch of eighty-six units to a distributor? | subtract | {
"a": 30,
"b": 86
} |
A dinner bill comes to twenty-two point four seven dollars and we want to split it evenly among eighty-four point two six people. How much does each person owe? | divide | {
"a": 22.47,
"b": 84.26
} |
A dinner bill comes to twenty-two dollars and we want to split it evenly among 38 people. How much does each person owe? | divide | {
"a": 22,
"b": 38
} |
A dinner bill comes to 94 dollars and we want to split it evenly among 74 people. How much does each person owe? | divide | {
"a": 94,
"b": 74
} |
Please compute the scalar multiple obtained by amplifying the base value fifty-nine by a designated multiplier of ninety-one. | multiply | {
"a": 59,
"b": 91
} |
What is fifty-six groups of eleven? | multiply | {
"a": 56,
"b": 11
} |
Subtract eighty-four point eight eight from 54.76. | subtract | {
"a": 54.76,
"b": 84.88
} |
I had 26.84 dollars but I just spent 8.49 dollars on lunch. What is my remaining balance? | subtract | {
"a": 26.84,
"b": 8.49
} |
During a chemical reaction, 47 grams of a reactant are consumed from an initial mass of 90 grams. How much of the reactant is left unreacted? | subtract | {
"a": 90,
"b": 47
} |
Calculate fifty-nine point seven two / 66.51 | divide | {
"a": 59.72,
"b": 66.51
} |
Add 84.48 and sixty-six point seven two. | add | {
"a": 84.48,
"b": 66.72
} |
A rectangle has a length of 81.44 cm and a width of one point eight seven cm. Find its area. | multiply | {
"a": 81.44,
"b": 1.87
} |
Subtract 11.86 from 56.29. | subtract | {
"a": 56.29,
"b": 11.86
} |
Subtract 30.69 from three point zero eight. | subtract | {
"a": 3.08,
"b": 30.69
} |
Given the quantities 27.97 and nineteen point eight one, determine their combined magnitude when aggregated. | add | {
"a": 27.97,
"b": 19.81
} |
What is 30.65 divided by thirteen point seven two? | divide | {
"a": 30.65,
"b": 13.72
} |
Divide 83.93 by 58.44. | divide | {
"a": 83.93,
"b": 58.44
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 80 units and a transverse dimension of ten units. | multiply | {
"a": 80,
"b": 10
} |
If I start with twenty-six point four nine and deduct thirty-eight point one nine, what's left? | subtract | {
"a": 26.49,
"b": 38.19
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.