prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
Divide 18 by two. | divide | {
"a": 18,
"b": 2
} |
What is thirty-eight point two six minus 22.67? | subtract | {
"a": 38.26,
"b": 22.67
} |
A rectangle has a length of seventy-seven point three one cm and a width of 16.73 cm. Find its area. | multiply | {
"a": 77.31,
"b": 16.73
} |
In a financial projection, our initial revenue of 98.12 thousand was supplemented by an additional nineteen point nine five thousand. Calculate the projected total. | add | {
"a": 98.12,
"b": 19.95
} |
Calculate the compound total if a recurring metric of twenty-one is iterated exactly 56 times. | multiply | {
"a": 21,
"b": 56
} |
Evaluate the mathematical expression resulting from the addition operation between the terms six and 60. | add | {
"a": 6,
"b": 60
} |
An airplane was flying at an altitude of ninety-four meters and descended by twenty-nine meters. What is its new altitude? | subtract | {
"a": 94,
"b": 29
} |
Calculate 72 * eleven | multiply | {
"a": 72,
"b": 11
} |
What is the quotient when sixty-nine point three eight is divided by 37.43? | divide | {
"a": 69.38,
"b": 37.43
} |
A cryptographic function requires scaling a prime integer 74.44 by a secondary key value of 4.83. Evaluate this product. | multiply | {
"a": 74.44,
"b": 4.83
} |
If a car travels forty-one miles in 99 hours, what was its average speed in miles per hour? | divide | {
"a": 41,
"b": 99
} |
In a financial projection, our initial revenue of twenty thousand was supplemented by an additional 59 thousand. Calculate the projected total. | add | {
"a": 20,
"b": 59
} |
A freight train carries 12 tons of cargo. If an additional load weighing 8 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 12,
"b": 8
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of nineteen point seven one units and a transverse dimension of ninety-seven point zero four units. | multiply | {
"a": 19.71,
"b": 97.04
} |
What do you get if you multiply twenty-nine with 38.5? | multiply | {
"a": 29,
"b": 38.5
} |
Please compute the scalar multiple obtained by amplifying the base value seven point nine three by a designated multiplier of seventy-seven point nine five. | multiply | {
"a": 7.93,
"b": 77.95
} |
Please compute the division of 24 over fifty-one. | divide | {
"a": 24,
"b": 51
} |
An airplane was flying at an altitude of 60 meters and descended by 30 meters. What is its new altitude? | subtract | {
"a": 60,
"b": 30
} |
If you work for 63 hours at an hourly rate of sixty-five dollars, what is your gross pay? | multiply | {
"a": 65,
"b": 63
} |
A rectangle has a length of 43.55 cm and a width of six point zero one cm. Find its area. | multiply | {
"a": 43.55,
"b": 6.01
} |
A network's maximum bandwidth is 83 Mbps. If background processes consume 37 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 83,
"b": 37
} |
An algorithmic task requires processing 21.22 megabytes of raw data using 51.86 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 21.22,
"b": 51.86
} |
If a total aggregate resource of 59.42 must be distributed uniformly across forty-one point four one independent nodes, what is the precise allocation per node? | divide | {
"a": 59.42,
"b": 41.41
} |
If a car travels 86 miles in 5 hours, what was its average speed in miles per hour? | divide | {
"a": 86,
"b": 5
} |
A manufacturing plant produced one point six six components, but quality control rejected thirty-five point zero two of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 1.66,
"b": 35.02
} |
If I start with sixty-five and deduct eighty-four, what's left? | subtract | {
"a": 65,
"b": 84
} |
Please compute the scalar multiple obtained by amplifying the base value eighty-one by a designated multiplier of 9. | multiply | {
"a": 81,
"b": 9
} |
If a single ticket costs 97 dollars, how much would it cost to buy 52 tickets? | multiply | {
"a": 97,
"b": 52
} |
Calculate the compound total if a recurring metric of fifty-two point five five is iterated exactly 10.31 times. | multiply | {
"a": 52.55,
"b": 10.31
} |
A fleet consists of seventy-five delivery vehicles, and each vehicle is scheduled to cover fifty-one miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 75,
"b": 51
} |
What is the quotient when 74.13 is divided by 39.25? | divide | {
"a": 74.13,
"b": 39.25
} |
A cryptographic function requires scaling a prime integer 69.65 by a secondary key value of 14.41. Evaluate this product. | multiply | {
"a": 69.65,
"b": 14.41
} |
Assuming a baseline value of 87, what would the final figure be if we append a value of 84 to it? | add | {
"a": 87,
"b": 84
} |
A freight train carries eighty-two tons of cargo. If an additional load weighing 50 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 82,
"b": 50
} |
A commercial farm has 96.79 rows of crops, and each row yields precisely eighty point nine five kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 96.79,
"b": 80.95
} |
Determine the net difference in magnitude when the value eighty-two is systematically deducted from the primary value 54. | subtract | {
"a": 54,
"b": 82
} |
If you work for 46.98 hours at an hourly rate of 57.96 dollars, what is your gross pay? | multiply | {
"a": 57.96,
"b": 46.98
} |
Divide sixty-seven point four one by thirteen point one three. | divide | {
"a": 67.41,
"b": 13.13
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 97.74 units and a transverse dimension of 54.24 units. | multiply | {
"a": 97.74,
"b": 54.24
} |
If you work for 17.01 hours at an hourly rate of 82.72 dollars, what is your gross pay? | multiply | {
"a": 82.72,
"b": 17.01
} |
An factory produces 54 items per hour. How many items does it make in 23 hours? | multiply | {
"a": 54,
"b": 23
} |
Calculate the per-capita distribution when a gross domestic product figure of seventy-nine point six four is divided among a population demographic of 48.86. | divide | {
"a": 79.64,
"b": 48.86
} |
Divide 79 by 26. | divide | {
"a": 79,
"b": 26
} |
A cryptographic function requires scaling a prime integer seventy-three point four eight by a secondary key value of 46.77. Evaluate this product. | multiply | {
"a": 73.48,
"b": 46.77
} |
A centralized database handles sixty-two queries over a designated timeframe of 52 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 62,
"b": 52
} |
During a chemical reaction, twenty-four point nine five grams of a reactant are consumed from an initial mass of 31.86 grams. How much of the reactant is left unreacted? | subtract | {
"a": 31.86,
"b": 24.95
} |
Please compute the overarching sum formed by integrating the values 28.12 and eighty-seven point one three into a single metric. | add | {
"a": 28.12,
"b": 87.13
} |
Can you tell me what remains when you subtract 61 from sixty-four? | subtract | {
"a": 64,
"b": 61
} |
A freight train carries twenty-five tons of cargo. If an additional load weighing 61 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 25,
"b": 61
} |
The temperature was 27.95 degrees and it rose by 77.31 degrees. What is the current temperature? | add | {
"a": 27.95,
"b": 77.31
} |
What is 16.65 groups of 74.42? | multiply | {
"a": 16.65,
"b": 74.42
} |
An airplane was flying at an altitude of ninety-six point nine three meters and descended by 27.48 meters. What is its new altitude? | subtract | {
"a": 96.93,
"b": 27.48
} |
What is 21.57 plus 51.17? | add | {
"a": 21.57,
"b": 51.17
} |
A manufacturing plant produced 93 components, but quality control rejected 8 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 93,
"b": 8
} |
Please compute the overarching sum formed by integrating the values 42 and 1 into a single metric. | add | {
"a": 42,
"b": 1
} |
Find the difference between 80 and forty-two | subtract | {
"a": 80,
"b": 42
} |
Divide 16.26 by 12.29. | divide | {
"a": 16.26,
"b": 12.29
} |
A commercial farm has eighteen point three rows of crops, and each row yields precisely forty-eight point two three kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 18.3,
"b": 48.23
} |
During a chemical reaction, five point six four grams of a reactant are consumed from an initial mass of 41.17 grams. How much of the reactant is left unreacted? | subtract | {
"a": 41.17,
"b": 5.64
} |
Please compute the scalar multiple obtained by amplifying the base value 99.76 by a designated multiplier of 56.04. | multiply | {
"a": 99.76,
"b": 56.04
} |
Multiply 9.16 by twenty-seven point six nine. | multiply | {
"a": 9.16,
"b": 27.69
} |
Please calculate the decrement of three point zero two by thirteen point four, yielding the final reduced metric. | subtract | {
"a": 3.02,
"b": 13.4
} |
During a scientific experiment, twenty-nine milliliters of solution A were mixed with eleven milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 29,
"b": 11
} |
Hey assistant, I need to know the total of 92.49 and 62.87. | add | {
"a": 92.49,
"b": 62.87
} |
Ratio of 3.06 to 28.14 | divide | {
"a": 3.06,
"b": 28.14
} |
If you were to take a baseline reading of ninety-two and factor out a confounding variable measured at seventy-eight, what is the adjusted baseline? | subtract | {
"a": 92,
"b": 78
} |
A rectangle has a length of twenty-six point four six cm and a width of fifty-four point one eight cm. Find its area. | multiply | {
"a": 26.46,
"b": 54.18
} |
Please compute the combined value of 96 and 14. | add | {
"a": 96,
"b": 14
} |
What is the quotient when 63 is divided by twenty-six? | divide | {
"a": 63,
"b": 26
} |
Assuming a baseline value of sixty-five, what would the final figure be if we append a value of fifty-two to it? | add | {
"a": 65,
"b": 52
} |
What is 70.13 minus nine point zero eight? | subtract | {
"a": 70.13,
"b": 9.08
} |
Calculate 39.67 + eighty-four point zero seven | add | {
"a": 39.67,
"b": 84.07
} |
If a data center operates 26.31 server racks, with each rack drawing exactly ninety-four point zero nine kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 26.31,
"b": 94.09
} |
Can you tell me what remains when you subtract fifty-three point zero eight from 63.58? | subtract | {
"a": 63.58,
"b": 53.08
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 58 by the denominator ninety-four. | divide | {
"a": 58,
"b": 94
} |
A logistics company needs to transport 18.49 metric tons of freight. If each cargo container has a strict weight limit of 25.85 tons, how many containers are required? | divide | {
"a": 18.49,
"b": 25.85
} |
Can you compute the product of thirty-six point five and twenty-one point nine nine? | multiply | {
"a": 36.5,
"b": 21.99
} |
A construction project required 64 hours of labor in the first phase and an additional thirty-six hours in the finishing phase. What is the total labor investment? | add | {
"a": 64,
"b": 36
} |
If I distribute 43 among 30 entities, what does each one receive? | divide | {
"a": 43,
"b": 30
} |
In a machine learning model, a weight of 70 is applied to an input feature of magnitude sixty-two. What is the resulting weighted activation? | multiply | {
"a": 70,
"b": 62
} |
What is ninety-nine times twenty-four? | multiply | {
"a": 99,
"b": 24
} |
If a data center operates 77 server racks, with each rack drawing exactly 70 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 77,
"b": 70
} |
If a concentrated chemical solution of sixty-six point seven two molarity is diluted by a volume factor of 84.6, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 66.72,
"b": 84.6
} |
A fleet consists of 44 delivery vehicles, and each vehicle is scheduled to cover 67 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 44,
"b": 67
} |
If the initial count of active users is fifteen and we experience an influx of thirty-six new registrations, what is the updated user base size? | add | {
"a": 15,
"b": 36
} |
What is eleven divided by ninety-two? | divide | {
"a": 11,
"b": 92
} |
A centralized database handles 96.82 queries over a designated timeframe of 66.0 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 96.82,
"b": 66
} |
Assuming an organizational structure with 78.75 distinct departments, where each department employs forty point one specialized contractors, determine the total contractor headcount. | multiply | {
"a": 78.75,
"b": 40.1
} |
Find the difference between 7.98 and seventy-one point four eight | subtract | {
"a": 7.98,
"b": 71.48
} |
Calculate the per-capita distribution when a gross domestic product figure of 49 is divided among a population demographic of 59. | divide | {
"a": 49,
"b": 59
} |
Please scale 93.64 by a factor of ten point three four. | multiply | {
"a": 93.64,
"b": 10.34
} |
Can you split 4 evenly into 19 groups? | divide | {
"a": 4,
"b": 19
} |
I had ninety-seven dollars but I just spent fifty-nine dollars on lunch. What is my remaining balance? | subtract | {
"a": 97,
"b": 59
} |
An investment portfolio initially valued at 78 experienced a market correction resulting in a loss of twenty-two. Compute the depreciated portfolio value. | subtract | {
"a": 78,
"b": 22
} |
Given the quantities 31.5 and eighty-six point nine five, determine their combined magnitude when aggregated. | add | {
"a": 31.5,
"b": 86.95
} |
In a machine learning model, a weight of sixteen point two one is applied to an input feature of magnitude 22.48. What is the resulting weighted activation? | multiply | {
"a": 16.21,
"b": 22.48
} |
Assuming a baseline value of 55, what would the final figure be if we append a value of five to it? | add | {
"a": 55,
"b": 5
} |
An investment portfolio initially valued at twelve experienced a market correction resulting in a loss of seventy-five. Compute the depreciated portfolio value. | subtract | {
"a": 12,
"b": 75
} |
If the initial count of active users is forty-two and we experience an influx of seventy new registrations, what is the updated user base size? | add | {
"a": 42,
"b": 70
} |
Please compute the combined value of 50.41 and 49.14. | add | {
"a": 50.41,
"b": 49.14
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.