prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
I had fifteen dollars but I just spent 24 dollars on lunch. What is my remaining balance? | subtract | {
"a": 15,
"b": 24
} |
What is 34 times twenty-three? | multiply | {
"a": 34,
"b": 23
} |
Please compute the overarching sum formed by integrating the values 27.68 and 29.51 into a single metric. | add | {
"a": 27.68,
"b": 29.51
} |
If the initial count of active users is 2 and we experience an influx of 67 new registrations, what is the updated user base size? | add | {
"a": 2,
"b": 67
} |
Divide seventy-seven by 72. | divide | {
"a": 77,
"b": 72
} |
If a data center operates eighty-seven point nine five server racks, with each rack drawing exactly 35.41 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 87.95,
"b": 35.41
} |
A rectangle has a length of nine point nine cm and a width of twelve point nine five cm. Find its area. | multiply | {
"a": 9.9,
"b": 12.95
} |
A dinner bill comes to 26.49 dollars and we want to split it evenly among 94.69 people. How much does each person owe? | divide | {
"a": 26.49,
"b": 94.69
} |
If you were to take a baseline reading of 28 and factor out a confounding variable measured at 29, what is the adjusted baseline? | subtract | {
"a": 28,
"b": 29
} |
Sum of 25 and 7 | add | {
"a": 25,
"b": 7
} |
Divide 57 by 82. | divide | {
"a": 57,
"b": 82
} |
Can you tell me what remains when you subtract 12 from ninety-five? | subtract | {
"a": 95,
"b": 12
} |
Given an overarching budget of seventy-six, what is the maximum funding available per phase if the project is strictly partitioned into 72 equal phases? | divide | {
"a": 76,
"b": 72
} |
If a rocket's total fuel capacity is 98 gallons and it burns 48 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 98,
"b": 48
} |
If an initial budget allocation of 47.81 is drawn down by an expenditure of fifty-one point nine eight, what is the residual amount? | subtract | {
"a": 47.81,
"b": 51.98
} |
The temperature was thirty-nine point five eight degrees and it rose by thirty-three point nine seven degrees. What is the current temperature? | add | {
"a": 39.58,
"b": 33.97
} |
Please evaluate twelve point two three decremented by thirty point five six. | subtract | {
"a": 12.23,
"b": 30.56
} |
Calculate 94 + forty-six | add | {
"a": 94,
"b": 46
} |
A fleet consists of 82 delivery vehicles, and each vehicle is scheduled to cover thirty-five miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 82,
"b": 35
} |
A manufacturing plant produced 40 components, but quality control rejected fifty-five of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 40,
"b": 55
} |
Could you please add forty-nine to thirty for me? | add | {
"a": 49,
"b": 30
} |
Out of a total population of 39 items, sixty-one of them are defective. How many are non-defective? | subtract | {
"a": 39,
"b": 61
} |
A commercial farm has ninety-two point two eight rows of crops, and each row yields precisely eighty-eight point four seven kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 92.28,
"b": 88.47
} |
I have 54.88 dollars and my friend gives me another 31.77 dollars. How much do I have now? | add | {
"a": 54.88,
"b": 31.77
} |
Could you please add 37.68 to 31.94 for me? | add | {
"a": 37.68,
"b": 31.94
} |
In a machine learning model, a weight of thirty point two four is applied to an input feature of magnitude 30.3. What is the resulting weighted activation? | multiply | {
"a": 30.24,
"b": 30.3
} |
What is the quotient when 91.89 is divided by 14.12? | divide | {
"a": 91.89,
"b": 14.12
} |
If a total aggregate resource of eighty-four point six six must be distributed uniformly across thirty-two point zero eight independent nodes, what is the precise allocation per node? | divide | {
"a": 84.66,
"b": 32.08
} |
I had forty-six point five four dollars but I just spent eighty-five point four four dollars on lunch. What is my remaining balance? | subtract | {
"a": 46.54,
"b": 85.44
} |
Go ahead and divide eighty-nine point four three into 90.49 parts | divide | {
"a": 89.43,
"b": 90.49
} |
Find the difference between 62.35 and twenty point zero seven | subtract | {
"a": 62.35,
"b": 20.07
} |
Out of a total population of ninety-nine point six four items, sixty-three point zero nine of them are defective. How many are non-defective? | subtract | {
"a": 99.64,
"b": 63.09
} |
Add 37.53 and 23.82. | add | {
"a": 37.53,
"b": 23.82
} |
Evaluate the quotient resulting from the equitable partition of the principal value seventy-two into exactly seventy fractional segments. | divide | {
"a": 72,
"b": 70
} |
Assuming an organizational structure with 27 distinct departments, where each department employs five specialized contractors, determine the total contractor headcount. | multiply | {
"a": 27,
"b": 5
} |
If a single ticket costs 10.72 dollars, how much would it cost to buy 26.28 tickets? | multiply | {
"a": 10.72,
"b": 26.28
} |
A construction project required ninety-eight point two one hours of labor in the first phase and an additional 67.22 hours in the finishing phase. What is the total labor investment? | add | {
"a": 98.21,
"b": 67.22
} |
During a scientific experiment, eighty-six point one seven milliliters of solution A were mixed with forty point zero five milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 86.17,
"b": 40.05
} |
Please compute the division of 69.8 over seventy-five point four eight. | divide | {
"a": 69.8,
"b": 75.48
} |
Could you please add eighty-nine to 75 for me? | add | {
"a": 89,
"b": 75
} |
Please compute the combined value of four and 4. | add | {
"a": 4,
"b": 4
} |
If box A weighs 51 kg and box B weighs 77 kg, what is their total weight combined? | add | {
"a": 51,
"b": 77
} |
Please scale twenty-six by a factor of 66. | multiply | {
"a": 26,
"b": 66
} |
If you were to take a baseline reading of 34 and factor out a confounding variable measured at thirty-three, what is the adjusted baseline? | subtract | {
"a": 34,
"b": 33
} |
A construction project required fifty-four hours of labor in the first phase and an additional 38 hours in the finishing phase. What is the total labor investment? | add | {
"a": 54,
"b": 38
} |
A network's maximum bandwidth is eighteen Mbps. If background processes consume sixty-two Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 18,
"b": 62
} |
If a data center operates forty-three point five three server racks, with each rack drawing exactly 88.8 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 43.53,
"b": 88.8
} |
What do you get if you multiply one with 11? | multiply | {
"a": 1,
"b": 11
} |
Product of 24 and 29 | multiply | {
"a": 24,
"b": 29
} |
A logistics company needs to transport 65 metric tons of freight. If each cargo container has a strict weight limit of fifty-nine tons, how many containers are required? | divide | {
"a": 65,
"b": 59
} |
Subtract eighty-one from sixty-three. | subtract | {
"a": 63,
"b": 81
} |
In a financial projection, our initial revenue of thirty point seven nine thousand was supplemented by an additional 36.38 thousand. Calculate the projected total. | add | {
"a": 30.79,
"b": 36.38
} |
How much is 3.68 increased by six point one four? | add | {
"a": 3.68,
"b": 6.14
} |
Calculate the compound total if a recurring metric of 14.45 is iterated exactly fifteen point nine times. | multiply | {
"a": 14.45,
"b": 15.9
} |
What is 83.5 groups of 72.68? | multiply | {
"a": 83.5,
"b": 72.68
} |
During a scientific experiment, 73.67 milliliters of solution A were mixed with ninety-six point five nine milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 73.67,
"b": 96.59
} |
What is 16 reduced by 69? | subtract | {
"a": 16,
"b": 69
} |
Assuming an organizational structure with 48 distinct departments, where each department employs forty-eight specialized contractors, determine the total contractor headcount. | multiply | {
"a": 48,
"b": 48
} |
If box A weighs 23.99 kg and box B weighs 84.65 kg, what is their total weight combined? | add | {
"a": 23.99,
"b": 84.65
} |
Given the quantities 34 and sixty-seven, determine their combined magnitude when aggregated. | add | {
"a": 34,
"b": 67
} |
Ratio of 11.53 to 1.19 | divide | {
"a": 11.53,
"b": 1.19
} |
During a chemical reaction, 41 grams of a reactant are consumed from an initial mass of 58 grams. How much of the reactant is left unreacted? | subtract | {
"a": 58,
"b": 41
} |
During a scientific experiment, sixty-six point two three milliliters of solution A were mixed with forty point four seven milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 66.23,
"b": 40.47
} |
Please compute the combined value of 38 and 54. | add | {
"a": 38,
"b": 54
} |
Add 3 and 10. | add | {
"a": 3,
"b": 10
} |
A dinner bill comes to eighty-nine point six eight dollars and we want to split it evenly among 85.92 people. How much does each person owe? | divide | {
"a": 89.68,
"b": 85.92
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of forty-three units and a transverse dimension of 61 units. | multiply | {
"a": 43,
"b": 61
} |
Given the quantities 66 and 28, determine their combined magnitude when aggregated. | add | {
"a": 66,
"b": 28
} |
Can you compute the product of 42.96 and 17.29? | multiply | {
"a": 42.96,
"b": 17.29
} |
Calculate the per-capita distribution when a gross domestic product figure of fifty-one point four three is divided among a population demographic of eighty point two one. | divide | {
"a": 51.43,
"b": 80.21
} |
If a total aggregate resource of 84 must be distributed uniformly across fifty-three independent nodes, what is the precise allocation per node? | divide | {
"a": 84,
"b": 53
} |
Go ahead and divide twenty-three point six into 85.61 parts | divide | {
"a": 23.6,
"b": 85.61
} |
Please scale seventy-four point nine by a factor of 72.75. | multiply | {
"a": 74.9,
"b": 72.75
} |
In a financial projection, our initial revenue of 89 thousand was supplemented by an additional ninety-five thousand. Calculate the projected total. | add | {
"a": 89,
"b": 95
} |
What do you get when you combine 36 and 14? | add | {
"a": 36,
"b": 14
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 72.24 million kilometers over a duration of eighty-seven point one three continuous days. | divide | {
"a": 72.24,
"b": 87.13
} |
If a car travels ninety point four miles in thirty-four point zero six hours, what was its average speed in miles per hour? | divide | {
"a": 90.4,
"b": 34.06
} |
If a car travels 33.15 miles in twenty-eight point five four hours, what was its average speed in miles per hour? | divide | {
"a": 33.15,
"b": 28.54
} |
If a total aggregate resource of fifty-three must be distributed uniformly across seventy-three independent nodes, what is the precise allocation per node? | divide | {
"a": 53,
"b": 73
} |
If the initial count of active users is thirty-six and we experience an influx of forty-four new registrations, what is the updated user base size? | add | {
"a": 36,
"b": 44
} |
You have a rope that is one meters long and you cut it into 21 equal pieces. How long is each piece? | divide | {
"a": 1,
"b": 21
} |
If a single ticket costs thirty-five point six eight dollars, how much would it cost to buy seventy-three point eight seven tickets? | multiply | {
"a": 35.68,
"b": 73.87
} |
A commercial farm has ten rows of crops, and each row yields precisely 21 kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 10,
"b": 21
} |
If a software algorithm processes sixty-five point nine four data points in the first pass and an extra one point eight eight data points in the second, what is the aggregate number of data points processed? | add | {
"a": 65.94,
"b": 1.88
} |
Calculate the per-capita distribution when a gross domestic product figure of eighty-five point eight is divided among a population demographic of fifty-five point three seven. | divide | {
"a": 85.8,
"b": 55.37
} |
An factory produces eighty-five items per hour. How many items does it make in 62 hours? | multiply | {
"a": 85,
"b": 62
} |
During a scientific experiment, 34.46 milliliters of solution A were mixed with twenty-two point six one milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 34.46,
"b": 22.61
} |
What is eight point three eight times fifty-five point three one? | multiply | {
"a": 8.38,
"b": 55.31
} |
A construction project required 52 hours of labor in the first phase and an additional 34 hours in the finishing phase. What is the total labor investment? | add | {
"a": 52,
"b": 34
} |
Calculate the per-capita distribution when a gross domestic product figure of seventy-nine is divided among a population demographic of one hundred. | divide | {
"a": 79,
"b": 100
} |
Calculate 59.16 / ninety-two point one six | divide | {
"a": 59.16,
"b": 92.16
} |
Given an overarching budget of 83.95, what is the maximum funding available per phase if the project is strictly partitioned into twenty-two point six equal phases? | divide | {
"a": 83.95,
"b": 22.6
} |
If a car travels 27 miles in seventy-seven hours, what was its average speed in miles per hour? | divide | {
"a": 27,
"b": 77
} |
In a machine learning model, a weight of twenty-nine point seven is applied to an input feature of magnitude 42.58. What is the resulting weighted activation? | multiply | {
"a": 29.7,
"b": 42.58
} |
If an initial budget allocation of 11.98 is drawn down by an expenditure of 41.73, what is the residual amount? | subtract | {
"a": 11.98,
"b": 41.73
} |
Calculate the per-capita distribution when a gross domestic product figure of seventy-five is divided among a population demographic of 70. | divide | {
"a": 75,
"b": 70
} |
If a data center operates forty-nine point one nine server racks, with each rack drawing exactly three point two one kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 49.19,
"b": 3.21
} |
In a machine learning model, a weight of 20.84 is applied to an input feature of magnitude sixty-five point three one. What is the resulting weighted activation? | multiply | {
"a": 20.84,
"b": 65.31
} |
If the initial count of active users is 30 and we experience an influx of seventeen new registrations, what is the updated user base size? | add | {
"a": 30,
"b": 17
} |
The temperature was 98 degrees and it rose by ninety-eight degrees. What is the current temperature? | add | {
"a": 98,
"b": 98
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.