prompt
stringlengths
13
219
tool
stringclasses
4 values
args
dict
Ratio of 4.2 to 15.77
divide
{ "a": 4.2, "b": 15.77 }
What is fifty-seven point zero eight minus twenty-nine point two three?
subtract
{ "a": 57.08, "b": 29.23 }
A water tank contains fourteen liters. If we drain 2 liters, how much water is left?
subtract
{ "a": 14, "b": 2 }
If a single ticket costs 27.74 dollars, how much would it cost to buy 80.81 tickets?
multiply
{ "a": 27.74, "b": 80.81 }
How much is 94 increased by 8?
add
{ "a": 94, "b": 8 }
How much is forty-nine increased by 26?
add
{ "a": 49, "b": 26 }
I had 63.92 dollars but I just spent 26.75 dollars on lunch. What is my remaining balance?
subtract
{ "a": 63.92, "b": 26.75 }
A store clerk sold ninety-six units in the morning and fifty-five units in the afternoon. What is the total sold?
add
{ "a": 96, "b": 55 }
A freight train carries nine tons of cargo. If an additional load weighing forty-three tons is hitched at the next station, what is the cumulative weight?
add
{ "a": 9, "b": 43 }
If a single ticket costs 34.6 dollars, how much would it cost to buy eighty-four point seven one tickets?
multiply
{ "a": 34.6, "b": 84.71 }
If a single ticket costs 75 dollars, how much would it cost to buy 57 tickets?
multiply
{ "a": 75, "b": 57 }
Can you compute the product of eighty-one and eighty?
multiply
{ "a": 81, "b": 80 }
Product of 45.86 and seventy-nine point seven six
multiply
{ "a": 45.86, "b": 79.76 }
If box A weighs seventy-three kg and box B weighs thirteen kg, what is their total weight combined?
add
{ "a": 73, "b": 13 }
Calculate the per-capita distribution when a gross domestic product figure of eighteen point zero four is divided among a population demographic of sixty-five point one two.
divide
{ "a": 18.04, "b": 65.12 }
A network's maximum bandwidth is 78 Mbps. If background processes consume seven Mbps, calculate the available bandwidth remaining.
subtract
{ "a": 78, "b": 7 }
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 71.15 by the denominator 73.16.
divide
{ "a": 71.15, "b": 73.16 }
An algorithmic task requires processing thirty-nine megabytes of raw data using thirty-four parallel computing threads. What is the data load handled by an individual thread?
divide
{ "a": 39, "b": 34 }
A manufacturing plant produced 9.01 components, but quality control rejected 2.74 of them for microscopic flaws. What is the yield of acceptable components?
subtract
{ "a": 9.01, "b": 2.74 }
Ratio of eighty-six to 27
divide
{ "a": 86, "b": 27 }
A freight train carries seventy-four point two seven tons of cargo. If an additional load weighing 34.06 tons is hitched at the next station, what is the cumulative weight?
add
{ "a": 74.27, "b": 34.06 }
Hey assistant, I need to know the total of forty-two and 83.
add
{ "a": 42, "b": 83 }
If a software algorithm processes seventy-seven point two three data points in the first pass and an extra thirty-eight point three eight data points in the second, what is the aggregate number of data points processed?
add
{ "a": 77.23, "b": 38.38 }
What do you get when you combine 70 and 10?
add
{ "a": 70, "b": 10 }
Find the difference between 1 and twenty-six
subtract
{ "a": 1, "b": 26 }
What is the quotient when 96 is divided by 19?
divide
{ "a": 96, "b": 19 }
An algorithmic task requires processing 6.48 megabytes of raw data using 86.71 parallel computing threads. What is the data load handled by an individual thread?
divide
{ "a": 6.48, "b": 86.71 }
What is forty reduced by thirteen?
subtract
{ "a": 40, "b": 13 }
If a software algorithm processes thirty-four data points in the first pass and an extra nineteen data points in the second, what is the aggregate number of data points processed?
add
{ "a": 34, "b": 19 }
Calculate 44.08 / 71.19
divide
{ "a": 44.08, "b": 71.19 }
Subtract nineteen point one nine from 8.88.
subtract
{ "a": 8.88, "b": 19.19 }
Calculate 53.17 / twenty-eight point two eight
divide
{ "a": 53.17, "b": 28.28 }
Please compute the overarching sum formed by integrating the values 50.05 and 5.68 into a single metric.
add
{ "a": 50.05, "b": 5.68 }
A logistics company needs to transport 68.13 metric tons of freight. If each cargo container has a strict weight limit of ninety-four point six tons, how many containers are required?
divide
{ "a": 68.13, "b": 94.6 }
Could you please add eighty-two point one four to seventeen point one for me?
add
{ "a": 82.14, "b": 17.1 }
During a scientific experiment, ninety-one point nine three milliliters of solution A were mixed with 97.42 milliliters of solution B. What is the total volume of the resulting mixture?
add
{ "a": 91.93, "b": 97.42 }
What do you get when you combine 36.79 and fifty-seven point four?
add
{ "a": 36.79, "b": 57.4 }
During a scientific experiment, 92.0 milliliters of solution A were mixed with eighty-one point five five milliliters of solution B. What is the total volume of the resulting mixture?
add
{ "a": 92, "b": 81.55 }
An airplane was flying at an altitude of seventy-nine point eight two meters and descended by 35.85 meters. What is its new altitude?
subtract
{ "a": 79.82, "b": 35.85 }
Assuming an organizational structure with 23.3 distinct departments, where each department employs ninety-three point two six specialized contractors, determine the total contractor headcount.
multiply
{ "a": 23.3, "b": 93.26 }
Assuming an organizational structure with eighty-six distinct departments, where each department employs 6 specialized contractors, determine the total contractor headcount.
multiply
{ "a": 86, "b": 6 }
During a scientific experiment, 61 milliliters of solution A were mixed with fifty-two milliliters of solution B. What is the total volume of the resulting mixture?
add
{ "a": 61, "b": 52 }
If a car travels sixty-five miles in 38 hours, what was its average speed in miles per hour?
divide
{ "a": 65, "b": 38 }
Calculate sixty-five / twenty-nine
divide
{ "a": 65, "b": 29 }
A commercial farm has ten rows of crops, and each row yields precisely 66 kilograms of produce. What is the gross agricultural output?
multiply
{ "a": 10, "b": 66 }
I had twenty-two dollars but I just spent 73 dollars on lunch. What is my remaining balance?
subtract
{ "a": 22, "b": 73 }
Hey, double check this calculation for me: thirty-six point nine one multiplied by fifty point four four.
multiply
{ "a": 36.91, "b": 50.44 }
Hey, double check this calculation for me: 92 multiplied by eighty-six.
multiply
{ "a": 92, "b": 86 }
Please compute the combined value of twenty-two point one one and thirty-five point three.
add
{ "a": 22.11, "b": 35.3 }
What is 32 divided by thirty-six?
divide
{ "a": 32, "b": 36 }
If I start with 41.07 and deduct 76.23, what's left?
subtract
{ "a": 41.07, "b": 76.23 }
What is the quotient when 98.78 is divided by 68.93?
divide
{ "a": 98.78, "b": 68.93 }
A dinner bill comes to 61 dollars and we want to split it evenly among 90 people. How much does each person owe?
divide
{ "a": 61, "b": 90 }
If a single ticket costs forty-seven dollars, how much would it cost to buy 5 tickets?
multiply
{ "a": 47, "b": 5 }
Can you tell me what remains when you subtract 24 from 16?
subtract
{ "a": 16, "b": 24 }
What is fourteen reduced by eighteen?
subtract
{ "a": 14, "b": 18 }
Hey assistant, I need to know the total of fifty-four and 85.
add
{ "a": 54, "b": 85 }
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 93.3 units and a transverse dimension of 20.54 units.
multiply
{ "a": 93.3, "b": 20.54 }
What is 8.45 plus eighty-eight point four three?
add
{ "a": 8.45, "b": 88.43 }
What is forty-nine point six two groups of fifty-six point eight seven?
multiply
{ "a": 49.62, "b": 56.87 }
What do you get when you combine 4.13 and fifty-one point four three?
add
{ "a": 4.13, "b": 51.43 }
If an initial budget allocation of sixty-nine point one six is drawn down by an expenditure of 66.73, what is the residual amount?
subtract
{ "a": 69.16, "b": 66.73 }
If a single ticket costs 17 dollars, how much would it cost to buy fifty-three tickets?
multiply
{ "a": 17, "b": 53 }
Could you please add 84 to fifty-one for me?
add
{ "a": 84, "b": 51 }
An algorithmic task requires processing thirteen point six one megabytes of raw data using twenty-six point zero six parallel computing threads. What is the data load handled by an individual thread?
divide
{ "a": 13.61, "b": 26.06 }
Calculate eight point four four - 98.34
subtract
{ "a": 8.44, "b": 98.34 }
How many times can the number 13 fit inside the number seventy-seven?
divide
{ "a": 77, "b": 13 }
Given an overarching budget of 75, what is the maximum funding available per phase if the project is strictly partitioned into forty-three equal phases?
divide
{ "a": 75, "b": 43 }
How many times can the number one hundred fit inside the number ninety-two?
divide
{ "a": 92, "b": 100 }
What is the quotient when forty-six point five six is divided by 18.82?
divide
{ "a": 46.56, "b": 18.82 }
What is forty-six point seven three minus eighty-three point three?
subtract
{ "a": 46.73, "b": 83.3 }
What is 79 reduced by twelve?
subtract
{ "a": 79, "b": 12 }
A centralized database handles eighty point seven one queries over a designated timeframe of fifty-four point three seven seconds. Determine the system's throughput in queries per second.
divide
{ "a": 80.71, "b": 54.37 }
Given a starting inventory of forty-seven units, what will be the final stock level following the dispatch of thirty-eight units to a distributor?
subtract
{ "a": 47, "b": 38 }
What is the quotient when ten point seven six is divided by 62.2?
divide
{ "a": 10.76, "b": 62.2 }
Could you please add 9 to forty-three for me?
add
{ "a": 9, "b": 43 }
Multiply fifty-seven by 3.
multiply
{ "a": 57, "b": 3 }
What is twenty-two point eight two groups of fifty-seven point seven three?
multiply
{ "a": 22.82, "b": 57.73 }
A construction project required 45.33 hours of labor in the first phase and an additional ninety-one point six nine hours in the finishing phase. What is the total labor investment?
add
{ "a": 45.33, "b": 91.69 }
If you work for 37 hours at an hourly rate of 51 dollars, what is your gross pay?
multiply
{ "a": 51, "b": 37 }
If the initial count of active users is fifty-five point eight five and we experience an influx of forty-one point four one new registrations, what is the updated user base size?
add
{ "a": 55.85, "b": 41.41 }
If an initial budget allocation of 53.74 is drawn down by an expenditure of fifty-eight point three, what is the residual amount?
subtract
{ "a": 53.74, "b": 58.3 }
If I start with forty-nine point eight four and deduct six point two eight, what's left?
subtract
{ "a": 49.84, "b": 6.28 }
Evaluate the quotient resulting from the equitable partition of the principal value 58 into exactly 4 fractional segments.
divide
{ "a": 58, "b": 4 }
During a scientific experiment, 23.17 milliliters of solution A were mixed with forty-three point two six milliliters of solution B. What is the total volume of the resulting mixture?
add
{ "a": 23.17, "b": 43.26 }
Product of 53.65 and 2.79
multiply
{ "a": 53.65, "b": 2.79 }
If a rocket's total fuel capacity is sixty-eight point four five gallons and it burns 8.76 gallons during liftoff, what is the precise volume of fuel remaining in the tanks?
subtract
{ "a": 68.45, "b": 8.76 }
Add 22.94 and twenty-three point five four.
add
{ "a": 22.94, "b": 23.54 }
Calculate nine + 79
add
{ "a": 9, "b": 79 }
Subtract 4.72 from twenty-four point one eight.
subtract
{ "a": 24.18, "b": 4.72 }
What is 43.3 plus 31.73?
add
{ "a": 43.3, "b": 31.73 }
A cryptographic function requires scaling a prime integer thirteen point five nine by a secondary key value of sixty-one point zero four. Evaluate this product.
multiply
{ "a": 13.59, "b": 61.04 }
A logistics company needs to transport thirty-seven point three four metric tons of freight. If each cargo container has a strict weight limit of forty-six tons, how many containers are required?
divide
{ "a": 37.34, "b": 46 }
Could you please add forty-four to 95 for me?
add
{ "a": 44, "b": 95 }
I have 77.99 dollars and my friend gives me another 27.73 dollars. How much do I have now?
add
{ "a": 77.99, "b": 27.73 }
Out of a total population of 78 items, eighty-five of them are defective. How many are non-defective?
subtract
{ "a": 78, "b": 85 }
A fleet consists of 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": 7, "b": 78 }
A store clerk sold fourteen point five one units in the morning and 43.34 units in the afternoon. What is the total sold?
add
{ "a": 14.51, "b": 43.34 }
If a total aggregate resource of seventy-eight point seven five must be distributed uniformly across 50.18 independent nodes, what is the precise allocation per node?
divide
{ "a": 78.75, "b": 50.18 }
Can you compute the product of 84.1 and ninety-seven point one two?
multiply
{ "a": 84.1, "b": 97.12 }