prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
You have a rope that is 95 meters long and you cut it into 55 equal pieces. How long is each piece? | divide | {
"a": 95,
"b": 55
} |
If I distribute 22 among 33 entities, what does each one receive? | divide | {
"a": 22,
"b": 33
} |
Given an overarching budget of 72.06, what is the maximum funding available per phase if the project is strictly partitioned into 92.38 equal phases? | divide | {
"a": 72.06,
"b": 92.38
} |
How much is forty-nine increased by 84? | add | {
"a": 49,
"b": 84
} |
Divide eighty-seven by 36. | divide | {
"a": 87,
"b": 36
} |
A dinner bill comes to 62 dollars and we want to split it evenly among 37 people. How much does each person owe? | divide | {
"a": 62,
"b": 37
} |
Please calculate the decrement of seventy-nine point seven eight by 51.57, yielding the final reduced metric. | subtract | {
"a": 79.78,
"b": 51.57
} |
Go ahead and divide 32 into 5 parts | divide | {
"a": 32,
"b": 5
} |
Calculate thirty-six point seven eight * 25.75 | multiply | {
"a": 36.78,
"b": 25.75
} |
In a financial projection, our initial revenue of forty-eight point nine five thousand was supplemented by an additional seventy-one point four six thousand. Calculate the projected total. | add | {
"a": 48.95,
"b": 71.46
} |
Please compute the scalar multiple obtained by amplifying the base value 67.45 by a designated multiplier of seventy point two one. | multiply | {
"a": 67.45,
"b": 70.21
} |
What is the quotient when 3 is divided by fifty-one? | divide | {
"a": 3,
"b": 51
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of 81.16 million kilometers over a duration of 29.12 continuous days. | divide | {
"a": 81.16,
"b": 29.12
} |
What is 85 groups of 38? | multiply | {
"a": 85,
"b": 38
} |
Evaluate the mathematical expression resulting from the addition operation between the terms eighty-five and 100. | add | {
"a": 85,
"b": 100
} |
What is 60 times 48? | multiply | {
"a": 60,
"b": 48
} |
Calculate the compound total if a recurring metric of 46 is iterated exactly 10 times. | multiply | {
"a": 46,
"b": 10
} |
If I start with seventy-two and deduct 62, what's left? | subtract | {
"a": 72,
"b": 62
} |
Please compute the division of thirty-seven point seven four over 35.18. | divide | {
"a": 37.74,
"b": 35.18
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator fifty-six by the denominator 29. | divide | {
"a": 56,
"b": 29
} |
A construction project required 90 hours of labor in the first phase and an additional 45 hours in the finishing phase. What is the total labor investment? | add | {
"a": 90,
"b": 45
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 76.64 and 7.18. | add | {
"a": 76.64,
"b": 7.18
} |
If a concentrated chemical solution of sixty-one point two six molarity is diluted by a volume factor of 26.93, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 61.26,
"b": 26.93
} |
A water tank contains sixty-five liters. If we drain ninety-five liters, how much water is left? | subtract | {
"a": 65,
"b": 95
} |
Hey assistant, I need to know the total of 89 and 88. | add | {
"a": 89,
"b": 88
} |
eighty-seven take away 52 | subtract | {
"a": 87,
"b": 52
} |
If I start with eighty-two and deduct 32, what's left? | subtract | {
"a": 82,
"b": 32
} |
What do you get if you multiply 65 with 61? | multiply | {
"a": 65,
"b": 61
} |
Divide seventy-one by sixty-five. | divide | {
"a": 71,
"b": 65
} |
What is 66.44 reduced by eighty-six point seven five? | subtract | {
"a": 66.44,
"b": 86.75
} |
Multiply sixty-eight by eighty-nine. | multiply | {
"a": 68,
"b": 89
} |
Assuming an organizational structure with 33.5 distinct departments, where each department employs seventy-five point two eight specialized contractors, determine the total contractor headcount. | multiply | {
"a": 33.5,
"b": 75.28
} |
What is 6 divided by 34? | divide | {
"a": 6,
"b": 34
} |
During a scientific experiment, 89.47 milliliters of solution A were mixed with seventy-four point five five milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 89.47,
"b": 74.55
} |
A fleet consists of 49.54 delivery vehicles, and each vehicle is scheduled to cover 84.82 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 49.54,
"b": 84.82
} |
Evaluate the mathematical expression resulting from the addition operation between the terms 22.97 and seventy point eight two. | add | {
"a": 22.97,
"b": 70.82
} |
I had fifty-nine dollars but I just spent seventy-three dollars on lunch. What is my remaining balance? | subtract | {
"a": 59,
"b": 73
} |
A logistics company needs to transport 45 metric tons of freight. If each cargo container has a strict weight limit of twenty tons, how many containers are required? | divide | {
"a": 45,
"b": 20
} |
An investment portfolio initially valued at 56.5 experienced a market correction resulting in a loss of 42.74. Compute the depreciated portfolio value. | subtract | {
"a": 56.5,
"b": 42.74
} |
A cryptographic function requires scaling a prime integer fifty-four point three three by a secondary key value of thirty-five point six three. Evaluate this product. | multiply | {
"a": 54.33,
"b": 35.63
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of eighty-two million kilometers over a duration of 47 continuous days. | divide | {
"a": 82,
"b": 47
} |
What is 79 minus 18? | subtract | {
"a": 79,
"b": 18
} |
If the initial count of active users is 45.18 and we experience an influx of thirty-one point six eight new registrations, what is the updated user base size? | add | {
"a": 45.18,
"b": 31.68
} |
Can you compute the product of 88 and 9? | multiply | {
"a": 88,
"b": 9
} |
I have ninety dollars and my friend gives me another twenty-five dollars. How much do I have now? | add | {
"a": 90,
"b": 25
} |
What do you get if you multiply 41 with ninety-two? | multiply | {
"a": 41,
"b": 92
} |
Given the quantities 35.29 and 47.46, determine their combined magnitude when aggregated. | add | {
"a": 35.29,
"b": 47.46
} |
thirty-nine take away 65 | subtract | {
"a": 39,
"b": 65
} |
Hey, double check this calculation for me: 12.9 multiplied by 21.42. | multiply | {
"a": 12.9,
"b": 21.42
} |
An airplane was flying at an altitude of five point five eight meters and descended by 94.45 meters. What is its new altitude? | subtract | {
"a": 5.58,
"b": 94.45
} |
During a chemical reaction, 54 grams of a reactant are consumed from an initial mass of 49 grams. How much of the reactant is left unreacted? | subtract | {
"a": 49,
"b": 54
} |
During a scientific experiment, thirteen milliliters of solution A were mixed with 16 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 13,
"b": 16
} |
The temperature was 86 degrees and it rose by seventy-four degrees. What is the current temperature? | add | {
"a": 86,
"b": 74
} |
If box A weighs 14.27 kg and box B weighs 87.96 kg, what is their total weight combined? | add | {
"a": 14.27,
"b": 87.96
} |
What is 81 plus ninety-seven? | add | {
"a": 81,
"b": 97
} |
The temperature was thirty point four six degrees and it rose by 33.5 degrees. What is the current temperature? | add | {
"a": 30.46,
"b": 33.5
} |
Find the difference between thirty-five and eighteen | subtract | {
"a": 35,
"b": 18
} |
A logistics company needs to transport 7 metric tons of freight. If each cargo container has a strict weight limit of seven tons, how many containers are required? | divide | {
"a": 7,
"b": 7
} |
Ratio of 33 to sixty-six | divide | {
"a": 33,
"b": 66
} |
Calculate the per-capita distribution when a gross domestic product figure of ninety point four two is divided among a population demographic of eighty-three point six seven. | divide | {
"a": 90.42,
"b": 83.67
} |
If I start with 20 and deduct 21, what's left? | subtract | {
"a": 20,
"b": 21
} |
Evaluate the quotient resulting from the equitable partition of the principal value fifty-one point eight one into exactly twenty-eight point zero one fractional segments. | divide | {
"a": 51.81,
"b": 28.01
} |
Product of eighteen and 100 | multiply | {
"a": 18,
"b": 100
} |
Calculate ten * sixteen | multiply | {
"a": 10,
"b": 16
} |
Go ahead and divide seventy-three point five two into 64.95 parts | divide | {
"a": 73.52,
"b": 64.95
} |
Subtract sixteen point nine five from 88.97. | subtract | {
"a": 88.97,
"b": 16.95
} |
How many times can the number 17 fit inside the number three? | divide | {
"a": 3,
"b": 17
} |
Hey assistant, I need to know the total of ninety-five point zero nine and nine point eight four. | add | {
"a": 95.09,
"b": 9.84
} |
If an event has a probability factor of forty-three and occurs across sixty-one independent trials, what is the expected frequency metric? | multiply | {
"a": 43,
"b": 61
} |
An airplane was flying at an altitude of eighty-two point two nine meters and descended by fifty-two point zero seven meters. What is its new altitude? | subtract | {
"a": 82.29,
"b": 52.07
} |
If a rocket's total fuel capacity is 77.64 gallons and it burns 32.91 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 77.64,
"b": 32.91
} |
Calculate 91 / fifty-eight | divide | {
"a": 91,
"b": 58
} |
12.71 take away ninety-three point six two | subtract | {
"a": 12.71,
"b": 93.62
} |
Given an overarching budget of 28, what is the maximum funding available per phase if the project is strictly partitioned into twenty-two equal phases? | divide | {
"a": 28,
"b": 22
} |
I have 5 dollars and my friend gives me another ten dollars. How much do I have now? | add | {
"a": 5,
"b": 10
} |
If a single ticket costs forty-three point eight four dollars, how much would it cost to buy 33.47 tickets? | multiply | {
"a": 43.84,
"b": 33.47
} |
How many times can the number 39 fit inside the number 59? | divide | {
"a": 59,
"b": 39
} |
Please compute the overarching sum formed by integrating the values 76 and forty into a single metric. | add | {
"a": 76,
"b": 40
} |
Subtract 17.47 from 41.88. | subtract | {
"a": 41.88,
"b": 17.47
} |
Can you tell me what remains when you subtract 53 from 87? | subtract | {
"a": 87,
"b": 53
} |
Calculate the compound total if a recurring metric of forty-nine is iterated exactly 34 times. | multiply | {
"a": 49,
"b": 34
} |
Calculate seventy-two / twenty-six | divide | {
"a": 72,
"b": 26
} |
Can you compute the product of 74.88 and 14.59? | multiply | {
"a": 74.88,
"b": 14.59
} |
Calculate sixty-three / 77 | divide | {
"a": 63,
"b": 77
} |
Can you tell me what remains when you subtract eight point one seven from ninety-nine point two six? | subtract | {
"a": 99.26,
"b": 8.17
} |
I had twenty-two dollars but I just spent 87 dollars on lunch. What is my remaining balance? | subtract | {
"a": 22,
"b": 87
} |
How many times can the number twenty-eight point four two fit inside the number eighty-nine point four six? | divide | {
"a": 89.46,
"b": 28.42
} |
Hey assistant, I need to know the total of sixty-four and sixty-three. | add | {
"a": 64,
"b": 63
} |
If you work for thirty-five hours at an hourly rate of 53 dollars, what is your gross pay? | multiply | {
"a": 53,
"b": 35
} |
If the initial count of active users is twelve and we experience an influx of ninety-two new registrations, what is the updated user base size? | add | {
"a": 12,
"b": 92
} |
Calculate sixty + 81 | add | {
"a": 60,
"b": 81
} |
Please compute the scalar multiple obtained by amplifying the base value fifty-four by a designated multiplier of 15. | multiply | {
"a": 54,
"b": 15
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of fifteen point eight three units and a transverse dimension of forty-one point two two units. | multiply | {
"a": 15.83,
"b": 41.22
} |
Please compute the combined value of twenty-two and thirty-nine. | add | {
"a": 22,
"b": 39
} |
If a total aggregate resource of forty-eight must be distributed uniformly across 38 independent nodes, what is the precise allocation per node? | divide | {
"a": 48,
"b": 38
} |
Sum of ten point one five and 56.02 | add | {
"a": 10.15,
"b": 56.02
} |
Please calculate the decrement of 40 by twenty-five, yielding the final reduced metric. | subtract | {
"a": 40,
"b": 25
} |
Given the quantities seventy-five point five six and 64.22, determine their combined magnitude when aggregated. | add | {
"a": 75.56,
"b": 64.22
} |
Hey, double check this calculation for me: sixty-four point seven one multiplied by 31.02. | multiply | {
"a": 64.71,
"b": 31.02
} |
During a chemical reaction, 41 grams of a reactant are consumed from an initial mass of 81 grams. How much of the reactant is left unreacted? | subtract | {
"a": 81,
"b": 41
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.