prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
Hey, double check this calculation for me: forty-three point seven five multiplied by 15.4. | multiply | {
"a": 43.75,
"b": 15.4
} |
What is ten point two eight divided by 8.51? | divide | {
"a": 10.28,
"b": 8.51
} |
If an initial budget allocation of fifty-three is drawn down by an expenditure of 34, what is the residual amount? | subtract | {
"a": 53,
"b": 34
} |
If a total aggregate resource of forty-nine point two one must be distributed uniformly across sixty-three point six six independent nodes, what is the precise allocation per node? | divide | {
"a": 49.21,
"b": 63.66
} |
Calculate fifty * 19 | multiply | {
"a": 50,
"b": 19
} |
Can you split 35.08 evenly into nineteen point three three groups? | divide | {
"a": 35.08,
"b": 19.33
} |
If you work for 36.45 hours at an hourly rate of 90.92 dollars, what is your gross pay? | multiply | {
"a": 90.92,
"b": 36.45
} |
I have 29 dollars and my friend gives me another eighty-nine dollars. How much do I have now? | add | {
"a": 29,
"b": 89
} |
A construction project required eighty-two point nine three hours of labor in the first phase and an additional 19.14 hours in the finishing phase. What is the total labor investment? | add | {
"a": 82.93,
"b": 19.14
} |
How much is sixty-six point eight eight increased by forty-one point zero three? | add | {
"a": 66.88,
"b": 41.03
} |
In a machine learning model, a weight of eighty-four point one two is applied to an input feature of magnitude 46.09. What is the resulting weighted activation? | multiply | {
"a": 84.12,
"b": 46.09
} |
If box A weighs 97 kg and box B weighs eight kg, what is their total weight combined? | add | {
"a": 97,
"b": 8
} |
Please compute the division of forty-eight point three three over sixty-seven point four. | divide | {
"a": 48.33,
"b": 67.4
} |
Given a starting inventory of 81 units, what will be the final stock level following the dispatch of 40 units to a distributor? | subtract | {
"a": 81,
"b": 40
} |
Can you tell me what remains when you subtract eighty-six from 13? | subtract | {
"a": 13,
"b": 86
} |
If a total aggregate resource of 70.38 must be distributed uniformly across twenty-six point eight six independent nodes, what is the precise allocation per node? | divide | {
"a": 70.38,
"b": 26.86
} |
Please scale 98.41 by a factor of twenty-eight point seven. | multiply | {
"a": 98.41,
"b": 28.7
} |
What is 68 plus seventeen? | add | {
"a": 68,
"b": 17
} |
A dinner bill comes to one point two seven dollars and we want to split it evenly among sixty-three point seven six people. How much does each person owe? | divide | {
"a": 1.27,
"b": 63.76
} |
A construction project required 94 hours of labor in the first phase and an additional ninety-seven hours in the finishing phase. What is the total labor investment? | add | {
"a": 94,
"b": 97
} |
What is 26.44 reduced by 71.86? | subtract | {
"a": 26.44,
"b": 71.86
} |
Product of seventy-eight point nine seven and 5.94 | multiply | {
"a": 78.97,
"b": 5.94
} |
Sum of 57.99 and 71.39 | add | {
"a": 57.99,
"b": 71.39
} |
Calculate the per-capita distribution when a gross domestic product figure of 16.91 is divided among a population demographic of seventy-eight point two six. | divide | {
"a": 16.91,
"b": 78.26
} |
Please scale thirty-six by a factor of 14.55. | multiply | {
"a": 36,
"b": 14.55
} |
A construction project required thirty-five hours of labor in the first phase and an additional 90 hours in the finishing phase. What is the total labor investment? | add | {
"a": 35,
"b": 90
} |
An factory produces 85.38 items per hour. How many items does it make in sixty-two point six eight hours? | multiply | {
"a": 85.38,
"b": 62.68
} |
If a total aggregate resource of 44.92 must be distributed uniformly across twenty-four point one three independent nodes, what is the precise allocation per node? | divide | {
"a": 44.92,
"b": 24.13
} |
If you were to take a baseline reading of 71 and factor out a confounding variable measured at 65, what is the adjusted baseline? | subtract | {
"a": 71,
"b": 65
} |
Calculate 73.09 / 55.51 | divide | {
"a": 73.09,
"b": 55.51
} |
If a rocket's total fuel capacity is 14 gallons and it burns twenty-four gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 14,
"b": 24
} |
I had thirty-seven dollars but I just spent fifty-two dollars on lunch. What is my remaining balance? | subtract | {
"a": 37,
"b": 52
} |
What is seventy-six groups of ten? | multiply | {
"a": 76,
"b": 10
} |
Hey, double check this calculation for me: 80.85 multiplied by fifty-four point six four. | multiply | {
"a": 80.85,
"b": 54.64
} |
62 take away 20 | subtract | {
"a": 62,
"b": 20
} |
If a data center operates 25 server racks, with each rack drawing exactly seven kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 25,
"b": 7
} |
Can you tell me what remains when you subtract sixty-four point four nine from seventy-five point eight three? | subtract | {
"a": 75.83,
"b": 64.49
} |
An investment portfolio initially valued at 95 experienced a market correction resulting in a loss of seventy-four. Compute the depreciated portfolio value. | subtract | {
"a": 95,
"b": 74
} |
I have eighty-five dollars and my friend gives me another 60 dollars. How much do I have now? | add | {
"a": 85,
"b": 60
} |
Could you please add sixty-two to ten for me? | add | {
"a": 62,
"b": 10
} |
Assuming a baseline value of 98, what would the final figure be if we append a value of 97 to it? | add | {
"a": 98,
"b": 97
} |
If a single ticket costs forty-three point zero six dollars, how much would it cost to buy seventy-eight point two tickets? | multiply | {
"a": 43.06,
"b": 78.2
} |
If box A weighs 69.25 kg and box B weighs 96.4 kg, what is their total weight combined? | add | {
"a": 69.25,
"b": 96.4
} |
What is thirteen divided by 72? | divide | {
"a": 13,
"b": 72
} |
If you were to take a baseline reading of 97 and factor out a confounding variable measured at thirty-four, what is the adjusted baseline? | subtract | {
"a": 97,
"b": 34
} |
What is 95.6 divided by seventy-one point eight? | divide | {
"a": 95.6,
"b": 71.8
} |
If you were to take a baseline reading of sixty-four point zero five and factor out a confounding variable measured at fifty point one, what is the adjusted baseline? | subtract | {
"a": 64.05,
"b": 50.1
} |
Out of a total population of 36.58 items, 40.58 of them are defective. How many are non-defective? | subtract | {
"a": 36.58,
"b": 40.58
} |
What is 94 groups of 10? | multiply | {
"a": 94,
"b": 10
} |
If a total aggregate resource of 21 must be distributed uniformly across sixty-eight independent nodes, what is the precise allocation per node? | divide | {
"a": 21,
"b": 68
} |
Multiply thirty-five point one six by 91.57. | multiply | {
"a": 35.16,
"b": 91.57
} |
Calculate forty-five point nine + one point eight eight | add | {
"a": 45.9,
"b": 1.88
} |
What is two point two six times fifty-seven point two five? | multiply | {
"a": 2.26,
"b": 57.25
} |
44.87 take away eighty-four point one eight | subtract | {
"a": 44.87,
"b": 84.18
} |
A rectangle has a length of two cm and a width of eleven cm. Find its area. | multiply | {
"a": 2,
"b": 11
} |
If an initial budget allocation of seventy-four is drawn down by an expenditure of 78, what is the residual amount? | subtract | {
"a": 74,
"b": 78
} |
A rectangle has a length of seventy-four cm and a width of twenty-six cm. Find its area. | multiply | {
"a": 74,
"b": 26
} |
What is fifty-four plus ninety-nine? | add | {
"a": 54,
"b": 99
} |
A fleet consists of 46.23 delivery vehicles, and each vehicle is scheduled to cover eighty-six point nine six miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 46.23,
"b": 86.96
} |
In a machine learning model, a weight of 80.16 is applied to an input feature of magnitude 9.52. What is the resulting weighted activation? | multiply | {
"a": 80.16,
"b": 9.52
} |
What is thirty point three plus 36.24? | add | {
"a": 30.3,
"b": 36.24
} |
Please compute the scalar multiple obtained by amplifying the base value nineteen point six five by a designated multiplier of 27.23. | multiply | {
"a": 19.65,
"b": 27.23
} |
A dinner bill comes to 14 dollars and we want to split it evenly among 41 people. How much does each person owe? | divide | {
"a": 14,
"b": 41
} |
Divide 36 by fifty-six. | divide | {
"a": 36,
"b": 56
} |
Please calculate the decrement of 9.97 by ninety-two point six seven, yielding the final reduced metric. | subtract | {
"a": 9.97,
"b": 92.67
} |
Please compute the scalar multiple obtained by amplifying the base value eighty-nine by a designated multiplier of fifty-four. | multiply | {
"a": 89,
"b": 54
} |
Calculate the per-capita distribution when a gross domestic product figure of 86.24 is divided among a population demographic of ninety-six point eight nine. | divide | {
"a": 86.24,
"b": 96.89
} |
If you work for ninety-nine hours at an hourly rate of 49 dollars, what is your gross pay? | multiply | {
"a": 49,
"b": 99
} |
If you were to take a baseline reading of 7 and factor out a confounding variable measured at sixty-six, what is the adjusted baseline? | subtract | {
"a": 7,
"b": 66
} |
Can you tell me what remains when you subtract 27 from ninety-nine? | subtract | {
"a": 99,
"b": 27
} |
An algorithmic task requires processing thirty megabytes of raw data using 44 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 30,
"b": 44
} |
You have a rope that is eighty-two point six meters long and you cut it into 29.81 equal pieces. How long is each piece? | divide | {
"a": 82.6,
"b": 29.81
} |
Please scale 21.59 by a factor of 48.69. | multiply | {
"a": 21.59,
"b": 48.69
} |
Assuming a baseline value of ninety-one point seven eight, what would the final figure be if we append a value of 33.23 to it? | add | {
"a": 91.78,
"b": 33.23
} |
Calculate 53 + 80 | add | {
"a": 53,
"b": 80
} |
Assuming an organizational structure with ninety-three distinct departments, where each department employs thirty-six specialized contractors, determine the total contractor headcount. | multiply | {
"a": 93,
"b": 36
} |
Evaluate the mathematical expression resulting from the addition operation between the terms seventy-two point two six and ninety-eight point one one. | add | {
"a": 72.26,
"b": 98.11
} |
Could you please add one to twelve for me? | add | {
"a": 1,
"b": 12
} |
I have thirty-five point two four dollars and my friend gives me another forty-two point one eight dollars. How much do I have now? | add | {
"a": 35.24,
"b": 42.18
} |
Assuming an organizational structure with 10 distinct departments, where each department employs 96 specialized contractors, determine the total contractor headcount. | multiply | {
"a": 10,
"b": 96
} |
Hey assistant, I need to know the total of six point four six and eighty-three point one. | add | {
"a": 6.46,
"b": 83.1
} |
Calculate sixty-two point one six / 88.94 | divide | {
"a": 62.16,
"b": 88.94
} |
Can you compute the product of 19 and three? | multiply | {
"a": 19,
"b": 3
} |
If I start with 76 and deduct 78, what's left? | subtract | {
"a": 76,
"b": 78
} |
What is seventy-six minus 69? | subtract | {
"a": 76,
"b": 69
} |
How many times can the number 72.44 fit inside the number sixteen point zero eight? | divide | {
"a": 16.08,
"b": 72.44
} |
A network's maximum bandwidth is forty-two Mbps. If background processes consume 18 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 42,
"b": 18
} |
A rectangle has a length of 12 cm and a width of seven cm. Find its area. | multiply | {
"a": 12,
"b": 7
} |
If the initial count of active users is 77 and we experience an influx of 27 new registrations, what is the updated user base size? | add | {
"a": 77,
"b": 27
} |
Please compute the overarching sum formed by integrating the values forty-six point six six and twenty-nine point eight six into a single metric. | add | {
"a": 46.66,
"b": 29.86
} |
Determine the net difference in magnitude when the value thirty-nine is systematically deducted from the primary value thirty-one. | subtract | {
"a": 31,
"b": 39
} |
A logistics company needs to transport seventy-four metric tons of freight. If each cargo container has a strict weight limit of 90 tons, how many containers are required? | divide | {
"a": 74,
"b": 90
} |
A water tank contains thirty-seven liters. If we drain 50 liters, how much water is left? | subtract | {
"a": 37,
"b": 50
} |
Evaluate the quotient resulting from the equitable partition of the principal value 79 into exactly 64 fractional segments. | divide | {
"a": 79,
"b": 64
} |
If an initial budget allocation of forty-nine point three two is drawn down by an expenditure of ninety-six point four three, what is the residual amount? | subtract | {
"a": 49.32,
"b": 96.43
} |
I had six dollars but I just spent ninety-nine dollars on lunch. What is my remaining balance? | subtract | {
"a": 6,
"b": 99
} |
Product of 35 and thirty-six | multiply | {
"a": 35,
"b": 36
} |
A centralized database handles fifty-eight queries over a designated timeframe of forty-six seconds. Determine the system's throughput in queries per second. | divide | {
"a": 58,
"b": 46
} |
How much is sixty point one six increased by sixty-one point zero three? | add | {
"a": 60.16,
"b": 61.03
} |
A manufacturing plant produced 72 components, but quality control rejected fifty-eight of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 72,
"b": 58
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.