prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
An airplane was flying at an altitude of eight meters and descended by fifty-five meters. What is its new altitude? | subtract | {
"a": 8,
"b": 55
} |
Could you please add forty-two to seventy-two for me? | add | {
"a": 42,
"b": 72
} |
If you work for five hours at an hourly rate of 65 dollars, what is your gross pay? | multiply | {
"a": 65,
"b": 5
} |
How much is 96.72 increased by 65.72? | add | {
"a": 96.72,
"b": 65.72
} |
If an initial budget allocation of sixteen is drawn down by an expenditure of 96, what is the residual amount? | subtract | {
"a": 16,
"b": 96
} |
Evaluate the mathematical expression resulting from the addition operation between the terms fifty and 82. | add | {
"a": 50,
"b": 82
} |
Can you split 71.74 evenly into 98.0 groups? | divide | {
"a": 71.74,
"b": 98
} |
A manufacturing plant produced 75.06 components, but quality control rejected thirty-four point three five of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 75.06,
"b": 34.35
} |
If you work for thirty-four hours at an hourly rate of 18 dollars, what is your gross pay? | multiply | {
"a": 18,
"b": 34
} |
Go ahead and divide eighty-three point three one into fifty-one point nine five parts | divide | {
"a": 83.31,
"b": 51.95
} |
Ratio of nine to eighty-nine | divide | {
"a": 9,
"b": 89
} |
During a scientific experiment, seventy milliliters of solution A were mixed with 20 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 70,
"b": 20
} |
Sum of ninety-three point zero five and seventy-nine point two nine | add | {
"a": 93.05,
"b": 79.29
} |
Ratio of seventy-six to sixty-three | divide | {
"a": 76,
"b": 63
} |
Find the difference between five and 46 | subtract | {
"a": 5,
"b": 46
} |
Please compute the overarching sum formed by integrating the values 4.3 and 58.11 into a single metric. | add | {
"a": 4.3,
"b": 58.11
} |
Determine the net difference in magnitude when the value 93 is systematically deducted from the primary value 64. | subtract | {
"a": 64,
"b": 93
} |
Please scale twenty-three by a factor of seventeen. | multiply | {
"a": 23,
"b": 17
} |
In a financial projection, our initial revenue of forty-five thousand was supplemented by an additional twenty-nine thousand. Calculate the projected total. | add | {
"a": 45,
"b": 29
} |
If a single ticket costs eighty-three point six three dollars, how much would it cost to buy 59.91 tickets? | multiply | {
"a": 83.63,
"b": 59.91
} |
Multiply thirty-five by thirty. | multiply | {
"a": 35,
"b": 30
} |
In a machine learning model, a weight of sixty-three point two two is applied to an input feature of magnitude ninety-four point seven four. What is the resulting weighted activation? | multiply | {
"a": 63.22,
"b": 94.74
} |
What do you get if you multiply 6.75 with thirty-two point two? | multiply | {
"a": 6.75,
"b": 32.2
} |
Please scale 25.9 by a factor of sixty-two point nine six. | multiply | {
"a": 25.9,
"b": 62.96
} |
A water tank contains 74.6 liters. If we drain thirty-four point two three liters, how much water is left? | subtract | {
"a": 74.6,
"b": 34.23
} |
Evaluate the quotient resulting from the equitable partition of the principal value eighty-two into exactly 73 fractional segments. | divide | {
"a": 82,
"b": 73
} |
In a machine learning model, a weight of 45.5 is applied to an input feature of magnitude twelve point zero three. What is the resulting weighted activation? | multiply | {
"a": 45.5,
"b": 12.03
} |
What is ninety-seven plus 53? | add | {
"a": 97,
"b": 53
} |
Product of 84.19 and ten point zero seven | multiply | {
"a": 84.19,
"b": 10.07
} |
Subtract sixty-seven point five one from twenty-eight point eight two. | subtract | {
"a": 28.82,
"b": 67.51
} |
Subtract eighty-five from eighty-five. | subtract | {
"a": 85,
"b": 85
} |
A rectangle has a length of 87 cm and a width of seventy-five cm. Find its area. | multiply | {
"a": 87,
"b": 75
} |
Calculate 58 - thirty-four | subtract | {
"a": 58,
"b": 34
} |
During a chemical reaction, 30 grams of a reactant are consumed from an initial mass of thirty-four grams. How much of the reactant is left unreacted? | subtract | {
"a": 34,
"b": 30
} |
How much is 43.09 increased by forty-one point seven eight? | add | {
"a": 43.09,
"b": 41.78
} |
Evaluate the quotient resulting from the equitable partition of the principal value eighteen into exactly 69 fractional segments. | divide | {
"a": 18,
"b": 69
} |
If I distribute sixty-five point eight three among 23.3 entities, what does each one receive? | divide | {
"a": 65.83,
"b": 23.3
} |
Calculate the per-capita distribution when a gross domestic product figure of fifty-two is divided among a population demographic of 10. | divide | {
"a": 52,
"b": 10
} |
An airplane was flying at an altitude of seventy-nine meters and descended by eighty meters. What is its new altitude? | subtract | {
"a": 79,
"b": 80
} |
How many times can the number 72 fit inside the number sixteen? | divide | {
"a": 16,
"b": 72
} |
Calculate ninety-three point four four + 36.59 | add | {
"a": 93.44,
"b": 36.59
} |
Calculate ten point four seven + ninety-seven point one six | add | {
"a": 10.47,
"b": 97.16
} |
Can you split 29 evenly into 13 groups? | divide | {
"a": 29,
"b": 13
} |
Go ahead and divide 36.09 into fifty-four point nine one parts | divide | {
"a": 36.09,
"b": 54.91
} |
Calculate 58.69 / thirty-five point nine nine | divide | {
"a": 58.69,
"b": 35.99
} |
Assuming an organizational structure with 22.03 distinct departments, where each department employs 50.54 specialized contractors, determine the total contractor headcount. | multiply | {
"a": 22.03,
"b": 50.54
} |
Could you please add thirty point two three to sixty-nine point five nine for me? | add | {
"a": 30.23,
"b": 69.59
} |
A construction project required 80.59 hours of labor in the first phase and an additional 90.84 hours in the finishing phase. What is the total labor investment? | add | {
"a": 80.59,
"b": 90.84
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator nineteen by the denominator 62. | divide | {
"a": 19,
"b": 62
} |
A water tank contains eighteen liters. If we drain 30 liters, how much water is left? | subtract | {
"a": 18,
"b": 30
} |
A network's maximum bandwidth is ninety-six point eight two Mbps. If background processes consume 38.71 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 96.82,
"b": 38.71
} |
A logistics company needs to transport 91 metric tons of freight. If each cargo container has a strict weight limit of twenty-eight tons, how many containers are required? | divide | {
"a": 91,
"b": 28
} |
What do you get when you combine 10.62 and 47.89? | add | {
"a": 10.62,
"b": 47.89
} |
Can you tell me what remains when you subtract thirty-two from 98? | subtract | {
"a": 98,
"b": 32
} |
Go ahead and divide 56 into 41 parts | divide | {
"a": 56,
"b": 41
} |
If an initial budget allocation of 55.28 is drawn down by an expenditure of 97.42, what is the residual amount? | subtract | {
"a": 55.28,
"b": 97.42
} |
Subtract forty-four from sixty-seven. | subtract | {
"a": 67,
"b": 44
} |
Product of nineteen and 76 | multiply | {
"a": 19,
"b": 76
} |
A logistics company needs to transport fifty-four point three five metric tons of freight. If each cargo container has a strict weight limit of 77.33 tons, how many containers are required? | divide | {
"a": 54.35,
"b": 77.33
} |
Evaluate the quotient resulting from the equitable partition of the principal value 58 into exactly 90 fractional segments. | divide | {
"a": 58,
"b": 90
} |
I have ninety dollars and my friend gives me another thirty dollars. How much do I have now? | add | {
"a": 90,
"b": 30
} |
48.14 take away forty-five point six three | subtract | {
"a": 48.14,
"b": 45.63
} |
An algorithmic task requires processing eighty-six point five three megabytes of raw data using seventy-eight point two parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 86.53,
"b": 78.2
} |
Calculate forty-six * twenty-six | multiply | {
"a": 46,
"b": 26
} |
Ratio of 3 to 45 | divide | {
"a": 3,
"b": 45
} |
Calculate 1 * sixty-three | multiply | {
"a": 1,
"b": 63
} |
Calculate the per-capita distribution when a gross domestic product figure of fifty-nine point four six is divided among a population demographic of 55.49. | divide | {
"a": 59.46,
"b": 55.49
} |
I have 72 dollars and my friend gives me another forty-one dollars. How much do I have now? | add | {
"a": 72,
"b": 41
} |
If the initial count of active users is forty-seven point eight seven and we experience an influx of twenty-five point five eight new registrations, what is the updated user base size? | add | {
"a": 47.87,
"b": 25.58
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 7.01 units and a transverse dimension of 3.01 units. | multiply | {
"a": 7.01,
"b": 3.01
} |
How many times can the number 57 fit inside the number thirty-seven? | divide | {
"a": 37,
"b": 57
} |
Out of a total population of eighteen items, sixty of them are defective. How many are non-defective? | subtract | {
"a": 18,
"b": 60
} |
What is eighty-nine point zero three plus thirty-three point seven two? | add | {
"a": 89.03,
"b": 33.72
} |
one hundred take away sixty-four | subtract | {
"a": 100,
"b": 64
} |
If an event has a probability factor of seventy-eight point zero nine and occurs across eighty-five point seven three independent trials, what is the expected frequency metric? | multiply | {
"a": 78.09,
"b": 85.73
} |
Calculate the per-capita distribution when a gross domestic product figure of forty-two point four one is divided among a population demographic of twenty-two point zero five. | divide | {
"a": 42.41,
"b": 22.05
} |
Please compute the scalar multiple obtained by amplifying the base value one by a designated multiplier of thirty-four. | multiply | {
"a": 1,
"b": 34
} |
A logistics company needs to transport 82 metric tons of freight. If each cargo container has a strict weight limit of 13 tons, how many containers are required? | divide | {
"a": 82,
"b": 13
} |
What is 2 plus forty-four? | add | {
"a": 2,
"b": 44
} |
A cryptographic function requires scaling a prime integer 32 by a secondary key value of forty-one. Evaluate this product. | multiply | {
"a": 32,
"b": 41
} |
I had 77.82 dollars but I just spent forty-nine point two dollars on lunch. What is my remaining balance? | subtract | {
"a": 77.82,
"b": 49.2
} |
A store clerk sold 8 units in the morning and ninety-six units in the afternoon. What is the total sold? | add | {
"a": 8,
"b": 96
} |
Please compute the scalar multiple obtained by amplifying the base value 89 by a designated multiplier of sixteen. | multiply | {
"a": 89,
"b": 16
} |
What is one point nine four plus twenty-three point seven six? | add | {
"a": 1.94,
"b": 23.76
} |
A commercial farm has 10.58 rows of crops, and each row yields precisely fifty-seven point nine two kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 10.58,
"b": 57.92
} |
Assuming a baseline value of 38, what would the final figure be if we append a value of fifty-six to it? | add | {
"a": 38,
"b": 56
} |
Calculate the per-capita distribution when a gross domestic product figure of 22 is divided among a population demographic of 42. | divide | {
"a": 22,
"b": 42
} |
If a car travels sixty-four miles in 72 hours, what was its average speed in miles per hour? | divide | {
"a": 64,
"b": 72
} |
Calculate the compound total if a recurring metric of sixteen is iterated exactly 44 times. | multiply | {
"a": 16,
"b": 44
} |
Calculate 80.6 - sixty-five point one | subtract | {
"a": 80.6,
"b": 65.1
} |
Determine the net difference in magnitude when the value 51.36 is systematically deducted from the primary value 26.94. | subtract | {
"a": 26.94,
"b": 51.36
} |
A store clerk sold 32 units in the morning and 54 units in the afternoon. What is the total sold? | add | {
"a": 32,
"b": 54
} |
What is 73 groups of one? | multiply | {
"a": 73,
"b": 1
} |
Please compute the combined value of 13 and 9. | add | {
"a": 13,
"b": 9
} |
A network's maximum bandwidth is 62 Mbps. If background processes consume 21 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 62,
"b": 21
} |
What do you get if you multiply 64.68 with 5.33? | multiply | {
"a": 64.68,
"b": 5.33
} |
If a data center operates two server racks, with each rack drawing exactly 45 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 2,
"b": 45
} |
What do you get if you multiply 89 with 41? | multiply | {
"a": 89,
"b": 41
} |
If an event has a probability factor of 64 and occurs across 76 independent trials, what is the expected frequency metric? | multiply | {
"a": 64,
"b": 76
} |
Please evaluate 56 decremented by 6. | subtract | {
"a": 56,
"b": 6
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.