prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
I have sixty-two dollars and my friend gives me another sixty-nine dollars. How much do I have now? | add | {
"a": 62,
"b": 69
} |
Calculate twenty-three point one two - ninety-eight point nine one | subtract | {
"a": 23.12,
"b": 98.91
} |
If a car travels eighty-two miles in ninety hours, what was its average speed in miles per hour? | divide | {
"a": 82,
"b": 90
} |
If a rocket's total fuel capacity is 69 gallons and it burns forty-seven gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 69,
"b": 47
} |
Please scale fifty by a factor of sixty-two. | multiply | {
"a": 50,
"b": 62
} |
Ratio of twenty-one point seven two to 83.35 | divide | {
"a": 21.72,
"b": 83.35
} |
Determine the net difference in magnitude when the value 64 is systematically deducted from the primary value 8. | subtract | {
"a": 8,
"b": 64
} |
Given a starting inventory of forty-two units, what will be the final stock level following the dispatch of thirty-eight units to a distributor? | subtract | {
"a": 42,
"b": 38
} |
Please compute the division of ninety-two over 65. | divide | {
"a": 92,
"b": 65
} |
Given an overarching budget of 30, what is the maximum funding available per phase if the project is strictly partitioned into 83 equal phases? | divide | {
"a": 30,
"b": 83
} |
Given an overarching budget of 96, what is the maximum funding available per phase if the project is strictly partitioned into sixteen equal phases? | divide | {
"a": 96,
"b": 16
} |
Please calculate the decrement of seventy-two point eight seven by 58.76, yielding the final reduced metric. | subtract | {
"a": 72.87,
"b": 58.76
} |
If a concentrated chemical solution of eighty-six point five one molarity is diluted by a volume factor of thirty-five point two five, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 86.51,
"b": 35.25
} |
Please evaluate 88.19 decremented by eighty-four point eight nine. | subtract | {
"a": 88.19,
"b": 84.89
} |
Please evaluate twenty-five point zero nine decremented by 26.61. | subtract | {
"a": 25.09,
"b": 26.61
} |
If you were to take a baseline reading of seventeen point four two and factor out a confounding variable measured at 36.73, what is the adjusted baseline? | subtract | {
"a": 17.42,
"b": 36.73
} |
A dinner bill comes to twenty-two point five dollars and we want to split it evenly among four point one five people. How much does each person owe? | divide | {
"a": 22.5,
"b": 4.15
} |
Please compute the division of eighty-five over twenty-five. | divide | {
"a": 85,
"b": 25
} |
Calculate the per-capita distribution when a gross domestic product figure of one hundred is divided among a population demographic of 58. | divide | {
"a": 100,
"b": 58
} |
In a financial projection, our initial revenue of eighty-two point zero two thousand was supplemented by an additional 73.34 thousand. Calculate the projected total. | add | {
"a": 82.02,
"b": 73.34
} |
An investment portfolio initially valued at 21.66 experienced a market correction resulting in a loss of thirty-five point two nine. Compute the depreciated portfolio value. | subtract | {
"a": 21.66,
"b": 35.29
} |
An airplane was flying at an altitude of 52 meters and descended by fifty-six meters. What is its new altitude? | subtract | {
"a": 52,
"b": 56
} |
Hey, double check this calculation for me: twenty-seven multiplied by fifty-two. | multiply | {
"a": 27,
"b": 52
} |
A fleet consists of 43 delivery vehicles, and each vehicle is scheduled to cover fifty-two miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 43,
"b": 52
} |
If a car travels ten point nine one miles in 98.95 hours, what was its average speed in miles per hour? | divide | {
"a": 10.91,
"b": 98.95
} |
Given an overarching budget of 81, what is the maximum funding available per phase if the project is strictly partitioned into 44 equal phases? | divide | {
"a": 81,
"b": 44
} |
A water tank contains 25 liters. If we drain 44 liters, how much water is left? | subtract | {
"a": 25,
"b": 44
} |
A centralized database handles sixty-eight point seven five queries over a designated timeframe of ninety-six point five seconds. Determine the system's throughput in queries per second. | divide | {
"a": 68.75,
"b": 96.5
} |
Hey assistant, I need to know the total of twelve and fifty-three. | add | {
"a": 12,
"b": 53
} |
Can you split eighty-one point seven three evenly into five point two one groups? | divide | {
"a": 81.73,
"b": 5.21
} |
Please compute the division of 71.55 over 32.52. | divide | {
"a": 71.55,
"b": 32.52
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of ninety-one point seven eight units and a transverse dimension of two point eight eight units. | multiply | {
"a": 91.78,
"b": 2.88
} |
What is sixty-eight point eight nine reduced by 8.08? | subtract | {
"a": 68.89,
"b": 8.08
} |
I had 21 dollars but I just spent 41 dollars on lunch. What is my remaining balance? | subtract | {
"a": 21,
"b": 41
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 79 by the denominator 47. | divide | {
"a": 79,
"b": 47
} |
What is 10.65 minus 60.71? | subtract | {
"a": 10.65,
"b": 60.71
} |
Hey, double check this calculation for me: 78.51 multiplied by 22.36. | multiply | {
"a": 78.51,
"b": 22.36
} |
Calculate 71 * 7 | multiply | {
"a": 71,
"b": 7
} |
What is 9.19 plus forty-one point five? | add | {
"a": 9.19,
"b": 41.5
} |
If a software algorithm processes 5.89 data points in the first pass and an extra sixty-four point four seven data points in the second, what is the aggregate number of data points processed? | add | {
"a": 5.89,
"b": 64.47
} |
Hey, double check this calculation for me: twenty-five multiplied by 16. | multiply | {
"a": 25,
"b": 16
} |
A commercial farm has 37.92 rows of crops, and each row yields precisely eight point four six kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 37.92,
"b": 8.46
} |
Can you tell me what remains when you subtract 3.36 from twenty-four point one four? | subtract | {
"a": 24.14,
"b": 3.36
} |
A freight train carries eighty-one point two eight tons of cargo. If an additional load weighing fourteen point five eight tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 81.28,
"b": 14.58
} |
A logistics company needs to transport twenty-nine point zero eight metric tons of freight. If each cargo container has a strict weight limit of 44.83 tons, how many containers are required? | divide | {
"a": 29.08,
"b": 44.83
} |
During a chemical reaction, forty-two point six grams of a reactant are consumed from an initial mass of sixty-six point zero three grams. How much of the reactant is left unreacted? | subtract | {
"a": 66.03,
"b": 42.6
} |
Could you please add 53 to 33 for me? | add | {
"a": 53,
"b": 33
} |
What is sixty-five divided by twenty-three? | divide | {
"a": 65,
"b": 23
} |
Given a starting inventory of 65 units, what will be the final stock level following the dispatch of 52 units to a distributor? | subtract | {
"a": 65,
"b": 52
} |
If a software algorithm processes 49.65 data points in the first pass and an extra eighty-one point six data points in the second, what is the aggregate number of data points processed? | add | {
"a": 49.65,
"b": 81.6
} |
Please compute the division of 82.16 over 41.78. | divide | {
"a": 82.16,
"b": 41.78
} |
A logistics company needs to transport 38 metric tons of freight. If each cargo container has a strict weight limit of 5 tons, how many containers are required? | divide | {
"a": 38,
"b": 5
} |
42.12 take away 95.62 | subtract | {
"a": 42.12,
"b": 95.62
} |
Please scale one point five by a factor of fifty-three point eight nine. | multiply | {
"a": 1.5,
"b": 53.89
} |
Given an overarching budget of 56, what is the maximum funding available per phase if the project is strictly partitioned into 76 equal phases? | divide | {
"a": 56,
"b": 76
} |
If you were to take a baseline reading of 17.56 and factor out a confounding variable measured at 43.58, what is the adjusted baseline? | subtract | {
"a": 17.56,
"b": 43.58
} |
What is the quotient when 2.31 is divided by 43.29? | divide | {
"a": 2.31,
"b": 43.29
} |
During a scientific experiment, 64 milliliters of solution A were mixed with sixty-two milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 64,
"b": 62
} |
Product of ninety-eight and 2 | multiply | {
"a": 98,
"b": 2
} |
Please compute the scalar multiple obtained by amplifying the base value forty by a designated multiplier of thirty-nine. | multiply | {
"a": 40,
"b": 39
} |
An airplane was flying at an altitude of 9 meters and descended by thirty meters. What is its new altitude? | subtract | {
"a": 9,
"b": 30
} |
What is the quotient when 13 is divided by 40? | divide | {
"a": 13,
"b": 40
} |
If a total aggregate resource of 65 must be distributed uniformly across 31 independent nodes, what is the precise allocation per node? | divide | {
"a": 65,
"b": 31
} |
A fleet consists of fifty-four point three delivery vehicles, and each vehicle is scheduled to cover forty-four miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 54.3,
"b": 44
} |
Calculate forty + nine | add | {
"a": 40,
"b": 9
} |
If you were to take a baseline reading of 65.43 and factor out a confounding variable measured at ninety-five point three nine, what is the adjusted baseline? | subtract | {
"a": 65.43,
"b": 95.39
} |
A network's maximum bandwidth is 7 Mbps. If background processes consume 53 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 7,
"b": 53
} |
A dinner bill comes to eighty point four four dollars and we want to split it evenly among 2.32 people. How much does each person owe? | divide | {
"a": 80.44,
"b": 2.32
} |
You have a rope that is 23 meters long and you cut it into 15 equal pieces. How long is each piece? | divide | {
"a": 23,
"b": 15
} |
Given the quantities 81.97 and eighty-two point eight five, determine their combined magnitude when aggregated. | add | {
"a": 81.97,
"b": 82.85
} |
If a total aggregate resource of sixteen point six four must be distributed uniformly across 18.9 independent nodes, what is the precise allocation per node? | divide | {
"a": 16.64,
"b": 18.9
} |
I had forty-nine point two four dollars but I just spent fifty-eight point one five dollars on lunch. What is my remaining balance? | subtract | {
"a": 49.24,
"b": 58.15
} |
A centralized database handles eighty-seven queries over a designated timeframe of twenty-four seconds. Determine the system's throughput in queries per second. | divide | {
"a": 87,
"b": 24
} |
Please compute the overarching sum formed by integrating the values eleven point seven eight and 72.89 into a single metric. | add | {
"a": 11.78,
"b": 72.89
} |
If you were to take a baseline reading of 7.75 and factor out a confounding variable measured at 54.5, what is the adjusted baseline? | subtract | {
"a": 7.75,
"b": 54.5
} |
Please compute the overarching sum formed by integrating the values 87 and forty-one into a single metric. | add | {
"a": 87,
"b": 41
} |
Evaluate the quotient resulting from the equitable partition of the principal value seventy-five point seven two into exactly 7.01 fractional segments. | divide | {
"a": 75.72,
"b": 7.01
} |
Evaluate the quotient resulting from the equitable partition of the principal value 32 into exactly one fractional segments. | divide | {
"a": 32,
"b": 1
} |
Please evaluate 43.82 decremented by 97.97. | subtract | {
"a": 43.82,
"b": 97.97
} |
I have ninety-nine point seven six dollars and my friend gives me another eighty-one point three seven dollars. How much do I have now? | add | {
"a": 99.76,
"b": 81.37
} |
What do you get if you multiply 40.59 with 8.68? | multiply | {
"a": 40.59,
"b": 8.68
} |
Find the difference between 84 and 78 | subtract | {
"a": 84,
"b": 78
} |
Multiply sixty-four point three six by 8.25. | multiply | {
"a": 64.36,
"b": 8.25
} |
A construction project required 39 hours of labor in the first phase and an additional 36 hours in the finishing phase. What is the total labor investment? | add | {
"a": 39,
"b": 36
} |
What is 81.4 times 21.9? | multiply | {
"a": 81.4,
"b": 21.9
} |
What is forty-five point eight six minus 99.76? | subtract | {
"a": 45.86,
"b": 99.76
} |
Please compute the combined value of seventy and 1. | add | {
"a": 70,
"b": 1
} |
Calculate 18.47 * 94.66 | multiply | {
"a": 18.47,
"b": 94.66
} |
How many times can the number 34.79 fit inside the number 66.81? | divide | {
"a": 66.81,
"b": 34.79
} |
Calculate 85 - 100 | subtract | {
"a": 85,
"b": 100
} |
Please compute the overarching sum formed by integrating the values 58.16 and three point five five into a single metric. | add | {
"a": 58.16,
"b": 3.55
} |
Sum of twenty-four and seventy-three | add | {
"a": 24,
"b": 73
} |
Please calculate the decrement of 68 by 30, yielding the final reduced metric. | subtract | {
"a": 68,
"b": 30
} |
Given a starting inventory of 95.2 units, what will be the final stock level following the dispatch of 69.25 units to a distributor? | subtract | {
"a": 95.2,
"b": 69.25
} |
A network's maximum bandwidth is seventy-seven Mbps. If background processes consume 13 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 77,
"b": 13
} |
What is 28.93 plus eighty-five point eight four? | add | {
"a": 28.93,
"b": 85.84
} |
Sum of 42.12 and eighty-six point six five | add | {
"a": 42.12,
"b": 86.65
} |
Please calculate the decrement of 61 by 68, yielding the final reduced metric. | subtract | {
"a": 61,
"b": 68
} |
If I distribute twenty-eight point nine one among 11.54 entities, what does each one receive? | divide | {
"a": 28.91,
"b": 11.54
} |
A fleet consists of thirteen point two delivery vehicles, and each vehicle is scheduled to cover 39.97 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 13.2,
"b": 39.97
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.