prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
Product of 69 and ninety-two | multiply | {
"a": 69,
"b": 92
} |
Calculate one hundred / fifty-nine | divide | {
"a": 100,
"b": 59
} |
Find the difference between eight and seventy | subtract | {
"a": 8,
"b": 70
} |
Calculate the compound total if a recurring metric of fifty-five is iterated exactly eighty-eight times. | multiply | {
"a": 55,
"b": 88
} |
Subtract 56 from 91. | subtract | {
"a": 91,
"b": 56
} |
If an initial budget allocation of 15.61 is drawn down by an expenditure of 54.09, what is the residual amount? | subtract | {
"a": 15.61,
"b": 54.09
} |
Please compute the division of 12 over 95. | divide | {
"a": 12,
"b": 95
} |
During a scientific experiment, 51.12 milliliters of solution A were mixed with ninety point two seven milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 51.12,
"b": 90.27
} |
How many times can the number 71 fit inside the number ninety-two? | divide | {
"a": 92,
"b": 71
} |
During a chemical reaction, 44.77 grams of a reactant are consumed from an initial mass of eighty-six point three nine grams. How much of the reactant is left unreacted? | subtract | {
"a": 86.39,
"b": 44.77
} |
What do you get if you multiply twenty point four one with 7.16? | multiply | {
"a": 20.41,
"b": 7.16
} |
A store clerk sold 32 units in the morning and 49 units in the afternoon. What is the total sold? | add | {
"a": 32,
"b": 49
} |
Please calculate the decrement of 27 by thirty-six, yielding the final reduced metric. | subtract | {
"a": 27,
"b": 36
} |
Out of a total population of ninety-eight point eight four items, ninety-six point six of them are defective. How many are non-defective? | subtract | {
"a": 98.84,
"b": 96.6
} |
twenty-six take away 64 | subtract | {
"a": 26,
"b": 64
} |
An airplane was flying at an altitude of forty-five point two four meters and descended by 22.96 meters. What is its new altitude? | subtract | {
"a": 45.24,
"b": 22.96
} |
If box A weighs six kg and box B weighs fifteen kg, what is their total weight combined? | add | {
"a": 6,
"b": 15
} |
two take away seventy-eight | subtract | {
"a": 2,
"b": 78
} |
Can you tell me what remains when you subtract 22 from 92? | subtract | {
"a": 92,
"b": 22
} |
Please compute the scalar multiple obtained by amplifying the base value twenty-one by a designated multiplier of 52. | multiply | {
"a": 21,
"b": 52
} |
Can you split fifty evenly into 92 groups? | divide | {
"a": 50,
"b": 92
} |
How many times can the number 16 fit inside the number 100? | divide | {
"a": 100,
"b": 16
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 30 units and a transverse dimension of 84 units. | multiply | {
"a": 30,
"b": 84
} |
If an event has a probability factor of twenty-four and occurs across 89 independent trials, what is the expected frequency metric? | multiply | {
"a": 24,
"b": 89
} |
During a scientific experiment, twenty-four milliliters of solution A were mixed with 84 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 24,
"b": 84
} |
Given the quantities sixteen point six one and forty-one point one six, determine their combined magnitude when aggregated. | add | {
"a": 16.61,
"b": 41.16
} |
Hey, double check this calculation for me: 77.37 multiplied by eighteen. | multiply | {
"a": 77.37,
"b": 18
} |
If a rocket's total fuel capacity is 56 gallons and it burns 15 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 56,
"b": 15
} |
An algorithmic task requires processing 38 megabytes of raw data using 35 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 38,
"b": 35
} |
How many times can the number 38 fit inside the number 26? | divide | {
"a": 26,
"b": 38
} |
Please calculate the decrement of 58 by 81, yielding the final reduced metric. | subtract | {
"a": 58,
"b": 81
} |
Ratio of sixty point two four to ninety-five point eight five | divide | {
"a": 60.24,
"b": 95.85
} |
Product of fifty-seven point five four and 29.14 | multiply | {
"a": 57.54,
"b": 29.14
} |
Hey, double check this calculation for me: 24.78 multiplied by 56.53. | multiply | {
"a": 24.78,
"b": 56.53
} |
Evaluate the quotient resulting from the equitable partition of the principal value 17.9 into exactly seventy-nine point six three fractional segments. | divide | {
"a": 17.9,
"b": 79.63
} |
Ratio of 43.11 to fifteen point four nine | divide | {
"a": 43.11,
"b": 15.49
} |
A rectangle has a length of twenty-eight point five nine cm and a width of ninety-one point zero six cm. Find its area. | multiply | {
"a": 28.59,
"b": 91.06
} |
If a concentrated chemical solution of 22 molarity is diluted by a volume factor of 22, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 22,
"b": 22
} |
27 take away fifty-two | subtract | {
"a": 27,
"b": 52
} |
Given the quantities nine point eight five and one point two one, determine their combined magnitude when aggregated. | add | {
"a": 9.85,
"b": 1.21
} |
If a concentrated chemical solution of 83.94 molarity is diluted by a volume factor of 12.81, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 83.94,
"b": 12.81
} |
Out of a total population of 59 items, fifty of them are defective. How many are non-defective? | subtract | {
"a": 59,
"b": 50
} |
In a financial projection, our initial revenue of thirty-three thousand was supplemented by an additional 40 thousand. Calculate the projected total. | add | {
"a": 33,
"b": 40
} |
Assuming an organizational structure with forty-five distinct departments, where each department employs fifty-six specialized contractors, determine the total contractor headcount. | multiply | {
"a": 45,
"b": 56
} |
What is 39.93 reduced by forty-six point six five? | subtract | {
"a": 39.93,
"b": 46.65
} |
In a financial projection, our initial revenue of 78.65 thousand was supplemented by an additional 64.9 thousand. Calculate the projected total. | add | {
"a": 78.65,
"b": 64.9
} |
I have 79.82 dollars and my friend gives me another 55.58 dollars. How much do I have now? | add | {
"a": 79.82,
"b": 55.58
} |
If a rocket's total fuel capacity is 1.83 gallons and it burns 53.97 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 1.83,
"b": 53.97
} |
Please scale 86.19 by a factor of forty-nine point one. | multiply | {
"a": 86.19,
"b": 49.1
} |
If you work for 30.59 hours at an hourly rate of seventy-eight point two three dollars, what is your gross pay? | multiply | {
"a": 78.23,
"b": 30.59
} |
A manufacturing plant produced 10 components, but quality control rejected 45 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 10,
"b": 45
} |
Please evaluate 3.67 decremented by 96.87. | subtract | {
"a": 3.67,
"b": 96.87
} |
Ratio of 94.31 to seventy-six point five six | divide | {
"a": 94.31,
"b": 76.56
} |
How much is 61 increased by 8? | add | {
"a": 61,
"b": 8
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 23.21 by the denominator sixty-seven point one two. | divide | {
"a": 23.21,
"b": 67.12
} |
Please compute the scalar multiple obtained by amplifying the base value forty-eight point four five by a designated multiplier of forty-six point four nine. | multiply | {
"a": 48.45,
"b": 46.49
} |
Please compute the scalar multiple obtained by amplifying the base value 65 by a designated multiplier of 78. | multiply | {
"a": 65,
"b": 78
} |
What do you get if you multiply 42 with seventy-two? | multiply | {
"a": 42,
"b": 72
} |
In a financial projection, our initial revenue of forty-eight thousand was supplemented by an additional thirteen thousand. Calculate the projected total. | add | {
"a": 48,
"b": 13
} |
If a data center operates sixteen server racks, with each rack drawing exactly 92 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 16,
"b": 92
} |
A water tank contains 45 liters. If we drain 85 liters, how much water is left? | subtract | {
"a": 45,
"b": 85
} |
Calculate the per-capita distribution when a gross domestic product figure of twenty point two two is divided among a population demographic of 72.33. | divide | {
"a": 20.22,
"b": 72.33
} |
A construction project required ninety-nine point four six hours of labor in the first phase and an additional fifty-one point three eight hours in the finishing phase. What is the total labor investment? | add | {
"a": 99.46,
"b": 51.38
} |
Hey assistant, I need to know the total of fifty-eight point zero four and sixty-three point five eight. | add | {
"a": 58.04,
"b": 63.58
} |
If a rocket's total fuel capacity is 18 gallons and it burns twenty-five gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 18,
"b": 25
} |
Divide four point four three by 61.27. | divide | {
"a": 4.43,
"b": 61.27
} |
If a data center operates seventy-nine server racks, with each rack drawing exactly eighty-eight kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 79,
"b": 88
} |
Please compute the scalar multiple obtained by amplifying the base value 16 by a designated multiplier of 87. | multiply | {
"a": 16,
"b": 87
} |
What is the quotient when 39.02 is divided by 20.72? | divide | {
"a": 39.02,
"b": 20.72
} |
If the initial count of active users is 66.24 and we experience an influx of 27.53 new registrations, what is the updated user base size? | add | {
"a": 66.24,
"b": 27.53
} |
Ratio of seventy-three to 54 | divide | {
"a": 73,
"b": 54
} |
Could you please add 84 to 47 for me? | add | {
"a": 84,
"b": 47
} |
Calculate forty-three point seven six * seventeen point six two | multiply | {
"a": 43.76,
"b": 17.62
} |
A cryptographic function requires scaling a prime integer thirteen point four seven by a secondary key value of twenty-eight point zero one. Evaluate this product. | multiply | {
"a": 13.47,
"b": 28.01
} |
If an event has a probability factor of eighteen and occurs across 28 independent trials, what is the expected frequency metric? | multiply | {
"a": 18,
"b": 28
} |
An airplane was flying at an altitude of seventy point three three meters and descended by fifty-five point eight eight meters. What is its new altitude? | subtract | {
"a": 70.33,
"b": 55.88
} |
If the initial count of active users is nine point six two and we experience an influx of eighty-one point eight new registrations, what is the updated user base size? | add | {
"a": 9.62,
"b": 81.8
} |
A rectangle has a length of sixty-one point six five cm and a width of 68.97 cm. Find its area. | multiply | {
"a": 61.65,
"b": 68.97
} |
A centralized database handles 39 queries over a designated timeframe of 28 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 39,
"b": 28
} |
During a scientific experiment, seventy-four milliliters of solution A were mixed with eighty-four milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 74,
"b": 84
} |
Given the quantities sixty-three and 57, determine their combined magnitude when aggregated. | add | {
"a": 63,
"b": 57
} |
I had 18 dollars but I just spent thirteen dollars on lunch. What is my remaining balance? | subtract | {
"a": 18,
"b": 13
} |
If the initial count of active users is 95.77 and we experience an influx of 73.61 new registrations, what is the updated user base size? | add | {
"a": 95.77,
"b": 73.61
} |
If I distribute 1 among 57 entities, what does each one receive? | divide | {
"a": 1,
"b": 57
} |
What is 56 minus 63? | subtract | {
"a": 56,
"b": 63
} |
Out of a total population of 68.65 items, 3.11 of them are defective. How many are non-defective? | subtract | {
"a": 68.65,
"b": 3.11
} |
Sum of 43 and 48 | add | {
"a": 43,
"b": 48
} |
A store clerk sold 77.49 units in the morning and 36.7 units in the afternoon. What is the total sold? | add | {
"a": 77.49,
"b": 36.7
} |
A centralized database handles thirty-three queries over a designated timeframe of 92 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 33,
"b": 92
} |
If I distribute seventy-eight point four three among twenty-nine point five four entities, what does each one receive? | divide | {
"a": 78.43,
"b": 29.54
} |
A store clerk sold 46 units in the morning and 79 units in the afternoon. What is the total sold? | add | {
"a": 46,
"b": 79
} |
I have 25.9 dollars and my friend gives me another 60.53 dollars. How much do I have now? | add | {
"a": 25.9,
"b": 60.53
} |
Determine the net difference in magnitude when the value 81.77 is systematically deducted from the primary value sixty-four point one seven. | subtract | {
"a": 64.17,
"b": 81.77
} |
Find the difference between sixty-five and 22 | subtract | {
"a": 65,
"b": 22
} |
A manufacturing plant produced 75 components, but quality control rejected 7 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 75,
"b": 7
} |
Calculate 5.42 - 64.65 | subtract | {
"a": 5.42,
"b": 64.65
} |
A construction project required seven hours of labor in the first phase and an additional fifty-six hours in the finishing phase. What is the total labor investment? | add | {
"a": 7,
"b": 56
} |
A cryptographic function requires scaling a prime integer 26 by a secondary key value of 97. Evaluate this product. | multiply | {
"a": 26,
"b": 97
} |
If the initial count of active users is 24 and we experience an influx of seventy new registrations, what is the updated user base size? | add | {
"a": 24,
"b": 70
} |
If a car travels forty-seven miles in sixteen hours, what was its average speed in miles per hour? | divide | {
"a": 47,
"b": 16
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.