prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
How much is sixty-seven increased by 42? | add | {
"a": 67,
"b": 42
} |
Calculate twenty-eight - 8 | subtract | {
"a": 28,
"b": 8
} |
A dinner bill comes to ninety-eight dollars and we want to split it evenly among 97 people. How much does each person owe? | divide | {
"a": 98,
"b": 97
} |
In a financial projection, our initial revenue of twenty-eight thousand was supplemented by an additional 3 thousand. Calculate the projected total. | add | {
"a": 28,
"b": 3
} |
A cryptographic function requires scaling a prime integer 6 by a secondary key value of fifty-four. Evaluate this product. | multiply | {
"a": 6,
"b": 54
} |
A fleet consists of 52 delivery vehicles, and each vehicle is scheduled to cover ninety-six miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 52,
"b": 96
} |
A centralized database handles eighty-five queries over a designated timeframe of 5 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 85,
"b": 5
} |
Divide 70 by five. | divide | {
"a": 70,
"b": 5
} |
Calculate eighty point six eight - ninety-seven point two three | subtract | {
"a": 80.68,
"b": 97.23
} |
If you work for forty-nine point three one hours at an hourly rate of 7.84 dollars, what is your gross pay? | multiply | {
"a": 7.84,
"b": 49.31
} |
A network's maximum bandwidth is thirty-three point three seven Mbps. If background processes consume 17.39 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 33.37,
"b": 17.39
} |
A water tank contains thirty-two liters. If we drain 28 liters, how much water is left? | subtract | {
"a": 32,
"b": 28
} |
Could you please add thirty-five point six two to fifty-seven point nine seven for me? | add | {
"a": 35.62,
"b": 57.97
} |
Given the quantities 33 and 90, determine their combined magnitude when aggregated. | add | {
"a": 33,
"b": 90
} |
A rectangle has a length of ninety-three cm and a width of five cm. Find its area. | multiply | {
"a": 93,
"b": 5
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 83.52 by the denominator 54.09. | divide | {
"a": 83.52,
"b": 54.09
} |
How many times can the number 92.77 fit inside the number 89.64? | divide | {
"a": 89.64,
"b": 92.77
} |
You have a rope that is 98 meters long and you cut it into seventy-one equal pieces. How long is each piece? | divide | {
"a": 98,
"b": 71
} |
A logistics company needs to transport ten point eight one metric tons of freight. If each cargo container has a strict weight limit of 46.28 tons, how many containers are required? | divide | {
"a": 10.81,
"b": 46.28
} |
If a car travels 48 miles in eighty-two hours, what was its average speed in miles per hour? | divide | {
"a": 48,
"b": 82
} |
Calculate forty-two point one one + five point one two | add | {
"a": 42.11,
"b": 5.12
} |
I had 30.52 dollars but I just spent seventy-one point five two dollars on lunch. What is my remaining balance? | subtract | {
"a": 30.52,
"b": 71.52
} |
During a scientific experiment, 10.28 milliliters of solution A were mixed with 53.46 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 10.28,
"b": 53.46
} |
If I distribute 92 among seventy-nine entities, what does each one receive? | divide | {
"a": 92,
"b": 79
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator sixty-two point three seven by the denominator 79.36. | divide | {
"a": 62.37,
"b": 79.36
} |
If a car travels seventy-nine point eight nine miles in 6.28 hours, what was its average speed in miles per hour? | divide | {
"a": 79.89,
"b": 6.28
} |
What is twenty-nine point two eight divided by thirty-four point four seven? | divide | {
"a": 29.28,
"b": 34.47
} |
If an event has a probability factor of 40.44 and occurs across 34.87 independent trials, what is the expected frequency metric? | multiply | {
"a": 40.44,
"b": 34.87
} |
Hey, double check this calculation for me: eighty-two multiplied by 99. | multiply | {
"a": 82,
"b": 99
} |
Given the quantities twenty-four point five six and seventy-nine point two four, determine their combined magnitude when aggregated. | add | {
"a": 24.56,
"b": 79.24
} |
Calculate 20 + twenty-six | add | {
"a": 20,
"b": 26
} |
Calculate the compound total if a recurring metric of 72 is iterated exactly sixty times. | multiply | {
"a": 72,
"b": 60
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 30 units and a transverse dimension of ninety-five units. | multiply | {
"a": 30,
"b": 95
} |
Hey assistant, I need to know the total of twenty-eight and 74. | add | {
"a": 28,
"b": 74
} |
Please compute the combined value of 48.06 and 62.27. | add | {
"a": 48.06,
"b": 62.27
} |
Find the difference between sixty-three point four one and 13.28 | subtract | {
"a": 63.41,
"b": 13.28
} |
A rectangle has a length of 64.56 cm and a width of 46.84 cm. Find its area. | multiply | {
"a": 64.56,
"b": 46.84
} |
Given a starting inventory of ninety-one units, what will be the final stock level following the dispatch of seventy-nine units to a distributor? | subtract | {
"a": 91,
"b": 79
} |
What is 99 reduced by 87? | subtract | {
"a": 99,
"b": 87
} |
Determine the net difference in magnitude when the value 73.27 is systematically deducted from the primary value twenty point eight two. | subtract | {
"a": 20.82,
"b": 73.27
} |
An algorithmic task requires processing 77 megabytes of raw data using 21 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 77,
"b": 21
} |
How much is twenty-six point three six increased by twenty point four two? | add | {
"a": 26.36,
"b": 20.42
} |
Please compute the overarching sum formed by integrating the values 41 and 41 into a single metric. | add | {
"a": 41,
"b": 41
} |
If a total aggregate resource of 61 must be distributed uniformly across 21 independent nodes, what is the precise allocation per node? | divide | {
"a": 61,
"b": 21
} |
If you were to take a baseline reading of eighty and factor out a confounding variable measured at 16, what is the adjusted baseline? | subtract | {
"a": 80,
"b": 16
} |
Go ahead and divide fifty-two point zero six into seventy-one point one two parts | divide | {
"a": 52.06,
"b": 71.12
} |
Assuming a baseline value of 53.63, what would the final figure be if we append a value of 97.65 to it? | add | {
"a": 53.63,
"b": 97.65
} |
What is eighty-two plus 40? | add | {
"a": 82,
"b": 40
} |
If you work for eighty point seven six hours at an hourly rate of 59.62 dollars, what is your gross pay? | multiply | {
"a": 59.62,
"b": 80.76
} |
What is 43 reduced by 10? | subtract | {
"a": 43,
"b": 10
} |
Subtract 20 from thirty-eight. | subtract | {
"a": 38,
"b": 20
} |
A fleet consists of thirty-eight delivery vehicles, and each vehicle is scheduled to cover 6 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 38,
"b": 6
} |
Calculate the per-capita distribution when a gross domestic product figure of three is divided among a population demographic of forty-one. | divide | {
"a": 3,
"b": 41
} |
Hey assistant, I need to know the total of 68 and forty-five. | add | {
"a": 68,
"b": 45
} |
Please evaluate three point nine six decremented by forty-two point two seven. | subtract | {
"a": 3.96,
"b": 42.27
} |
Calculate 16.67 - 30.12 | subtract | {
"a": 16.67,
"b": 30.12
} |
Can you split 44.24 evenly into sixty-three point two five groups? | divide | {
"a": 44.24,
"b": 63.25
} |
Calculate the compound total if a recurring metric of eighty-three point six nine is iterated exactly eighty-nine point three times. | multiply | {
"a": 83.69,
"b": 89.3
} |
An investment portfolio initially valued at 29 experienced a market correction resulting in a loss of twenty-eight. Compute the depreciated portfolio value. | subtract | {
"a": 29,
"b": 28
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of 68 units and a transverse dimension of 31 units. | multiply | {
"a": 68,
"b": 31
} |
What is 25.61 reduced by forty-nine point three nine? | subtract | {
"a": 25.61,
"b": 49.39
} |
Can you split eighty-five evenly into seventy-five groups? | divide | {
"a": 85,
"b": 75
} |
ninety-two take away 63.08 | subtract | {
"a": 92,
"b": 63.08
} |
If a data center operates 23.01 server racks, with each rack drawing exactly 83.16 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 23.01,
"b": 83.16
} |
A construction project required fifty-eight 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": 58,
"b": 36
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 88 million kilometers over a duration of 89 continuous days. | divide | {
"a": 88,
"b": 89
} |
A commercial farm has sixty-one point six seven rows of crops, and each row yields precisely 38.24 kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 61.67,
"b": 38.24
} |
What is fifty-three divided by 16? | divide | {
"a": 53,
"b": 16
} |
Given an overarching budget of 77, what is the maximum funding available per phase if the project is strictly partitioned into 51 equal phases? | divide | {
"a": 77,
"b": 51
} |
Out of a total population of 51.84 items, 77.87 of them are defective. How many are non-defective? | subtract | {
"a": 51.84,
"b": 77.87
} |
What is the quotient when 73 is divided by twenty-eight? | divide | {
"a": 73,
"b": 28
} |
Can you compute the product of sixty-six point nine three and 18.81? | multiply | {
"a": 66.93,
"b": 18.81
} |
Calculate 68 + 56 | add | {
"a": 68,
"b": 56
} |
You have a rope that is fifty-eight point zero two meters long and you cut it into twelve point nine one equal pieces. How long is each piece? | divide | {
"a": 58.02,
"b": 12.91
} |
Add 42 and 63. | add | {
"a": 42,
"b": 63
} |
Sum of 36 and fifty-four | add | {
"a": 36,
"b": 54
} |
If I start with sixty-nine point six eight and deduct ninety-six point nine two, what's left? | subtract | {
"a": 69.68,
"b": 96.92
} |
What is 58 groups of sixty-nine? | multiply | {
"a": 58,
"b": 69
} |
Calculate 59 - fourteen | subtract | {
"a": 59,
"b": 14
} |
Calculate the per-capita distribution when a gross domestic product figure of 51.49 is divided among a population demographic of ninety-two point six two. | divide | {
"a": 51.49,
"b": 92.62
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of eighty point four one million kilometers over a duration of ninety-one point three four continuous days. | divide | {
"a": 80.41,
"b": 91.34
} |
What do you get when you combine sixty-one and fifty-nine? | add | {
"a": 61,
"b": 59
} |
Add sixty-five point five eight and twenty-six point zero three. | add | {
"a": 65.58,
"b": 26.03
} |
An airplane was flying at an altitude of 5.82 meters and descended by 87.22 meters. What is its new altitude? | subtract | {
"a": 5.82,
"b": 87.22
} |
What is 34.55 times thirty-six point four? | multiply | {
"a": 34.55,
"b": 36.4
} |
If a rocket's total fuel capacity is 19.55 gallons and it burns fifty-three point eight three gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 19.55,
"b": 53.83
} |
I had 70 dollars but I just spent 98 dollars on lunch. What is my remaining balance? | subtract | {
"a": 70,
"b": 98
} |
Subtract 51.29 from 32.98. | subtract | {
"a": 32.98,
"b": 51.29
} |
A rectangle has a length of twenty-one point zero two cm and a width of 35.7 cm. Find its area. | multiply | {
"a": 21.02,
"b": 35.7
} |
If a software algorithm processes 7 data points in the first pass and an extra fifty-three data points in the second, what is the aggregate number of data points processed? | add | {
"a": 7,
"b": 53
} |
Given an overarching budget of 85, what is the maximum funding available per phase if the project is strictly partitioned into seventy-five equal phases? | divide | {
"a": 85,
"b": 75
} |
What is 54.09 times 43.52? | multiply | {
"a": 54.09,
"b": 43.52
} |
Given a starting inventory of one hundred units, what will be the final stock level following the dispatch of 50 units to a distributor? | subtract | {
"a": 100,
"b": 50
} |
fifty-seven point one take away thirty-two point three six | subtract | {
"a": 57.1,
"b": 32.36
} |
In a machine learning model, a weight of forty point four five is applied to an input feature of magnitude 13.48. What is the resulting weighted activation? | multiply | {
"a": 40.45,
"b": 13.48
} |
The temperature was 68 degrees and it rose by ninety-eight degrees. What is the current temperature? | add | {
"a": 68,
"b": 98
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 31 by the denominator forty-five. | divide | {
"a": 31,
"b": 45
} |
A network's maximum bandwidth is thirty-four Mbps. If background processes consume 36 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 34,
"b": 36
} |
Could you please add fifty-three point five three to 94.3 for me? | add | {
"a": 53.53,
"b": 94.3
} |
Calculate the compound total if a recurring metric of sixty-nine is iterated exactly 60 times. | multiply | {
"a": 69,
"b": 60
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.