prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
During a chemical reaction, sixty-nine grams of a reactant are consumed from an initial mass of fifty-one grams. How much of the reactant is left unreacted? | subtract | {
"a": 51,
"b": 69
} |
A centralized database handles 27 queries over a designated timeframe of 8 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 27,
"b": 8
} |
What is one groups of 100? | multiply | {
"a": 1,
"b": 100
} |
A logistics company needs to transport thirty-two metric tons of freight. If each cargo container has a strict weight limit of 40 tons, how many containers are required? | divide | {
"a": 32,
"b": 40
} |
What is 97.07 times 5.6? | multiply | {
"a": 97.07,
"b": 5.6
} |
What is ninety-one point three nine divided by eleven point seven eight? | divide | {
"a": 91.39,
"b": 11.78
} |
What is 8 times five? | multiply | {
"a": 8,
"b": 5
} |
Given an overarching budget of forty-three, what is the maximum funding available per phase if the project is strictly partitioned into 65 equal phases? | divide | {
"a": 43,
"b": 65
} |
Given the quantities sixty-three and 17, determine their combined magnitude when aggregated. | add | {
"a": 63,
"b": 17
} |
What is thirty-two plus 12? | add | {
"a": 32,
"b": 12
} |
A centralized database handles 57.27 queries over a designated timeframe of 6.1 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 57.27,
"b": 6.1
} |
A commercial farm has 5 rows of crops, and each row yields precisely eleven kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 5,
"b": 11
} |
A freight train carries twenty tons of cargo. If an additional load weighing 81 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 20,
"b": 81
} |
Calculate 63 + forty-eight | add | {
"a": 63,
"b": 48
} |
Multiply 60.83 by eighty-eight point nine six. | multiply | {
"a": 60.83,
"b": 88.96
} |
If a concentrated chemical solution of 25.24 molarity is diluted by a volume factor of 12.56, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 25.24,
"b": 12.56
} |
An airplane was flying at an altitude of 97 meters and descended by 72 meters. What is its new altitude? | subtract | {
"a": 97,
"b": 72
} |
Multiply nine point six nine by 18.43. | multiply | {
"a": 9.69,
"b": 18.43
} |
What is 93.83 groups of sixty-seven point six? | multiply | {
"a": 93.83,
"b": 67.6
} |
In a machine learning model, a weight of eighty-seven point three two is applied to an input feature of magnitude ten point seven two. What is the resulting weighted activation? | multiply | {
"a": 87.32,
"b": 10.72
} |
Calculate eighty-eight - 52 | subtract | {
"a": 88,
"b": 52
} |
A commercial farm has 31.06 rows of crops, and each row yields precisely 98.93 kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 31.06,
"b": 98.93
} |
Please compute the division of eight over twenty. | divide | {
"a": 8,
"b": 20
} |
What do you get when you combine 80 and twenty? | add | {
"a": 80,
"b": 20
} |
If an event has a probability factor of seventy-seven point seven two and occurs across 89.04 independent trials, what is the expected frequency metric? | multiply | {
"a": 77.72,
"b": 89.04
} |
An factory produces 47 items per hour. How many items does it make in seventy-one hours? | multiply | {
"a": 47,
"b": 71
} |
Can you compute the product of 81 and twenty-four? | multiply | {
"a": 81,
"b": 24
} |
What do you get when you combine 45.11 and 40.35? | add | {
"a": 45.11,
"b": 40.35
} |
If you were to take a baseline reading of 2.39 and factor out a confounding variable measured at eighty-nine point five seven, what is the adjusted baseline? | subtract | {
"a": 2.39,
"b": 89.57
} |
A water tank contains forty-four liters. If we drain ninety-eight liters, how much water is left? | subtract | {
"a": 44,
"b": 98
} |
Please compute the combined value of eighty-nine point one three and 20.74. | add | {
"a": 89.13,
"b": 20.74
} |
Can you tell me what remains when you subtract eleven from twenty-eight? | subtract | {
"a": 28,
"b": 11
} |
Given the quantities 94.06 and 2.76, determine their combined magnitude when aggregated. | add | {
"a": 94.06,
"b": 2.76
} |
A cryptographic function requires scaling a prime integer 32.58 by a secondary key value of 58.03. Evaluate this product. | multiply | {
"a": 32.58,
"b": 58.03
} |
What do you get when you combine 68 and seventy-three? | add | {
"a": 68,
"b": 73
} |
Calculate 67.64 - 15.96 | subtract | {
"a": 67.64,
"b": 15.96
} |
Calculate the compound total if a recurring metric of eighty-eight is iterated exactly 2 times. | multiply | {
"a": 88,
"b": 2
} |
Can you compute the product of three and 80? | multiply | {
"a": 3,
"b": 80
} |
You have a rope that is fifty-eight meters long and you cut it into 84 equal pieces. How long is each piece? | divide | {
"a": 58,
"b": 84
} |
An investment portfolio initially valued at twenty-eight point two five experienced a market correction resulting in a loss of sixty point five six. Compute the depreciated portfolio value. | subtract | {
"a": 28.25,
"b": 60.56
} |
An algorithmic task requires processing one point three four megabytes of raw data using 3.05 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 1.34,
"b": 3.05
} |
I have 16.29 dollars and my friend gives me another 61.69 dollars. How much do I have now? | add | {
"a": 16.29,
"b": 61.69
} |
If a concentrated chemical solution of eight molarity is diluted by a volume factor of 20, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 8,
"b": 20
} |
A dinner bill comes to sixty-eight point two four dollars and we want to split it evenly among 76.03 people. How much does each person owe? | divide | {
"a": 68.24,
"b": 76.03
} |
If a concentrated chemical solution of thirty-four point three four molarity is diluted by a volume factor of 32.94, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 34.34,
"b": 32.94
} |
Calculate 7.24 * 70.18 | multiply | {
"a": 7.24,
"b": 70.18
} |
A manufacturing plant produced nine components, but quality control rejected 33 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 9,
"b": 33
} |
What is fifty times 56? | multiply | {
"a": 50,
"b": 56
} |
An airplane was flying at an altitude of seventy-seven meters and descended by 57 meters. What is its new altitude? | subtract | {
"a": 77,
"b": 57
} |
What is eighty-one point four six reduced by twelve point four five? | subtract | {
"a": 81.46,
"b": 12.45
} |
Please compute the combined value of 43 and 58. | add | {
"a": 43,
"b": 58
} |
Calculate 25.73 / 74.06 | divide | {
"a": 25.73,
"b": 74.06
} |
If a car travels eighty-six point eight four miles in eighty-four point eight six hours, what was its average speed in miles per hour? | divide | {
"a": 86.84,
"b": 84.86
} |
What is ninety-three point one three groups of 6.57? | multiply | {
"a": 93.13,
"b": 6.57
} |
If an initial budget allocation of 67.59 is drawn down by an expenditure of 82.11, what is the residual amount? | subtract | {
"a": 67.59,
"b": 82.11
} |
Calculate 74 - thirty-two | subtract | {
"a": 74,
"b": 32
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 45.23 units and a transverse dimension of 67.96 units. | multiply | {
"a": 45.23,
"b": 67.96
} |
Can you compute the product of 70.66 and nineteen point seven two? | multiply | {
"a": 70.66,
"b": 19.72
} |
A fleet consists of 72.0 delivery vehicles, and each vehicle is scheduled to cover 2.74 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 72,
"b": 2.74
} |
Sum of ninety-eight point four one and 72.13 | add | {
"a": 98.41,
"b": 72.13
} |
Given the quantities 34.52 and 98.3, determine their combined magnitude when aggregated. | add | {
"a": 34.52,
"b": 98.3
} |
If a single ticket costs 65.75 dollars, how much would it cost to buy 48.96 tickets? | multiply | {
"a": 65.75,
"b": 48.96
} |
Out of a total population of twenty-nine point five one items, 53.53 of them are defective. How many are non-defective? | subtract | {
"a": 29.51,
"b": 53.53
} |
Please scale 89.42 by a factor of seventy-three point five seven. | multiply | {
"a": 89.42,
"b": 73.57
} |
In a financial projection, our initial revenue of forty-three thousand was supplemented by an additional seventeen thousand. Calculate the projected total. | add | {
"a": 43,
"b": 17
} |
Hey assistant, I need to know the total of 44 and 34. | add | {
"a": 44,
"b": 34
} |
Divide 80.1 by 51.37. | divide | {
"a": 80.1,
"b": 51.37
} |
Hey, double check this calculation for me: 53 multiplied by forty-two. | multiply | {
"a": 53,
"b": 42
} |
A freight train carries twenty-seven tons of cargo. If an additional load weighing 40 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 27,
"b": 40
} |
Hey assistant, I need to know the total of 61.99 and 81.9. | add | {
"a": 61.99,
"b": 81.9
} |
What is the quotient when thirty is divided by 14? | divide | {
"a": 30,
"b": 14
} |
If the initial count of active users is fifty-six point three five and we experience an influx of eighty-nine point zero eight new registrations, what is the updated user base size? | add | {
"a": 56.35,
"b": 89.08
} |
Calculate the per-capita distribution when a gross domestic product figure of twenty-seven is divided among a population demographic of seventeen. | divide | {
"a": 27,
"b": 17
} |
If a total aggregate resource of seven point three eight must be distributed uniformly across sixty-two point four five independent nodes, what is the precise allocation per node? | divide | {
"a": 7.38,
"b": 62.45
} |
Add sixty-three and forty-six. | add | {
"a": 63,
"b": 46
} |
A rectangle has a length of 93 cm and a width of ninety-four cm. Find its area. | multiply | {
"a": 93,
"b": 94
} |
Sum of 5.35 and ninety-nine point four nine | add | {
"a": 5.35,
"b": 99.49
} |
If a concentrated chemical solution of 46.88 molarity is diluted by a volume factor of 37.77, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 46.88,
"b": 37.77
} |
Calculate ninety-eight / 70 | divide | {
"a": 98,
"b": 70
} |
A manufacturing plant produced forty-one point five two components, but quality control rejected nineteen point nine seven of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 41.52,
"b": 19.97
} |
If a data center operates 23 server racks, with each rack drawing exactly 52 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 23,
"b": 52
} |
Assuming a baseline value of 46, what would the final figure be if we append a value of 44 to it? | add | {
"a": 46,
"b": 44
} |
A logistics company needs to transport 44.79 metric tons of freight. If each cargo container has a strict weight limit of forty-one point three seven tons, how many containers are required? | divide | {
"a": 44.79,
"b": 41.37
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 17 million kilometers over a duration of fifty-eight continuous days. | divide | {
"a": 17,
"b": 58
} |
An factory produces 8.39 items per hour. How many items does it make in 32.62 hours? | multiply | {
"a": 8.39,
"b": 32.62
} |
If a rocket's total fuel capacity is forty-seven point six five gallons and it burns twenty-nine point two nine gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 47.65,
"b": 29.29
} |
Add 62 and eighty-eight. | add | {
"a": 62,
"b": 88
} |
Please calculate the decrement of 14.5 by 6.69, yielding the final reduced metric. | subtract | {
"a": 14.5,
"b": 6.69
} |
Assuming an organizational structure with thirteen distinct departments, where each department employs eighty specialized contractors, determine the total contractor headcount. | multiply | {
"a": 13,
"b": 80
} |
Calculate 50 - 60 | subtract | {
"a": 50,
"b": 60
} |
What do you get if you multiply 44.36 with 52.77? | multiply | {
"a": 44.36,
"b": 52.77
} |
Please compute the scalar multiple obtained by amplifying the base value 52 by a designated multiplier of 85. | multiply | {
"a": 52,
"b": 85
} |
A rectangle has a length of 73.95 cm and a width of 87.66 cm. Find its area. | multiply | {
"a": 73.95,
"b": 87.66
} |
Calculate 55.08 * 97.48 | multiply | {
"a": 55.08,
"b": 97.48
} |
Please scale forty by a factor of sixty-seven. | multiply | {
"a": 40,
"b": 67
} |
Out of a total population of 96 items, 36 of them are defective. How many are non-defective? | subtract | {
"a": 96,
"b": 36
} |
If a car travels 25.81 miles in seventy-three point nine nine hours, what was its average speed in miles per hour? | divide | {
"a": 25.81,
"b": 73.99
} |
Can you tell me what remains when you subtract forty-three from 44? | subtract | {
"a": 44,
"b": 43
} |
75.2 take away 17.52 | subtract | {
"a": 75.2,
"b": 17.52
} |
If a single ticket costs sixty-nine dollars, how much would it cost to buy seventy-four tickets? | multiply | {
"a": 69,
"b": 74
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.