prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
What is sixty-seven divided by eighty? | divide | {
"a": 67,
"b": 80
} |
A store clerk sold seven units in the morning and four units in the afternoon. What is the total sold? | add | {
"a": 7,
"b": 4
} |
I had twenty-four dollars but I just spent 25 dollars on lunch. What is my remaining balance? | subtract | {
"a": 24,
"b": 25
} |
Calculate 72.3 + ninety-two point seven eight | add | {
"a": 72.3,
"b": 92.78
} |
Ratio of 6.75 to 55.0 | divide | {
"a": 6.75,
"b": 55
} |
If I distribute thirteen among 89 entities, what does each one receive? | divide | {
"a": 13,
"b": 89
} |
What do you get if you multiply 65 with thirty-nine? | multiply | {
"a": 65,
"b": 39
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of ninety-nine point one five units and a transverse dimension of forty point three six units. | multiply | {
"a": 99.15,
"b": 40.36
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 7 million kilometers over a duration of 35 continuous days. | divide | {
"a": 7,
"b": 35
} |
An airplane was flying at an altitude of one hundred meters and descended by 93.76 meters. What is its new altitude? | subtract | {
"a": 100,
"b": 93.76
} |
Please compute the scalar multiple obtained by amplifying the base value 60 by a designated multiplier of 71. | multiply | {
"a": 60,
"b": 71
} |
Subtract fifty-nine point eight from 70.91. | subtract | {
"a": 70.91,
"b": 59.8
} |
If a concentrated chemical solution of fifty molarity is diluted by a volume factor of 58, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 50,
"b": 58
} |
If box A weighs 4 kg and box B weighs sixty-eight kg, what is their total weight combined? | add | {
"a": 4,
"b": 68
} |
If an initial budget allocation of twenty-one point zero eight is drawn down by an expenditure of 47.5, what is the residual amount? | subtract | {
"a": 21.08,
"b": 47.5
} |
Calculate the per-capita distribution when a gross domestic product figure of ninety-four point three nine is divided among a population demographic of twenty-nine point five eight. | divide | {
"a": 94.39,
"b": 29.58
} |
What do you get if you multiply 86 with nineteen? | multiply | {
"a": 86,
"b": 19
} |
An algorithmic task requires processing 34 megabytes of raw data using thirty-nine parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 34,
"b": 39
} |
In a financial projection, our initial revenue of thirty-six point six one thousand was supplemented by an additional 53.16 thousand. Calculate the projected total. | add | {
"a": 36.61,
"b": 53.16
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 88 and 48. | add | {
"a": 88,
"b": 48
} |
During a scientific experiment, 13.19 milliliters of solution A were mixed with 58.45 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 13.19,
"b": 58.45
} |
Find the difference between 85 and ten | subtract | {
"a": 85,
"b": 10
} |
If the initial count of active users is twenty-seven and we experience an influx of eight new registrations, what is the updated user base size? | add | {
"a": 27,
"b": 8
} |
If a total aggregate resource of forty-five point one five must be distributed uniformly across ninety-seven point seven two independent nodes, what is the precise allocation per node? | divide | {
"a": 45.15,
"b": 97.72
} |
If I start with 1 and deduct eighty-one, what's left? | subtract | {
"a": 1,
"b": 81
} |
What do you get if you multiply 61.29 with eighty-eight point seven? | multiply | {
"a": 61.29,
"b": 88.7
} |
Evaluate the mathematical expression resulting from the addition operation between the terms thirty-two point one three and 51.87. | add | {
"a": 32.13,
"b": 51.87
} |
Determine the net difference in magnitude when the value 79.29 is systematically deducted from the primary value 74.67. | subtract | {
"a": 74.67,
"b": 79.29
} |
If I distribute 100 among 88 entities, what does each one receive? | divide | {
"a": 100,
"b": 88
} |
What is eighty-five reduced by twenty-two? | subtract | {
"a": 85,
"b": 22
} |
Can you split 2 evenly into twenty-seven groups? | divide | {
"a": 2,
"b": 27
} |
An airplane was flying at an altitude of thirty-nine point four nine meters and descended by ninety-two point five six meters. What is its new altitude? | subtract | {
"a": 39.49,
"b": 92.56
} |
Assuming a baseline value of sixteen point six two, what would the final figure be if we append a value of 68.58 to it? | add | {
"a": 16.62,
"b": 68.58
} |
A water tank contains forty point three eight liters. If we drain seven point nine three liters, how much water is left? | subtract | {
"a": 40.38,
"b": 7.93
} |
If a single ticket costs seventy-five point three nine dollars, how much would it cost to buy 58.59 tickets? | multiply | {
"a": 75.39,
"b": 58.59
} |
Please compute the overarching sum formed by integrating the values twenty-eight and seventy-one into a single metric. | add | {
"a": 28,
"b": 71
} |
Determine the net difference in magnitude when the value 28.52 is systematically deducted from the primary value 98.3. | subtract | {
"a": 98.3,
"b": 28.52
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 27 and fifty-four. | add | {
"a": 27,
"b": 54
} |
twenty-five take away sixty | subtract | {
"a": 25,
"b": 60
} |
An factory produces twenty-five items per hour. How many items does it make in sixty-five hours? | multiply | {
"a": 25,
"b": 65
} |
What is 13.13 plus 65.0? | add | {
"a": 13.13,
"b": 65
} |
Please calculate the decrement of 2.68 by sixteen point three one, yielding the final reduced metric. | subtract | {
"a": 2.68,
"b": 16.31
} |
A logistics company needs to transport eighty-eight point eight four metric tons of freight. If each cargo container has a strict weight limit of sixty-three point six four tons, how many containers are required? | divide | {
"a": 88.84,
"b": 63.64
} |
A centralized database handles 65 queries over a designated timeframe of 88 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 65,
"b": 88
} |
Calculate fifty-five + 37 | add | {
"a": 55,
"b": 37
} |
Evaluate the quotient resulting from the equitable partition of the principal value 61.31 into exactly 90.29 fractional segments. | divide | {
"a": 61.31,
"b": 90.29
} |
A cryptographic function requires scaling a prime integer five by a secondary key value of six. Evaluate this product. | multiply | {
"a": 5,
"b": 6
} |
Can you compute the product of 21.68 and 70.46? | multiply | {
"a": 21.68,
"b": 70.46
} |
A water tank contains twenty-five point six three liters. If we drain seventy-six point seven eight liters, how much water is left? | subtract | {
"a": 25.63,
"b": 76.78
} |
What do you get when you combine 80.84 and 39.18? | add | {
"a": 80.84,
"b": 39.18
} |
Please scale 47 by a factor of 24. | multiply | {
"a": 47,
"b": 24
} |
A centralized database handles 91 queries over a designated timeframe of four seconds. Determine the system's throughput in queries per second. | divide | {
"a": 91,
"b": 4
} |
If an initial budget allocation of twenty-eight point zero two is drawn down by an expenditure of twenty-one point eight six, what is the residual amount? | subtract | {
"a": 28.02,
"b": 21.86
} |
A commercial farm has 26.39 rows of crops, and each row yields precisely twenty-one point one eight kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 26.39,
"b": 21.18
} |
If a single ticket costs thirty-nine dollars, how much would it cost to buy 56 tickets? | multiply | {
"a": 39,
"b": 56
} |
If a rocket's total fuel capacity is forty-three point seven three gallons and it burns ninety-eight point two five gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 43.73,
"b": 98.25
} |
Given the quantities seventy-four point six two and 97.04, determine their combined magnitude when aggregated. | add | {
"a": 74.62,
"b": 97.04
} |
If a single ticket costs 12.57 dollars, how much would it cost to buy sixty-one point two seven tickets? | multiply | {
"a": 12.57,
"b": 61.27
} |
Please compute the combined value of 5.39 and 29.38. | add | {
"a": 5.39,
"b": 29.38
} |
Go ahead and divide 32.0 into 3.38 parts | divide | {
"a": 32,
"b": 3.38
} |
An investment portfolio initially valued at nine experienced a market correction resulting in a loss of 29. Compute the depreciated portfolio value. | subtract | {
"a": 9,
"b": 29
} |
If a total aggregate resource of thirty-three must be distributed uniformly across ninety-two independent nodes, what is the precise allocation per node? | divide | {
"a": 33,
"b": 92
} |
A centralized database handles 75 queries over a designated timeframe of thirty-eight seconds. Determine the system's throughput in queries per second. | divide | {
"a": 75,
"b": 38
} |
Determine the net difference in magnitude when the value forty-six point eight seven is systematically deducted from the primary value 21.25. | subtract | {
"a": 21.25,
"b": 46.87
} |
Go ahead and divide fifty point four six into 37.96 parts | divide | {
"a": 50.46,
"b": 37.96
} |
A store clerk sold forty-nine point six two units in the morning and fifty-five point two nine units in the afternoon. What is the total sold? | add | {
"a": 49.62,
"b": 55.29
} |
What is 84 groups of seventy-nine? | multiply | {
"a": 84,
"b": 79
} |
During a chemical reaction, thirty-two grams of a reactant are consumed from an initial mass of ninety-seven grams. How much of the reactant is left unreacted? | subtract | {
"a": 97,
"b": 32
} |
If a car travels fifty-one point two miles in seventy-nine point five two hours, what was its average speed in miles per hour? | divide | {
"a": 51.2,
"b": 79.52
} |
Product of seven and one | multiply | {
"a": 7,
"b": 1
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 36 million kilometers over a duration of fifty-seven continuous days. | divide | {
"a": 36,
"b": 57
} |
Calculate the compound total if a recurring metric of 79 is iterated exactly 20 times. | multiply | {
"a": 79,
"b": 20
} |
Product of 77 and 90 | multiply | {
"a": 77,
"b": 90
} |
What is thirty-two point three four times sixty-one point eight eight? | multiply | {
"a": 32.34,
"b": 61.88
} |
A rectangle has a length of ninety-five cm and a width of ninety-seven cm. Find its area. | multiply | {
"a": 95,
"b": 97
} |
A water tank contains 36 liters. If we drain 93 liters, how much water is left? | subtract | {
"a": 36,
"b": 93
} |
If a car travels forty miles in 96 hours, what was its average speed in miles per hour? | divide | {
"a": 40,
"b": 96
} |
Please compute the overarching sum formed by integrating the values 24.4 and 85.91 into a single metric. | add | {
"a": 24.4,
"b": 85.91
} |
What is eleven point two groups of 51.83? | multiply | {
"a": 11.2,
"b": 51.83
} |
A rectangle has a length of 50.77 cm and a width of thirty point six one cm. Find its area. | multiply | {
"a": 50.77,
"b": 30.61
} |
Can you compute the product of 46.88 and sixty-two point five? | multiply | {
"a": 46.88,
"b": 62.5
} |
If a rocket's total fuel capacity is 80 gallons and it burns one gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 80,
"b": 1
} |
An algorithmic task requires processing 97.57 megabytes of raw data using 14.41 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 97.57,
"b": 14.41
} |
Assuming a baseline value of seventy-one point three three, what would the final figure be if we append a value of seventeen point one seven to it? | add | {
"a": 71.33,
"b": 17.17
} |
A commercial farm has twenty-two rows of crops, and each row yields precisely ninety-one kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 22,
"b": 91
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 2.28 by the denominator 77.75. | divide | {
"a": 2.28,
"b": 77.75
} |
If you work for forty-seven hours at an hourly rate of seventy-four dollars, what is your gross pay? | multiply | {
"a": 74,
"b": 47
} |
What is 2.42 divided by forty-three point zero six? | divide | {
"a": 2.42,
"b": 43.06
} |
A dinner bill comes to 27 dollars and we want to split it evenly among sixty-two people. How much does each person owe? | divide | {
"a": 27,
"b": 62
} |
Please evaluate 22 decremented by 44. | subtract | {
"a": 22,
"b": 44
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 43 and sixty-four. | add | {
"a": 43,
"b": 64
} |
Given the quantities twenty-seven point eight six and sixty-two point three seven, determine their combined magnitude when aggregated. | add | {
"a": 27.86,
"b": 62.37
} |
What is twenty-seven point two seven reduced by 5.99? | subtract | {
"a": 27.27,
"b": 5.99
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 40.37 by the denominator 14.24. | divide | {
"a": 40.37,
"b": 14.24
} |
Evaluate the quotient resulting from the equitable partition of the principal value thirty-one point one eight into exactly 98.8 fractional segments. | divide | {
"a": 31.18,
"b": 98.8
} |
If I start with sixty-eight point five four and deduct fifty-two point eight eight, what's left? | subtract | {
"a": 68.54,
"b": 52.88
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator 78 by the denominator seventy-eight. | divide | {
"a": 78,
"b": 78
} |
Please calculate the decrement of 19 by eighty-seven, yielding the final reduced metric. | subtract | {
"a": 19,
"b": 87
} |
Could you please add sixty-seven to 24 for me? | add | {
"a": 67,
"b": 24
} |
What is sixty divided by six? | divide | {
"a": 60,
"b": 6
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.