prompt stringlengths 13 219 | tool stringclasses 4
values | args dict |
|---|---|---|
If a car travels 86.65 miles in 64.42 hours, what was its average speed in miles per hour? | divide | {
"a": 86.65,
"b": 64.42
} |
An airplane was flying at an altitude of seventeen point five six meters and descended by 46.19 meters. What is its new altitude? | subtract | {
"a": 17.56,
"b": 46.19
} |
Multiply sixty by fifty-two. | multiply | {
"a": 60,
"b": 52
} |
Calculate the per-capita distribution when a gross domestic product figure of seventeen is divided among a population demographic of 68. | divide | {
"a": 17,
"b": 68
} |
The temperature was nine point one degrees and it rose by sixty-seven point five four degrees. What is the current temperature? | add | {
"a": 9.1,
"b": 67.54
} |
If a data center operates 44.39 server racks, with each rack drawing exactly ninety-seven point nine eight kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 44.39,
"b": 97.98
} |
An investment portfolio initially valued at 73.75 experienced a market correction resulting in a loss of sixty-five point four six. Compute the depreciated portfolio value. | subtract | {
"a": 73.75,
"b": 65.46
} |
Please compute the overarching sum formed by integrating the values seventy-nine and 92 into a single metric. | add | {
"a": 79,
"b": 92
} |
In a machine learning model, a weight of 73 is applied to an input feature of magnitude 36. What is the resulting weighted activation? | multiply | {
"a": 73,
"b": 36
} |
Could you please add forty-two to 83 for me? | add | {
"a": 42,
"b": 83
} |
Calculate 29 + 95 | add | {
"a": 29,
"b": 95
} |
Determine the spatial area of a continuous surface defined by a longitudinal dimension of twenty-six point six six units and a transverse dimension of 81.06 units. | multiply | {
"a": 26.66,
"b": 81.06
} |
If a car travels 87 miles in seventy-two hours, what was its average speed in miles per hour? | divide | {
"a": 87,
"b": 72
} |
If a rocket's total fuel capacity is 15 gallons and it burns 3 gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 15,
"b": 3
} |
During a chemical reaction, 81 grams of a reactant are consumed from an initial mass of 24 grams. How much of the reactant is left unreacted? | subtract | {
"a": 24,
"b": 81
} |
What is ninety-three point five one times eighty-four point five nine? | multiply | {
"a": 93.51,
"b": 84.59
} |
Evaluate the mathematical expression resulting from the addition operation between the terms thirty-one and seventy-two. | add | {
"a": 31,
"b": 72
} |
Sum of twenty-six and forty-one | add | {
"a": 26,
"b": 41
} |
A rectangle has a length of ninety-seven cm and a width of six cm. Find its area. | multiply | {
"a": 97,
"b": 6
} |
Can you split eighty-one point seven three evenly into 80.06 groups? | divide | {
"a": 81.73,
"b": 80.06
} |
Calculate forty-six point four one - eighty-four point six three | subtract | {
"a": 46.41,
"b": 84.63
} |
During a scientific experiment, 8 milliliters of solution A were mixed with 78 milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 8,
"b": 78
} |
Calculate 65.71 * 39.0 | multiply | {
"a": 65.71,
"b": 39
} |
If an event has a probability factor of 97 and occurs across 19 independent trials, what is the expected frequency metric? | multiply | {
"a": 97,
"b": 19
} |
The temperature was ninety-one point eight eight degrees and it rose by 34.77 degrees. What is the current temperature? | add | {
"a": 91.88,
"b": 34.77
} |
If the initial count of active users is 77.65 and we experience an influx of ninety-three point four six new registrations, what is the updated user base size? | add | {
"a": 77.65,
"b": 93.46
} |
An investment portfolio initially valued at forty point zero nine experienced a market correction resulting in a loss of 22.76. Compute the depreciated portfolio value. | subtract | {
"a": 40.09,
"b": 22.76
} |
If a data center operates seventy-five point two six server racks, with each rack drawing exactly 48.39 kilowatts of power, calculate the total power consumption of the facility. | multiply | {
"a": 75.26,
"b": 48.39
} |
In a machine learning model, a weight of 72 is applied to an input feature of magnitude twenty-seven. What is the resulting weighted activation? | multiply | {
"a": 72,
"b": 27
} |
Assuming an organizational structure with 40.29 distinct departments, where each department employs forty-eight point five two specialized contractors, determine the total contractor headcount. | multiply | {
"a": 40.29,
"b": 48.52
} |
Please compute the overarching sum formed by integrating the values five and forty-four into a single metric. | add | {
"a": 5,
"b": 44
} |
If an initial budget allocation of 92 is drawn down by an expenditure of 17, what is the residual amount? | subtract | {
"a": 92,
"b": 17
} |
A fleet consists of thirteen delivery vehicles, and each vehicle is scheduled to cover eighty-four miles on its daily route. What is the cumulative mileage for the fleet? | multiply | {
"a": 13,
"b": 84
} |
A logistics company needs to transport twelve metric tons of freight. If each cargo container has a strict weight limit of 52 tons, how many containers are required? | divide | {
"a": 12,
"b": 52
} |
If you work for ninety-one point five seven hours at an hourly rate of 17.34 dollars, what is your gross pay? | multiply | {
"a": 17.34,
"b": 91.57
} |
A commercial farm has 1 rows of crops, and each row yields precisely eighty-three kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 1,
"b": 83
} |
Please scale 60.03 by a factor of fifty-six. | multiply | {
"a": 60.03,
"b": 56
} |
A commercial farm has 86.84 rows of crops, and each row yields precisely thirty point nine two kilograms of produce. What is the gross agricultural output? | multiply | {
"a": 86.84,
"b": 30.92
} |
Find the difference between 69 and eighty-nine | subtract | {
"a": 69,
"b": 89
} |
Calculate sixty-nine point seven two - fifty-six point zero seven | subtract | {
"a": 69.72,
"b": 56.07
} |
If a car travels 33 miles in thirty-five hours, what was its average speed in miles per hour? | divide | {
"a": 33,
"b": 35
} |
Please compute the division of 61 over 98. | divide | {
"a": 61,
"b": 98
} |
Subtract fifty point eight one from fifty-nine point six nine. | subtract | {
"a": 59.69,
"b": 50.81
} |
Subtract eighty-five point one six from thirty-six point zero eight. | subtract | {
"a": 36.08,
"b": 85.16
} |
What is 52.32 plus seventy-eight point zero five? | add | {
"a": 52.32,
"b": 78.05
} |
If the initial count of active users is 94.64 and we experience an influx of 94.7 new registrations, what is the updated user base size? | add | {
"a": 94.64,
"b": 94.7
} |
I have 93.81 dollars and my friend gives me another 23.65 dollars. How much do I have now? | add | {
"a": 93.81,
"b": 23.65
} |
Evaluate the quotient resulting from the equitable partition of the principal value 37.67 into exactly thirty-seven point five three fractional segments. | divide | {
"a": 37.67,
"b": 37.53
} |
What do you get when you combine eighty-nine point seven six and 51.43? | add | {
"a": 89.76,
"b": 51.43
} |
What do you get when you combine 51.67 and twenty-seven point nine four? | add | {
"a": 51.67,
"b": 27.94
} |
Can you compute the product of 62.12 and fifty-four point four nine? | multiply | {
"a": 62.12,
"b": 54.49
} |
A dinner bill comes to thirty-five dollars and we want to split it evenly among 77 people. How much does each person owe? | divide | {
"a": 35,
"b": 77
} |
An investment portfolio initially valued at 28.31 experienced a market correction resulting in a loss of 36.42. Compute the depreciated portfolio value. | subtract | {
"a": 28.31,
"b": 36.42
} |
If I start with 64.6 and deduct 88.05, what's left? | subtract | {
"a": 64.6,
"b": 88.05
} |
What is the quotient when fifteen is divided by 18? | divide | {
"a": 15,
"b": 18
} |
Please compute the combined value of seventy-eight point zero three and sixty-nine point two. | add | {
"a": 78.03,
"b": 69.2
} |
A logistics company needs to transport 67.66 metric tons of freight. If each cargo container has a strict weight limit of 81.08 tons, how many containers are required? | divide | {
"a": 67.66,
"b": 81.08
} |
I have 58 dollars and my friend gives me another ninety-nine dollars. How much do I have now? | add | {
"a": 58,
"b": 99
} |
If I distribute 64.91 among ninety-one point zero four entities, what does each one receive? | divide | {
"a": 64.91,
"b": 91.04
} |
Determine the net difference in magnitude when the value 61.53 is systematically deducted from the primary value 70.62. | subtract | {
"a": 70.62,
"b": 61.53
} |
If a rocket's total fuel capacity is seventy-six point two five gallons and it burns seventy-five point one four gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 76.25,
"b": 75.14
} |
If a concentrated chemical solution of seventy-six molarity is diluted by a volume factor of sixty-five, calculate the resulting molarity of the subdivided mixture. | divide | {
"a": 76,
"b": 65
} |
If you work for ten point one seven hours at an hourly rate of 73.5 dollars, what is your gross pay? | multiply | {
"a": 73.5,
"b": 10.17
} |
Please compute the combined value of sixty and 79. | add | {
"a": 60,
"b": 79
} |
How many times can the number forty-six point one three fit inside the number seventy point two nine? | divide | {
"a": 70.29,
"b": 46.13
} |
Determine the uniform speed necessary for a spacecraft to traverse a distance of seventeen million kilometers over a duration of 91 continuous days. | divide | {
"a": 17,
"b": 91
} |
Please scale eighty-seven point eight three by a factor of 99.24. | multiply | {
"a": 87.83,
"b": 99.24
} |
What is thirty-six times 35? | multiply | {
"a": 36,
"b": 35
} |
If I distribute 89.58 among 75.76 entities, what does each one receive? | divide | {
"a": 89.58,
"b": 75.76
} |
If a rocket's total fuel capacity is 11 gallons and it burns eighteen gallons during liftoff, what is the precise volume of fuel remaining in the tanks? | subtract | {
"a": 11,
"b": 18
} |
If you were to take a baseline reading of 30 and factor out a confounding variable measured at five, what is the adjusted baseline? | subtract | {
"a": 30,
"b": 5
} |
Evaluate the quotient resulting from the equitable partition of the principal value 82 into exactly 36 fractional segments. | divide | {
"a": 82,
"b": 36
} |
What is 53.3 minus 21.72? | subtract | {
"a": 53.3,
"b": 21.72
} |
Calculate the compound total if a recurring metric of sixty-one point zero three is iterated exactly forty-two point seven eight times. | multiply | {
"a": 61.03,
"b": 42.78
} |
Given a starting inventory of 39 units, what will be the final stock level following the dispatch of thirty-one units to a distributor? | subtract | {
"a": 39,
"b": 31
} |
A cryptographic function requires scaling a prime integer fifty-two point one one by a secondary key value of seventy-two point nine seven. Evaluate this product. | multiply | {
"a": 52.11,
"b": 72.97
} |
If a software algorithm processes 23.81 data points in the first pass and an extra 7.08 data points in the second, what is the aggregate number of data points processed? | add | {
"a": 23.81,
"b": 7.08
} |
What is ninety-six reduced by 52? | subtract | {
"a": 96,
"b": 52
} |
Calculate the compound total if a recurring metric of 89 is iterated exactly fifty-nine times. | multiply | {
"a": 89,
"b": 59
} |
A dinner bill comes to 89.3 dollars and we want to split it evenly among forty-nine point six nine people. How much does each person owe? | divide | {
"a": 89.3,
"b": 49.69
} |
An factory produces 12.73 items per hour. How many items does it make in fifty-three point nine four hours? | multiply | {
"a": 12.73,
"b": 53.94
} |
If a single ticket costs 42.91 dollars, how much would it cost to buy four point zero three tickets? | multiply | {
"a": 42.91,
"b": 4.03
} |
Can you compute the product of 27 and sixty-eight? | multiply | {
"a": 27,
"b": 68
} |
Determine the net difference in magnitude when the value 31.76 is systematically deducted from the primary value 67.16. | subtract | {
"a": 67.16,
"b": 31.76
} |
During a scientific experiment, 38.84 milliliters of solution A were mixed with thirty-three point three eight milliliters of solution B. What is the total volume of the resulting mixture? | add | {
"a": 38.84,
"b": 33.38
} |
In a machine learning model, a weight of 2 is applied to an input feature of magnitude sixty-three. What is the resulting weighted activation? | multiply | {
"a": 2,
"b": 63
} |
Given a starting inventory of fifty-seven point five four units, what will be the final stock level following the dispatch of 24.33 units to a distributor? | subtract | {
"a": 57.54,
"b": 24.33
} |
A centralized database handles 52.57 queries over a designated timeframe of 27.05 seconds. Determine the system's throughput in queries per second. | divide | {
"a": 52.57,
"b": 27.05
} |
A centralized database handles fifty-two point five queries over a designated timeframe of sixty-six point two one seconds. Determine the system's throughput in queries per second. | divide | {
"a": 52.5,
"b": 66.21
} |
You have a rope that is 58 meters long and you cut it into seventy-nine equal pieces. How long is each piece? | divide | {
"a": 58,
"b": 79
} |
What is thirty-four point three seven times 17.53? | multiply | {
"a": 34.37,
"b": 17.53
} |
An factory produces fifteen point one five items per hour. How many items does it make in 99.42 hours? | multiply | {
"a": 15.15,
"b": 99.42
} |
What do you get when you combine forty point nine and forty-nine point two six? | add | {
"a": 40.9,
"b": 49.26
} |
Calculate two / 67 | divide | {
"a": 2,
"b": 67
} |
A dinner bill comes to seventy-nine dollars and we want to split it evenly among seventy people. How much does each person owe? | divide | {
"a": 79,
"b": 70
} |
Out of a total population of 14 items, eighty of them are defective. How many are non-defective? | subtract | {
"a": 14,
"b": 80
} |
An factory produces seventy-four items per hour. How many items does it make in eighty-one hours? | multiply | {
"a": 74,
"b": 81
} |
What is twenty point four one groups of sixty point six four? | multiply | {
"a": 20.41,
"b": 60.64
} |
An algorithmic task requires processing 76 megabytes of raw data using 18 parallel computing threads. What is the data load handled by an individual thread? | divide | {
"a": 76,
"b": 18
} |
Ratio of ninety-one point seven four to sixty-one point two seven | divide | {
"a": 91.74,
"b": 61.27
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.