prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
If a data center operates sixty-three server racks, with each rack drawing exactly 16 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 63,
"b": 16
} |
Divide seventy-four by 94. | divide | {
"a": 74,
"b": 94
} |
What is fifty-nine point nine seven minus fifty-seven point nine seven? | subtract | {
"a": 59.97,
"b": 57.97
} |
During a scientific experiment, fifty-seven milliliters of solution A were mixed with 15 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 57,
"b": 15
} |
What do you get when you combine eleven and fifty-two? | add | {
"a": 11,
"b": 52
} |
What is sixty-one point four two divided by ninety-one point seven? | divide | {
"a": 61.42,
"b": 91.7
} |
If a software algorithm processes eighty-three point two eight data points in the first pass and an extra 78.8 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 83.28,
"b": 78.8
} |
An investment portfolio initially valued at 31.98 experienced a market correction resulting in a loss of 3.55. Compute the depreciated portfolio value. | subtract | {
"a": 31.98,
"b": 3.55
} |
Can you tell me what remains when you subtract sixty-four from 33? | subtract | {
"a": 33,
"b": 64
} |
If you work for sixty-eight hours at an hourly rate of 87 dollars, what is your gross pay? | multiply | {
"a": 87,
"b": 68
} |
How much is ninety-four increased by seventy-seven point seven two? | add | {
"a": 94,
"b": 77.72
} |
Calculate forty-eight point four one / eleven point nine | divide | {
"a": 48.41,
"b": 11.9
} |
Calculate the compound total if a recurring metric of 45 is iterated exactly 50 times. | multiply | {
"a": 45,
"b": 50
} |
Product of 74 and 73 | multiply | {
"a": 74,
"b": 73
} |
A centralized database handles ninety-two queries over a designated timeframe of 84 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 92,
"b": 84
} |
What is 81 groups of fifteen? | multiply | {
"a": 81,
"b": 15
} |
Divide 53.17 by seventy-nine point one nine. | divide | {
"a": 53.17,
"b": 79.19
} |
A fleet consists of twenty-eight delivery vehicles, and each vehicle is scheduled to cover ninety-one miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 28,
"b": 91
} |
Go ahead and divide fifty-six point five four into eighty-six point zero three parts | divide | {
"a": 56.54,
"b": 86.03
} |
If an initial budget allocation of 3 is drawn down by an expenditure of forty-seven, what is the residual amount? | subtract | {
"a": 3,
"b": 47
} |
Divide twenty-seven by 86. | divide | {
"a": 27,
"b": 86
} |
Calculate 64.88 + ninety-three point two six | add | {
"a": 64.88,
"b": 93.26
} |
Calculate eighty-two point five six + 18.86 | add | {
"a": 82.56,
"b": 18.86
} |
Calculate eighty-one point five five * 11.75 | multiply | {
"a": 81.55,
"b": 11.75
} |
A logistics company needs to transport 27.77 metric tons of freight. If each cargo container has a strict weight limit of 21.98 tons, how many containers are required? | divide | {
"a": 27.77,
"b": 21.98
} |
Product of sixty-six point one seven and 74.74 | multiply | {
"a": 66.17,
"b": 74.74
} |
Please scale 77 by a factor of fifty. | multiply | {
"a": 77,
"b": 50
} |
Go ahead and divide 73.12 into 85.27 parts | divide | {
"a": 73.12,
"b": 85.27
} |
A rectangle has a length of eighty cm and a width of 96 cm. Find its area. | multiply | {
"a": 80,
"b": 96
} |
Calculate twelve / sixty-eight | divide | {
"a": 12,
"b": 68
} |
Calculate 35 + 3 | add | {
"a": 35,
"b": 3
} |
A dinner bill comes to ten point zero five dollars and we want to split it evenly among eighty-one point seven five people. How much does each person owe? | divide | {
"a": 10.05,
"b": 81.75
} |
If I start with fifty-six point one four and deduct thirty-three point seven seven, what's left? | subtract | {
"a": 56.14,
"b": 33.77
} |
If the initial count of active users is 87.05 and we experience an influx of five point five five new registrations, what is the updated user base size? | add | {
"a": 87.05,
"b": 5.55
} |
Product of 30 and 23 | multiply | {
"a": 30,
"b": 23
} |
In a financial projection, our initial revenue of 52.26 thousand was supplemented by an additional fifty-one point seven nine thousand. Calculate the projected total. | add | {
"a": 52.26,
"b": 51.79
} |
What is 49 reduced by 98? | subtract | {
"a": 49,
"b": 98
} |
What do you get when you combine thirty-two and ninety-seven? | add | {
"a": 32,
"b": 97
} |
Please evaluate sixty-one decremented by eighty-two point five four. | subtract | {
"a": 61,
"b": 82.54
} |
Could you please add 98 to 35 for me? | add | {
"a": 98,
"b": 35
} |
If a concentrated chemical solution of 30 molarity is diluted by a volume factor of fifty-four, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 30,
"b": 54
} |
How much is 75.69 increased by fifty-five point three seven? | add | {
"a": 75.69,
"b": 55.37
} |
Please compute the overarching sum formed by integrating the values 19.74 and sixty-three point one one into a single metric. | add | {
"a": 19.74,
"b": 63.11
} |
Assuming a baseline value of two point nine two, what would the final figure be if we append a value of 14.85 to it? | add | {
"a": 2.92,
"b": 14.85
} |
If an initial budget allocation of 89 is drawn down by an expenditure of 33, what is the residual amount? | subtract | {
"a": 89,
"b": 33
} |
7 take away 98 | subtract | {
"a": 7,
"b": 98
} |
If an initial budget allocation of 93 is drawn down by an expenditure of forty-two, what is the residual amount? | subtract | {
"a": 93,
"b": 42
} |
If you were to take a baseline reading of seventy-nine point seven nine and factor out a confounding variable measured at eighty-two point five eight, what is the adjusted baseline? | subtract | {
"a": 79.79,
"b": 82.58
} |
Can you compute the product of 80 and 35? | multiply | {
"a": 80,
"b": 35
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 24.86 million kilometers over a duration of 53.54 continuous days. | divide | {
"a": 24.86,
"b": 53.54
} |
Calculate sixty-one point nine two + 64.86 | add | {
"a": 61.92,
"b": 64.86
} |
A dinner bill comes to 85 dollars and we want to split it evenly among seventeen people. How much does each person owe? | divide | {
"a": 85,
"b": 17
} |
What do you get when you combine 56 and 65? | add | {
"a": 56,
"b": 65
} |
Find the difference between 53 and 24 | subtract | {
"a": 53,
"b": 24
} |
What is thirty-three point seven groups of ninety-nine point one? | multiply | {
"a": 33.7,
"b": 99.1
} |
If the initial count of active users is thirty-three and we experience an influx of twenty-eight new registrations, what is the updated user base size? | add | {
"a": 33,
"b": 28
} |
If a software algorithm processes 59.58 data points in the first pass and an extra seventy-eight point nine nine data points in the second, what is the aggregate number of data points processed? | add | {
"a": 59.58,
"b": 78.99
} |
A manufacturing plant produced eight point five nine components, but quality control rejected 62.82 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 8.59,
"b": 62.82
} |
Can you tell me what remains when you subtract seventy from 49? | subtract | {
"a": 49,
"b": 70
} |
Determine the net difference in magnitude when the value seven is systematically deducted from the primary value 51. | subtract | {
"a": 51,
"b": 7
} |
Evaluate the mathematical expression resulting from the addition operation between the terms eighty-eight point zero three and 89.86. | add | {
"a": 88.03,
"b": 89.86
} |
A water tank contains 45.93 liters. If we drain sixty-one point six seven liters, how much water is left? | subtract | {
"a": 45.93,
"b": 61.67
} |
What is 59 plus eight? | add | {
"a": 59,
"b": 8
} |
If a software algorithm processes eighty-two data points in the first pass and an extra sixty-five data points in the second, what is the aggregate number of data points processed? | add | {
"a": 82,
"b": 65
} |
Given a starting inventory of sixty-five point one four units, what will be the final stock level following the dispatch of sixty-seven point one one units to a distributor? | subtract | {
"a": 65.14,
"b": 67.11
} |
A logistics company needs to transport one hundred metric tons of freight. If each cargo container has a strict weight limit of eighty-four tons, how many containers are required? | divide | {
"a": 100,
"b": 84
} |
Ratio of 31.16 to sixty-two point six six | divide | {
"a": 31.16,
"b": 62.66
} |
A fleet consists of 51.38 delivery vehicles, and each vehicle is scheduled to cover 56.33 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 51.38,
"b": 56.33
} |
You have a rope that is five point seven six meters long and you cut it into ten point four equal pieces. How long is each piece? | divide | {
"a": 5.76,
"b": 10.4
} |
How many times can the number 88.35 fit inside the number 2.18? | divide | {
"a": 2.18,
"b": 88.35
} |
Can you split 70.25 evenly into eighty point two one groups? | divide | {
"a": 70.25,
"b": 80.21
} |
You have a rope that is two point four five meters long and you cut it into fifty-eight point seven two equal pieces. How long is each piece? | divide | {
"a": 2.45,
"b": 58.72
} |
What is twenty-two reduced by 15? | subtract | {
"a": 22,
"b": 15
} |
Could you please add seventy-five point two four to sixteen point three eight for me? | add | {
"a": 75.24,
"b": 16.38
} |
Could you please add 67.9 to 77.57 for me? | add | {
"a": 67.9,
"b": 77.57
} |
Assuming a baseline value of sixty-four point six one, what would the final figure be if we append a value of forty-four point zero two to it? | add | {
"a": 64.61,
"b": 44.02
} |
A manufacturing plant produced fifty-six components, but quality control rejected thirty-seven of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 56,
"b": 37
} |
Calculate thirty-nine point one seven - 88.44 | subtract | {
"a": 39.17,
"b": 88.44
} |
Could you please add fifty-eight point seven eight to 18.26 for me? | add | {
"a": 58.78,
"b": 18.26
} |
Sum of 94.28 and 33.85 | add | {
"a": 94.28,
"b": 33.85
} |
What is twenty-one divided by 80? | divide | {
"a": 21,
"b": 80
} |
Hey, double check this calculation for me: 4 multiplied by thirty-nine. | multiply | {
"a": 4,
"b": 39
} |
A network's maximum bandwidth is 53 Mbps. If background processes consume sixty-five Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 53,
"b": 65
} |
Calculate seven - 7 | subtract | {
"a": 7,
"b": 7
} |
Hey, double check this calculation for me: twenty-seven multiplied by forty-nine. | multiply | {
"a": 27,
"b": 49
} |
An airplane was flying at an altitude of 45 meters and descended by thirty-four meters. What is its new altitude? | subtract | {
"a": 45,
"b": 34
} |
If a car travels 16.59 miles in sixty point eight one hours, what was its average speed in miles per hour? | divide | {
"a": 16.59,
"b": 60.81
} |
In a financial projection, our initial revenue of 82 thousand was supplemented by an additional 81 thousand. Calculate the projected total. | add | {
"a": 82,
"b": 81
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of eighty-three point three seven million kilometers over a duration of 67.13 continuous days. | divide | {
"a": 83.37,
"b": 67.13
} |
If I start with forty-six and deduct 1, what's left? | subtract | {
"a": 46,
"b": 1
} |
A rectangle has a length of fifty cm and a width of twenty-nine cm. Find its area. | multiply | {
"a": 50,
"b": 29
} |
Hey assistant, I need to know the total of forty and ten. | add | {
"a": 40,
"b": 10
} |
Please evaluate one hundred decremented by six. | subtract | {
"a": 100,
"b": 6
} |
An investment portfolio initially valued at 36.33 experienced a market correction resulting in a loss of thirty-nine point eight eight. Compute the depreciated portfolio value. | subtract | {
"a": 36.33,
"b": 39.88
} |
What is 80.84 times eighty-seven point eight? | multiply | {
"a": 80.84,
"b": 87.8
} |
Could you please add 6.0 to 84.01 for me? | add | {
"a": 6,
"b": 84.01
} |
Calculate forty-two - 18 | subtract | {
"a": 42,
"b": 18
} |
An factory produces 81 items per hour. How many items does it make in eighty-five hours? | multiply | {
"a": 81,
"b": 85
} |
How much is sixty-seven point six four increased by thirty-five point nine five? | add | {
"a": 67.64,
"b": 35.95
} |
Assuming an organizational structure with 86.45 distinct departments, where each department employs seventy-eight point seven five specialized contractors, determine the total contractor headcount. | multiply | {
"a": 86.45,
"b": 78.75
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.