prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
During a scientific experiment, 28.14 milliliters of solution A were mixed with thirteen point one six milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 28.14,
"b": 13.16
} |
What is 16 groups of eight? | multiply | {
"a": 16,
"b": 8
} |
If a software algorithm processes twelve data points in the first pass and an extra 30 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 12,
"b": 30
} |
Can you compute the product of 94 and five? | multiply | {
"a": 94,
"b": 5
} |
The temperature was 37.46 degrees and it rose by forty-nine point one nine degrees. What is the current temperature? | add | {
"a": 37.46,
"b": 49.19
} |
A rectangle has a length of 23 cm and a width of 61 cm. Find its area. | multiply | {
"a": 23,
"b": 61
} |
Subtract eighty-eight from thirty-nine. | subtract | {
"a": 39,
"b": 88
} |
If a single ticket costs 74.13 dollars, how much would it cost to buy fifty point two three tickets? | multiply | {
"a": 74.13,
"b": 50.23
} |
In a financial projection, our initial revenue of thirty-one thousand was supplemented by an additional eighty thousand. Calculate the projected total. | add | {
"a": 31,
"b": 80
} |
If an initial budget allocation of 8 is drawn down by an expenditure of fifty, what is the residual amount? | subtract | {
"a": 8,
"b": 50
} |
If a concentrated chemical solution of forty-nine point three six molarity is diluted by a volume factor of eighty-five point one nine, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 49.36,
"b": 85.19
} |
Please compute the combined value of one point seven and 76.58. | add | {
"a": 1.7,
"b": 76.58
} |
Add 72 and twenty-one. | add | {
"a": 72,
"b": 21
} |
A dinner bill comes to 20.74 dollars and we want to split it evenly among 99.96 people. How much does each person owe? | divide | {
"a": 20.74,
"b": 99.96
} |
Can you split 48 evenly into eighty-four groups? | divide | {
"a": 48,
"b": 84
} |
If a single ticket costs 35.7 dollars, how much would it cost to buy 77.47 tickets? | multiply | {
"a": 35.7,
"b": 77.47
} |
A dinner bill comes to forty-two dollars and we want to split it evenly among 5 people. How much does each person owe? | divide | {
"a": 42,
"b": 5
} |
The temperature was 51 degrees and it rose by ninety degrees. What is the current temperature? | add | {
"a": 51,
"b": 90
} |
Divide 34.52 by 60.36. | divide | {
"a": 34.52,
"b": 60.36
} |
An investment portfolio initially valued at twenty-one point one experienced a market correction resulting in a loss of two point eight one. Compute the depreciated portfolio value. | subtract | {
"a": 21.1,
"b": 2.81
} |
What do you get if you multiply 59 with seventy? | multiply | {
"a": 59,
"b": 70
} |
Please compute the division of forty-nine point seven over 34.92. | divide | {
"a": 49.7,
"b": 34.92
} |
Could you please add twenty-seven point five six to 9.65 for me? | add | {
"a": 27.56,
"b": 9.65
} |
What is seventy-six minus 94? | subtract | {
"a": 76,
"b": 94
} |
Out of a total population of 66 items, 78 of them are defective. How many are non-defective? | subtract | {
"a": 66,
"b": 78
} |
Calculate the per-capita distribution when a gross domestic product figure of thirty-six point two eight is divided among a population demographic of twenty-two point nine. | divide | {
"a": 36.28,
"b": 22.9
} |
A rectangle has a length of forty-two point four eight cm and a width of eighty-four point nine eight cm. Find its area. | multiply | {
"a": 42.48,
"b": 84.98
} |
A network's maximum bandwidth is seventy-seven Mbps. If background processes consume fifty-nine Mbps, calculate the available bandwidth remaining. | subtract | {
"a": 77,
"b": 59
} |
A manufacturing plant produced seventy-three components, but quality control rejected 86 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 73,
"b": 86
} |
If an event has a probability factor of four and occurs across 64 independent trials, what is the expected frequency metric? | multiply | {
"a": 4,
"b": 64
} |
Product of forty-eight point three three and thirty-three point zero one | multiply | {
"a": 48.33,
"b": 33.01
} |
Out of a total population of 54 items, 36 of them are defective. How many are non-defective? | subtract | {
"a": 54,
"b": 36
} |
Please scale forty-eight point six four by a factor of 3.8. | multiply | {
"a": 48.64,
"b": 3.8
} |
Sum of ninety-four and 88 | add | {
"a": 94,
"b": 88
} |
If you work for sixty-five hours at an hourly rate of 18 dollars, what is your gross pay? | multiply | {
"a": 18,
"b": 65
} |
If an initial budget allocation of eleven is drawn down by an expenditure of 74, what is the residual amount? | subtract | {
"a": 11,
"b": 74
} |
A logistics company needs to transport 10.51 metric tons of freight. If each cargo container has a strict weight limit of forty-one point eight four tons, how many containers are required? | divide | {
"a": 10.51,
"b": 41.84
} |
A water tank contains ninety-seven liters. If we drain forty-one liters, how much water is left? | subtract | {
"a": 97,
"b": 41
} |
Add 37 and 67. | add | {
"a": 37,
"b": 67
} |
What is twelve point seven three divided by sixty-four point nine seven? | divide | {
"a": 12.73,
"b": 64.97
} |
Calculate seventy-six / thirty-one | divide | {
"a": 76,
"b": 31
} |
A manufacturing plant produced two components, but quality control rejected 32 of them for microscopic flaws. What is the yield of acceptable components? | subtract | {
"a": 2,
"b": 32
} |
A fleet consists of 4 delivery vehicles, and each vehicle is scheduled to cover 67 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 4,
"b": 67
} |
Divide 45.49 by 44.49. | divide | {
"a": 45.49,
"b": 44.49
} |
Given a starting inventory of twenty-one point one three units, what will be the final stock level following the dispatch of ninety-five point nine seven units to a distributor? | subtract | {
"a": 21.13,
"b": 95.97
} |
If the initial count of active users is 25.74 and we experience an influx of forty-one point three seven new registrations, what is the updated user base size? | add | {
"a": 25.74,
"b": 41.37
} |
Find the difference between fifty-two and 18 | subtract | {
"a": 52,
"b": 18
} |
Given a starting inventory of 92.55 units, what will be the final stock level following the dispatch of five point nine five units to a distributor? | subtract | {
"a": 92.55,
"b": 5.95
} |
Please compute the scalar multiple obtained by amplifying the base value twenty point two seven by a designated multiplier of eighty-eight point four eight. | multiply | {
"a": 20.27,
"b": 88.48
} |
If a software algorithm processes 69.05 data points in the first pass and an extra four point six nine data points in the second, what is the aggregate number of data points processed? | add | {
"a": 69.05,
"b": 4.69
} |
A dinner bill comes to 79 dollars and we want to split it evenly among 39 people. How much does each person owe? | divide | {
"a": 79,
"b": 39
} |
If a rocket's total fuel capacity is 34 gallons and it burns 95 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 34,
"b": 95
} |
What is forty point three two minus sixty-eight point seven one? | subtract | {
"a": 40.32,
"b": 68.71
} |
Assuming a baseline value of 27, what would the final figure be if we append a value of 49 to it? | add | {
"a": 27,
"b": 49
} |
Out of a total population of sixty-eight items, 51 of them are defective. How many are non-defective? | subtract | {
"a": 68,
"b": 51
} |
Calculate the compound total if a recurring metric of ten is iterated exactly 27 times. | multiply | {
"a": 10,
"b": 27
} |
If you work for fifty-two hours at an hourly rate of 70 dollars, what is your gross pay? | multiply | {
"a": 70,
"b": 52
} |
If a rocket's total fuel capacity is 30.0 gallons and it burns ninety-nine point seven gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 30,
"b": 99.7
} |
If a data center operates thirty-eight point five server racks, with each rack drawing exactly 56.15 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 38.5,
"b": 56.15
} |
Given a starting inventory of 20 units, what will be the final stock level following the dispatch of 26 units to a distributor? | subtract | {
"a": 20,
"b": 26
} |
Add 95 and 30. | add | {
"a": 95,
"b": 30
} |
An airplane was flying at an altitude of eighty-two point eight two meters and descended by eighty-six point eight one meters. What is its new altitude? | subtract | {
"a": 82.82,
"b": 86.81
} |
Calculate the compound total if a recurring metric of sixty-seven point one five is iterated exactly six point two one times. | multiply | {
"a": 67.15,
"b": 6.21
} |
Please evaluate the proportional relationship, or ratio, derived by fractionating the numerator fifty point seven six by the denominator 71.52. | divide | {
"a": 50.76,
"b": 71.52
} |
A construction project required 68.24 hours of labor in the first phase and an additional 44.22 hours in the finishing phase. What is the total labor investment? | add | {
"a": 68.24,
"b": 44.22
} |
What is 20.14 minus twenty point six? | subtract | {
"a": 20.14,
"b": 20.6
} |
If a rocket's total fuel capacity is 98 gallons and it burns 13 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 98,
"b": 13
} |
Assuming an organizational structure with 17.61 distinct departments, where each department employs 32.69 specialized contractors, determine the total contractor headcount. | multiply | {
"a": 17.61,
"b": 32.69
} |
What do you get when you combine sixty-five point seven eight and 14.33? | add | {
"a": 65.78,
"b": 14.33
} |
Please compute the overarching sum formed by integrating the values thirty-five and sixty-two into a single metric. | add | {
"a": 35,
"b": 62
} |
I have eighty point seven five dollars and my friend gives me another thirteen point nine one dollars. How much do I have now? | add | {
"a": 80.75,
"b": 13.91
} |
Calculate twenty-two point one nine - twenty-four point nine seven | subtract | {
"a": 22.19,
"b": 24.97
} |
Evaluate the mathematical expression resulting from the addition operation between the terms nineteen point four four and 39.34. | add | {
"a": 19.44,
"b": 39.34
} |
Please evaluate forty-one decremented by sixty-two. | subtract | {
"a": 41,
"b": 62
} |
Add 29 and sixty-six. | add | {
"a": 29,
"b": 66
} |
Can you tell me what remains when you subtract 25.8 from 59.11? | subtract | {
"a": 59.11,
"b": 25.8
} |
What is thirty-two plus seventy-two? | add | {
"a": 32,
"b": 72
} |
Calculate 15.54 + 69.81 | add | {
"a": 15.54,
"b": 69.81
} |
Divide 83 by 93. | divide | {
"a": 83,
"b": 93
} |
If a car travels 46.11 miles in seventy-three point zero two hours, what was its average speed in miles per hour? | divide | {
"a": 46.11,
"b": 73.02
} |
What is 35.44 groups of forty-six point two three? | multiply | {
"a": 35.44,
"b": 46.23
} |
I have 39.51 dollars and my friend gives me another thirty point six one dollars. How much do I have now? | add | {
"a": 39.51,
"b": 30.61
} |
Hey, double check this calculation for me: 96 multiplied by 1. | multiply | {
"a": 96,
"b": 1
} |
What is the quotient when ninety-six is divided by eighteen? | divide | {
"a": 96,
"b": 18
} |
An airplane was flying at an altitude of eighty-one meters and descended by thirty-three meters. What is its new altitude? | subtract | {
"a": 81,
"b": 33
} |
What is eighty-seven reduced by 63? | subtract | {
"a": 87,
"b": 63
} |
I had 43.74 dollars but I just spent 7.25 dollars on lunch. What is my remaining balance? | subtract | {
"a": 43.74,
"b": 7.25
} |
Please compute the division of 45.61 over three point two. | divide | {
"a": 45.61,
"b": 3.2
} |
If a software algorithm processes sixteen data points in the first pass and an extra 86 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 16,
"b": 86
} |
A store clerk sold nineteen units in the morning and thirty-eight units in the afternoon. What is the total sold? | add | {
"a": 19,
"b": 38
} |
If a concentrated chemical solution of 45.44 molarity is diluted by a volume factor of 47.49, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 45.44,
"b": 47.49
} |
A water tank contains 34.76 liters. If we drain 56.31 liters, how much water is left? | subtract | {
"a": 34.76,
"b": 56.31
} |
If a car travels 80 miles in fifty-four hours, what was its average speed in miles per hour? | divide | {
"a": 80,
"b": 54
} |
A fleet consists of 35 delivery vehicles, and each vehicle is scheduled to cover 51 miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 35,
"b": 51
} |
A cryptographic function requires scaling a prime integer 17 by a secondary key value of 59. Evaluate this product. | multiply | {
"a": 17,
"b": 59
} |
A freight train carries thirty-three tons of cargo. If an additional load weighing ninety-four tons is hitched at the next station, what is the cumulative weight? | add | {
"a": 33,
"b": 94
} |
An algorithmic task requires processing fifty-nine point three six megabytes of raw data using twenty-eight point seven one parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 59.36,
"b": 28.71
} |
Given the quantities 6.87 and 42.54, determine their combined magnitude when aggregated. | add | {
"a": 6.87,
"b": 42.54
} |
If a data center operates twenty-three point five server racks, with each rack drawing exactly 58.75 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 23.5,
"b": 58.75
} |
A store clerk sold 54.3 units in the morning and 59.01 units in the afternoon. What is the total sold? | add | {
"a": 54.3,
"b": 59.01
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.