prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
How much is thirty-eight point three one increased by eighty-five point eight nine? | add | {
"a": 38.31,
"b": 85.89
} |
Please compute the overarching sum formed by integrating the values 76 and 16 into a single metric. | add | {
"a": 76,
"b": 16
} |
Product of 48 and 64 | multiply | {
"a": 48,
"b": 64
} |
What is 49 minus fifty-four? | subtract | {
"a": 49,
"b": 54
} |
A dinner bill comes to twenty-four dollars and we want to split it evenly among 40 people. How much does each person owe? | divide | {
"a": 24,
"b": 40
} |
Please calculate the decrement of forty-three point seven six by 92.14, yielding the final reduced metric. | subtract | {
"a": 43.76,
"b": 92.14
} |
What is ninety-one point seven seven divided by seventy-seven point zero two? | divide | {
"a": 91.77,
"b": 77.02
} |
A construction project required thirty-eight hours of labor in the first phase and an additional ninety-eight hours in the finishing phase. What is the total labor investment? | add | {
"a": 38,
"b": 98
} |
Ratio of thirty to forty-eight | divide | {
"a": 30,
"b": 48
} |
I had four point three two dollars but I just spent 30.9 dollars on lunch. What is my remaining balance? | subtract | {
"a": 4.32,
"b": 30.9
} |
Find the difference between 17.72 and eighteen point two three | subtract | {
"a": 17.72,
"b": 18.23
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 39 by the denominator sixty-one. | divide | {
"a": 39,
"b": 61
} |
Can you tell me what remains when you subtract 30 from 60? | subtract | {
"a": 60,
"b": 30
} |
If a data center operates eighty-three point five three server racks, with each rack drawing exactly ninety-six point one nine kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 83.53,
"b": 96.19
} |
If a rocket's total fuel capacity is six gallons and it burns 50 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 6,
"b": 50
} |
Please compute the division of sixty-four over 11. | divide | {
"a": 64,
"b": 11
} |
Please compute the combined value of forty-one point one two and thirteen point one four. | add | {
"a": 41.12,
"b": 13.14
} |
Out of a total population of 76 items, 59 of them are defective. How many are non-defective? | subtract | {
"a": 76,
"b": 59
} |
What is thirty-four point six two plus thirty-five point five? | add | {
"a": 34.62,
"b": 35.5
} |
A dinner bill comes to 27.23 dollars and we want to split it evenly among 73.08 people. How much does each person owe? | divide | {
"a": 27.23,
"b": 73.08
} |
If a concentrated chemical solution of 94 molarity is diluted by a volume factor of eighty-eight, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 94,
"b": 88
} |
An algorithmic task requires processing 15 megabytes of raw data using twenty-eight parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 15,
"b": 28
} |
An investment portfolio initially valued at 64 experienced a market correction resulting in a loss of 23. Compute the depreciated portfolio value. | subtract | {
"a": 64,
"b": 23
} |
If a concentrated chemical solution of 57 molarity is diluted by a volume factor of sixteen, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 57,
"b": 16
} |
A dinner bill comes to 24.58 dollars and we want to split it evenly among 57.56 people. How much does each person owe? | divide | {
"a": 24.58,
"b": 57.56
} |
If you were to take a baseline reading of 78.46 and factor out a confounding variable measured at 5.2, what is the adjusted baseline? | subtract | {
"a": 78.46,
"b": 5.2
} |
Given an overarching budget of 59.97, what is the maximum funding available per phase if the project is strictly partitioned into ninety-four point seven two equal phases? | divide | {
"a": 59.97,
"b": 94.72
} |
If a single ticket costs 62 dollars, how much would it cost to buy 58 tickets? | multiply | {
"a": 62,
"b": 58
} |
The temperature was ninety-nine degrees and it rose by fifty-nine degrees. What is the current temperature? | add | {
"a": 99,
"b": 59
} |
What do you get when you combine sixty-six and 49? | add | {
"a": 66,
"b": 49
} |
Evaluate the mathematical expression resulting from the addition operation between the terms forty-two and 80. | add | {
"a": 42,
"b": 80
} |
If I start with ninety-one and deduct forty-one, what's left? | subtract | {
"a": 91,
"b": 41
} |
If a total aggregate resource of 83 must be distributed uniformly across ninety-four independent nodes, what is the precise allocation per node? | divide | {
"a": 83,
"b": 94
} |
An investment portfolio initially valued at 41 experienced a market correction resulting in a loss of fifty. Compute the depreciated portfolio value. | subtract | {
"a": 41,
"b": 50
} |
How many times can the number 93 fit inside the number 87? | divide | {
"a": 87,
"b": 93
} |
Please calculate the decrement of two by 82, yielding the final reduced metric. | subtract | {
"a": 2,
"b": 82
} |
Please compute the overarching sum formed by integrating the values 77 and 88 into a single metric. | add | {
"a": 77,
"b": 88
} |
If a car travels 93.72 miles in seventy-three point nine hours, what was its average speed in miles per hour? | divide | {
"a": 93.72,
"b": 73.9
} |
Determine the net difference in magnitude when the value twenty-eight is systematically deducted from the primary value 90. | subtract | {
"a": 90,
"b": 28
} |
Calculate 23 * 26 | multiply | {
"a": 23,
"b": 26
} |
If a data center operates 79 server racks, with each rack drawing exactly eleven kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 79,
"b": 11
} |
If an initial budget allocation of 60 is drawn down by an expenditure of seventy-six, what is the residual amount? | subtract | {
"a": 60,
"b": 76
} |
What is ninety-five point eight three minus 87.69? | subtract | {
"a": 95.83,
"b": 87.69
} |
Divide 10 by 24. | divide | {
"a": 10,
"b": 24
} |
Evaluate the mathematical expression resulting from the addition operation between the terms forty-six and forty. | add | {
"a": 46,
"b": 40
} |
A centralized database handles seventy-four queries over a designated timeframe of thirty-two seconds. Determine the system's throughput in queries per second. | divide | {
"a": 74,
"b": 32
} |
Can you compute the product of 45.39 and fifty-four point six seven? | multiply | {
"a": 45.39,
"b": 54.67
} |
Assuming an organizational structure with 24 distinct departments, where each department employs 61 specialized contractors, determine the total contractor headcount. | multiply | {
"a": 24,
"b": 61
} |
I have 58.8 dollars and my friend gives me another 13.45 dollars. How much do I have now? | add | {
"a": 58.8,
"b": 13.45
} |
What do you get if you multiply forty-six with 12? | multiply | {
"a": 46,
"b": 12
} |
Evaluate the quotient resulting from the equitable partition of the principal value fifty-six into exactly ten fractional segments. | divide | {
"a": 56,
"b": 10
} |
Add 25 and fifty-three. | add | {
"a": 25,
"b": 53
} |
Ratio of seventy-five point two three to 35.8 | divide | {
"a": 75.23,
"b": 35.8
} |
Out of a total population of seventy-nine items, fifty-six of them are defective. How many are non-defective? | subtract | {
"a": 79,
"b": 56
} |
In a machine learning model, a weight of fifty-four is applied to an input feature of magnitude 45. What is the resulting weighted activation? | multiply | {
"a": 54,
"b": 45
} |
An investment portfolio initially valued at 66 experienced a market correction resulting in a loss of fifteen. Compute the depreciated portfolio value. | subtract | {
"a": 66,
"b": 15
} |
Assuming an organizational structure with 14 distinct departments, where each department employs 85 specialized contractors, determine the total contractor headcount. | multiply | {
"a": 14,
"b": 85
} |
Please compute the combined value of 67 and forty-five. | add | {
"a": 67,
"b": 45
} |
The temperature was nineteen degrees and it rose by fifty-four degrees. What is the current temperature? | add | {
"a": 19,
"b": 54
} |
Add 90.08 and fifty-two point one five. | add | {
"a": 90.08,
"b": 52.15
} |
If a rocket's total fuel capacity is twenty-nine gallons and it burns fifty-three gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 29,
"b": 53
} |
If a single ticket costs 64 dollars, how much would it cost to buy eighty-nine tickets? | multiply | {
"a": 64,
"b": 89
} |
If you work for 69.59 hours at an hourly rate of ninety-two point six dollars, what is your gross pay? | multiply | {
"a": 92.6,
"b": 69.59
} |
A commercial farm has 2 rows of crops, and each row yields precisely 69 kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 2,
"b": 69
} |
A centralized database handles four point three eight queries over a designated timeframe of 1.17 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 4.38,
"b": 1.17
} |
An algorithmic task requires processing 86.63 megabytes of raw data using 91.74 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 86.63,
"b": 91.74
} |
Calculate the per-capita distribution when a gross domestic product figure of sixty is divided among a population demographic of 42. | divide | {
"a": 60,
"b": 42
} |
What is the quotient when seventy is divided by ninety-five? | divide | {
"a": 70,
"b": 95
} |
If an event has a probability factor of 9.6 and occurs across sixteen point three independent trials, what is the expected frequency metric? | multiply | {
"a": 9.6,
"b": 16.3
} |
A rectangle has a length of 78 cm and a width of 11 cm. Find its area. | multiply | {
"a": 78,
"b": 11
} |
If a single ticket costs 83.12 dollars, how much would it cost to buy forty-five point four two tickets? | multiply | {
"a": 83.12,
"b": 45.42
} |
If an event has a probability factor of twenty-two and occurs across 97 independent trials, what is the expected frequency metric? | multiply | {
"a": 22,
"b": 97
} |
What do you get when you combine eighty-six and forty-seven? | add | {
"a": 86,
"b": 47
} |
Calculate the per-capita distribution when a gross domestic product figure of 41 is divided among a population demographic of sixty-eight. | divide | {
"a": 41,
"b": 68
} |
If a concentrated chemical solution of 85.96 molarity is diluted by a volume factor of 74.15, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 85.96,
"b": 74.15
} |
What is seventy-two reduced by sixty-three? | subtract | {
"a": 72,
"b": 63
} |
Please compute the division of 63.44 over 93.05. | divide | {
"a": 63.44,
"b": 93.05
} |
If a data center operates 78 server racks, with each rack drawing exactly seventy-two kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 78,
"b": 72
} |
Find the difference between 57.8 and forty-one point three three | subtract | {
"a": 57.8,
"b": 41.33
} |
Calculate 39 + forty-two | add | {
"a": 39,
"b": 42
} |
Product of forty-two and fifty-two | multiply | {
"a": 42,
"b": 52
} |
Determine the net difference in magnitude when the value eleven point zero nine is systematically deducted from the primary value 26.47. | subtract | {
"a": 26.47,
"b": 11.09
} |
If I start with 31 and deduct 30, what's left? | subtract | {
"a": 31,
"b": 30
} |
Calculate eighty-five point one eight * forty-eight point one three | multiply | {
"a": 85.18,
"b": 48.13
} |
A freight train carries 76.0 tons of cargo. If an additional load weighing 60.45 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 76,
"b": 60.45
} |
A logistics company needs to transport eleven metric tons of freight. If each cargo container has a strict weight limit of fifty-eight tons, how many containers are required? | divide | {
"a": 11,
"b": 58
} |
Calculate fifty-four point zero three - forty-seven point eight four | subtract | {
"a": 54.03,
"b": 47.84
} |
Ratio of six to 71 | divide | {
"a": 6,
"b": 71
} |
During a scientific experiment, 16 milliliters of solution A were mixed with eighty-six milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 16,
"b": 86
} |
A commercial farm has six rows of crops, and each row yields precisely twenty-two kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 6,
"b": 22
} |
During a scientific experiment, 22 milliliters of solution A were mixed with twenty-five milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 22,
"b": 25
} |
Calculate the per-capita distribution when a gross domestic product figure of 49.73 is divided among a population demographic of forty point two three. | divide | {
"a": 49.73,
"b": 40.23
} |
A construction project required 55 hours of labor in the first phase and an additional ninety-four hours in the finishing phase. What is the total labor investment? | add | {
"a": 55,
"b": 94
} |
If you were to take a baseline reading of 91.26 and factor out a confounding variable measured at 31.52, what is the adjusted baseline? | subtract | {
"a": 91.26,
"b": 31.52
} |
Please evaluate seventy-eight decremented by 72. | subtract | {
"a": 78,
"b": 72
} |
Ratio of seventy point eight four to sixty-one point six two | divide | {
"a": 70.84,
"b": 61.62
} |
A rectangle has a length of sixty-nine cm and a width of thirty-two cm. Find its area. | multiply | {
"a": 69,
"b": 32
} |
Please compute the scalar multiple obtained by amplifying the base value eighty-three point eight one by a designated multiplier of eighty-eight point three seven. | multiply | {
"a": 83.81,
"b": 88.37
} |
A freight train carries 68 tons of cargo. If an additional load weighing 77 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 68,
"b": 77
} |
Could you please add 18 to 66 for me? | add | {
"a": 18,
"b": 66
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.