prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
Can you compute the product of ninety-seven point one three and eighty-two point four five? | multiply | {
"a": 97.13,
"b": 82.45
} |
Please compute the division of sixty-nine over seventy-seven. | divide | {
"a": 69,
"b": 77
} |
If a software algorithm processes 67 data points in the first pass and an extra fifty-four data points in the second, what is the aggregate number of data points processed? | add | {
"a": 67,
"b": 54
} |
During a chemical reaction, 97.67 grams of a reactant are consumed from an initial mass of nineteen point nine nine grams. How much of the reactant is left unreacted? | subtract | {
"a": 19.99,
"b": 97.67
} |
If a rocket's total fuel capacity is 75 gallons and it burns 8 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 75,
"b": 8
} |
Please calculate the decrement of forty-three by 67, yielding the final reduced metric. | subtract | {
"a": 43,
"b": 67
} |
A fleet consists of 55.63 delivery vehicles, and each vehicle is scheduled to cover fifty-nine point one eight miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 55.63,
"b": 59.18
} |
Can you tell me what remains when you subtract 65.74 from ninety-five point six five? | subtract | {
"a": 95.65,
"b": 65.74
} |
Ratio of 65.34 to sixty-eight point one five | divide | {
"a": 65.34,
"b": 68.15
} |
What is the quotient when 59 is divided by thirty-eight? | divide | {
"a": 59,
"b": 38
} |
Please compute the division of sixty-two over 17. | divide | {
"a": 62,
"b": 17
} |
If you were to take a baseline reading of 60 and factor out a confounding variable measured at seventeen, what is the adjusted baseline? | subtract | {
"a": 60,
"b": 17
} |
Hey, double check this calculation for me: ninety-six multiplied by five. | multiply | {
"a": 96,
"b": 5
} |
During a chemical reaction, twenty-five grams of a reactant are consumed from an initial mass of twenty-six grams. How much of the reactant is left unreacted? | subtract | {
"a": 26,
"b": 25
} |
During a scientific experiment, 68.81 milliliters of solution A were mixed with ninety-two point zero six milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 68.81,
"b": 92.06
} |
Please scale 99 by a factor of seventy-four. | multiply | {
"a": 99,
"b": 74
} |
Please compute the overarching sum formed by integrating the values sixteen point zero two and 7.73 into a single metric. | add | {
"a": 16.02,
"b": 7.73
} |
Calculate sixty-one - 90 | subtract | {
"a": 61,
"b": 90
} |
If a car travels sixty-three point eight seven miles in thirteen point six seven hours, what was its average speed in miles per hour? | divide | {
"a": 63.87,
"b": 13.67
} |
Determine the net difference in magnitude when the value 80 is systematically deducted from the primary value eighty-eight. | subtract | {
"a": 88,
"b": 80
} |
What is the quotient when seventy-five point nine nine is divided by 46.33? | divide | {
"a": 75.99,
"b": 46.33
} |
In a financial projection, our initial revenue of eighty-nine thousand was supplemented by an additional ninety-five thousand. Calculate the projected total. | add | {
"a": 89,
"b": 95
} |
Please compute the division of six over fifty-five. | divide | {
"a": 6,
"b": 55
} |
Add 24.73 and forty-eight point one eight. | add | {
"a": 24.73,
"b": 48.18
} |
In a financial projection, our initial revenue of sixty-two thousand was supplemented by an additional twenty-eight thousand. Calculate the projected total. | add | {
"a": 62,
"b": 28
} |
If you work for 42 hours at an hourly rate of sixty-four dollars, what is your gross pay? | multiply | {
"a": 64,
"b": 42
} |
An airplane was flying at an altitude of ten meters and descended by 46 meters. What is its new altitude? | subtract | {
"a": 10,
"b": 46
} |
Subtract 12 from 91. | subtract | {
"a": 91,
"b": 12
} |
If you were to take a baseline reading of 38 and factor out a confounding variable measured at 9, what is the adjusted baseline? | subtract | {
"a": 38,
"b": 9
} |
Determine the net difference in magnitude when the value eighty-seven is systematically deducted from the primary value twenty-seven. | subtract | {
"a": 27,
"b": 87
} |
Please scale eighteen point four seven by a factor of eighty-two point zero seven. | multiply | {
"a": 18.47,
"b": 82.07
} |
If an event has a probability factor of sixty-four and occurs across 49 independent trials, what is the expected frequency metric? | multiply | {
"a": 64,
"b": 49
} |
Hey assistant, I need to know the total of ninety-one point zero six and 48.25. | add | {
"a": 91.06,
"b": 48.25
} |
Multiply 81 by 18. | multiply | {
"a": 81,
"b": 18
} |
A centralized database handles ninety-four point six nine queries over a designated timeframe of twenty point zero seven seconds. Determine the system's throughput in queries per second. | divide | {
"a": 94.69,
"b": 20.07
} |
Multiply 14 by 95. | multiply | {
"a": 14,
"b": 95
} |
A freight train carries sixty-nine tons of cargo. If an additional load weighing 61 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 69,
"b": 61
} |
An algorithmic task requires processing six megabytes of raw data using four parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 6,
"b": 4
} |
Assuming a baseline value of 68, what would the final figure be if we append a value of 56 to it? | add | {
"a": 68,
"b": 56
} |
A rectangle has a length of ninety-four point seven two cm and a width of sixty-two point five six cm. Find its area. | multiply | {
"a": 94.72,
"b": 62.56
} |
In a machine learning model, a weight of 55 is applied to an input feature of magnitude 58. What is the resulting weighted activation? | multiply | {
"a": 55,
"b": 58
} |
What is 91.41 minus 62.15? | subtract | {
"a": 91.41,
"b": 62.15
} |
A store clerk sold eighty-two point two five units in the morning and seventeen point five one units in the afternoon. What is the total sold? | add | {
"a": 82.25,
"b": 17.51
} |
Out of a total population of 70 items, nineteen of them are defective. How many are non-defective? | subtract | {
"a": 70,
"b": 19
} |
If an event has a probability factor of three and occurs across 41 independent trials, what is the expected frequency metric? | multiply | {
"a": 3,
"b": 41
} |
Hey, double check this calculation for me: 17.81 multiplied by ninety point zero eight. | multiply | {
"a": 17.81,
"b": 90.08
} |
If a data center operates nine server racks, with each rack drawing exactly 30 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 9,
"b": 30
} |
If you were to take a baseline reading of 2.34 and factor out a confounding variable measured at 6.27, what is the adjusted baseline? | subtract | {
"a": 2.34,
"b": 6.27
} |
What is 83 times 89? | multiply | {
"a": 83,
"b": 89
} |
An factory produces 25.32 items per hour. How many items does it make in seventy-five point five two hours? | multiply | {
"a": 25.32,
"b": 75.52
} |
A freight train carries sixty-five tons of cargo. If an additional load weighing thirty-two tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 65,
"b": 32
} |
Add 66 and 25. | add | {
"a": 66,
"b": 25
} |
Hey, double check this calculation for me: ninety multiplied by sixty-nine. | multiply | {
"a": 90,
"b": 69
} |
Subtract eighty-seven point eight from ninety-five point five three. | subtract | {
"a": 95.53,
"b": 87.8
} |
A commercial farm has 18 rows of crops, and each row yields precisely seventy-five kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 18,
"b": 75
} |
A logistics company needs to transport one hundred metric tons of freight. If each cargo container has a strict weight limit of 87 tons, how many containers are required? | divide | {
"a": 100,
"b": 87
} |
A centralized database handles sixty-one point one seven queries over a designated timeframe of 98.72 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 61.17,
"b": 98.72
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of eighty-five million kilometers over a duration of 23 continuous days. | divide | {
"a": 85,
"b": 23
} |
Given the quantities eighty-nine and ninety-one, determine their combined magnitude when aggregated. | add | {
"a": 89,
"b": 91
} |
An airplane was flying at an altitude of 64.98 meters and descended by 50.11 meters. What is its new altitude? | subtract | {
"a": 64.98,
"b": 50.11
} |
Calculate the compound total if a recurring metric of ninety-seven is iterated exactly seventy times. | multiply | {
"a": 97,
"b": 70
} |
Calculate 17 - 77 | subtract | {
"a": 17,
"b": 77
} |
A centralized database handles sixty-one point three nine queries over a designated timeframe of fifty-three point seven three seconds. Determine the system's throughput in queries per second. | divide | {
"a": 61.39,
"b": 53.73
} |
A dinner bill comes to 34.8 dollars and we want to split it evenly among 39.21 people. How much does each person owe? | divide | {
"a": 34.8,
"b": 39.21
} |
In a financial projection, our initial revenue of nine point eight nine thousand was supplemented by an additional 55.67 thousand. Calculate the projected total. | add | {
"a": 9.89,
"b": 55.67
} |
Can you split thirty-nine evenly into sixty-one groups? | divide | {
"a": 39,
"b": 61
} |
Determine the net difference in magnitude when the value forty-six is systematically deducted from the primary value 29. | subtract | {
"a": 29,
"b": 46
} |
Calculate 37.31 + 25.14 | add | {
"a": 37.31,
"b": 25.14
} |
If box A weighs 77.16 kg and box B weighs sixty-five point five four kg, what is their total weight combined? | add | {
"a": 77.16,
"b": 65.54
} |
Hey assistant, I need to know the total of 13.85 and 82.57. | add | {
"a": 13.85,
"b": 82.57
} |
Go ahead and divide seventy-one point seven eight into forty-one point zero three parts | divide | {
"a": 71.78,
"b": 41.03
} |
In a machine learning model, a weight of 40 is applied to an input feature of magnitude eighty-one. What is the resulting weighted activation? | multiply | {
"a": 40,
"b": 81
} |
A centralized database handles four queries over a designated timeframe of fifty seconds. Determine the system's throughput in queries per second. | divide | {
"a": 4,
"b": 50
} |
A manufacturing plant produced twelve point eight four components, but quality control rejected seventy-four point zero three of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 12.84,
"b": 74.03
} |
Go ahead and divide 63 into thirty-one parts | divide | {
"a": 63,
"b": 31
} |
A centralized database handles 58 queries over a designated timeframe of 29 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 58,
"b": 29
} |
Please compute the overarching sum formed by integrating the values 53.06 and twenty-four point zero one into a single metric. | add | {
"a": 53.06,
"b": 24.01
} |
How many times can the number 82 fit inside the number 52? | divide | {
"a": 52,
"b": 82
} |
If a rocket's total fuel capacity is 83.21 gallons and it burns eighteen point six three gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 83.21,
"b": 18.63
} |
Ratio of 10 to 30 | divide | {
"a": 10,
"b": 30
} |
Evaluate the mathematical expression resulting from the addition operation between the terms twenty-five point three two and fourteen point seven four. | add | {
"a": 25.32,
"b": 14.74
} |
If an initial budget allocation of 29.38 is drawn down by an expenditure of 75.0, what is the residual amount? | subtract | {
"a": 29.38,
"b": 75
} |
A fleet consists of nineteen point six nine delivery vehicles, and each vehicle is scheduled to cover twenty-two point seven nine miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 19.69,
"b": 22.79
} |
I had fifty-four point two six dollars but I just spent one point six one dollars on lunch. What is my remaining balance? | subtract | {
"a": 54.26,
"b": 1.61
} |
What is 65 divided by two? | divide | {
"a": 65,
"b": 2
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of fifty-two point nine one million kilometers over a duration of fifty-four point eight two continuous days. | divide | {
"a": 52.91,
"b": 54.82
} |
A dinner bill comes to seventy-three dollars and we want to split it evenly among 28 people. How much does each person owe? | divide | {
"a": 73,
"b": 28
} |
I had twenty-six dollars but I just spent twenty-two dollars on lunch. What is my remaining balance? | subtract | {
"a": 26,
"b": 22
} |
Calculate forty-nine * 97 | multiply | {
"a": 49,
"b": 97
} |
In a financial projection, our initial revenue of twenty-five point one nine thousand was supplemented by an additional 4.48 thousand. Calculate the projected total. | add | {
"a": 25.19,
"b": 4.48
} |
Subtract 36 from 33. | subtract | {
"a": 33,
"b": 36
} |
If a data center operates 63.02 server racks, with each rack drawing exactly six point seven seven kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 63.02,
"b": 6.77
} |
Go ahead and divide thirty-four point six five into 14.43 parts | divide | {
"a": 34.65,
"b": 14.43
} |
A network's maximum bandwidth is eighty-two point two three Mbps. If background processes consume 27.48 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 82.23,
"b": 27.48
} |
Find the difference between eleven point six six and 52.65 | subtract | {
"a": 11.66,
"b": 52.65
} |
If box A weighs 28 kg and box B weighs 95 kg, what is their total weight combined? | add | {
"a": 28,
"b": 95
} |
If a total aggregate resource of 29 must be distributed uniformly across twelve independent nodes, what is the precise allocation per node? | divide | {
"a": 29,
"b": 12
} |
In a financial projection, our initial revenue of 63.33 thousand was supplemented by an additional sixty-five point seven two thousand. Calculate the projected total. | add | {
"a": 63.33,
"b": 65.72
} |
If a car travels twenty-four point eight five miles in seven hours, what was its average speed in miles per hour? | divide | {
"a": 24.85,
"b": 7
} |
Could you please add 99.18 to seventy-six point five eight for me? | add | {
"a": 99.18,
"b": 76.58
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.