prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
If an event has a probability factor of 92 and occurs across 6 independent trials, what is the expected frequency metric? | multiply | {
"a": 92,
"b": 6
} |
A construction project required 66 hours of labor in the first phase and an additional fifty-three hours in the finishing phase. What is the total labor investment? | add | {
"a": 66,
"b": 53
} |
Product of seventy-one and 62 | multiply | {
"a": 71,
"b": 62
} |
A construction project required seventy-five hours of labor in the first phase and an additional 95 hours in the finishing phase. What is the total labor investment? | add | {
"a": 75,
"b": 95
} |
A network's maximum bandwidth is fifty Mbps. If background processes consume eighty Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 50,
"b": 80
} |
If a software algorithm processes ninety point five three data points in the first pass and an extra 62.29 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 90.53,
"b": 62.29
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 49 million kilometers over a duration of 80 continuous days. | divide | {
"a": 49,
"b": 80
} |
Divide 99 by seventy. | divide | {
"a": 99,
"b": 70
} |
During a chemical reaction, eighty-four grams of a reactant are consumed from an initial mass of 45 grams. How much of the reactant is left unreacted? | subtract | {
"a": 45,
"b": 84
} |
An investment portfolio initially valued at 19.01 experienced a market correction resulting in a loss of 36.73. Compute the depreciated portfolio value. | subtract | {
"a": 19.01,
"b": 36.73
} |
An algorithmic task requires processing seventy-six point eight one megabytes of raw data using 41.56 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 76.81,
"b": 41.56
} |
If I distribute 25.75 among twenty point two two entities, what does each one receive? | divide | {
"a": 25.75,
"b": 20.22
} |
If I start with twenty-three and deduct 53, what's left? | subtract | {
"a": 23,
"b": 53
} |
Calculate the per-capita distribution when a gross domestic product figure of 9.83 is divided among a population demographic of 11.41. | divide | {
"a": 9.83,
"b": 11.41
} |
If a car travels eighty-six miles in twenty-six hours, what was its average speed in miles per hour? | divide | {
"a": 86,
"b": 26
} |
Please compute the scalar multiple obtained by amplifying the base value sixty-six point eight nine by a designated multiplier of 55.65. | multiply | {
"a": 66.89,
"b": 55.65
} |
If a rocket's total fuel capacity is sixty-six point eight nine gallons and it burns six point five eight gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 66.89,
"b": 6.58
} |
If a total aggregate resource of 97.84 must be distributed uniformly across 13.21 independent nodes, what is the precise allocation per node? | divide | {
"a": 97.84,
"b": 13.21
} |
If a total aggregate resource of 21.76 must be distributed uniformly across 75.42 independent nodes, what is the precise allocation per node? | divide | {
"a": 21.76,
"b": 75.42
} |
sixty-three take away 24 | subtract | {
"a": 63,
"b": 24
} |
Can you tell me what remains when you subtract forty-six point six five from seventy-three point six seven? | subtract | {
"a": 73.67,
"b": 46.65
} |
I had five point six seven dollars but I just spent sixty-five point three dollars on lunch. What is my remaining balance? | subtract | {
"a": 5.67,
"b": 65.3
} |
The temperature was 75.71 degrees and it rose by 56.02 degrees. What is the current temperature? | add | {
"a": 75.71,
"b": 56.02
} |
Determine the net difference in magnitude when the value ninety-seven point eight six is systematically deducted from the primary value 2.61. | subtract | {
"a": 2.61,
"b": 97.86
} |
A construction project required 91 hours of labor in the first phase and an additional fifty-seven hours in the finishing phase. What is the total labor investment? | add | {
"a": 91,
"b": 57
} |
Can you split 37 evenly into 92 groups? | divide | {
"a": 37,
"b": 92
} |
If a total aggregate resource of 22 must be distributed uniformly across thirty-one independent nodes, what is the precise allocation per node? | divide | {
"a": 22,
"b": 31
} |
Assuming a baseline value of eighty point two two, what would the final figure be if we append a value of sixty-two point nine seven to it? | add | {
"a": 80.22,
"b": 62.97
} |
An airplane was flying at an altitude of 89.26 meters and descended by nineteen point nine six meters. What is its new altitude? | subtract | {
"a": 89.26,
"b": 19.96
} |
Given an overarching budget of sixty-five point four nine, what is the maximum funding available per phase if the project is strictly partitioned into 22.28 equal phases? | divide | {
"a": 65.49,
"b": 22.28
} |
Calculate the compound total if a recurring metric of 59.18 is iterated exactly forty-five point six four times. | multiply | {
"a": 59.18,
"b": 45.64
} |
If I distribute 80.18 among forty point zero eight entities, what does each one receive? | divide | {
"a": 80.18,
"b": 40.08
} |
Please scale 32.64 by a factor of eighty-nine point one four. | multiply | {
"a": 32.64,
"b": 89.14
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 41.15 million kilometers over a duration of sixty-one point eight three continuous days. | divide | {
"a": 41.15,
"b": 61.83
} |
Product of 5.35 and ninety-two point two | multiply | {
"a": 5.35,
"b": 92.2
} |
A water tank contains three point three seven liters. If we drain eighty-two point two nine liters, how much water is left? | subtract | {
"a": 3.37,
"b": 82.29
} |
Sum of 3 and 4 | add | {
"a": 3,
"b": 4
} |
A water tank contains 78 liters. If we drain six liters, how much water is left? | subtract | {
"a": 78,
"b": 6
} |
What is 27 times 11? | multiply | {
"a": 27,
"b": 11
} |
A dinner bill comes to 48 dollars and we want to split it evenly among 24 people. How much does each person owe? | divide | {
"a": 48,
"b": 24
} |
Please evaluate four decremented by ten. | subtract | {
"a": 4,
"b": 10
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of sixty-nine million kilometers over a duration of 29 continuous days. | divide | {
"a": 69,
"b": 29
} |
In a machine learning model, a weight of 60.49 is applied to an input feature of magnitude 90.75. What is the resulting weighted activation? | multiply | {
"a": 60.49,
"b": 90.75
} |
If I distribute twenty-one point four four among 60.66 entities, what does each one receive? | divide | {
"a": 21.44,
"b": 60.66
} |
If you were to take a baseline reading of 91.56 and factor out a confounding variable measured at eighty-nine point nine nine, what is the adjusted baseline? | subtract | {
"a": 91.56,
"b": 89.99
} |
If an event has a probability factor of 15.58 and occurs across 87.44 independent trials, what is the expected frequency metric? | multiply | {
"a": 15.58,
"b": 87.44
} |
Please compute the combined value of thirty and 28. | add | {
"a": 30,
"b": 28
} |
I had 17 dollars but I just spent 26 dollars on lunch. What is my remaining balance? | subtract | {
"a": 17,
"b": 26
} |
A network's maximum bandwidth is 3.12 Mbps. If background processes consume 88.21 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 3.12,
"b": 88.21
} |
You have a rope that is 45.32 meters long and you cut it into 30.1 equal pieces. How long is each piece? | divide | {
"a": 45.32,
"b": 30.1
} |
Hey assistant, I need to know the total of 27 and seventy-one. | add | {
"a": 27,
"b": 71
} |
Calculate the per-capita distribution when a gross domestic product figure of 37 is divided among a population demographic of 66. | divide | {
"a": 37,
"b": 66
} |
A freight train carries 29.67 tons of cargo. If an additional load weighing twenty-one point six three tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 29.67,
"b": 21.63
} |
What do you get if you multiply 91 with sixty-eight? | multiply | {
"a": 91,
"b": 68
} |
85 take away nineteen | subtract | {
"a": 85,
"b": 19
} |
A construction project required seventeen point three six hours of labor in the first phase and an additional 87.58 hours in the finishing phase. What is the total labor investment? | add | {
"a": 17.36,
"b": 87.58
} |
What is 92 times nineteen? | multiply | {
"a": 92,
"b": 19
} |
A dinner bill comes to sixty-six point eight seven dollars and we want to split it evenly among twenty-one point seven one people. How much does each person owe? | divide | {
"a": 66.87,
"b": 21.71
} |
The temperature was eighty-four point five five degrees and it rose by 62.63 degrees. What is the current temperature? | add | {
"a": 84.55,
"b": 62.63
} |
What is the quotient when sixty-five point one two is divided by 92.73? | divide | {
"a": 65.12,
"b": 92.73
} |
A network's maximum bandwidth is 76.97 Mbps. If background processes consume sixty-three point four one Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 76.97,
"b": 63.41
} |
An factory produces forty-one point nine five items per hour. How many items does it make in eighteen point three four hours? | multiply | {
"a": 41.95,
"b": 18.34
} |
During a chemical reaction, 9 grams of a reactant are consumed from an initial mass of 17 grams. How much of the reactant is left unreacted? | subtract | {
"a": 17,
"b": 9
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of eighteen million kilometers over a duration of 37 continuous days. | divide | {
"a": 18,
"b": 37
} |
If a software algorithm processes twenty point three two data points in the first pass and an extra twenty-eight point three six data points in the second, what is the aggregate number of data points processed? | add | {
"a": 20.32,
"b": 28.36
} |
A centralized database handles fifty-five queries over a designated timeframe of 26 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 55,
"b": 26
} |
What is 2 reduced by 1? | subtract | {
"a": 2,
"b": 1
} |
If a concentrated chemical solution of 44 molarity is diluted by a volume factor of 38, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 44,
"b": 38
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 23 million kilometers over a duration of 50 continuous days. | divide | {
"a": 23,
"b": 50
} |
What do you get when you combine 11 and 25? | add | {
"a": 11,
"b": 25
} |
I have 62 dollars and my friend gives me another 68 dollars. How much do I have now? | add | {
"a": 62,
"b": 68
} |
If box A weighs 53.96 kg and box B weighs thirty-seven point seven one kg, what is their total weight combined? | add | {
"a": 53.96,
"b": 37.71
} |
In a machine learning model, a weight of 60 is applied to an input feature of magnitude sixty-two. What is the resulting weighted activation? | multiply | {
"a": 60,
"b": 62
} |
Please evaluate eighty-two decremented by 93. | subtract | {
"a": 82,
"b": 93
} |
A logistics company needs to transport 91 metric tons of freight. If each cargo container has a strict weight limit of twenty-two tons, how many containers are required? | divide | {
"a": 91,
"b": 22
} |
Please evaluate 84.74 decremented by ninety-nine point zero three. | subtract | {
"a": 84.74,
"b": 99.03
} |
A construction project required 91.73 hours of labor in the first phase and an additional twenty-five point five eight hours in the finishing phase. What is the total labor investment? | add | {
"a": 91.73,
"b": 25.58
} |
If a total aggregate resource of 39.45 must be distributed uniformly across 39.09 independent nodes, what is the precise allocation per node? | divide | {
"a": 39.45,
"b": 39.09
} |
Please compute the division of twelve point four three over nineteen point five nine. | divide | {
"a": 12.43,
"b": 19.59
} |
A dinner bill comes to 92.04 dollars and we want to split it evenly among 86.46 people. How much does each person owe? | divide | {
"a": 92.04,
"b": 86.46
} |
Can you compute the product of sixty-seven and 3? | multiply | {
"a": 67,
"b": 3
} |
What is ninety-seven times 3? | multiply | {
"a": 97,
"b": 3
} |
What is 14.14 divided by seventeen point four eight? | divide | {
"a": 14.14,
"b": 17.48
} |
Could you please add 30 to 27 for me? | add | {
"a": 30,
"b": 27
} |
During a scientific experiment, 61.99 milliliters of solution A were mixed with ninety-two point two two milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 61.99,
"b": 92.22
} |
A dinner bill comes to 60.24 dollars and we want to split it evenly among 91.06 people. How much does each person owe? | divide | {
"a": 60.24,
"b": 91.06
} |
Please compute the combined value of 93.59 and seventy-seven point eight one. | add | {
"a": 93.59,
"b": 77.81
} |
A centralized database handles forty-one point zero one queries over a designated timeframe of 76.12 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 41.01,
"b": 76.12
} |
An investment portfolio initially valued at twenty-seven point three nine experienced a market correction resulting in a loss of seventy-four point five seven. Compute the depreciated portfolio value. | subtract | {
"a": 27.39,
"b": 74.57
} |
During a chemical reaction, 9.73 grams of a reactant are consumed from an initial mass of 38.29 grams. How much of the reactant is left unreacted? | subtract | {
"a": 38.29,
"b": 9.73
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 58 by the denominator two. | divide | {
"a": 58,
"b": 2
} |
A commercial farm has seventy-eight point nine four rows of crops, and each row yields precisely 87.93 kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 78.94,
"b": 87.93
} |
Please compute the division of 1.74 over 69.18. | divide | {
"a": 1.74,
"b": 69.18
} |
If a concentrated chemical solution of 24.23 molarity is diluted by a volume factor of 4.88, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 24.23,
"b": 4.88
} |
If you work for 96 hours at an hourly rate of 70 dollars, what is your gross pay? | multiply | {
"a": 70,
"b": 96
} |
An factory produces one point four six items per hour. How many items does it make in thirty point five eight hours? | multiply | {
"a": 1.46,
"b": 30.58
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 80 by the denominator seventy-two. | divide | {
"a": 80,
"b": 72
} |
Hey assistant, I need to know the total of 86.84 and forty-eight point three seven. | add | {
"a": 86.84,
"b": 48.37
} |
An investment portfolio initially valued at seventeen experienced a market correction resulting in a loss of 33. Compute the depreciated portfolio value. | subtract | {
"a": 17,
"b": 33
} |
You have a rope that is fifty-one point six eight meters long and you cut it into seventy-four point seven nine equal pieces. How long is each piece? | divide | {
"a": 51.68,
"b": 74.79
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.