prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
What is twenty-six reduced by 56? | subtract | {
"a": 26,
"b": 56
} |
An factory produces 100 items per hour. How many items does it make in forty-seven hours? | multiply | {
"a": 100,
"b": 47
} |
Please compute the division of 98.5 over fifty-seven point six eight. | divide | {
"a": 98.5,
"b": 57.68
} |
An airplane was flying at an altitude of twenty-nine meters and descended by 71 meters. What is its new altitude? | subtract | {
"a": 29,
"b": 71
} |
Calculate the compound total if a recurring metric of sixty-two is iterated exactly 25 times. | multiply | {
"a": 62,
"b": 25
} |
The temperature was fifty-six degrees and it rose by eighty-one degrees. What is the current temperature? | add | {
"a": 56,
"b": 81
} |
Can you compute the product of 52 and ninety-four? | multiply | {
"a": 52,
"b": 94
} |
A cryptographic function requires scaling a prime integer 2 by a secondary key value of 89. Evaluate this product. | multiply | {
"a": 2,
"b": 89
} |
What is 85 times seventy-eight? | multiply | {
"a": 85,
"b": 78
} |
Multiply twenty-nine by ninety-eight. | multiply | {
"a": 29,
"b": 98
} |
The temperature was 73.91 degrees and it rose by thirty-two point seven degrees. What is the current temperature? | add | {
"a": 73.91,
"b": 32.7
} |
How many times can the number eighteen fit inside the number 20? | divide | {
"a": 20,
"b": 18
} |
Add 33.25 and forty-six point eight three. | add | {
"a": 33.25,
"b": 46.83
} |
An airplane was flying at an altitude of 83.97 meters and descended by thirty-six point one three meters. What is its new altitude? | subtract | {
"a": 83.97,
"b": 36.13
} |
Please compute the division of 65.84 over ninety-seven point four seven. | divide | {
"a": 65.84,
"b": 97.47
} |
If you were to take a baseline reading of 71.41 and factor out a confounding variable measured at seventy-seven point five one, what is the adjusted baseline? | subtract | {
"a": 71.41,
"b": 77.51
} |
Given an overarching budget of 57, what is the maximum funding available per phase if the project is strictly partitioned into 18 equal phases? | divide | {
"a": 57,
"b": 18
} |
If a car travels ninety-two point three five miles in 25.96 hours, what was its average speed in miles per hour? | divide | {
"a": 92.35,
"b": 25.96
} |
Can you split fifty-one point three eight evenly into 72.55 groups? | divide | {
"a": 51.38,
"b": 72.55
} |
A fleet consists of 95.04 delivery vehicles, and each vehicle is scheduled to cover 94.8 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 95.04,
"b": 94.8
} |
An factory produces fifty-five point nine five items per hour. How many items does it make in 32.91 hours? | multiply | {
"a": 55.95,
"b": 32.91
} |
What is sixty-nine minus one hundred? | subtract | {
"a": 69,
"b": 100
} |
A manufacturing plant produced 41 components, but quality control rejected fifty-five of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 41,
"b": 55
} |
If the initial count of active users is three and we experience an influx of twenty new registrations, what is the updated user base size? | add | {
"a": 3,
"b": 20
} |
What do you get if you multiply 71.27 with fifty-five point five nine? | multiply | {
"a": 71.27,
"b": 55.59
} |
Assuming an organizational structure with 49 distinct departments, where each department employs sixty-five specialized contractors, determine the total contractor headcount. | multiply | {
"a": 49,
"b": 65
} |
Divide 96.93 by eighty-four point five nine. | divide | {
"a": 96.93,
"b": 84.59
} |
An investment portfolio initially valued at 14 experienced a market correction resulting in a loss of 86. Compute the depreciated portfolio value. | subtract | {
"a": 14,
"b": 86
} |
Calculate 2.01 + eighty-two point eight nine | add | {
"a": 2.01,
"b": 82.89
} |
Given a starting inventory of forty-three units, what will be the final stock level following the dispatch of 21 units to a distributor? | subtract | {
"a": 43,
"b": 21
} |
If a car travels four point two three miles in forty-six point seven eight hours, what was its average speed in miles per hour? | divide | {
"a": 4.23,
"b": 46.78
} |
Find the difference between 9.41 and twelve point five five | subtract | {
"a": 9.41,
"b": 12.55
} |
If you work for 30.57 hours at an hourly rate of forty-four point three eight dollars, what is your gross pay? | multiply | {
"a": 44.38,
"b": 30.57
} |
A store clerk sold eighty-three point three units in the morning and ten point six four units in the afternoon. What is the total sold? | add | {
"a": 83.3,
"b": 10.64
} |
An factory produces 2.56 items per hour. How many items does it make in 74.21 hours? | multiply | {
"a": 2.56,
"b": 74.21
} |
If a concentrated chemical solution of twenty-one molarity is diluted by a volume factor of forty-nine, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 21,
"b": 49
} |
An investment portfolio initially valued at 17.13 experienced a market correction resulting in a loss of 38.81. Compute the depreciated portfolio value. | subtract | {
"a": 17.13,
"b": 38.81
} |
A manufacturing plant produced seventy-five point nine nine components, but quality control rejected 33.39 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 75.99,
"b": 33.39
} |
What do you get when you combine 75.72 and forty-five point two one? | add | {
"a": 75.72,
"b": 45.21
} |
If a data center operates 75 server racks, with each rack drawing exactly sixty-two kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 75,
"b": 62
} |
Calculate sixty-eight * 15 | multiply | {
"a": 68,
"b": 15
} |
How many times can the number six point seven eight fit inside the number ninety-three point four three? | divide | {
"a": 93.43,
"b": 6.78
} |
What is 81.41 reduced by ninety-seven point five four? | subtract | {
"a": 81.41,
"b": 97.54
} |
Please calculate the decrement of 91 by seventeen, yielding the final reduced metric. | subtract | {
"a": 91,
"b": 17
} |
What is 60.53 minus fifty-eight point one five? | subtract | {
"a": 60.53,
"b": 58.15
} |
46 take away 34 | subtract | {
"a": 46,
"b": 34
} |
What do you get if you multiply fifty-four with 97? | multiply | {
"a": 54,
"b": 97
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of seventy-six million kilometers over a duration of 69 continuous days. | divide | {
"a": 76,
"b": 69
} |
You have a rope that is nine point seven eight meters long and you cut it into 43.45 equal pieces. How long is each piece? | divide | {
"a": 9.78,
"b": 43.45
} |
Calculate eighty-four point eight four + sixty-four point three six | add | {
"a": 84.84,
"b": 64.36
} |
Calculate 29 + thirty-two | add | {
"a": 29,
"b": 32
} |
How many times can the number seventy-two point two one fit inside the number ninety-one point zero eight? | divide | {
"a": 91.08,
"b": 72.21
} |
Assuming a baseline value of 61, what would the final figure be if we append a value of 27 to it? | add | {
"a": 61,
"b": 27
} |
Hey, double check this calculation for me: twenty-three point one one multiplied by seven. | multiply | {
"a": 23.11,
"b": 7
} |
Calculate twenty-seven point one * ninety-one point six eight | multiply | {
"a": 27.1,
"b": 91.68
} |
Sum of fifty-four point six eight and thirty-four point five | add | {
"a": 54.68,
"b": 34.5
} |
Please calculate the decrement of 37 by seventy-four, yielding the final reduced metric. | subtract | {
"a": 37,
"b": 74
} |
A logistics company needs to transport 62.48 metric tons of freight. If each cargo container has a strict weight limit of twenty-three point nine two tons, how many containers are required? | divide | {
"a": 62.48,
"b": 23.92
} |
If I start with eighty and deduct seventy-four, what's left? | subtract | {
"a": 80,
"b": 74
} |
A logistics company needs to transport ninety-one metric tons of freight. If each cargo container has a strict weight limit of 49 tons, how many containers are required? | divide | {
"a": 91,
"b": 49
} |
If an event has a probability factor of forty-seven and occurs across 92 independent trials, what is the expected frequency metric? | multiply | {
"a": 47,
"b": 92
} |
Hey assistant, I need to know the total of sixty point five two and sixty-three point three two. | add | {
"a": 60.52,
"b": 63.32
} |
What do you get if you multiply sixty-eight point zero eight with 92.42? | multiply | {
"a": 68.08,
"b": 92.42
} |
Subtract 61.38 from 53.7. | subtract | {
"a": 53.7,
"b": 61.38
} |
Product of sixty and fifty | multiply | {
"a": 60,
"b": 50
} |
Find the difference between four and fifty-five | subtract | {
"a": 4,
"b": 55
} |
During a chemical reaction, fifty-nine grams of a reactant are consumed from an initial mass of sixty-four grams. How much of the reactant is left unreacted? | subtract | {
"a": 64,
"b": 59
} |
A rectangle has a length of 12.36 cm and a width of 8.28 cm. Find its area. | multiply | {
"a": 12.36,
"b": 8.28
} |
seventy-five point one nine take away 79.57 | subtract | {
"a": 75.19,
"b": 79.57
} |
A freight train carries twenty-seven point five eight tons of cargo. If an additional load weighing 67.11 tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 27.58,
"b": 67.11
} |
Calculate ninety-one + 12 | add | {
"a": 91,
"b": 12
} |
Given the quantities sixty-four point five four and ninety-five point six nine, determine their combined magnitude when aggregated. | add | {
"a": 64.54,
"b": 95.69
} |
An factory produces 7 items per hour. How many items does it make in thirty-three hours? | multiply | {
"a": 7,
"b": 33
} |
Subtract 26 from forty-one. | subtract | {
"a": 41,
"b": 26
} |
A manufacturing plant produced 91 components, but quality control rejected 54 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 91,
"b": 54
} |
Hey assistant, I need to know the total of 85 and eighty-five. | add | {
"a": 85,
"b": 85
} |
A water tank contains 7.31 liters. If we drain 63.26 liters, how much water is left? | subtract | {
"a": 7.31,
"b": 63.26
} |
Evaluate the mathematical expression resulting from the addition operation between the terms twenty-one point five eight and 18.24. | add | {
"a": 21.58,
"b": 18.24
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of nineteen point three six units and a transverse dimension of 67.49 units. | multiply | {
"a": 19.36,
"b": 67.49
} |
Ratio of four point eight five to thirty-eight point one nine | divide | {
"a": 4.85,
"b": 38.19
} |
Assuming a baseline value of 63, what would the final figure be if we append a value of 90 to it? | add | {
"a": 63,
"b": 90
} |
How many times can the number 20 fit inside the number 87? | divide | {
"a": 87,
"b": 20
} |
A rectangle has a length of 73 cm and a width of thirty-one cm. Find its area. | multiply | {
"a": 73,
"b": 31
} |
If a car travels 8.72 miles in 28.14 hours, what was its average speed in miles per hour? | divide | {
"a": 8.72,
"b": 28.14
} |
Given a starting inventory of sixty-two point six units, what will be the final stock level following the dispatch of 64.38 units to a distributor? | subtract | {
"a": 62.6,
"b": 64.38
} |
Please evaluate 45.19 decremented by seventy-eight point seven nine. | subtract | {
"a": 45.19,
"b": 78.79
} |
If a car travels 2 miles in one hours, what was its average speed in miles per hour? | divide | {
"a": 2,
"b": 1
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of forty point six four units and a transverse dimension of 78.6 units. | multiply | {
"a": 40.64,
"b": 78.6
} |
Calculate 42.53 / 18.54 | divide | {
"a": 42.53,
"b": 18.54
} |
Please evaluate 93 decremented by nine. | subtract | {
"a": 93,
"b": 9
} |
Evaluate the mathematical expression resulting from the addition operation between the terms seventy-seven point six nine and ten point eight eight. | add | {
"a": 77.69,
"b": 10.88
} |
If a single ticket costs sixty-six dollars, how much would it cost to buy 36 tickets? | multiply | {
"a": 66,
"b": 36
} |
A dinner bill comes to thirty dollars and we want to split it evenly among fifty-five people. How much does each person owe? | divide | {
"a": 30,
"b": 55
} |
A network's maximum bandwidth is ninety-five point six seven Mbps. If background processes consume 81.41 Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 95.67,
"b": 81.41
} |
Find the difference between eighty-four point nine seven and thirty-one point one eight | subtract | {
"a": 84.97,
"b": 31.18
} |
Subtract 27 from nineteen. | subtract | {
"a": 19,
"b": 27
} |
A water tank contains 87 liters. If we drain seventy-seven liters, how much water is left? | subtract | {
"a": 87,
"b": 77
} |
A store clerk sold thirty-seven units in the morning and 46 units in the afternoon. What is the total sold? | add | {
"a": 37,
"b": 46
} |
What is the quotient when twenty-one is divided by twenty? | divide | {
"a": 21,
"b": 20
} |
During a chemical reaction, eighty-seven grams of a reactant are consumed from an initial mass of seventy-one grams. How much of the reactant is left unreacted? | subtract | {
"a": 71,
"b": 87
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.