prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
Can you compute the product of fifty and twenty-four? | multiply | {
"a": 50,
"b": 24
} |
A centralized database handles twenty-six point one five queries over a designated timeframe of ninety-four point zero nine seconds. Determine the system's throughput in queries per second. | divide | {
"a": 26.15,
"b": 94.09
} |
An investment portfolio initially valued at 88.97 experienced a market correction resulting in a loss of sixty-five point eight one. Compute the depreciated portfolio value. | subtract | {
"a": 88.97,
"b": 65.81
} |
If an event has a probability factor of 24 and occurs across sixty-three independent trials, what is the expected frequency metric? | multiply | {
"a": 24,
"b": 63
} |
Go ahead and divide ninety-two into seventy-two parts | divide | {
"a": 92,
"b": 72
} |
A logistics company needs to transport fifty-one metric tons of freight. If each cargo container has a strict weight limit of forty-six tons, how many containers are required? | divide | {
"a": 51,
"b": 46
} |
Given a starting inventory of 65 units, what will be the final stock level following the dispatch of 56 units to a distributor? | subtract | {
"a": 65,
"b": 56
} |
A manufacturing plant produced twenty-five point five four components, but quality control rejected twenty-one point eight six of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 25.54,
"b": 21.86
} |
Sum of fifty-five and 43 | add | {
"a": 55,
"b": 43
} |
A store clerk sold thirty-two point six units in the morning and ninety-six point zero four units in the afternoon. What is the total sold? | add | {
"a": 32.6,
"b": 96.04
} |
Find the difference between forty-one and fifty-six | subtract | {
"a": 41,
"b": 56
} |
Can you tell me what remains when you subtract 66.67 from 47.57? | subtract | {
"a": 47.57,
"b": 66.67
} |
How much is 57.89 increased by twenty-three point four five? | add | {
"a": 57.89,
"b": 23.45
} |
What is 16.98 divided by nine point three seven? | divide | {
"a": 16.98,
"b": 9.37
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 66 and 42. | add | {
"a": 66,
"b": 42
} |
What is 72.67 groups of 3.95? | multiply | {
"a": 72.67,
"b": 3.95
} |
A freight train carries 9.97 tons of cargo. If an additional load weighing 7.5 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 9.97,
"b": 7.5
} |
Subtract twenty-nine from 67. | subtract | {
"a": 67,
"b": 29
} |
A network's maximum bandwidth is 19.05 Mbps. If background processes consume forty-one point zero eight Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 19.05,
"b": 41.08
} |
I have 40 dollars and my friend gives me another 5 dollars. How much do I have now? | add | {
"a": 40,
"b": 5
} |
Assuming an organizational structure with thirty-four point nine five distinct departments, where each department employs 35.04 specialized contractors, determine the total contractor headcount. | multiply | {
"a": 34.95,
"b": 35.04
} |
An investment portfolio initially valued at 60.93 experienced a market correction resulting in a loss of 44.4. Compute the depreciated portfolio value. | subtract | {
"a": 60.93,
"b": 44.4
} |
How much is 57 increased by thirty-two? | add | {
"a": 57,
"b": 32
} |
If a car travels seventy-six point zero two miles in 67.88 hours, what was its average speed in miles per hour? | divide | {
"a": 76.02,
"b": 67.88
} |
If I distribute eighty-eight among eighty-seven entities, what does each one receive? | divide | {
"a": 88,
"b": 87
} |
An investment portfolio initially valued at 86 experienced a market correction resulting in a loss of 36. Compute the depreciated portfolio value. | subtract | {
"a": 86,
"b": 36
} |
How many times can the number 71.02 fit inside the number 40.47? | divide | {
"a": 40.47,
"b": 71.02
} |
If the initial count of active users is 23 and we experience an influx of 82 new registrations, what is the updated user base size? | add | {
"a": 23,
"b": 82
} |
During a scientific experiment, 62 milliliters of solution A were mixed with eighty milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 62,
"b": 80
} |
A network's maximum bandwidth is ninety-four Mbps. If background processes consume 33 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 94,
"b": 33
} |
Determine the net difference in magnitude when the value eighty-five point four three is systematically deducted from the primary value 51.57. | subtract | {
"a": 51.57,
"b": 85.43
} |
Calculate three point four one - ninety point zero three | subtract | {
"a": 3.41,
"b": 90.03
} |
Calculate 41 / 39 | divide | {
"a": 41,
"b": 39
} |
A manufacturing plant produced 46 components, but quality control rejected 87 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 46,
"b": 87
} |
Please compute the overarching sum formed by integrating the values seven point eight five and 16.79 into a single metric. | add | {
"a": 7.85,
"b": 16.79
} |
14 take away 29 | subtract | {
"a": 14,
"b": 29
} |
An factory produces 27.63 items per hour. How many items does it make in 25.18 hours? | multiply | {
"a": 27.63,
"b": 25.18
} |
A manufacturing plant produced 8.83 components, but quality control rejected forty-five point one seven of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 8.83,
"b": 45.17
} |
Can you compute the product of eighty-seven point eight two and 47.86? | multiply | {
"a": 87.82,
"b": 47.86
} |
A logistics company needs to transport 84 metric tons of freight. If each cargo container has a strict weight limit of 23 tons, how many containers are required? | divide | {
"a": 84,
"b": 23
} |
Please scale 69.58 by a factor of 34.77. | multiply | {
"a": 69.58,
"b": 34.77
} |
A centralized database handles ninety-five queries over a designated timeframe of 57 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 95,
"b": 57
} |
Please compute the combined value of 8 and ninety-seven. | add | {
"a": 8,
"b": 97
} |
What is seventy-seven point six nine divided by 82.39? | divide | {
"a": 77.69,
"b": 82.39
} |
A dinner bill comes to 18.34 dollars and we want to split it evenly among ninety-five point one three people. How much does each person owe? | divide | {
"a": 18.34,
"b": 95.13
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 82.03 and ninety point three three. | add | {
"a": 82.03,
"b": 90.33
} |
Can you split 82.27 evenly into 77.78 groups? | divide | {
"a": 82.27,
"b": 77.78
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 65 and 61. | add | {
"a": 65,
"b": 61
} |
In a financial projection, our initial revenue of five thousand was supplemented by an additional sixty thousand. Calculate the projected total. | add | {
"a": 5,
"b": 60
} |
A water tank contains 89 liters. If we drain thirty-six liters, how much water is left? | subtract | {
"a": 89,
"b": 36
} |
A dinner bill comes to 74.4 dollars and we want to split it evenly among 75.83 people. How much does each person owe? | divide | {
"a": 74.4,
"b": 75.83
} |
A logistics company needs to transport sixty-eight metric tons of freight. If each cargo container has a strict weight limit of seven tons, how many containers are required? | divide | {
"a": 68,
"b": 7
} |
What do you get when you combine 38.83 and 5.44? | add | {
"a": 38.83,
"b": 5.44
} |
A commercial farm has ninety-four point four six rows of crops, and each row yields precisely fifty-two point four five kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 94.46,
"b": 52.45
} |
An factory produces 94 items per hour. How many items does it make in 82 hours? | multiply | {
"a": 94,
"b": 82
} |
A rectangle has a length of 7 cm and a width of eighty-four cm. Find its area. | multiply | {
"a": 7,
"b": 84
} |
A store clerk sold twenty-six point nine nine units in the morning and 59.7 units in the afternoon. What is the total sold? | add | {
"a": 26.99,
"b": 59.7
} |
An factory produces 92 items per hour. How many items does it make in sixty-one hours? | multiply | {
"a": 92,
"b": 61
} |
Multiply 51.15 by seventy-one point nine two. | multiply | {
"a": 51.15,
"b": 71.92
} |
The temperature was 63 degrees and it rose by 10 degrees. What is the current temperature? | add | {
"a": 63,
"b": 10
} |
Calculate fifteen + fifty-five | add | {
"a": 15,
"b": 55
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of eighty-three million kilometers over a duration of nine continuous days. | divide | {
"a": 83,
"b": 9
} |
What is twenty-five divided by twenty-five? | divide | {
"a": 25,
"b": 25
} |
Calculate 85.59 / forty-four point one eight | divide | {
"a": 85.59,
"b": 44.18
} |
What is 48.65 divided by twenty-nine point zero eight? | divide | {
"a": 48.65,
"b": 29.08
} |
Could you please add forty to 10 for me? | add | {
"a": 40,
"b": 10
} |
What is eighty-three point nine seven minus 92.55? | subtract | {
"a": 83.97,
"b": 92.55
} |
What is ninety-two groups of nineteen? | multiply | {
"a": 92,
"b": 19
} |
During a scientific experiment, 79.73 milliliters of solution A were mixed with twenty-six point seven five milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 79.73,
"b": 26.75
} |
If a concentrated chemical solution of 5 molarity is diluted by a volume factor of thirty-three, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 5,
"b": 33
} |
In a machine learning model, a weight of sixty-two point two two is applied to an input feature of magnitude 32.74. What is the resulting weighted activation? | multiply | {
"a": 62.22,
"b": 32.74
} |
How much is ninety-four increased by forty-three? | add | {
"a": 94,
"b": 43
} |
What do you get if you multiply 33 with sixty? | multiply | {
"a": 33,
"b": 60
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 21 million kilometers over a duration of forty-two continuous days. | divide | {
"a": 21,
"b": 42
} |
If a car travels 83 miles in twenty-eight hours, what was its average speed in miles per hour? | divide | {
"a": 83,
"b": 28
} |
If a software algorithm processes 48.26 data points in the first pass and an extra twenty-three point six six data points in the second, what is the aggregate number of data points processed? | add | {
"a": 48.26,
"b": 23.66
} |
A fleet consists of five point four three delivery vehicles, and each vehicle is scheduled to cover 94.69 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 5.43,
"b": 94.69
} |
A fleet consists of eight delivery vehicles, and each vehicle is scheduled to cover 46 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 8,
"b": 46
} |
A dinner bill comes to ninety-nine point four eight dollars and we want to split it evenly among ninety-one point three one people. How much does each person owe? | divide | {
"a": 99.48,
"b": 91.31
} |
Out of a total population of eighty items, ninety-seven of them are defective. How many are non-defective? | subtract | {
"a": 80,
"b": 97
} |
I have twenty-six point four one dollars and my friend gives me another 85.38 dollars. How much do I have now? | add | {
"a": 26.41,
"b": 85.38
} |
How many times can the number ninety-nine fit inside the number 39? | divide | {
"a": 39,
"b": 99
} |
During a scientific experiment, 38 milliliters of solution A were mixed with 73 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 38,
"b": 73
} |
Given an overarching budget of 38, what is the maximum funding available per phase if the project is strictly partitioned into sixty-one equal phases? | divide | {
"a": 38,
"b": 61
} |
Out of a total population of two items, 63.49 of them are defective. How many are non-defective? | subtract | {
"a": 2,
"b": 63.49
} |
An investment portfolio initially valued at 40.47 experienced a market correction resulting in a loss of 74.51. Compute the depreciated portfolio value. | subtract | {
"a": 40.47,
"b": 74.51
} |
If box A weighs 96.59 kg and box B weighs 47.22 kg, what is their total weight combined? | add | {
"a": 96.59,
"b": 47.22
} |
Given an overarching budget of 34.48, what is the maximum funding available per phase if the project is strictly partitioned into five point nine two equal phases? | divide | {
"a": 34.48,
"b": 5.92
} |
The temperature was sixty-three degrees and it rose by 67 degrees. What is the current temperature? | add | {
"a": 63,
"b": 67
} |
If a concentrated chemical solution of sixty-eight point six one molarity is diluted by a volume factor of 11.33, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 68.61,
"b": 11.33
} |
How much is 28 increased by 80? | add | {
"a": 28,
"b": 80
} |
What is 86 minus ninety-seven? | subtract | {
"a": 86,
"b": 97
} |
An investment portfolio initially valued at 69.67 experienced a market correction resulting in a loss of twenty-two point seven two. Compute the depreciated portfolio value. | subtract | {
"a": 69.67,
"b": 22.72
} |
Go ahead and divide fifty-seven point nine three into 29.31 parts | divide | {
"a": 57.93,
"b": 29.31
} |
Please compute the overarching sum formed by integrating the values three point six and sixty-three point four one into a single metric. | add | {
"a": 3.6,
"b": 63.41
} |
Add 12.31 and 19.84. | add | {
"a": 12.31,
"b": 19.84
} |
Calculate sixty-one * 27 | multiply | {
"a": 61,
"b": 27
} |
Calculate 97.48 + forty-six point zero seven | add | {
"a": 97.48,
"b": 46.07
} |
Calculate the compound total if a recurring metric of 98 is iterated exactly 16 times. | multiply | {
"a": 98,
"b": 16
} |
A logistics company needs to transport sixty metric tons of freight. If each cargo container has a strict weight limit of nine tons, how many containers are required? | divide | {
"a": 60,
"b": 9
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.