ID
stringlengths
7
8
Question
stringlengths
22
83
Answer
float64
1
1.54M
Type
stringclasses
4 values
Body
stringlengths
21
229
Equation
stringlengths
13
29
CoT_example
stringlengths
134
355
Full_question
stringlengths
84
290
question_embedding
list
rationale_embedding
list
answer_embedding
list
chal-397
How many nails does John need for the house wall?
32
Multiplication
For the walls of the house John would use large planks of wood. Each plank needs 2 pieces of nails to be secured and he would use 16 planks.
( 16.0 * 2.0 )
Question: For the walls of the house John would use large planks of wood. Each plank needs 2 pieces of nails to be secured and he would use 16 planks.How many nails does John need for the house wall? Thought: ( 16.0 * 2.0 ) Answer: 32.0
For the walls of the house John would use large planks of wood. Each plank needs 2 pieces of nails to be secured and he would use 16 planks.How many nails does John need for the house wall?
[ -0.015447585843503475, 0.010430415160953999, 0.03244197368621826, 0.03782791271805763, -0.05641671270132065, -0.018994595855474472, 0.02174571342766285, -0.0213612150400877, 0.03089393489062786, 0.04554982855916023, 0.019018305465579033, 0.00998653657734394, -0.03940080851316452, -0.068114...
[ -0.05619281530380249, -0.08418041467666626, -0.0017602595034986734, 0.05130823329091072, -0.021379699930548668, -0.0006002839654684067, 0.009009204804897308, -0.025300106033682823, 0.007351487874984741, -0.039677198976278305, 0.015274259261786938, -0.03503124415874481, -0.022077657282352448,...
[ -0.09038785099983215, -0.06332904100418091, -0.012357983738183975, 0.04968006908893585, -0.04834137484431267, 0.015456018969416618, -0.004070807248353958, 0.026563037186861038, -0.01741614378988743, -0.02761778235435486, 0.032826367765665054, -0.036904703825712204, 0.013759211637079716, 0....
chal-457
How many cookies did Paco eat?
21
Subtraction
Paco had 28 cookies. He ate some of them and had 7 cookies left.
( 28.0 - 7.0 )
Question: Paco had 28 cookies. He ate some of them and had 7 cookies left.How many cookies did Paco eat? Thought: ( 28.0 - 7.0 ) Answer: 21.0
Paco had 28 cookies. He ate some of them and had 7 cookies left.How many cookies did Paco eat?
[ 0.030771223828196526, -0.025822490453720093, 0.009701843373477459, -0.005496730096638203, -0.01818348839879036, -0.010771309025585651, -0.00028124285745434463, 0.055606868118047714, 0.014907141216099262, 0.07334700226783752, 0.02060757763683796, -0.003230887930840254, -0.037069931626319885, ...
[ -0.06523556262254715, -0.04388808831572533, -0.037159185856580734, 0.014191778376698494, -0.04643193632364273, 0.006479151546955109, -0.04565189406275749, 0.01931566558778286, 0.019296474754810333, -0.033265188336372375, 0.001511152251623571, 0.04695403203368187, 0.04825400188565254, 0.074...
[ -0.060096465051174164, -0.044846754521131516, 0.009559748694300652, -0.06591789424419403, -0.06894459575414658, 0.0072072637267410755, 0.027418354526162148, 0.011311069130897522, -0.0038591837510466576, 0.06681784242391586, 0.04475655406713486, -0.06415901333093643, 0.02954605594277382, 0....
chal-783
How many apples did the tree have to begin with?
12
Addition
Rachel picked 6 ripe apples from her tree. Now the tree has 2 ripe apples and 4 unripe apples.
( ( 6.0 + 2.0 ) + 4.0 )
Question: Rachel picked 6 ripe apples from her tree. Now the tree has 2 ripe apples and 4 unripe apples.How many apples did the tree have to begin with? Thought: ( ( 6.0 + 2.0 ) + 4.0 ) Answer: 12.0
Rachel picked 6 ripe apples from her tree. Now the tree has 2 ripe apples and 4 unripe apples.How many apples did the tree have to begin with?
[ 0.006982601247727871, -0.022467201575636864, -0.004153421614319086, 0.08309280127286911, -0.02207244373857975, -0.03928819298744202, -0.007260267157107592, -0.009397567249834538, -0.0006543719791807234, 0.037352077662944794, 0.0867321565747261, -0.013591672293841839, -0.02206144481897354, ...
[ -0.009054475463926792, -0.028163332492113113, -0.008543770760297775, 0.04314965754747391, -0.033621907234191895, 0.026278512552380562, -0.01625099964439869, -0.04701533168554306, -0.01281323004513979, -0.05991174653172493, -0.002985094441100955, 0.002208475722000003, 0.029024353250861168, ...
[ -0.06013304367661476, 0.012307839468121529, -0.012040577828884125, -0.03432827070355415, -0.04015763849020004, 0.008553452789783478, 0.021960344165563583, 0.006196069531142712, -0.02141503617167473, 0.019444087520241737, 0.06044209003448486, -0.02322976104915142, 0.006649361923336983, 0.10...
chal-649
How many will each of the boys receive?
2
Common-Division
In Haley's class 4 are boys who love to play marbles. If Haley has 23 marbles and wants to keep 15 marbles for herself
( ( 23.0 - 15.0 ) / 4.0 )
Question: In Haley's class 4 are boys who love to play marbles. If Haley has 23 marbles and wants to keep 15 marbles for herselfHow many will each of the boys receive? Thought: ( ( 23.0 - 15.0 ) / 4.0 ) Answer: 2.0
In Haley's class 4 are boys who love to play marbles. If Haley has 23 marbles and wants to keep 15 marbles for herselfHow many will each of the boys receive?
[ 0.03730497509241104, 0.02114080637693405, -0.005206039175391197, 0.13608257472515106, -0.005392993334680796, -0.010518333874642849, 0.04264390468597412, 0.018293902277946472, -0.08232880383729935, 0.07708628475666046, 0.0505937896668911, -0.0401904471218586, -0.012005940079689026, -0.01597...
[ -0.03364522382616997, -0.08630936592817307, -0.024886375293135643, -0.013534567318856716, -0.03755134716629982, 0.01881863921880722, -0.010119053535163403, 0.026059238240122795, -0.02701539359986782, -0.0120084872469306, 0.032341815531253815, -0.01843639649450779, 0.047767966985702515, 0.0...
[ -0.01659764163196087, 0.04547042399644852, 0.009721538051962852, -0.023943396285176277, -0.05432194098830223, 0.010013990104198456, -0.026927638798952103, 0.020270105451345444, -0.017288602888584137, -0.031081626191735268, 0.12125037610530853, -0.06142149493098259, -0.06044986471533775, 0....
chal-326
How many bookshelves does he have?
19
Common-Division
Bryan took a look at his books as well. Each bookshelf contains 2 books. If he has a total of 38 books
( 38.0 / 2.0 )
Question: Bryan took a look at his books as well. Each bookshelf contains 2 books. If he has a total of 38 booksHow many bookshelves does he have? Thought: ( 38.0 / 2.0 ) Answer: 19.0
Bryan took a look at his books as well. Each bookshelf contains 2 books. If he has a total of 38 booksHow many bookshelves does he have?
[ 0.02333148568868637, -0.0011617651907727122, -0.019911764189600945, 0.06366942077875137, -0.05381975695490837, 0.009087849408388138, 0.08198081701993942, 0.036762889474630356, 0.03141803294420242, 0.03327970579266548, 0.006934639997780323, 0.02048768289387226, -0.010908840224146843, -0.023...
[ -0.021009957417845726, -0.06974169611930847, -0.04606728255748749, 0.03302846848964691, -0.052294883877038956, 0.006599270273000002, -0.020768849179148674, 0.03229217603802681, -0.004608012270182371, -0.04009231552481651, 0.0249186921864748, 0.002871385309845209, 0.0003975963918492198, 0.0...
[ -0.08062512427568436, -0.044701892882585526, -0.010319254361093044, -0.07499045133590698, -0.07598699629306793, -0.00781452190130949, 0.014421847648918629, -0.0006906852941028774, -0.01568584144115448, 0.052198559045791626, 0.0693150982260704, -0.016058675944805145, 0.03450481966137886, 0....
chal-155
How many more kids did she play with on monday than on wednesday?
2
Subtraction
Julia played tag with 4 kids on wednesday. She had played with 6 kids on monday and 17 kids on tuesday.
( 6.0 - 4.0 )
Question: Julia played tag with 4 kids on wednesday. She had played with 6 kids on monday and 17 kids on tuesday.How many more kids did she play with on monday than on wednesday? Thought: ( 6.0 - 4.0 ) Answer: 2.0
Julia played tag with 4 kids on wednesday. She had played with 6 kids on monday and 17 kids on tuesday.How many more kids did she play with on monday than on wednesday?
[ 0.005950589664280415, -0.057715773582458496, -0.020005857571959496, 0.05042572319507599, -0.04127570241689682, -0.02311539277434349, 0.02407235838472843, 0.00019435706781223416, -0.02124999836087227, 0.06485403329133987, 0.039188504219055176, 0.012635531835258007, -0.027007516473531723, 0....
[ -0.039075013250112534, -0.02563820220530033, -0.0369318462908268, 0.04563910514116287, -0.031701717525720596, -0.02853313274681568, -0.040579527616500854, -0.02332456409931183, -0.006873658392578363, -0.02818048559129238, 0.013104723766446114, 0.025895530357956886, 0.04910242557525635, 0.0...
[ -0.01659764163196087, 0.04547042399644852, 0.009721538051962852, -0.023943396285176277, -0.05432194098830223, 0.010013990104198456, -0.026927638798952103, 0.020270105451345444, -0.017288602888584137, -0.031081626191735268, 0.12125037610530853, -0.06142149493098259, -0.06044986471533775, 0....
chal-450
How many more pieces of candy than chocolate did Bobby eat?
58
Subtraction
Bobby ate 38 pieces of candy. Then he ate 36 more. He also ate 16 pieces of chocolate.
( ( 38.0 + 36.0 ) - 16.0 )
Question: Bobby ate 38 pieces of candy. Then he ate 36 more. He also ate 16 pieces of chocolate.How many more pieces of candy than chocolate did Bobby eat? Thought: ( ( 38.0 + 36.0 ) - 16.0 ) Answer: 58.0
Bobby ate 38 pieces of candy. Then he ate 36 more. He also ate 16 pieces of chocolate.How many more pieces of candy than chocolate did Bobby eat?
[ 0.03943183645606041, -0.00623518880456686, 0.005658937152475119, 0.05204358324408531, -0.03404980152845383, -0.0053942822851240635, -0.04738931357860565, 0.02759552374482155, -0.09862274676561356, 0.050594743341207504, 0.054876189678907394, 0.024598397314548492, -0.040641579777002335, -0.0...
[ -0.02645617537200451, -0.07043112069368362, -0.031203484162688255, 0.03891356289386749, -0.043925121426582336, 0.007076146546751261, -0.04728079214692116, -0.010223228484392166, 0.013129618018865585, -0.07946876436471939, -0.015480183064937592, 0.040335435420274734, 0.031178168952465057, 0...
[ -0.06337400525808334, -0.07899578660726547, -0.0015236960025504231, 0.007759945932775736, -0.05442807823419571, 0.009255028329789639, -0.011643058620393276, 0.014851859770715237, 0.028065863996744156, -0.014098822139203548, 0.015823153778910637, 0.008299476467072964, 0.03906293585896492, 0...
chal-360
How many more peaches does Steven have than Jill?
27
Addition
Jake has 9 fewer peaches than Steven and 18 more peaches than Jill. Steven has 16 peaches.
( 9.0 + 18.0 )
Question: Jake has 9 fewer peaches than Steven and 18 more peaches than Jill. Steven has 16 peaches.How many more peaches does Steven have than Jill? Thought: ( 9.0 + 18.0 ) Answer: 27.0
Jake has 9 fewer peaches than Steven and 18 more peaches than Jill. Steven has 16 peaches.How many more peaches does Steven have than Jill?
[ -0.0031156607437878847, 0.009677681140601635, -0.018791358917951584, 0.04844438657164574, -0.04473917931318283, -0.033946339040994644, 0.009197957813739777, -0.01707042008638382, 0.025134025141596794, 0.04409308731555939, 0.05249679461121559, -0.00969662144780159, -0.0012773295165970922, -...
[ -0.03534996137022972, -0.05253584682941437, -0.0049074566923081875, 0.0026441356167197227, -0.0271601565182209, 0.01154524739831686, -0.0172472782433033, -0.05080122873187065, -0.00999007374048233, -0.03613436222076416, 0.038808874785900116, 0.018286343663930893, 0.026843857020139694, 0.08...
[ -0.05751967057585716, -0.07908172160387039, -0.012314405292272568, -0.024963118135929108, -0.0638202652335167, 0.022355563938617706, -0.00006619338819291443, 0.025358283892273903, 0.015630405396223068, 0.006615868303924799, 0.03022751770913601, -0.010252372361719608, 0.04509337618947029, 0...
chal-190
How many more emails did Jack receive in the morning than in the afternoon?
4
Subtraction
Jack received 6 emails in the morning and 2 emails in the afternoon.
( 6.0 - 2.0 )
Question: Jack received 6 emails in the morning and 2 emails in the afternoon.How many more emails did Jack receive in the morning than in the afternoon? Thought: ( 6.0 - 2.0 ) Answer: 4.0
Jack received 6 emails in the morning and 2 emails in the afternoon.How many more emails did Jack receive in the morning than in the afternoon?
[ 0.05377494543790817, -0.021229414269328117, -0.006724915467202663, 0.049084682017564774, -0.0768222063779831, 0.010413172654807568, 0.009230244904756546, -0.021623240783810616, -0.046583402901887894, 0.02354303002357483, 0.05837292969226837, -0.04104165732860565, -0.051279615610837936, -0....
[ -0.013051600195467472, -0.01801656372845173, -0.031166408210992813, 0.05351271107792854, -0.049588315188884735, -0.031546372920274734, -0.03752361983060837, -0.013508929871022701, 0.002653267700225115, -0.03763744980096817, 0.03083036281168461, 0.03193606808781624, 0.04368467256426811, 0.1...
[ -0.040532637387514114, -0.0048672654666006565, -0.005935806781053543, -0.00025599831133149564, -0.05344543606042862, -0.014807682484388351, -0.01735995151102543, -0.013171347789466381, -0.038721539080142975, -0.02923288568854332, 0.0946599692106247, -0.04835733026266098, -0.03029067441821098...
chal-514
How many more wrappers than bottle caps does danny have now?
16
Subtraction
Danny collects bottle caps and wrappers. He found 10 bottle caps and 62 wrappers at the park. Now he has 27 bottle caps and 43 wrappers in his collection.
( 43.0 - 27.0 )
Question: Danny collects bottle caps and wrappers. He found 10 bottle caps and 62 wrappers at the park. Now he has 27 bottle caps and 43 wrappers in his collection.How many more wrappers than bottle caps does danny have now? Thought: ( 43.0 - 27.0 ) Answer: 16.0
Danny collects bottle caps and wrappers. He found 10 bottle caps and 62 wrappers at the park. Now he has 27 bottle caps and 43 wrappers in his collection.How many more wrappers than bottle caps does danny have now?
[ 0.021850064396858215, 0.002949552144855261, -0.013269842602312565, 0.07368890941143036, -0.033383458852767944, -0.024140486493706703, 0.03649980202317238, 0.001827745116315782, 0.03367967903614044, 0.023791195824742317, 0.017082056030631065, 0.0700046718120575, -0.029087083414196968, -0.01...
[ -0.04959744215011597, -0.05899503827095032, -0.0341339148581028, 0.05117093399167061, -0.054092202335596085, 0.013847227208316326, -0.050933025777339935, 0.02144697867333889, -0.03548626974225044, -0.05944042652845383, -0.024459369480609894, 0.016628963872790337, 0.06243486329913139, 0.039...
[ -0.08466367423534393, -0.019033081829547882, -0.006217012647539377, 0.012648248113691807, -0.0432465486228466, -0.0173494890332222, 0.013646441511809826, 0.004581958521157503, 0.00630243169143796, -0.0026875408366322517, 0.068720243871212, -0.02075549028813839, -0.048429831862449646, 0.072...
chal-669
How many more pastries than cakes did baker sell?
24
Subtraction
Baker made 54 cakes and 143 pastries. If he sold 68 cakes and 92 pastries
( 92.0 - 68.0 )
Question: Baker made 54 cakes and 143 pastries. If he sold 68 cakes and 92 pastriesHow many more pastries than cakes did baker sell? Thought: ( 92.0 - 68.0 ) Answer: 24.0
Baker made 54 cakes and 143 pastries. If he sold 68 cakes and 92 pastriesHow many more pastries than cakes did baker sell?
[ 0.006917164195328951, -0.03192216530442238, -0.019444450736045837, 0.08478154242038727, -0.06809736788272858, -0.026272563263773918, 0.015733804553747177, 0.017323989421129227, -0.04797869548201561, 0.048009444028139114, 0.025970034301280975, -0.03076365776360035, -0.023461703211069107, -0...
[ -0.07503814250230789, -0.01902639865875244, -0.011341067031025887, 0.022963088005781174, -0.03480472043156624, -0.0074034505523741245, -0.05377472937107086, -0.019947076216340065, 0.0007168277516029775, -0.033610668033361435, -0.0026796862948685884, 0.02318558469414711, 0.06600341200828552, ...
[ -0.06642386317253113, -0.02356824092566967, 0.0034133736044168472, -0.033079516142606735, -0.05544575676321983, 0.04387618973851204, 0.04094446823000908, 0.016509363427758217, -0.06683236360549927, 0.03887290507555008, 0.07900504022836685, -0.08172691613435745, -0.01745959371328354, 0.0867...
chal-745
How many more apps than files does he have left on the phone?
17
Subtraction
Dave had 15 apps and 24 files on his phone. After deleting some apps and files he had 21 apps and 4 files left.
( 21.0 - 4.0 )
Question: Dave had 15 apps and 24 files on his phone. After deleting some apps and files he had 21 apps and 4 files left.How many more apps than files does he have left on the phone? Thought: ( 21.0 - 4.0 ) Answer: 17.0
Dave had 15 apps and 24 files on his phone. After deleting some apps and files he had 21 apps and 4 files left.How many more apps than files does he have left on the phone?
[ 0.031458090990781784, -0.044964779168367386, -0.03846731036901474, 0.03491911664605141, -0.04333929717540741, 0.011161099188029766, 0.02154523879289627, 0.035683922469615936, 0.0011368215782567859, 0.06277473270893097, 0.01223993580788374, -0.022107776254415512, 0.006379207130521536, -0.04...
[ -0.06218714267015457, -0.057041507214307785, -0.020976532250642776, 0.008251199498772621, -0.04661037400364876, -0.010365311056375504, -0.03632745519280434, -0.008659417741000652, -0.00787596870213747, 0.020908953621983528, 0.03762321546673775, -0.024727461859583855, 0.05727113038301468, 0...
[ -0.07799353450536728, -0.07401427626609802, 0.00046735446085222065, -0.024677934125065804, -0.05945060774683952, -0.007112585939466953, 0.005592352245002985, 0.005492952652275562, -0.014353405684232712, 0.0021893077064305544, 0.06209737807512283, 0.006477286107838154, -0.0033410487230867147,...
chal-302
How many more cups of flour than cups of sugar does she need to add now?
3
Subtraction
Mary is baking a cake. The recipe calls for 14 cups of flour and 6 cups of sugar. She already put in 5 cups of flour.
( ( 14.0 - 5.0 ) - 6.0 )
Question: Mary is baking a cake. The recipe calls for 14 cups of flour and 6 cups of sugar. She already put in 5 cups of flour.How many more cups of flour than cups of sugar does she need to add now? Thought: ( ( 14.0 - 5.0 ) - 6.0 ) Answer: 3.0
Mary is baking a cake. The recipe calls for 14 cups of flour and 6 cups of sugar. She already put in 5 cups of flour.How many more cups of flour than cups of sugar does she need to add now?
[ 0.028946101665496826, -0.015172667801380157, 0.006850719917565584, 0.04332030937075615, -0.027761971578001976, -0.012302666902542114, -0.08432354032993317, -0.03027939423918724, -0.0455082543194294, 0.03997882828116417, 0.04330841079354286, -0.017291776835918427, -0.005279533565044403, 0.0...
[ -0.040007662028074265, -0.06959870457649231, -0.041154440492391586, 0.04331731051206589, -0.05860880762338638, 0.008111733943223953, -0.015069279819726944, -0.01464217621833086, -0.013124428689479828, -0.07098666578531265, 0.004152797628194094, 0.007087841629981995, 0.04216630384325981, 0....
[ 0.00035849527921527624, -0.031201450154185295, 0.002508861478418112, -0.02121655084192753, -0.06279600411653519, 0.0026176662649959326, -0.01872706227004528, 0.010333418846130371, -0.04929104447364807, -0.02983672358095646, 0.09147772192955017, -0.035939112305641174, -0.030550342053174973, ...
chal-632
How many more bottles of regular soda than diet soda did they have?
26
Subtraction
A grocery store had 79 bottles of regular soda, 53 bottles of diet soda and 42 apples.
( 79.0 - 53.0 )
Question: A grocery store had 79 bottles of regular soda, 53 bottles of diet soda and 42 apples.How many more bottles of regular soda than diet soda did they have? Thought: ( 79.0 - 53.0 ) Answer: 26.0
A grocery store had 79 bottles of regular soda, 53 bottles of diet soda and 42 apples.How many more bottles of regular soda than diet soda did they have?
[ 0.025592442601919174, -0.029697244986891747, 0.0010268473997712135, 0.03880184888839722, -0.05227508023381233, -0.01807859167456627, 0.012555064633488655, 0.0027406641747802496, -0.040300965309143066, 0.05477668717503548, 0.04087735712528229, 0.03923521563410759, -0.030302850529551506, 0.0...
[ -0.053725313395261765, -0.028472354635596275, -0.02658924274146557, 0.050833601504564285, -0.05626678466796875, -0.011179622262716293, -0.05984732136130333, -0.015304271131753922, -0.017768027260899544, -0.052421338856220245, -0.015231496654450893, 0.018685612827539444, 0.06120077893137932, ...
[ -0.05714617669582367, -0.03468381240963936, -0.016907820478081703, -0.03317558392882347, -0.05015645921230316, 0.023444613441824913, 0.010929926298558712, 0.02305273339152336, 0.0161031074821949, 0.03901996091008186, 0.03281088545918465, -0.03142398223280907, 0.04217934235930443, 0.1062080...
chal-56
How many tomatoes did he pick in all?
204
Addition
A farmer had 90 tomatoes in his garden. If he picked 154 of them yesterday and 50 today.
( 154.0 + 50.0 )
Question: A farmer had 90 tomatoes in his garden. If he picked 154 of them yesterday and 50 today.How many tomatoes did he pick in all? Thought: ( 154.0 + 50.0 ) Answer: 204.0
A farmer had 90 tomatoes in his garden. If he picked 154 of them yesterday and 50 today.How many tomatoes did he pick in all?
[ -0.008369890972971916, -0.01938341185450554, -0.011971919797360897, 0.0823829174041748, -0.04592740163207054, -0.05213054269552231, 0.007050318643450737, 0.016197003424167633, -0.04866773262619972, 0.06347149610519409, 0.057883430272340775, 0.013535905629396439, -0.025703376159071922, -0.0...
[ -0.051747895777225494, -0.08033283054828644, -0.018755432218313217, 0.07922948896884918, 0.0029698568396270275, 0.004248240031301975, -0.050434328615665436, -0.03541014716029167, -0.08882337063550949, -0.0640898197889328, -0.009478255175054073, 0.0019180558156222105, 0.03500070050358772, 0...
[ -0.04717326909303665, 0.00654044933617115, 0.001468768692575395, -0.027403758838772774, -0.037025030702352524, -0.01897437311708927, -0.01404523104429245, -0.01696549542248249, -0.06020886451005936, 0.010722053237259388, 0.0865069106221199, -0.06806591898202896, 0.04915100708603859, 0.1388...
chal-846
How many more balloons did Jake have than Allan in the park?
1
Subtraction
Allan brought 2 balloons and Jake brought 6 balloons to the park. Allan then bought 3 more balloons at the park.
( 6.0 - ( 2.0 + 3.0 ) )
Question: Allan brought 2 balloons and Jake brought 6 balloons to the park. Allan then bought 3 more balloons at the park.How many more balloons did Jake have than Allan in the park? Thought: ( 6.0 - ( 2.0 + 3.0 ) ) Answer: 1.0
Allan brought 2 balloons and Jake brought 6 balloons to the park. Allan then bought 3 more balloons at the park.How many more balloons did Jake have than Allan in the park?
[ 0.06927081197500229, -0.02867940627038479, -0.012107281014323235, 0.04170621931552887, -0.029454821720719337, -0.047836728394031525, 0.02645048499107361, -0.005271049216389656, -0.0530138835310936, 0.04855284467339516, -0.003660725662484765, 0.00963570922613144, -0.006304505281150341, -0.0...
[ 0.0024261369835585356, -0.06336867809295654, -0.025250321254134178, 0.03497830405831337, -0.06595850735902786, -0.003181207925081253, -0.04251616448163986, -0.019863341003656387, -0.011877103708684444, -0.06805472075939178, 0.017266815528273582, 0.01984386332333088, 0.05099126324057579, 0....
[ -0.04290688782930374, -0.007591385394334793, 0.00036523331073112786, -0.02966742031276226, -0.058270107954740524, -0.00655991630628705, -0.018093815073370934, -0.006979048252105713, -0.02444368414580822, -0.003967734053730965, 0.11115971952676773, -0.04845061153173447, -0.014606941491365433,...
chal-853
How much more did his strawberries weigh than his dad's?
13
Subtraction
Marco and his dad went strawberry picking. Marco's strawberries weighed 30 pounds. If together their strawberries weighed 47 pounds.
( 30.0 - ( 47.0 - 30.0 ) )
Question: Marco and his dad went strawberry picking. Marco's strawberries weighed 30 pounds. If together their strawberries weighed 47 pounds.How much more did his strawberries weigh than his dad's? Thought: ( 30.0 - ( 47.0 - 30.0 ) ) Answer: 13.0
Marco and his dad went strawberry picking. Marco's strawberries weighed 30 pounds. If together their strawberries weighed 47 pounds.How much more did his strawberries weigh than his dad's?
[ 0.015229067765176296, -0.002648558933287859, 0.013054980896413326, 0.06739110499620438, -0.03354761376976967, -0.01024733018130064, 0.0008965147426351905, 0.05461204797029495, -0.045500248670578, 0.02026982791721821, -0.0005366925615817308, 0.0006007352494634688, 0.007253360003232956, -0.0...
[ -0.04558717831969261, -0.10185573995113373, -0.04498445987701416, 0.062177181243896484, -0.06010584160685539, 0.016272827982902527, -0.034825295209884644, 0.0003719364176504314, -0.008022456429898739, -0.07939803600311279, 0.012388493865728378, 0.010362593457102776, 0.06043731048703194, 0....
[ -0.05632989853620529, -0.018290432170033455, -0.018858052790164948, -0.03975056856870651, -0.03645967319607735, 0.009218301624059677, 0.016496649011969566, 0.019602928310632706, -0.048967789858579636, 0.017200583592057228, 0.06073775142431259, -0.02758222259581089, 0.0002073121868306771, 0...
chal-677
How far did the frog jump?
15
Subtraction
The grasshopper, the frog and the mouse had a jumping contest. The grasshopper jumped 19 inches. The grasshopper jumped 4 inches farther than the frog and the mouse jumped 44 inches lesser than the frog.
( 19.0 - 4.0 )
Question: The grasshopper, the frog and the mouse had a jumping contest. The grasshopper jumped 19 inches. The grasshopper jumped 4 inches farther than the frog and the mouse jumped 44 inches lesser than the frog.How far did the frog jump? Thought: ( 19.0 - 4.0 ) Answer: 15.0
The grasshopper, the frog and the mouse had a jumping contest. The grasshopper jumped 19 inches. The grasshopper jumped 4 inches farther than the frog and the mouse jumped 44 inches lesser than the frog.How far did the frog jump?
[ -0.005342529620975256, -0.04348550736904144, 0.011732760816812515, 0.02665046602487564, -0.033436842262744904, -0.02419157698750496, 0.00797349028289318, 0.01853116601705551, -0.04788729175925255, 0.03926754370331764, 0.025958813726902008, 0.00974248442798853, 0.011546891182661057, -0.0518...
[ -0.09036148339509964, -0.04044472798705101, -0.03315141797065735, 0.007061037700623274, -0.036952607333660126, -0.024380026385188103, -0.060941193252801895, -0.022084176540374756, -0.024973826482892036, 0.008433226495981216, 0.055434130132198334, 0.026447400450706482, 0.053327418863773346, ...
[ -0.08202584832906723, -0.01714637503027916, -0.0018961539026349783, -0.021931270137429237, -0.027190960943698883, 0.024524938315153122, 0.009877464734017849, 0.014887947589159012, -0.036015793681144714, 0.021160876378417015, 0.06979458779096603, -0.023440279066562653, -0.0037894018460065126,...
chal-11
How many more storks than birds are sitting on the fence?
1
Subtraction
3 birds were sitting on the fence. 6 more storks and 2 more birds came to join them.
( 6.0 - ( 3.0 + 2.0 ) )
Question: 3 birds were sitting on the fence. 6 more storks and 2 more birds came to join them.How many more storks than birds are sitting on the fence? Thought: ( 6.0 - ( 3.0 + 2.0 ) ) Answer: 1.0
3 birds were sitting on the fence. 6 more storks and 2 more birds came to join them.How many more storks than birds are sitting on the fence?
[ 0.02982798032462597, -0.04071177914738655, 0.01514817401766777, 0.06291501224040985, -0.03444484621286392, -0.020477162674069405, -0.011226598173379898, -0.039061594754457474, -0.0409361757338047, 0.0007536893826909363, 0.012496979907155037, 0.02184247598052025, 0.03684857860207558, -0.020...
[ 0.0024697657208889723, -0.06375396996736526, -0.025017714127898216, 0.034922078251838684, -0.06668567657470703, -0.001013130065985024, -0.04468253254890442, -0.022142086178064346, -0.009349065832793713, -0.06656401604413986, 0.018300432711839676, 0.019185185432434082, 0.04914123937487602, ...
[ -0.04290688782930374, -0.007591385394334793, 0.00036523331073112786, -0.02966742031276226, -0.058270107954740524, -0.00655991630628705, -0.018093815073370934, -0.006979048252105713, -0.02444368414580822, -0.003967734053730965, 0.11115971952676773, -0.04845061153173447, -0.014606941491365433,...
chal-764
How many more crayons did he give to his friends than those he lost?
77
Subtraction
Paul got a box of 267 crayons for his birthday. During the school year he lost 231 crayons while he gave away 308 crayons to his friends.
( 308.0 - 231.0 )
Question: Paul got a box of 267 crayons for his birthday. During the school year he lost 231 crayons while he gave away 308 crayons to his friends.How many more crayons did he give to his friends than those he lost? Thought: ( 308.0 - 231.0 ) Answer: 77.0
Paul got a box of 267 crayons for his birthday. During the school year he lost 231 crayons while he gave away 308 crayons to his friends.How many more crayons did he give to his friends than those he lost?
[ 0.019329747185111046, 0.013710558414459229, 0.018500439822673798, 0.08021537959575653, -0.03518426790833473, -0.022473309189081192, -0.010418036952614784, 0.005469273775815964, -0.10229203850030899, 0.01597142592072487, 0.05121603608131409, -0.004704444203525782, -0.005666227545589209, -0....
[ -0.04854271933436394, -0.05852978304028511, -0.025024177506566048, 0.03959505632519722, 0.008482054807245731, -0.018485458567738533, -0.06016581878066063, 0.006407066248357296, -0.07540560513734818, -0.038363017141819, 0.0023379989434033632, -0.02538984641432762, 0.0375845804810524, 0.0593...
[ -0.06288771331310272, -0.048333633691072464, 0.004353111144155264, 0.014321940019726753, -0.05355909839272499, -0.01671932451426983, -0.029033297672867775, -0.010054281912744045, -0.00956933107227087, -0.027005426585674286, 0.016222545877099037, -0.011672554537653923, 0.04290507361292839, ...
chal-440
How many hours does he spend on learning chinese?
5
Subtraction
Every day Ryan spends 7 hours on learning english and some more hours on learning chinese. If he spends 2 hours more on learning english than on learning chinese
( 7.0 - 2.0 )
Question: Every day Ryan spends 7 hours on learning english and some more hours on learning chinese. If he spends 2 hours more on learning english than on learning chineseHow many hours does he spend on learning chinese? Thought: ( 7.0 - 2.0 ) Answer: 5.0
Every day Ryan spends 7 hours on learning english and some more hours on learning chinese. If he spends 2 hours more on learning english than on learning chineseHow many hours does he spend on learning chinese?
[ 0.002393118105828762, -0.038513828068971634, 0.031163610517978668, 0.044458385556936264, -0.04496742784976959, 0.0023718224838376045, 0.018141895532608032, -0.007466799113899469, -0.06306340545415878, 0.03091687336564064, 0.036962512880563736, 0.021443640813231468, -0.015726933255791664, -...
[ -0.034164946526288986, -0.044039297848939896, -0.02406872808933258, 0.040346983820199966, -0.052709635347127914, -0.029349233955144882, -0.04988473653793335, -0.0015431008068844676, 0.014934196136891842, -0.03471008688211441, 0.029439907521009445, 0.06267714500427246, 0.03011905588209629, ...
[ -0.021898968145251274, -0.01667940430343151, 0.0015816031955182552, 0.009786914102733135, -0.050327274948358536, -0.01641370728611946, 0.009176431223750114, -0.022441739216446877, -0.0340881384909153, -0.03095707669854164, 0.07184434682130814, -0.029574474319815636, 0.0024221870116889477, ...
chal-982
How many more campers went rowing in the morning than in the afternoon?
23
Subtraction
62 campers went rowing in the morning. 39 campers went rowing in the afternoon.
( 62.0 - 39.0 )
Question: 62 campers went rowing in the morning. 39 campers went rowing in the afternoon.How many more campers went rowing in the morning than in the afternoon? Thought: ( 62.0 - 39.0 ) Answer: 23.0
62 campers went rowing in the morning. 39 campers went rowing in the afternoon.How many more campers went rowing in the morning than in the afternoon?
[ -0.0015288882423192263, -0.0564487986266613, 0.011077444069087505, 0.05589614436030388, -0.043616171926259995, 0.019179219380021095, -0.0067906551994383335, 0.02123887650668621, -0.03315721079707146, 0.04211914911866188, 0.04656499996781349, 0.00530283572152257, 0.04034927859902382, -0.096...
[ -0.04844886064529419, -0.060316260904073715, -0.03887840732932091, 0.06310950964689255, -0.06327659636735916, 0.003372128587216139, -0.05070960894227028, 0.017723340541124344, -0.012502656318247318, -0.05175628140568733, -0.019161047413945198, 0.020412711426615715, 0.06968989223241806, 0.0...
[ -0.05420653522014618, -0.053385812789201736, 0.0033144401386380196, -0.06030063331127167, -0.04733680933713913, 0.026385147124528885, 0.023724086582660675, 0.013970180414617062, -0.045915234833955765, 0.0510311983525753, 0.03908615931868553, -0.058394577354192734, 0.024850742891430855, 0.0...
chal-772
How many sacks of ripe oranges will they have after 25 days of harvest?
2,050
Multiplication
He then went to see the oranges being harvested. He found out that they harvest 82 sacks of ripe oranges and 61 sacks of unripe oranges per day.
( 82.0 * 25.0 )
Question: He then went to see the oranges being harvested. He found out that they harvest 82 sacks of ripe oranges and 61 sacks of unripe oranges per day.How many sacks of ripe oranges will they have after 25 days of harvest? Thought: ( 82.0 * 25.0 ) Answer: 2050.0
He then went to see the oranges being harvested. He found out that they harvest 82 sacks of ripe oranges and 61 sacks of unripe oranges per day.How many sacks of ripe oranges will they have after 25 days of harvest?
[ -0.000049938022129936144, -0.0064041041769087315, -0.0026589143089950085, 0.07931840419769287, -0.05007519572973251, -0.02864200808107853, 0.03974747285246849, 0.006764038931578398, -0.008765415288507938, 0.05946227163076401, 0.03803274407982826, 0.025738894939422607, 0.012586629949510098, ...
[ -0.027655458077788353, -0.08160171657800674, -0.0016997640486806631, 0.025245077908039093, -0.02305312268435955, 0.00821945071220398, 0.015063654631376266, -0.05431053787469864, -0.03223163262009621, -0.017652686685323715, -0.02196207456290722, 0.008757463656365871, 0.031379636377096176, 0...
[ -0.025238944217562675, 0.13963666558265686, 0.003731298493221402, -0.0422198660671711, -0.058970995247364044, -0.010517182759940624, -0.02446145750582218, -0.0071046119555830956, -0.004337966442108154, 0.011056951247155666, 0.10913722217082977, -0.05082906037569046, -0.0016691962955519557, ...
chal-13
How many pupils are there in that school?
926
Subtraction
In a school there are 458 more girls than boys. If there are 692 girls
( ( 692.0 + 692.0 ) - 458.0 )
Question: In a school there are 458 more girls than boys. If there are 692 girlsHow many pupils are there in that school? Thought: ( ( 692.0 + 692.0 ) - 458.0 ) Answer: 926.0
In a school there are 458 more girls than boys. If there are 692 girlsHow many pupils are there in that school?
[ 0.010983766987919807, -0.03598404675722122, -0.01252497173845768, 0.03794078528881073, 0.007780009880661964, -0.02241900935769081, 0.00914276298135519, -0.020467014983296394, -0.07264745980501175, -0.009934809990227222, 0.05336971953511238, -0.07734940201044083, 0.012369882315397263, -0.02...
[ -0.034148767590522766, -0.015316424891352654, -0.020687861368060112, 0.0541565977036953, -0.033420175313949585, 0.011663003824651241, -0.07482960820198059, -0.013969643041491508, -0.0866914764046669, -0.09473191201686859, 0.0002449846360832453, 0.015930060297250748, 0.04287697747349739, 0....
[ -0.059507742524147034, 0.01405410747975111, 0.02666649781167507, 0.015534345991909504, -0.013920824974775314, 0.02045603096485138, -0.07815299183130264, -0.01146557368338108, -0.0210806205868721, -0.025305677205324173, 0.03678544610738754, 0.003905131248757243, 0.045295488089323044, 0.0312...
chal-894
How many roses did she cut?
1
Subtraction
There were 13 roses and 84 orchids in the vase. Jessica cut some more roses and orchids from her flower garden. There are now 91 orchids and 14 roses in the vase.
( 14.0 - 13.0 )
Question: There were 13 roses and 84 orchids in the vase. Jessica cut some more roses and orchids from her flower garden. There are now 91 orchids and 14 roses in the vase.How many roses did she cut? Thought: ( 14.0 - 13.0 ) Answer: 1.0
There were 13 roses and 84 orchids in the vase. Jessica cut some more roses and orchids from her flower garden. There are now 91 orchids and 14 roses in the vase.How many roses did she cut?
[ 0.011225447058677673, -0.0023759177420288324, -0.028032775968313217, 0.07296320050954819, -0.08399640023708344, -0.025182519108057022, 0.03435050696134567, 0.03827306628227234, 0.016003986820578575, 0.03715883940458298, 0.024354731664061546, 0.02991434931755066, -0.024513257667422295, -0.0...
[ -0.07007678598165512, -0.023390857502818108, -0.04413566738367081, 0.02914835512638092, -0.02624930441379547, 0.010201476514339447, -0.051103293895721436, 0.022526927292346954, -0.05008386820554733, -0.008772733621299267, 0.03251723200082779, 0.010372638702392578, 0.0322050116956234, 0.103...
[ -0.04290688782930374, -0.007591385394334793, 0.00036523331073112786, -0.02966742031276226, -0.058270107954740524, -0.00655991630628705, -0.018093815073370934, -0.006979048252105713, -0.02444368414580822, -0.003967734053730965, 0.11115971952676773, -0.04845061153173447, -0.014606941491365433,...
chal-650
How many crackers did each person eat?
2
Common-Division
Matthew had 22 crackers and 34 cakes. If Matthew gave equal numbers of crackers and cakes to his 11 friends
( 22.0 / 11.0 )
Question: Matthew had 22 crackers and 34 cakes. If Matthew gave equal numbers of crackers and cakes to his 11 friendsHow many crackers did each person eat? Thought: ( 22.0 / 11.0 ) Answer: 2.0
Matthew had 22 crackers and 34 cakes. If Matthew gave equal numbers of crackers and cakes to his 11 friendsHow many crackers did each person eat?
[ -0.01296062022447586, -0.03980059549212456, 0.0001395441358909011, 0.05078805238008499, -0.039876166731119156, -0.019053325057029724, 0.021104712039232254, 0.0077843074686825275, -0.010457377880811691, 0.07200752198696136, 0.08811026066541672, -0.008758578449487686, 0.005545414052903652, -...
[ -0.026006830856204033, -0.07405231148004532, -0.022269295528531075, 0.0005813754396513104, -0.015169280581176281, 0.004368609748780727, 0.012980518862605095, 0.004118145909160376, -0.01562662236392498, 0.038666222244501114, 0.040454357862472534, -0.04584287479519844, 0.019863039255142212, ...
[ -0.01659764163196087, 0.04547042399644852, 0.009721538051962852, -0.023943396285176277, -0.05432194098830223, 0.010013990104198456, -0.026927638798952103, 0.020270105451345444, -0.017288602888584137, -0.031081626191735268, 0.12125037610530853, -0.06142149493098259, -0.06044986471533775, 0....
chal-119
How many more students suggested bacon than those that suggested mashed potatoes?
10
Subtraction
Because of the decision Sofia asked the students to suggest specific types of food. If 479 students suggested adding mashed potatoes while 489 suggested adding bacon to the menu
( 489.0 - 479.0 )
Question: Because of the decision Sofia asked the students to suggest specific types of food. If 479 students suggested adding mashed potatoes while 489 suggested adding bacon to the menuHow many more students suggested bacon than those that suggested mashed potatoes? Thought: ( 489.0 - 479.0 ) Answer: 10.0
Because of the decision Sofia asked the students to suggest specific types of food. If 479 students suggested adding mashed potatoes while 489 suggested adding bacon to the menuHow many more students suggested bacon than those that suggested mashed potatoes?
[ 0.028568236157298088, -0.038615647703409195, -0.011727964505553246, 0.027929093688726425, -0.033424898982048035, 0.013118156231939793, -0.060584746301174164, 0.0169032271951437, -0.05084475502371788, 0.006531798746436834, 0.07200773805379868, 0.024782422930002213, -0.004765916150063276, -0...
[ -0.07405787706375122, -0.0326557494699955, -0.019147954881191254, 0.04433627426624298, -0.026294605806469917, 0.01691351644694805, -0.05355210229754448, 0.011280946433544159, -0.060196664184331894, -0.06866675615310669, 0.030215060338377953, -0.004988532047718763, 0.04456201195716858, 0.02...
[ -0.05382877588272095, -0.020988358184695244, -0.0005486849113367498, -0.04617347568273544, -0.032871030271053314, -0.0074166832491755486, 0.009640173055231571, -0.037383802235126495, -0.007779749110341072, -0.004541200120002031, 0.03746902197599411, 0.003469321643933654, -0.00862754322588443...
chal-188
How much money did Jason make over the weekend?
56
Subtraction
Last week Fred had 114 dollars and Jason had 22 dollars. They washed cars over the weekend and now Fred has 21 dollars and Jason has 78 dollars.
( 78.0 - 22.0 )
Question: Last week Fred had 114 dollars and Jason had 22 dollars. They washed cars over the weekend and now Fred has 21 dollars and Jason has 78 dollars.How much money did Jason make over the weekend? Thought: ( 78.0 - 22.0 ) Answer: 56.0
Last week Fred had 114 dollars and Jason had 22 dollars. They washed cars over the weekend and now Fred has 21 dollars and Jason has 78 dollars.How much money did Jason make over the weekend?
[ -0.0013911371352151036, 0.02054077759385109, 0.008359822444617748, 0.07355020195245743, -0.0620240718126297, -0.006286297924816608, 0.011427384801208973, 0.008832034654915333, -0.09533482789993286, 0.009173941798508167, -0.01676057279109955, 0.028943026438355446, 0.02821887843310833, 0.029...
[ -0.05309240520000458, -0.019857175648212433, -0.01313843484967947, 0.02779991365969181, -0.04879089817404747, -0.014741376042366028, -0.03185007721185684, -0.010476896539330482, -0.019001418724656105, -0.021227791905403137, -0.020410804077982903, 0.0011349552078172565, 0.06710751354694366, ...
[ -0.06256845593452454, -0.07416845858097076, -0.003735484555363655, 0.009812036529183388, -0.03953874856233597, 0.008035232312977314, 0.004034128971397877, 0.017962666228413582, 0.039401642978191376, -0.032855771481990814, 0.0066016861237585545, -0.0008226021891459823, 0.038817502558231354, ...
chal-640
How many more pages of reading homework than biology homework did she have?
3
Subtraction
Rachel had to complete 7 pages of math homework, 11 pages of reading homework and 8 more pages of biology homework.
( 11.0 - 8.0 )
Question: Rachel had to complete 7 pages of math homework, 11 pages of reading homework and 8 more pages of biology homework.How many more pages of reading homework than biology homework did she have? Thought: ( 11.0 - 8.0 ) Answer: 3.0
Rachel had to complete 7 pages of math homework, 11 pages of reading homework and 8 more pages of biology homework.How many more pages of reading homework than biology homework did she have?
[ -0.015098578296601772, -0.042368561029434204, 0.002159867202863097, 0.003670315258204937, -0.04602368175983429, -0.012864520773291588, 0.0067385402508080006, 0.02191833034157753, -0.033137284219264984, 0.046922873705625534, 0.043213579803705215, 0.013229466043412685, -0.006145669147372246, ...
[ -0.08508207648992538, -0.012453447096049786, -0.026727071031928062, 0.022922564297914505, 0.0009363393182866275, -0.016199510544538498, -0.036765262484550476, -0.023804830387234688, 0.0003320117248222232, -0.0048071942292153835, 0.03246933966875076, 0.0008518915274180472, 0.03506390377879143...
[ 0.00035849527921527624, -0.031201450154185295, 0.002508861478418112, -0.02121655084192753, -0.06279600411653519, 0.0026176662649959326, -0.01872706227004528, 0.010333418846130371, -0.04929104447364807, -0.02983672358095646, 0.09147772192955017, -0.035939112305641174, -0.030550342053174973, ...
chal-851
How much money did they make from selling the t-shirts?
11,346
Multiplication
The Razorback shop makes $ 62 dollars off each t-shirt and $ 99 off each jersey. During the Arkansas and Texas tech game they sold 183 t-shirts and 31 jerseys.
( 62.0 * 183.0 )
Question: The Razorback shop makes $ 62 dollars off each t-shirt and $ 99 off each jersey. During the Arkansas and Texas tech game they sold 183 t-shirts and 31 jerseys.How much money did they make from selling the t-shirts? Thought: ( 62.0 * 183.0 ) Answer: 11346.0
The Razorback shop makes $ 62 dollars off each t-shirt and $ 99 off each jersey. During the Arkansas and Texas tech game they sold 183 t-shirts and 31 jerseys.How much money did they make from selling the t-shirts?
[ 0.005351164843887091, -0.007295703981071711, 0.011494869366288185, 0.09639818966388702, -0.03485002741217613, 0.01548287644982338, 0.04542524740099907, 0.00916984211653471, -0.08572392165660858, -0.014527820982038975, -0.016603460535407066, 0.019426239654421806, 0.03330821543931961, 0.0616...
[ -0.013720436953008175, -0.06543447822332382, 0.0011177657870575786, 0.08149397373199463, -0.003493453375995159, 0.0030036973766982555, 0.011344325728714466, -0.02723221853375435, -0.033637456595897675, -0.027506588026881218, -0.022900469601154327, -0.028552597388625145, 0.02146281860768795, ...
[ -0.04070284590125084, -0.0387052558362484, -0.025770798325538635, 0.03058452345430851, 0.006992139387875795, 0.018535170704126358, -0.043499741703271866, 0.010367820970714092, -0.09829861670732498, -0.011045336723327637, 0.01632281392812729, -0.012627307325601578, 0.035242825746536255, 0.0...
chal-307
How many more books than movies have you read?
5
Subtraction
There are 10 different books and 6 different movies in the ' crazy silly school ' series. If you read 14 of the movies and watched 19 of the books
( 19.0 - 14.0 )
Question: There are 10 different books and 6 different movies in the ' crazy silly school ' series. If you read 14 of the movies and watched 19 of the booksHow many more books than movies have you read? Thought: ( 19.0 - 14.0 ) Answer: 5.0
There are 10 different books and 6 different movies in the ' crazy silly school ' series. If you read 14 of the movies and watched 19 of the booksHow many more books than movies have you read?
[ -0.004096789285540581, -0.018588518723845482, 0.0028705839067697525, 0.04641098156571388, 0.015423497185111046, 0.0038819906767457724, 0.04030851647257805, 0.0005245357751846313, 0.0075080785900354385, 0.0167219415307045, -0.000005064326160209021, 0.03752099350094795, 0.008287942036986351, ...
[ -0.09270794689655304, -0.040307823568582535, -0.0375446118414402, -0.0018504844047129154, -0.05037497356534004, -0.005066202022135258, -0.046079959720373154, -0.010739806108176708, -0.03637786582112312, 0.005170505493879318, 0.03791853412985802, 0.011250928975641727, 0.05782238021492958, 0...
[ -0.021898968145251274, -0.01667940430343151, 0.0015816031955182552, 0.009786914102733135, -0.050327274948358536, -0.01641370728611946, 0.009176431223750114, -0.022441739216446877, -0.0340881384909153, -0.03095707669854164, 0.07184434682130814, -0.029574474319815636, 0.0024221870116889477, ...
chal-949
How many points did he score in the game?
22,922
Multiplication
Luke gained 146 points in each round of a game. If he played 157 rounds of a trivia game
( 157.0 * 146.0 )
Question: Luke gained 146 points in each round of a game. If he played 157 rounds of a trivia gameHow many points did he score in the game? Thought: ( 157.0 * 146.0 ) Answer: 22922.0
Luke gained 146 points in each round of a game. If he played 157 rounds of a trivia gameHow many points did he score in the game?
[ -0.030239691957831383, -0.10614940524101257, 0.009655174799263477, 0.0650128498673439, -0.029840152710676193, -0.0022976647596806288, -0.0005159780266694725, 0.037025295197963715, -0.03841933235526085, 0.025730060413479805, 0.04632075875997543, 0.012861859984695911, 0.019524285569787025, -...
[ -0.022680195048451424, -0.10515791922807693, -0.0012119087623432279, 0.06827225536108017, -0.004492905456572771, 0.0018751139286905527, -0.02179850824177265, -0.027703169733285904, -0.036368388682603836, -0.051096972078084946, 0.0007541686063632369, -0.010061929002404213, 0.00848848652094602...
[ -0.041885364800691605, 0.045662425458431244, 0.018182819709181786, -0.01864459179341793, -0.01305447705090046, -0.011722846888005733, -0.024692745879292488, 0.02902214787900448, -0.12971563637256622, 0.016659071668982506, 0.045437224209308624, -0.08073308318853378, 0.026689382269978523, 0....
chal-930
How many visited the Buckingham palace within the past 89 days?
1,791
Addition
After eating a hearty meal they went to see the Buckingham palace. There, Rachel learned that 512 visitors came to the Buckingham palace that day. If there were 471 visitors the previous day and 808 visitors the day before that
( ( 512.0 + 471.0 ) + 808.0 )
Question: After eating a hearty meal they went to see the Buckingham palace. There, Rachel learned that 512 visitors came to the Buckingham palace that day. If there were 471 visitors the previous day and 808 visitors the day before thatHow many visited the Buckingham palace within the past 89 days? Thought: ( ( 512.0...
After eating a hearty meal they went to see the Buckingham palace. There, Rachel learned that 512 visitors came to the Buckingham palace that day. If there were 471 visitors the previous day and 808 visitors the day before thatHow many visited the Buckingham palace within the past 89 days?
[ -0.01626380905508995, -0.009674583561718464, -0.01840537041425705, 0.07860402762889862, -0.062425270676612854, -0.017447100952267647, -0.019788717851042747, 0.003099814523011446, -0.014275242574512959, 0.014642956666648388, 0.03870844095945358, -0.0600130520761013, 0.010694015771150589, -0...
[ -0.008782829158008099, -0.02422437258064747, -0.021138200536370277, 0.027023492380976677, -0.0011382799129933119, 0.03605455905199051, -0.004519937094300985, -0.019321350380778313, -0.02370774932205677, -0.07653748244047165, -0.007505215238779783, -0.031193092465400696, 0.04187064245343208, ...
[ -0.04761646315455437, 0.04037544131278992, 0.02437015436589718, -0.008046489208936691, -0.048120636492967606, 0.010786326602101326, -0.04334178566932678, 0.005603345576673746, -0.0671699121594429, -0.0190639179199934, 0.09644976258277893, -0.06420496106147766, 0.041718482971191406, 0.05157...
chal-661
How many pencils does she have?
76
Multiplication
Faye was placing her pencils and crayons into 19 rows with 4 pencils and 27 crayons in each row.
( 19.0 * 4.0 )
Question: Faye was placing her pencils and crayons into 19 rows with 4 pencils and 27 crayons in each row.How many pencils does she have? Thought: ( 19.0 * 4.0 ) Answer: 76.0
Faye was placing her pencils and crayons into 19 rows with 4 pencils and 27 crayons in each row.How many pencils does she have?
[ 0.011609114706516266, -0.049534473568201065, 0.006307913456112146, 0.05853131040930748, -0.03778023645281792, -0.018109844997525215, 0.021351736038923264, 0.027390452101826668, -0.026756063103675842, 0.06831042468547821, 0.058515142649412155, -0.022650055587291718, 0.009094647131860256, -0...
[ -0.047346021980047226, -0.08518047630786896, -0.009852892719209194, 0.015802431851625443, -0.044924091547727585, -0.01169534120708704, -0.005282121244817972, -0.054698698222637177, -0.03610088303685188, -0.01191737875342369, 0.026222147047519684, -0.02063806913793087, 0.022067222744226456, ...
[ -0.055406007915735245, -0.039056360721588135, 0.005576259922236204, 0.0280769020318985, -0.05426088348031044, -0.01979643665254116, -0.025812268257141113, -0.0072860149666666985, -0.01926565170288086, -0.03435652703046799, 0.020955896005034447, 0.017172008752822876, 0.04293763265013695, 0....
chal-30
How much did each candy bar cost?
2
Common-Division
Dan has $ 3. He bought 2 candy bar for $ 4, each one costing the same amount of money.
( 4.0 / 2.0 )
Question: Dan has $ 3. He bought 2 candy bar for $ 4, each one costing the same amount of money.How much did each candy bar cost? Thought: ( 4.0 / 2.0 ) Answer: 2.0
Dan has $ 3. He bought 2 candy bar for $ 4, each one costing the same amount of money.How much did each candy bar cost?
[ 0.03639392554759979, -0.036898400634527206, 0.006912061013281345, 0.04418822005391121, -0.05249730870127678, 0.01665930449962616, -0.00764028076082468, 0.008486070670187473, -0.09445447474718094, 0.04582805931568146, 0.024166608229279518, 0.03307945653796196, -0.06703957915306091, 0.020812...
[ -0.004596957005560398, -0.07674010097980499, -0.027939319610595703, 0.04496276006102562, -0.04477876424789429, 0.0021508217323571444, -0.018274514004588127, 0.0009945281781256199, -0.013120091520249844, -0.026001304388046265, 0.07082333415746689, -0.036324795335531235, -0.0132495341822505, ...
[ -0.01659764163196087, 0.04547042399644852, 0.009721538051962852, -0.023943396285176277, -0.05432194098830223, 0.010013990104198456, -0.026927638798952103, 0.020270105451345444, -0.017288602888584137, -0.031081626191735268, 0.12125037610530853, -0.06142149493098259, -0.06044986471533775, 0....
chal-944
How many more blocks did he use to build the house than he did to build the tower?
3
Subtraction
Randy has 86 blocks. He uses 79 blocks to build a tower and 82 blocks to build a house.
( 82.0 - 79.0 )
Question: Randy has 86 blocks. He uses 79 blocks to build a tower and 82 blocks to build a house.How many more blocks did he use to build the house than he did to build the tower? Thought: ( 82.0 - 79.0 ) Answer: 3.0
Randy has 86 blocks. He uses 79 blocks to build a tower and 82 blocks to build a house.How many more blocks did he use to build the house than he did to build the tower?
[ 0.0033542716410011053, -0.008832665160298347, -0.01107283029705286, 0.04656485468149185, -0.034833431243896484, -0.01603706181049347, 0.020907146856188774, -0.023556720465421677, -0.04013902321457863, 0.08372346311807632, 0.05515683442354202, -0.03308266028761864, -0.0005023929988965392, -...
[ -0.06344792991876602, -0.0240617785602808, -0.018487723544239998, 0.026637621223926544, -0.0427999310195446, -0.022351453080773354, -0.06430328637361526, -0.027780385687947273, -0.025939127430319786, -0.028405018150806427, -0.004918924532830715, 0.018999705091118813, 0.06130799278616905, 0...
[ 0.00035849527921527624, -0.031201450154185295, 0.002508861478418112, -0.02121655084192753, -0.06279600411653519, 0.0026176662649959326, -0.01872706227004528, 0.010333418846130371, -0.04929104447364807, -0.02983672358095646, 0.09147772192955017, -0.035939112305641174, -0.030550342053174973, ...
chal-716
How many customers left?
8
Subtraction
A waiter had 13 customers. After some left he got 4 new customers. If he still had 9 customers
( 13.0 - ( 9.0 - 4.0 ) )
Question: A waiter had 13 customers. After some left he got 4 new customers. If he still had 9 customersHow many customers left? Thought: ( 13.0 - ( 9.0 - 4.0 ) ) Answer: 8.0
A waiter had 13 customers. After some left he got 4 new customers. If he still had 9 customersHow many customers left?
[ 0.02916845493018627, -0.030190855264663696, -0.028040898963809013, 0.015678860247135162, -0.05111785978078842, -0.0318593829870224, 0.03608810529112816, -0.004347431473433971, -0.018752122297883034, 0.04822201281785965, 0.035667240619659424, 0.0008749993867240846, -0.036973726004362106, -0...
[ -0.04392101988196373, -0.07112773507833481, -0.04294320568442345, 0.031137602403759956, -0.056838419288396835, -0.0007342348108068109, -0.024729695171117783, -0.016072945669293404, -0.04595721885561943, -0.07019469141960144, 0.03312745690345764, 0.004732644651085138, 0.037663206458091736, ...
[ -0.07574690133333206, 0.023409174755215645, -0.003767696674913168, -0.022540545091032982, -0.04219561815261841, 0.003612358123064041, 0.0021743474062532187, -0.00882007833570242, 0.019904185086488724, -0.02493290975689888, 0.05594481900334358, -0.017770783975720406, -0.044881660491228104, ...
chal-862
How long is his hair now?
1
Subtraction
Robin cut off 13 inches of his hair. If his hair was 14 inches long initially
( 14.0 - 13.0 )
Question: Robin cut off 13 inches of his hair. If his hair was 14 inches long initiallyHow long is his hair now? Thought: ( 14.0 - 13.0 ) Answer: 1.0
Robin cut off 13 inches of his hair. If his hair was 14 inches long initiallyHow long is his hair now?
[ -0.014523027464747429, -0.059717077761888504, -0.00812903605401516, 0.012864774093031883, -0.052448999136686325, -0.019532669335603714, 0.018005384132266045, 0.04240962862968445, -0.08210483938455582, 0.04523914307355881, 0.05760372802615166, 0.0108198756352067, -0.013046428561210632, -0.0...
[ -0.07007678598165512, -0.023390857502818108, -0.04413566738367081, 0.02914835512638092, -0.02624930441379547, 0.010201476514339447, -0.051103293895721436, 0.022526927292346954, -0.05008386820554733, -0.008772733621299267, 0.03251723200082779, 0.010372638702392578, 0.0322050116956234, 0.103...
[ -0.04290688782930374, -0.007591385394334793, 0.00036523331073112786, -0.02966742031276226, -0.058270107954740524, -0.00655991630628705, -0.018093815073370934, -0.006979048252105713, -0.02444368414580822, -0.003967734053730965, 0.11115971952676773, -0.04845061153173447, -0.014606941491365433,...
chal-278
What is the length of her room?
5
Common-Division
Jesse needs a carpet of size 10 square feet to cover her room. If her room is 2 feet wide
( 10.0 / 2.0 )
Question: Jesse needs a carpet of size 10 square feet to cover her room. If her room is 2 feet wideWhat is the length of her room? Thought: ( 10.0 / 2.0 ) Answer: 5.0
Jesse needs a carpet of size 10 square feet to cover her room. If her room is 2 feet wideWhat is the length of her room?
[ -0.017222244292497635, -0.02987634763121605, 0.0012609546538442373, 0.033666517585515976, 0.016525432467460632, -0.008421334438025951, 0.007717633154243231, -0.01937519572675228, 0.015919281169772148, 0.039093926548957825, 0.047220855951309204, -0.032655347138643265, -0.030481411144137383, ...
[ -0.017725517973303795, -0.052644647657871246, -0.02248593606054783, 0.01046381052583456, -0.015518260188400745, -0.00008716235606698319, 0.0034758360125124454, -0.015617948956787586, 0.003175948513671756, -0.019113127142190933, 0.03863358870148659, -0.0031156856566667557, -0.0100408243015408...
[ -0.021898968145251274, -0.01667940430343151, 0.0015816031955182552, 0.009786914102733135, -0.050327274948358536, -0.01641370728611946, 0.009176431223750114, -0.022441739216446877, -0.0340881384909153, -0.03095707669854164, 0.07184434682130814, -0.029574474319815636, 0.0024221870116889477, ...
chal-336
How many more action figures than books were on his shelf?
1
Subtraction
Jerry had 7 action figures and 2 books on a shelf in his room. Later he added 4 more books to the shelf.
( 7.0 - ( 2.0 + 4.0 ) )
Question: Jerry had 7 action figures and 2 books on a shelf in his room. Later he added 4 more books to the shelf.How many more action figures than books were on his shelf? Thought: ( 7.0 - ( 2.0 + 4.0 ) ) Answer: 1.0
Jerry had 7 action figures and 2 books on a shelf in his room. Later he added 4 more books to the shelf.How many more action figures than books were on his shelf?
[ 0.0321599617600441, -0.013673553243279457, -0.008173027075827122, 0.04828546568751335, -0.013864361681044102, -0.0034286242444068193, 0.04784909635782242, 0.02110498584806919, -0.027657024562358856, 0.05013781040906906, 0.026159077882766724, -0.017855804413557053, -0.029930153861641884, -0...
[ -0.024104410782456398, -0.07930701971054077, -0.02247392199933529, 0.020752251148223877, -0.07428871840238571, -0.01134048867970705, -0.04490204527974129, -0.010000628419220448, 0.007685109041631222, -0.0666717067360878, 0.01350697036832571, 0.04449694603681564, 0.03074752539396286, 0.0629...
[ -0.04290688782930374, -0.007591385394334793, 0.00036523331073112786, -0.02966742031276226, -0.058270107954740524, -0.00655991630628705, -0.018093815073370934, -0.006979048252105713, -0.02444368414580822, -0.003967734053730965, 0.11115971952676773, -0.04845061153173447, -0.014606941491365433,...
chal-46
How many more push-ups than crunches did Zachary do?
32
Subtraction
Zachary did 35 push-ups and 3 crunches in gym class today. David did 58 more push-ups but 87 less crunches than zachary.
( 35.0 - 3.0 )
Question: Zachary did 35 push-ups and 3 crunches in gym class today. David did 58 more push-ups but 87 less crunches than zachary.How many more push-ups than crunches did Zachary do? Thought: ( 35.0 - 3.0 ) Answer: 32.0
Zachary did 35 push-ups and 3 crunches in gym class today. David did 58 more push-ups but 87 less crunches than zachary.How many more push-ups than crunches did Zachary do?
[ -0.03002195432782173, -0.03486994653940201, -0.009341804310679436, 0.07967943698167801, -0.05995069444179535, 0.015715625137090683, 0.0021146158687770367, 0.04655226692557335, -0.05807461962103844, 0.026724379509687424, 0.03153654932975769, 0.041938379406929016, 0.01245079841464758, -0.032...
[ -0.05354391783475876, -0.07467072457075119, -0.03427387401461601, 0.03432721272110939, -0.04742945730686188, -0.003734043799340725, -0.08363131433725357, 0.00949817430227995, -0.04560895264148712, -0.0744514986872673, 0.029041538015007973, 0.03883112221956253, 0.05159587413072586, 0.109055...
[ -0.09038785099983215, -0.06332904100418091, -0.012357983738183975, 0.04968006908893585, -0.04834137484431267, 0.015456018969416618, -0.004070807248353958, 0.026563037186861038, -0.01741614378988743, -0.02761778235435486, 0.032826367765665054, -0.036904703825712204, 0.013759211637079716, 0....
chal-638
How many eggs will each group have?
2
Common-Division
Rebecca wants to split a collection of eggs into 4 groups. Rebecca has 8 eggs and 6 marbles.
( 8.0 / 4.0 )
Question: Rebecca wants to split a collection of eggs into 4 groups. Rebecca has 8 eggs and 6 marbles.How many eggs will each group have? Thought: ( 8.0 / 4.0 ) Answer: 2.0
Rebecca wants to split a collection of eggs into 4 groups. Rebecca has 8 eggs and 6 marbles.How many eggs will each group have?
[ 0.02880168706178665, 0.005814508534967899, -0.00652613490819931, 0.09026342630386353, 0.0020652045495808125, -0.019316088408231735, 0.035619039088487625, -0.011779786087572575, -0.03667766973376274, 0.0016471523558720946, 0.0037981236819177866, -0.025576239451766014, -0.019001638516783714, ...
[ -0.039015062153339386, -0.05242448300123215, -0.035812076181173325, 0.034721482545137405, -0.026011204347014427, -0.0012902989983558655, -0.00592046556994319, -0.0027769666630774736, -0.0025534206070005894, -0.02306659333407879, 0.04436289146542549, -0.027276160195469856, -0.0185935162007808...
[ -0.01659764163196087, 0.04547042399644852, 0.009721538051962852, -0.023943396285176277, -0.05432194098830223, 0.010013990104198456, -0.026927638798952103, 0.020270105451345444, -0.017288602888584137, -0.031081626191735268, 0.12125037610530853, -0.06142149493098259, -0.06044986471533775, 0....
chal-798
How many houses are there in a block?
7
Common-Division
A mailman gives 2 junk mails to each house in a block. If the mailman has to give 14 pieces of junk mail to each block.
( 14.0 / 2.0 )
Question: A mailman gives 2 junk mails to each house in a block. If the mailman has to give 14 pieces of junk mail to each block.How many houses are there in a block? Thought: ( 14.0 / 2.0 ) Answer: 7.0
A mailman gives 2 junk mails to each house in a block. If the mailman has to give 14 pieces of junk mail to each block.How many houses are there in a block?
[ 0.002917056204751134, -0.0008948728209361434, 0.0033355935011059046, 0.06620130687952042, -0.0232370775192976, 0.02157428115606308, 0.06356623768806458, -0.004286171868443489, 0.03455018997192383, 0.03491516411304474, 0.05592209845781326, -0.012506820261478424, -0.04110408201813698, 0.0155...
[ -0.019269045442342758, -0.08388323336839676, -0.033253904432058334, 0.025961298495531082, -0.02988727204501629, 0.022564629092812538, 0.0015011272625997663, 0.029663803055882454, -0.0209923405200243, 0.000022603582692681812, 0.050875626504421234, -0.018453450873494148, -0.023307276889681816,...
[ -0.052783384919166565, -0.04466566815972328, 0.0030787421856075525, -0.017089013010263443, -0.068177729845047, -0.023228460922837257, -0.0004640676488634199, 0.0014970955671742558, 0.020428573712706566, -0.013777698390185833, 0.0412624217569828, 0.04990438371896744, -0.005960477516055107, ...
chal-848
How many apples does he have?
10
Addition
Together Adam and Jackie have 6 apples. He has 4 apples more than adam and jackie together do.
( 6.0 + 4.0 )
Question: Together Adam and Jackie have 6 apples. He has 4 apples more than adam and jackie together do.How many apples does he have? Thought: ( 6.0 + 4.0 ) Answer: 10.0
Together Adam and Jackie have 6 apples. He has 4 apples more than adam and jackie together do.How many apples does he have?
[ 0.024389315396547318, -0.013491152785718441, 0.000699146999977529, 0.06608634442090988, -0.046243973076343536, -0.02281229943037033, 0.0014531266642734408, -0.00510101905092597, -0.019066406413912773, 0.031652264297008514, 0.035066358745098114, -0.007180649321526289, -0.004286763723939657, ...
[ -0.0034906172659248114, -0.03223026543855667, -0.012269188649952412, 0.04579853266477585, -0.03161089867353439, 0.005875082220882177, -0.034925416111946106, -0.06075107678771019, -0.010794887319207191, -0.05872507393360138, 0.007671074941754341, 0.00532491272315383, 0.03429965674877167, 0....
[ -0.053828731179237366, -0.02098829858005047, -0.000548674666788429, -0.0461733341217041, -0.032871063798666, -0.007416703272610903, 0.00964018888771534, -0.03738371282815933, -0.007779732346534729, -0.004541202448308468, 0.03746899962425232, 0.003469340968877077, -0.008627562783658504, 0.1...
chal-203
How many pages are there in the book?
12,518
Multiplication
Frank was reading through his favorite book. He read 22 pages per day and it took him 569 days to finish the book.
( 22.0 * 569.0 )
Question: Frank was reading through his favorite book. He read 22 pages per day and it took him 569 days to finish the book.How many pages are there in the book? Thought: ( 22.0 * 569.0 ) Answer: 12518.0
Frank was reading through his favorite book. He read 22 pages per day and it took him 569 days to finish the book.How many pages are there in the book?
[ 0.02843013033270836, -0.0101369209587574, 0.004978468641638756, 0.03952313959598541, -0.06033313274383545, 0.023877080529928207, 0.030601143836975098, 0.015530161559581757, 0.0010647699236869812, 0.06085335835814476, 0.06363270431756973, 0.018744109198451042, 0.019854770973324776, -0.01031...
[ -0.029749440029263496, -0.06820733845233917, 0.006564129609614611, 0.005189162213355303, -0.007454188074916601, 0.015863554552197456, 0.025646261870861053, -0.022697189822793007, -0.01682307757437229, -0.008992034941911697, -0.042722806334495544, -0.03031003475189209, 0.03499098867177963, ...
[ -0.07518584281206131, -0.014804359525442123, -0.01439443975687027, 0.03496193885803223, -0.0008894266211427748, 0.02888140268623829, -0.05168270692229271, 0.006898848339915276, -0.06606090813875198, 0.00927883479744196, 0.006321125663816929, -0.002151286229491234, 0.004932648967951536, 0.0...
chal-724
How many bags of cookies do you have?
3
Common-Division
If you had 33 cookies and each bag has 11 cookies
( 33.0 / 11.0 )
Question: If you had 33 cookies and each bag has 11 cookiesHow many bags of cookies do you have? Thought: ( 33.0 / 11.0 ) Answer: 3.0
If you had 33 cookies and each bag has 11 cookiesHow many bags of cookies do you have?
[ -0.0005736527382396162, -0.044808030128479004, -0.004523569718003273, 0.050336822867393494, -0.03585919365286827, -0.0027010818012058735, 0.005190551746636629, 0.021629005670547485, -0.02613198757171631, 0.03837701305747032, 0.04315917566418648, -0.01635918766260147, -0.05216413363814354, ...
[ -0.023291822522878647, -0.08648532629013062, -0.038782816380262375, 0.035991985350847244, -0.018810203298926353, 0.0010982232633978128, -0.0232388898730278, 0.01343424990773201, -0.037827737629413605, -0.023656265810132027, 0.036252353340387344, -0.008581903763115406, 0.009760746732354164, ...
[ 0.00035849527921527624, -0.031201450154185295, 0.002508861478418112, -0.02121655084192753, -0.06279600411653519, 0.0026176662649959326, -0.01872706227004528, 0.010333418846130371, -0.04929104447364807, -0.02983672358095646, 0.09147772192955017, -0.035939112305641174, -0.030550342053174973, ...
chal-161
How many beads did each necklace need?
16
Common-Division
Emily is making bead necklaces for her friends. She had 2 beads and she was able to make 32 necklaces.
( 32.0 / 2.0 )
Question: Emily is making bead necklaces for her friends. She had 2 beads and she was able to make 32 necklaces.How many beads did each necklace need? Thought: ( 32.0 / 2.0 ) Answer: 16.0
Emily is making bead necklaces for her friends. She had 2 beads and she was able to make 32 necklaces.How many beads did each necklace need?
[ 0.021452467888593674, -0.07888340204954147, -0.01566496677696705, 0.10546981543302536, -0.03297773376107216, 0.027171961963176727, 0.026747142896056175, 0.02699262835085392, -0.019880596548318863, 0.04542528837919235, 0.04450177773833275, 0.020519975572824478, -0.005026523489505053, -0.020...
[ -0.05081610754132271, -0.10925443470478058, -0.039221715182065964, 0.06199495494365692, -0.045799221843481064, 0.01369033195078373, -0.0007084996323101223, 0.026006588712334633, -0.006051507778465748, -0.036157526075839996, 0.0378437265753746, -0.026847604662179947, -0.002474350156262517, ...
[ -0.08466367423534393, -0.019033081829547882, -0.006217012647539377, 0.012648248113691807, -0.0432465486228466, -0.0173494890332222, 0.013646441511809826, 0.004581958521157503, 0.00630243169143796, -0.0026875408366322517, 0.068720243871212, -0.02075549028813839, -0.048429831862449646, 0.072...
chal-920
How many seats does the Ferris wheel have?
2
Common-Division
4 people can ride the Ferris wheel in paradise park at the same time. If each seat on the Ferris wheel can hold 2 people
( 4.0 / 2.0 )
Question: 4 people can ride the Ferris wheel in paradise park at the same time. If each seat on the Ferris wheel can hold 2 peopleHow many seats does the Ferris wheel have? Thought: ( 4.0 / 2.0 ) Answer: 2.0
4 people can ride the Ferris wheel in paradise park at the same time. If each seat on the Ferris wheel can hold 2 peopleHow many seats does the Ferris wheel have?
[ -0.030204005539417267, -0.03125302121043205, -0.0026702138129621744, 0.06515099108219147, -0.026421787217259407, -0.0156622976064682, 0.027329465374350548, 0.003612377680838108, -0.011944573372602463, 0.023104147985577583, 0.01365284901112318, -0.054423462599515915, -0.002192891901358962, ...
[ -0.004596957005560398, -0.07674010097980499, -0.027939319610595703, 0.04496276006102562, -0.04477876424789429, 0.0021508217323571444, -0.018274514004588127, 0.0009945281781256199, -0.013120091520249844, -0.026001304388046265, 0.07082333415746689, -0.036324795335531235, -0.0132495341822505, ...
[ -0.01659764163196087, 0.04547042399644852, 0.009721538051962852, -0.023943396285176277, -0.05432194098830223, 0.010013990104198456, -0.026927638798952103, 0.020270105451345444, -0.017288602888584137, -0.031081626191735268, 0.12125037610530853, -0.06142149493098259, -0.06044986471533775, 0....
chal-689
How many seats are in each bus?
14
Common-Division
The school is planning a field trip. The school has 21 classrooms. There are 98 students in the school and 7 school buses. If all buses are full
( 98.0 / 7.0 )
Question: The school is planning a field trip. The school has 21 classrooms. There are 98 students in the school and 7 school buses. If all buses are fullHow many seats are in each bus? Thought: ( 98.0 / 7.0 ) Answer: 14.0
The school is planning a field trip. The school has 21 classrooms. There are 98 students in the school and 7 school buses. If all buses are fullHow many seats are in each bus?
[ 0.018669787794351578, -0.04425877332687378, 0.00410846620798111, 0.088055819272995, 0.005692321807146072, -0.030672524124383926, 0.04078805074095726, 0.00007156926585594192, 0.034736648201942444, 0.04855561628937721, 0.03432248532772064, -0.052534833550453186, -0.009459616616368294, -0.010...
[ -0.05498208478093147, -0.04578816518187523, 0.003859072457998991, 0.0011197117855772376, -0.03656432777643204, 0.016812901943922043, 0.010039771907031536, -0.004455588757991791, 0.01580975577235222, -0.012478122487664223, 0.00706330593675375, 0.024930516257882118, 0.023896070197224617, 0.0...
[ -0.0778355821967125, -0.017353881150484085, -0.005274199414998293, -0.023974526673555374, -0.02025427296757698, 0.02167820930480957, 0.019705884158611298, 0.03018624521791935, -0.056776054203510284, 0.010438213124871254, 0.0591721348464489, -0.024786846712231636, -0.009535972960293293, 0.0...
chal-840
How many girls are there in the school now?
946
Addition
In a school there are 902 girls and 811 boys. 44 more girls joined the school.
( 902.0 + 44.0 )
Question: In a school there are 902 girls and 811 boys. 44 more girls joined the school.How many girls are there in the school now? Thought: ( 902.0 + 44.0 ) Answer: 946.0
In a school there are 902 girls and 811 boys. 44 more girls joined the school.How many girls are there in the school now?
[ 0.019067740067839622, -0.018562549725174904, 0.0056669460609555244, 0.04009835794568062, -0.014164640568196774, -0.02634747326374054, -0.00991231482475996, -0.026414716616272926, -0.06304129213094711, 0.016671298071742058, 0.057527780532836914, -0.06248805671930313, -0.004582823254168034, ...
[ -0.03373217210173607, 0.0025637333746999502, -0.005260176956653595, 0.035555414855480194, -0.023219147697091103, 0.01938265934586525, -0.0328943207859993, -0.040436044335365295, -0.06349686533212662, -0.07183026522397995, -0.007659691385924816, -0.0130299748852849, 0.038419269025325775, 0....
[ -0.06414107233285904, -0.010418765246868134, -0.0031737263780087233, 0.018108274787664413, -0.04120105504989624, 0.009372219443321228, -0.0688498243689537, -0.018890462815761566, -0.030513601377606392, -0.025173285976052284, 0.04666204750537872, -0.010879061184823513, 0.03901221230626106, ...
chal-777
How big is each group of bananas?
145
Common-Division
There are 87 oranges and 290 bananas in Philip's collection. If the bananas are organized into 2 groups and oranges are organized into 93 groups
( 290.0 / 2.0 )
Question: There are 87 oranges and 290 bananas in Philip's collection. If the bananas are organized into 2 groups and oranges are organized into 93 groupsHow big is each group of bananas? Thought: ( 290.0 / 2.0 ) Answer: 145.0
There are 87 oranges and 290 bananas in Philip's collection. If the bananas are organized into 2 groups and oranges are organized into 93 groupsHow big is each group of bananas?
[ 0.013073182664811611, 0.01110329944640398, -0.013924866914749146, 0.08883357048034668, 0.006082892883569002, -0.0010676104575395584, 0.014769419096410275, 0.02655482105910778, -0.05818838253617287, 0.032513923943042755, 0.028028076514601707, -0.05852041393518448, 0.010563191026449203, -0.0...
[ -0.032688021659851074, -0.05133194848895073, -0.0198090597987175, 0.03887907415628433, -0.004769241437315941, 0.0012477284763008356, -0.05256456136703491, 0.018391845747828484, -0.057625677436590195, -0.05120353773236275, 0.07074636965990067, -0.0159275121986866, -0.01052810251712799, 0.08...
[ -0.06657155603170395, 8.15975553791759e-8, 0.010254359804093838, 0.001163034699857235, 0.017534323036670685, 0.014224550686776638, -0.058105699717998505, -0.021943314000964165, -0.08058393001556396, -0.016061443835496902, 0.04619762301445007, -0.04654732346534729, 0.04504655301570892, 0.07...
chal-445
How many more green peaches than yellow peaches are in the basket?
8
Subtraction
2 red peaches, 6 yellow peaches and 14 green peaches are in the basket.
( 14.0 - 6.0 )
Question: 2 red peaches, 6 yellow peaches and 14 green peaches are in the basket.How many more green peaches than yellow peaches are in the basket? Thought: ( 14.0 - 6.0 ) Answer: 8.0
2 red peaches, 6 yellow peaches and 14 green peaches are in the basket.How many more green peaches than yellow peaches are in the basket?
[ 0.02447211742401123, -0.013509392738342285, -0.007624742109328508, 0.0715465098619461, -0.04844795912504196, -0.018805451691150665, 0.013062046840786934, -0.004841787740588188, 0.014783124439418316, 0.03610238432884216, 0.02014528401196003, -0.015209034085273743, -0.0235703457146883, -0.05...
[ -0.07330884039402008, -0.03053687885403633, -0.037845429033041, 0.03954164311289787, -0.03139358013868332, 0.0011332171270623803, -0.03766663372516632, 0.01253964751958847, -0.028384728357195854, -0.022248994559049606, 0.014252429828047752, 0.02429361268877983, 0.037137288600206375, 0.0898...
[ -0.07574690133333206, 0.023409174755215645, -0.003767696674913168, -0.022540545091032982, -0.04219561815261841, 0.003612358123064041, 0.0021743474062532187, -0.00882007833570242, 0.019904185086488724, -0.02493290975689888, 0.05594481900334358, -0.017770783975720406, -0.044881660491228104, ...
chal-325
How much did Edward have before he spent his money?
41
Addition
Edward spent $ 6 to buy books and $ 16 to buy pens. Now he has $ 19.
( ( 6.0 + 16.0 ) + 19.0 )
Question: Edward spent $ 6 to buy books and $ 16 to buy pens. Now he has $ 19.How much did Edward have before he spent his money? Thought: ( ( 6.0 + 16.0 ) + 19.0 ) Answer: 41.0
Edward spent $ 6 to buy books and $ 16 to buy pens. Now he has $ 19.How much did Edward have before he spent his money?
[ 0.030300332233309746, -0.006461608689278364, 0.02551048994064331, 0.038805361837148666, -0.05335019901394844, -0.006883355788886547, -0.004744932055473328, 0.020507877692580223, -0.08635776489973068, 0.031788889318704605, 0.031805671751499176, 0.006658037658780813, -0.0028676975052803755, ...
[ -0.021373696625232697, -0.04387784004211426, -0.01117659267038107, 0.015126910991966724, -0.04416659474372864, 0.01822596788406372, -0.000012888895071228035, -0.04422152042388916, -0.011657710187137127, -0.02837412804365158, 0.008545375429093838, 0.010722587816417217, 0.04349975287914276, ...
[ -0.07736127823591232, -0.059167444705963135, -0.009952624328434467, -0.01131249126046896, -0.05753955990076065, 0.010693209245800972, -0.005790199153125286, 0.0186260174959898, -0.036298222839832306, -0.017867758870124817, 0.008059067651629448, -0.03420969843864441, 0.03427478298544884, 0....
chal-67
How many minutes did the machine work today?
4
Common-Division
An industrial machine made 9 shirts yesterday and 8 shirts today. It can make 2 shirts a minute.
( 8.0 / 2.0 )
Question: An industrial machine made 9 shirts yesterday and 8 shirts today. It can make 2 shirts a minute.How many minutes did the machine work today? Thought: ( 8.0 / 2.0 ) Answer: 4.0
An industrial machine made 9 shirts yesterday and 8 shirts today. It can make 2 shirts a minute.How many minutes did the machine work today?
[ -0.030008764937520027, -0.0794733464717865, 0.01629701815545559, 0.03933824971318245, -0.052879735827445984, -0.04253864288330078, 0.07304862141609192, 0.01360879372805357, -0.05748689919710159, 0.0694616362452507, 0.09278689324855804, 0.010851378552615643, -0.06484240293502808, -0.0048222...
[ -0.023053212091326714, -0.046351559460163116, -0.02834824100136757, 0.03329041227698326, -0.02775515802204609, 0.004405676387250423, -0.0010011933045461774, 0.005210861563682556, 0.020894855260849, -0.02412596344947815, 0.05652979761362076, -0.028817594051361084, -0.03181305527687073, 0.08...
[ -0.040532637387514114, -0.0048672654666006565, -0.005935806781053543, -0.00025599831133149564, -0.05344543606042862, -0.014807682484388351, -0.01735995151102543, -0.013171347789466381, -0.038721539080142975, -0.02923288568854332, 0.0946599692106247, -0.04835733026266098, -0.03029067441821098...
chal-961
How many new games do they have together?
92
Addition
Katie had 84 new games and 19 old games. Her friends had 8 new games and 69 old games.
( 84.0 + 8.0 )
Question: Katie had 84 new games and 19 old games. Her friends had 8 new games and 69 old games.How many new games do they have together? Thought: ( 84.0 + 8.0 ) Answer: 92.0
Katie had 84 new games and 19 old games. Her friends had 8 new games and 69 old games.How many new games do they have together?
[ -0.011688900180161, -0.029341422021389008, -0.01580466516315937, 0.0448349229991436, -0.06584123522043228, -0.02182835340499878, -0.015840580686926842, -0.004559155087918043, -0.012311752885580063, 0.058947864919900894, -0.007354856468737125, -0.012850153259932995, 0.023712309077382088, 0....
[ -0.025122912600636482, -0.015059661120176315, -0.004319962579756975, 0.028113460168242455, -0.01897028088569641, 0.016949906945228577, -0.009247759357094765, -0.04896348714828491, 0.01597370207309723, -0.05543849617242813, -0.015074367634952068, 0.013589506037533283, 0.02089402824640274, 0...
[ -0.08299167454242706, -0.016810601577162743, 0.03177306801080704, -0.026493839919567108, -0.022445131093263626, 0.021009888499975204, -0.04197041317820549, -0.018923809751868248, -0.005095613654702902, 0.008031020872294903, 0.02999161370098591, 0.005444129928946495, 0.04012756794691086, 0....
chal-348
How many chocolate chip cookies did Helen bake?
1,081
Addition
Helen the hippo and her friends are preparing for thanksgiving at Helen's house. Helen baked 527 chocolate chip cookies and 86 raisin cookies yesterday. And she baked 86 raisin cookies and 554 chocolate chip cookies this morning.
( 527.0 + 554.0 )
Question: Helen the hippo and her friends are preparing for thanksgiving at Helen's house. Helen baked 527 chocolate chip cookies and 86 raisin cookies yesterday. And she baked 86 raisin cookies and 554 chocolate chip cookies this morning.How many chocolate chip cookies did Helen bake? Thought: ( 527.0 + 554.0 ) Answe...
Helen the hippo and her friends are preparing for thanksgiving at Helen's house. Helen baked 527 chocolate chip cookies and 86 raisin cookies yesterday. And she baked 86 raisin cookies and 554 chocolate chip cookies this morning.How many chocolate chip cookies did Helen bake?
[ -0.005375746171921492, -0.006085755303502083, -0.00704113719984889, 0.036409590393304825, -0.004644413944333792, -0.010950939729809761, 0.01222546212375164, 0.02161622978746891, -0.02435566671192646, 0.002513026585802436, -0.008449987508356571, -0.03766165301203728, 0.019232111051678658, -...
[ -0.010933960787951946, -0.034816328436136246, -0.0062577188946306705, 0.07054772973060608, 0.0037397812120616436, 0.022261954843997955, -0.06837726384401321, -0.025420716032385826, -0.038193028420209885, -0.054644156247377396, -0.046284522861242294, 0.005733706057071686, 0.051196400076150894...
[ -0.0669877752661705, 0.03279581665992737, -0.003920706454664469, -0.013103555887937546, -0.008421024307608604, 0.03531903401017189, -0.0283924862742424, -0.006734717171639204, -0.02532552182674408, -0.0276775062084198, 0.044369351118803024, -0.02731919474899769, 0.012314066290855408, 0.055...
chal-151
How deep was the water?
12
Multiplication
After resting they decided to go for a swim. The depth of the water is 2 times Dean's height. Dean is 8 feet shorter than Ron. If Ron stands at 14 feet
( ( 14.0 - 8.0 ) * 2.0 )
Question: After resting they decided to go for a swim. The depth of the water is 2 times Dean's height. Dean is 8 feet shorter than Ron. If Ron stands at 14 feetHow deep was the water? Thought: ( ( 14.0 - 8.0 ) * 2.0 ) Answer: 12.0
After resting they decided to go for a swim. The depth of the water is 2 times Dean's height. Dean is 8 feet shorter than Ron. If Ron stands at 14 feetHow deep was the water?
[ -0.014770576730370522, -0.055351871997117996, -0.013356413692235947, 0.01224977895617485, -0.03294626623392105, -0.0006261094240471721, -0.013236870989203453, 0.009899373166263103, -0.0021111606620252132, 0.022204048931598663, 0.004159923642873764, -0.006026812829077244, 0.0229303240776062, ...
[ -0.06982631236314774, -0.05407658964395523, -0.024517986923456192, 0.007640863303095102, -0.05025884509086609, 0.011600716039538383, -0.023854929953813553, -0.007913061417639256, -0.02668299525976181, -0.061575084924697876, 0.028981180861592293, -0.014899530448019505, 0.02670905739068985, ...
[ -0.06013304367661476, 0.012307839468121529, -0.012040577828884125, -0.03432827070355415, -0.04015763849020004, 0.008553452789783478, 0.021960344165563583, 0.006196069531142712, -0.02141503617167473, 0.019444087520241737, 0.06044209003448486, -0.02322976104915142, 0.006649361923336983, 0.10...
chal-918
How many cards did Nell give to Jeff?
276
Subtraction
Nell collects baseball cards. She had 528 cards while Jeff had 11 cards. She gave some of her cards to jeff and now has 252 cards left.
( 528.0 - 252.0 )
Question: Nell collects baseball cards. She had 528 cards while Jeff had 11 cards. She gave some of her cards to jeff and now has 252 cards left.How many cards did Nell give to Jeff? Thought: ( 528.0 - 252.0 ) Answer: 276.0
Nell collects baseball cards. She had 528 cards while Jeff had 11 cards. She gave some of her cards to jeff and now has 252 cards left.How many cards did Nell give to Jeff?
[ 0.014581777155399323, -0.03831841051578522, 0.017820032313466072, 0.09572072327136993, 0.0036190419923514128, -0.008835348300635815, -0.042103178799152374, 0.047192011028528214, -0.037925515323877335, 0.04301304742693901, 0.02620883099734783, 0.008511973544955254, 0.003693048609420657, -0....
[ -0.04091864824295044, -0.05384955182671547, -0.028881670907139778, 0.047624390572309494, -0.0100959287956357, -0.011288524605333805, -0.05960493162274361, 0.00524521991610527, -0.032281793653964996, -0.05115295946598053, -0.011848138645291328, -0.010723368264734745, 0.05849524214863777, 0....
[ -0.0379038043320179, -0.052309080958366394, 0.006637034006416798, 0.002959792036563158, -0.01627534069120884, 0.0004707462794613093, -0.05832033231854439, 0.007388335186988115, -0.0563000850379467, -0.04736600071191788, 0.02194862812757492, -0.047884002327919006, 0.06216438114643097, 0.071...
chal-997
How many alligators were not hiding?
56
Subtraction
At the zoo, a cage had 3 snakes and 75 alligators. If 82 snakes and 19 alligators were hiding
( 75.0 - 19.0 )
Question: At the zoo, a cage had 3 snakes and 75 alligators. If 82 snakes and 19 alligators were hidingHow many alligators were not hiding? Thought: ( 75.0 - 19.0 ) Answer: 56.0
At the zoo, a cage had 3 snakes and 75 alligators. If 82 snakes and 19 alligators were hidingHow many alligators were not hiding?
[ 0.062237828969955444, -0.027845636010169983, 0.003071080893278122, 0.06195829436182976, -0.05388747155666351, -0.010302809998393059, 0.01788235269486904, -0.0066108680330216885, -0.032096393406391144, 0.04631387069821358, 0.009580034762620926, 0.03135107457637787, 0.04252196475863457, 0.00...
[ -0.06404779106378555, -0.05449976399540901, -0.027091169729828835, 0.016633016988635063, -0.05652293935418129, -0.02307625114917755, -0.05155300721526146, -0.02852577529847622, -0.030901744961738586, -0.03672189638018608, 0.014092384837567806, 0.01530380267649889, 0.07240938395261765, 0.11...
[ -0.06256845593452454, -0.07416845858097076, -0.003735484555363655, 0.009812036529183388, -0.03953874856233597, 0.008035232312977314, 0.004034128971397877, 0.017962666228413582, 0.039401642978191376, -0.032855771481990814, 0.0066016861237585545, -0.0008226021891459823, 0.038817502558231354, ...
chal-751
How much did she weigh before starting to jog?
192
Addition
After Jessie started to go jogging everyday she lost 126 kilograms. She currently weighs 66 kilograms.
( 66.0 + 126.0 )
Question: After Jessie started to go jogging everyday she lost 126 kilograms. She currently weighs 66 kilograms.How much did she weigh before starting to jog? Thought: ( 66.0 + 126.0 ) Answer: 192.0
After Jessie started to go jogging everyday she lost 126 kilograms. She currently weighs 66 kilograms.How much did she weigh before starting to jog?
[ 0.0321112684905529, -0.026616213843226433, 0.006042159162461758, 0.0566064789891243, 0.033739954233169556, -0.0185229629278183, 0.005992456339299679, 0.05304478853940964, 0.0019091875292360783, 0.031354792416095734, 0.06082809343934059, 0.059721577912569046, -0.0027005821466445923, -0.0252...
[ -0.006490489933639765, -0.024802517145872116, -0.014537772163748741, 0.08326999098062515, -0.018970796838402748, 0.03202879801392555, -0.04226521775126457, -0.03150681033730507, 0.001071356819011271, -0.060313720256090164, 0.006763945333659649, 0.024214979261159897, 0.04443312808871269, 0....
[ -0.04690578207373619, -0.017732946202158928, 0.0164276622235775, 0.009296322241425514, -0.014537924900650978, 0.014747015200555325, -0.003024263773113489, 0.026393570005893707, -0.023988036438822746, -0.02444692887365818, 0.08333710581064224, -0.06650669127702713, 0.010449888184666634, 0.0...
chal-402
How much more money did she receive from her mom than she did from her dad?
3
Subtraction
For Gwen's birthday she received 8 dollars from her mom. Her dad gave her 5 more dollars. If she spent 4 dollars.
( 8.0 - 5.0 )
Question: For Gwen's birthday she received 8 dollars from her mom. Her dad gave her 5 more dollars. If she spent 4 dollars.How much more money did she receive from her mom than she did from her dad? Thought: ( 8.0 - 5.0 ) Answer: 3.0
For Gwen's birthday she received 8 dollars from her mom. Her dad gave her 5 more dollars. If she spent 4 dollars.How much more money did she receive from her mom than she did from her dad?
[ -0.01595235988497734, 0.06518172472715378, 0.011885222047567368, 0.09602787345647812, -0.021175548434257507, 0.024242516607046127, -0.010711957700550556, 0.008003715425729752, -0.07392814010381699, 0.030210603028535843, -0.016051966696977615, 0.0056012896820902824, 0.013623252511024475, -0...
[ -0.07000957429409027, -0.0050475113093853, -0.037555187940597534, 0.032847363501787186, -0.02381906658411026, -0.018536152318120003, -0.02698972076177597, -0.026784595102071762, 0.0012710131704807281, -0.03248456493020058, 0.008980363607406616, 0.0057967714965343475, 0.027304425835609436, ...
[ 0.00035849527921527624, -0.031201450154185295, 0.002508861478418112, -0.02121655084192753, -0.06279600411653519, 0.0026176662649959326, -0.01872706227004528, 0.010333418846130371, -0.04929104447364807, -0.02983672358095646, 0.09147772192955017, -0.035939112305641174, -0.030550342053174973, ...
chal-642
How many packs of groceries did she buy in all?
42
Addition
Lucy went to the grocery store. She bought 4 packs of cookie, 22 packs of cake and 16 packs of chocolate.
( ( 4.0 + 22.0 ) + 16.0 )
Question: Lucy went to the grocery store. She bought 4 packs of cookie, 22 packs of cake and 16 packs of chocolate.How many packs of groceries did she buy in all? Thought: ( ( 4.0 + 22.0 ) + 16.0 ) Answer: 42.0
Lucy went to the grocery store. She bought 4 packs of cookie, 22 packs of cake and 16 packs of chocolate.How many packs of groceries did she buy in all?
[ 0.017669495195150375, -0.03495168313384056, 0.016958963125944138, 0.06416644901037216, -0.010953516699373722, -0.006611132062971592, 0.010824590921401978, 0.02916562184691429, -0.015137236565351486, 0.07515745609998703, 0.050830986350774765, -0.02084980346262455, -0.03952686861157417, -0.0...
[ -0.03766991198062897, -0.03737269714474678, -0.0042285071685910225, 0.013219517655670643, -0.025416018441319466, 0.0334584079682827, 0.0006673395400866866, -0.03580119088292122, 0.0058181327767670155, -0.024047791957855225, -0.001694719772785902, -0.018064938485622406, 0.029131673276424408, ...
[ -0.06105094030499458, -0.04513372480869293, -0.0029116440564393997, 0.0017365104286000133, -0.05018986389040947, 0.00412743678316474, -0.011723342351615429, 0.03962954506278038, -0.031282104551792145, -0.03524569794535637, 0.016885414719581604, -0.016590965911746025, 0.017732931300997734, ...
chal-630
How many trees does she have left?
10
Subtraction
After a typhoon, 2 trees in Haley's backyard died. If she had grown 12 trees initially
( 12.0 - 2.0 )
Question: After a typhoon, 2 trees in Haley's backyard died. If she had grown 12 trees initiallyHow many trees does she have left? Thought: ( 12.0 - 2.0 ) Answer: 10.0
After a typhoon, 2 trees in Haley's backyard died. If she had grown 12 trees initiallyHow many trees does she have left?
[ 0.03750867024064064, 0.008220924995839596, 0.0010039577027782798, 0.07855591922998428, 0.019632812589406967, -0.006966586224734783, -0.009281093254685402, -0.007841188460588455, -0.09059827029705048, 0.05892860144376755, 0.031109726056456566, -0.037043970078229904, 0.0030476537067443132, -...
[ -0.047812387347221375, 0.0027882878202944994, -0.03510192036628723, 0.04197635129094124, -0.0318012610077858, 0.0032530934549868107, -0.04414917528629303, 0.012945516966283321, -0.018899720162153244, -0.006405932828783989, 0.0319686122238636, 0.013839097693562508, 0.03923969343304634, 0.10...
[ -0.05382877588272095, -0.020988358184695244, -0.0005486849113367498, -0.04617347568273544, -0.032871030271053314, -0.0074166832491755486, 0.009640173055231571, -0.037383802235126495, -0.007779749110341072, -0.004541200120002031, 0.03746902197599411, 0.003469321643933654, -0.00862754322588443...
chal-903
How many goldfish disappeared?
2
Subtraction
Stray cats loved eating goldfish in the pond leaving 6 goldfish. Paige had raised 8 goldfish in the pond initially.
( 8.0 - 6.0 )
Question: Stray cats loved eating goldfish in the pond leaving 6 goldfish. Paige had raised 8 goldfish in the pond initially.How many goldfish disappeared? Thought: ( 8.0 - 6.0 ) Answer: 2.0
Stray cats loved eating goldfish in the pond leaving 6 goldfish. Paige had raised 8 goldfish in the pond initially.How many goldfish disappeared?
[ 0.038569286465644836, 0.00905394647270441, -0.005253546871244907, 0.009784700348973274, 0.00006432621012208983, -0.027537954971194267, 0.03006618283689022, -0.017557963728904724, 0.052435074001550674, 0.047787830233573914, -0.011401782743632793, 0.041721075773239136, -0.04238828271627426, ...
[ -0.06812705099582672, -0.001816369011066854, -0.03816383332014084, 0.03530433773994446, -0.02459505759179592, -0.01863197609782219, -0.027728522196412086, -0.016197701916098595, 0.019913289695978165, -0.029145026579499245, 0.0066369338892400265, 0.021820662543177605, 0.024834485724568367, ...
[ -0.01659764163196087, 0.04547042399644852, 0.009721538051962852, -0.023943396285176277, -0.05432194098830223, 0.010013990104198456, -0.026927638798952103, 0.020270105451345444, -0.017288602888584137, -0.031081626191735268, 0.12125037610530853, -0.06142149493098259, -0.06044986471533775, 0....
chal-344
How many more pages does the second chapter have than the first chapter?
43
Subtraction
A book has 2 chapters. The first chapter is 37 pages long. The second chapter is 80 pages long.
( 80.0 - 37.0 )
Question: A book has 2 chapters. The first chapter is 37 pages long. The second chapter is 80 pages long.How many more pages does the second chapter have than the first chapter? Thought: ( 80.0 - 37.0 ) Answer: 43.0
A book has 2 chapters. The first chapter is 37 pages long. The second chapter is 80 pages long.How many more pages does the second chapter have than the first chapter?
[ 0.02713876962661743, -0.04730342701077461, -0.03684322163462639, 0.038910578936338425, -0.06238977611064911, -0.000103829508589115, -0.007933921180665493, 0.018462305888533592, -0.00983472540974617, 0.032237980514764786, 0.03694504126906395, 0.023808596655726433, 0.0432901456952095, 0.0201...
[ -0.06262838840484619, -0.04501158744096756, -0.03241286054253578, 0.01252766139805317, -0.05979769304394722, -0.014900614507496357, -0.03289778158068657, -0.009636581875383854, -0.0025675343349575996, -0.05655420571565628, -0.018141550943255424, 0.02330220863223076, 0.06060446426272392, 0....
[ -0.07329538464546204, -0.053738534450531006, -0.005280622746795416, -0.008414506912231445, -0.045103520154953, 0.029205383732914925, -0.0019516060128808022, 0.02005334571003914, -0.051343441009521484, -0.038038454949855804, 0.007042121607810259, -0.010929458774626255, 0.02912146784365177, ...
chal-536
How many more grams of wax does he need?
481
Subtraction
Next on his checklist is wax to stick the feathers together. If he currently has 11 g of wax and the feathers require a total of 492 g of wax
( 492.0 - 11.0 )
Question: Next on his checklist is wax to stick the feathers together. If he currently has 11 g of wax and the feathers require a total of 492 g of waxHow many more grams of wax does he need? Thought: ( 492.0 - 11.0 ) Answer: 481.0
Next on his checklist is wax to stick the feathers together. If he currently has 11 g of wax and the feathers require a total of 492 g of waxHow many more grams of wax does he need?
[ 0.05300397798418999, -0.011749987490475178, 0.017320744693279266, 0.02611686848104, -0.00747221102938056, -0.014786542393267155, -0.017129573971033096, -0.003948709461838007, -0.08618390560150146, -0.0024869877379387617, 0.10075346380472183, -0.009309801273047924, 0.0233008973300457, -0.04...
[ -0.06474462151527405, -0.0160165224224329, -0.012915663421154022, 0.04307942092418671, -0.01756422594189644, -0.011795547790825367, -0.05558406189084053, -0.00145339232403785, -0.07277412712574005, -0.06237044185400009, 0.03688260540366173, 0.0040634628385305405, 0.058552294969558716, 0.09...
[ -0.06888718903064728, -0.005119560286402702, -0.0025594348553568125, 0.012029310688376427, -0.010283421725034714, 0.041623570024967194, -0.024333035573363304, 0.030179861932992935, -0.08494507521390915, -0.05756807327270508, 0.05160416662693024, -0.07152045518159866, 0.0284646637737751, 0....
chal-929
How many chairs are left unoccupied?
49
Subtraction
They decided to hold the party in their backyard. They have 10 sets of tables and each set has 6 chairs. If there are 11 people sitting on chairs
( ( 10.0 * 6.0 ) - 11.0 )
Question: They decided to hold the party in their backyard. They have 10 sets of tables and each set has 6 chairs. If there are 11 people sitting on chairsHow many chairs are left unoccupied? Thought: ( ( 10.0 * 6.0 ) - 11.0 ) Answer: 49.0
They decided to hold the party in their backyard. They have 10 sets of tables and each set has 6 chairs. If there are 11 people sitting on chairsHow many chairs are left unoccupied?
[ -0.016076428815722466, -0.011454828083515167, 0.026795104146003723, 0.08330007642507553, -0.03824055567383766, -0.05145543813705444, -0.011065604165196419, -0.033815573900938034, 0.002280532382428646, 0.041891664266586304, 0.025943633168935776, 0.025745900347828865, -0.002043125219643116, ...
[ -0.021788714453577995, -0.0761319249868393, -0.021058477461338043, 0.024529116228222847, -0.03892356902360916, -0.013603400439023972, -0.036526914685964584, -0.06120162829756737, -0.008176559582352638, -0.0473613366484642, 0.004089273978024721, 0.011021710000932217, 0.05117694288492203, 0....
[ -0.07349053770303726, -0.06987003237009048, -0.0069748773239552975, 0.00479823537170887, -0.05094674974679947, 0.008374541066586971, 0.0066498382948338985, 0.001626054523512721, -0.0425395704805851, -0.01754361018538475, 0.02860848419368267, -0.007291389163583517, 0.03493873029947281, 0.13...
chal-593
How many packages does Robin have?
14
Common-Division
Robin has some packages of gum. There are 3 pieces in each package and a total of 42 pieces of gum.
( 42.0 / 3.0 )
Question: Robin has some packages of gum. There are 3 pieces in each package and a total of 42 pieces of gum.How many packages does Robin have? Thought: ( 42.0 / 3.0 ) Answer: 14.0
Robin has some packages of gum. There are 3 pieces in each package and a total of 42 pieces of gum.How many packages does Robin have?
[ 0.03877223655581474, -0.02765565551817417, 0.021356230601668358, 0.04737161844968796, -0.03983393684029579, -0.004366770852357149, -0.02780006267130375, 0.038129426538944244, -0.08370012789964676, 0.01660173013806343, 0.05416581407189369, 0.034085385501384735, -0.0004818817542400211, -0.01...
[ 0.005548413377255201, -0.12220869213342667, -0.033547647297382355, 0.04399654641747475, -0.030163219198584557, 0.013353079557418823, -0.0134281562641263, 0.04431482404470444, -0.03357400372624397, -0.044241905212402344, 0.0012090447125956416, -0.0005072270287200809, -0.002210796345025301, ...
[ -0.0778355821967125, -0.017353881150484085, -0.005274199414998293, -0.023974526673555374, -0.02025427296757698, 0.02167820930480957, 0.019705884158611298, 0.03018624521791935, -0.056776054203510284, 0.010438213124871254, 0.0591721348464489, -0.024786846712231636, -0.009535972960293293, 0.0...
chal-144
How many flower beds did they have?
6
Common-Division
Paige was helping her mom plant flowers and they put 10 seeds in each flower bed. If they planted 60 seeds altogther
( 60.0 / 10.0 )
Question: Paige was helping her mom plant flowers and they put 10 seeds in each flower bed. If they planted 60 seeds altogtherHow many flower beds did they have? Thought: ( 60.0 / 10.0 ) Answer: 6.0
Paige was helping her mom plant flowers and they put 10 seeds in each flower bed. If they planted 60 seeds altogtherHow many flower beds did they have?
[ -0.017197145149111748, -0.011811058968305588, -0.002145617501810193, 0.10141916573047638, -0.011626624502241611, -0.021570000797510147, 0.046197861433029175, -0.01357010193169117, -0.015402416698634624, 0.0405748188495636, 0.05227657034993172, -0.011004319414496422, -0.01427663303911686, 0...
[ -0.012748838402330875, -0.0705917626619339, -0.02930157631635666, 0.017364926636219025, -0.007520679850131273, -0.0032943780533969402, 0.0016315578250214458, -0.006589781958609819, 0.015456033870577812, -0.017936497926712036, 0.0032916958443820477, 0.007587088271975517, 0.018084269016981125,...
[ -0.019991884008049965, 0.007233187090605497, -0.007294942624866962, 0.007448224350810051, -0.07825984805822372, -0.02721349522471428, 0.014755110256373882, -0.0021349056623876095, 0.0031326347962021828, -0.02887597307562828, 0.06373218446969986, 0.009320075623691082, 0.006620968226343393, ...
chal-267
How many books did he sell in the garage sale?
11
Subtraction
Paul had 108 books. After selling some books in a garage sale and giving 35 books to his friend he had 62 books left.
( ( 108.0 - 35.0 ) - 62.0 )
Question: Paul had 108 books. After selling some books in a garage sale and giving 35 books to his friend he had 62 books left.How many books did he sell in the garage sale? Thought: ( ( 108.0 - 35.0 ) - 62.0 ) Answer: 11.0
Paul had 108 books. After selling some books in a garage sale and giving 35 books to his friend he had 62 books left.How many books did he sell in the garage sale?
[ -0.01590775139629841, -0.017520522698760033, 0.011275465600192547, 0.06464631110429764, -0.049482785165309906, -0.007706773933023214, 0.056315578520298004, 0.02558382973074913, -0.022190095856785774, 0.047009456902742386, -0.009797670878469944, 0.03956426680088043, 0.013958408497273922, 0....
[ -0.03552233427762985, -0.06476499140262604, -0.03269992023706436, 0.03262791410088539, -0.030705653131008148, 0.011166895739734173, -0.026067735627293587, -0.020943140611052513, 0.020680801942944527, -0.09259752184152603, -0.013933802954852581, 0.0353999026119709, 0.0713556706905365, 0.042...
[ -0.06466107815504074, -0.006996055133640766, 0.0028621030505746603, -0.02902594394981861, -0.02105693519115448, -0.01070168986916542, 0.013387599028646946, -0.029070699587464333, -0.01386202871799469, 0.028119739145040512, 0.07346699386835098, -0.030552387237548828, 0.0023818016052246094, ...
chal-839
How many bird families were left near the mountain?
25
Subtraction
Winter is almost here and most animals are migrating to warmer countries. There are 85 bird families living near the mountain. If 23 bird families flew away to africa and 37 bird families flew away to asia
( 85.0 - ( 23.0 + 37.0 ) )
Question: Winter is almost here and most animals are migrating to warmer countries. There are 85 bird families living near the mountain. If 23 bird families flew away to africa and 37 bird families flew away to asiaHow many bird families were left near the mountain? Thought: ( 85.0 - ( 23.0 + 37.0 ) ) Answer: 25.0
Winter is almost here and most animals are migrating to warmer countries. There are 85 bird families living near the mountain. If 23 bird families flew away to africa and 37 bird families flew away to asiaHow many bird families were left near the mountain?
[ 0.00835839007049799, -0.009376821108162403, -0.03539730980992317, 0.10251769423484802, -0.011734012514352798, -0.01829153299331665, -0.007871722802519798, 0.0005142124136909842, -0.07453663647174835, -0.015607789158821106, 0.022061677649617195, 0.052126944065093994, 0.02999873086810112, -0...
[ -0.012884304858744144, -0.08913297951221466, -0.020785139873623848, 0.025305068120360374, -0.027467461302876472, -0.000028319844204816036, -0.031702686101198196, -0.012545064091682434, -0.026006951928138733, -0.057647112756967545, -0.01416450273245573, 0.051612768322229385, 0.071229398250579...
[ -0.06709344685077667, -0.05101832002401352, -0.008967932313680649, -0.04719661548733711, -0.04760592803359032, 0.020127948373556137, 0.00840942282229662, 0.003333842847496271, -0.01919669099152088, 0.034956932067871094, 0.05283650383353233, -0.039291974157094955, 0.03166773170232773, 0.126...
chal-477
How many weeks did the harvest last?
89
Common-Division
Lewis earns $ 2 every week during the harvest. If he earns a total of $ 178
( 178.0 / 2.0 )
Question: Lewis earns $ 2 every week during the harvest. If he earns a total of $ 178How many weeks did the harvest last? Thought: ( 178.0 / 2.0 ) Answer: 89.0
Lewis earns $ 2 every week during the harvest. If he earns a total of $ 178How many weeks did the harvest last?
[ -0.018383560702204704, 0.07051137089729309, 0.007353340275585651, 0.06463487446308136, -0.0568913035094738, -0.030781567096710205, 0.015302338637411594, 0.017600473016500473, -0.03191984444856644, 0.0354364812374115, 0.08648016303777695, 0.048189591616392136, 0.011989790946245193, 0.031101...
[ -0.0378827303647995, -0.04628854990005493, -0.02612730674445629, 0.04647469520568848, -0.03127722814679146, -0.027209723368287086, -0.04280036315321922, 0.010840557515621185, -0.017926445230841637, -0.00655081681907177, 0.036089520901441574, -0.010440481826663017, -0.00494332704693079, 0.0...
[ -0.09340944141149521, -0.03861145302653313, 0.01769937016069889, -0.027220025658607483, -0.024528784677386284, 0.003414383390918374, -0.04918134957551956, -0.017666472122073174, -0.010448978282511234, 0.0033102668821811676, 0.014903304167091846, -0.009892242960631847, 0.052023645490407944, ...
chal-186
How many will she have left if she gives away 64 games?
42
Subtraction
Kelly has 106 nintendo games.
( 106.0 - 64.0 )
Question: Kelly has 106 nintendo games.How many will she have left if she gives away 64 games? Thought: ( 106.0 - 64.0 ) Answer: 42.0
Kelly has 106 nintendo games.How many will she have left if she gives away 64 games?
[ 0.02777424082159996, -0.01317605935037136, -0.028811870142817497, 0.07411255687475204, 0.01939653605222702, 0.014560733921825886, 0.0013620916288346052, 0.019175801426172256, -0.059524569660425186, 0.08180241286754608, 0.005337803158909082, -0.03743916004896164, -0.014706096611917019, 0.00...
[ -0.0617094449698925, -0.06009605526924133, -0.02892335318028927, 0.04190782085061073, -0.016181079670786858, 0.00008086521847872064, -0.015310978516936302, -0.020593581721186638, -0.012209838256239891, -0.03140416741371155, -0.009203086607158184, -0.01061027217656374, 0.07156716287136078, ...
[ -0.06105094030499458, -0.04513372480869293, -0.0029116440564393997, 0.0017365104286000133, -0.05018986389040947, 0.00412743678316474, -0.011723342351615429, 0.03962954506278038, -0.031282104551792145, -0.03524569794535637, 0.016885414719581604, -0.016590965911746025, 0.017732931300997734, ...
chal-500
How many days would the water bottles last?
12
Common-Division
Debby bought 95 soda bottles and 180 water bottles when they were on sale. If she drank 15 water bottles and 54 soda bottles a day
( 180.0 / 15.0 )
Question: Debby bought 95 soda bottles and 180 water bottles when they were on sale. If she drank 15 water bottles and 54 soda bottles a dayHow many days would the water bottles last? Thought: ( 180.0 / 15.0 ) Answer: 12.0
Debby bought 95 soda bottles and 180 water bottles when they were on sale. If she drank 15 water bottles and 54 soda bottles a dayHow many days would the water bottles last?
[ 0.021733731031417847, -0.012568552047014236, 0.006312239915132523, 0.05069456622004509, -0.006483609322458506, -0.00273664528504014, 0.04937630146741867, 0.011494338512420654, -0.0373031385242939, 0.07083041965961456, 0.05547279492020607, 0.015745222568511963, -0.038810115307569504, 0.0266...
[ -0.03622179850935936, -0.08171971142292023, -0.04069342836737633, 0.014861629344522953, -0.016751058399677277, -0.005103155039250851, -0.003973471932113171, 0.008757480420172215, -0.001174940844066441, 0.008235006593167782, 0.029081108048558235, -0.0015564346686005592, 0.03547006472945213, ...
[ -0.06013304367661476, 0.012307839468121529, -0.012040577828884125, -0.03432827070355415, -0.04015763849020004, 0.008553452789783478, 0.021960344165563583, 0.006196069531142712, -0.02141503617167473, 0.019444087520241737, 0.06044209003448486, -0.02322976104915142, 0.006649361923336983, 0.10...
chal-419
How many packs of dvds can you buy if each pack costs 26 dollars?
4
Common-Division
You have 104 dollars.
( 104.0 / 26.0 )
Question: You have 104 dollars.How many packs of dvds can you buy if each pack costs 26 dollars? Thought: ( 104.0 / 26.0 ) Answer: 4.0
You have 104 dollars.How many packs of dvds can you buy if each pack costs 26 dollars?
[ 0.011103074997663498, -0.0005570835201069713, -0.018378257751464844, 0.024330491200089455, 0.009574553929269314, 0.007314035203307867, 0.059634316712617874, 0.024214455857872963, -0.05645962804555893, 0.07321114093065262, -0.009972991421818733, -0.01714375801384449, -0.015512334182858467, ...
[ -0.03951817750930786, -0.0322987325489521, -0.023085031658411026, -0.015411801636219025, -0.023424116894602776, 0.008423738181591034, -0.010610131546854973, 0.0030510828364640474, -0.008805856108665466, 0.003332227235659957, 0.001012293854728341, -0.007175985258072615, 0.04948330670595169, ...
[ -0.040532637387514114, -0.0048672654666006565, -0.005935806781053543, -0.00025599831133149564, -0.05344543606042862, -0.014807682484388351, -0.01735995151102543, -0.013171347789466381, -0.038721539080142975, -0.02923288568854332, 0.0946599692106247, -0.04835733026266098, -0.03029067441821098...
chal-539
How many marbles did he have in his collection?
33
Addition
Josh had some marbles in his collection. He lost 21 marbles. If he has 12 marbles now
( 21.0 + 12.0 )
Question: Josh had some marbles in his collection. He lost 21 marbles. If he has 12 marbles nowHow many marbles did he have in his collection? Thought: ( 21.0 + 12.0 ) Answer: 33.0
Josh had some marbles in his collection. He lost 21 marbles. If he has 12 marbles nowHow many marbles did he have in his collection?
[ 0.03295021504163742, 0.017735909670591354, -0.00521662924438715, 0.07663004845380783, -0.025603342801332474, 0.001120583270676434, 0.02928481437265873, 0.053303852677345276, -0.06463837623596191, 0.08921197056770325, 0.045556679368019104, -0.01019633375108242, -0.03163601830601692, -0.0120...
[ -0.0011973107466474175, -0.031900517642498016, -0.012012659572064877, 0.007067992817610502, -0.023939233273267746, 0.04938856139779091, 0.010127607733011246, -0.013634636066854, 0.01278443168848753, 0.013716925866901875, -0.0024652667343616486, -0.02806892618536949, 0.04856812208890915, 0....
[ -0.0632571429014206, -0.0622272752225399, -0.009878204204142094, -0.005818700883537531, -0.058619435876607895, 0.01719234324991703, -0.0019290270283818245, -0.00007297220145119354, -0.02706327848136425, -0.03920569270849228, 0.030894780531525612, -0.019527466967701912, 0.021430514752864838, ...
chal-156
How many packs does she need so that no friend gets left out?
5
Common-Division
Carol was sending out birthday invitations to 10 friends. If each package of invitations she bought had 2 invitations in it
( 10.0 / 2.0 )
Question: Carol was sending out birthday invitations to 10 friends. If each package of invitations she bought had 2 invitations in itHow many packs does she need so that no friend gets left out? Thought: ( 10.0 / 2.0 ) Answer: 5.0
Carol was sending out birthday invitations to 10 friends. If each package of invitations she bought had 2 invitations in itHow many packs does she need so that no friend gets left out?
[ 0.012714807875454426, -0.05598156526684761, -0.0008454637136310339, 0.06965673714876175, -0.0015923421597108245, -0.01818036288022995, 0.036544106900691986, -0.0038363332860171795, -0.030218172818422318, 0.05562450364232063, 0.05906009301543236, -0.04432854428887367, -0.03143741562962532, ...
[ -0.017725517973303795, -0.052644647657871246, -0.02248593606054783, 0.01046381052583456, -0.015518260188400745, -0.00008716235606698319, 0.0034758360125124454, -0.015617948956787586, 0.003175948513671756, -0.019113127142190933, 0.03863358870148659, -0.0031156856566667557, -0.0100408243015408...
[ -0.021898968145251274, -0.01667940430343151, 0.0015816031955182552, 0.009786914102733135, -0.050327274948358536, -0.01641370728611946, 0.009176431223750114, -0.022441739216446877, -0.0340881384909153, -0.03095707669854164, 0.07184434682130814, -0.029574474319815636, 0.0024221870116889477, ...
chal-298
How many pupils were present in the program?
654
Subtraction
There were 22 parents in the program and 676 people in total.
( 676.0 - 22.0 )
Question: There were 22 parents in the program and 676 people in total.How many pupils were present in the program? Thought: ( 676.0 - 22.0 ) Answer: 654.0
There were 22 parents in the program and 676 people in total.How many pupils were present in the program?
[ 0.023881696164608, -0.0846986398100853, 0.015833552926778793, 0.055145345628261566, -0.019002513960003853, -0.03259314224123955, 0.02466670610010624, 0.028774447739124298, -0.06067810207605362, 0.0173918679356575, 0.0077817244455218315, -0.0185965858399868, 0.0018915844848379493, -0.061633...
[ -0.026567434892058372, -0.04118649289011955, -0.016808610409498215, 0.03789674863219261, -0.053698256611824036, -0.012409687973558903, -0.035535506904125214, 0.007666774559766054, 0.012142818421125412, -0.06286740303039551, 0.00773200998082757, 0.03772862255573273, 0.053356096148490906, 0....
[ -0.07184646278619766, -0.009789927862584591, 0.0026876642368733883, 0.006174156907945871, -0.011095440946519375, 0.005987199954688549, -0.07481656223535538, -0.009271083399653435, -0.07047652453184128, -0.07233057916164398, 0.049210481345653534, -0.006283988710492849, 0.031626783311367035, ...
chal-884
How much more money did she spend at the supermarket than she collected at the atm?
39
Subtraction
There were 53 dollars in Olivia's wallet. She collected 91 more dollars from an atm. After she visited a supermarket there were 14 dollars left.
( 53.0 - 14.0 )
Question: There were 53 dollars in Olivia's wallet. She collected 91 more dollars from an atm. After she visited a supermarket there were 14 dollars left.How much more money did she spend at the supermarket than she collected at the atm? Thought: ( 53.0 - 14.0 ) Answer: 39.0
There were 53 dollars in Olivia's wallet. She collected 91 more dollars from an atm. After she visited a supermarket there were 14 dollars left.How much more money did she spend at the supermarket than she collected at the atm?
[ 0.008298002183437347, -0.030753422528505325, 0.007107697892934084, 0.07830221205949783, -0.010056070052087307, 0.023072373121976852, -0.03225350379943848, 0.00497913034632802, -0.07755402475595474, 0.051705826073884964, 0.010787484236061573, 0.02075219340622425, 0.023381302133202553, 0.005...
[ -0.060908060520887375, -0.058006852865219116, -0.030589794740080833, 0.037969570606946945, -0.044109128415584564, -0.0013137739151716232, -0.03847535699605942, 0.001447696820832789, -0.010055690072476864, -0.061405882239341736, -0.005686365533620119, 0.00956430472433567, 0.04840153083205223,...
[ -0.07502998411655426, -0.0693248063325882, -0.01929396204650402, -0.009468071162700653, -0.07298915833234787, 0.009649091400206089, -0.012446686625480652, 0.01939985156059265, -0.05058770999312401, -0.020011216402053833, 0.013071267865598202, -0.010681897401809692, 0.04035463184118271, 0.0...
chal-361
How many more push-ups did Zachary do than David?
7
Subtraction
Zachary did 51 push-ups and David did 44 push-ups in gym class today.
( 51.0 - 44.0 )
Question: Zachary did 51 push-ups and David did 44 push-ups in gym class today.How many more push-ups did Zachary do than David? Thought: ( 51.0 - 44.0 ) Answer: 7.0
Zachary did 51 push-ups and David did 44 push-ups in gym class today.How many more push-ups did Zachary do than David?
[ -0.05086304619908333, -0.02719377540051937, 0.0026107006706297398, 0.06562437117099762, -0.04872511699795723, 0.0010300957364961505, 0.013938672840595245, 0.02239583060145378, -0.046299200505018234, 0.034561559557914734, 0.04503950476646423, -0.026028525084257126, 0.0021262289956212044, -0...
[ -0.05195574089884758, -0.0619015209376812, -0.03232976421713829, 0.032809726893901825, -0.046557553112506866, 0.0009649138664826751, -0.031397536396980286, 0.003264801111072302, -0.0165262334048748, -0.0483848862349987, -0.00007284059392986819, -0.010788686573505402, 0.05026803910732269, 0...
[ -0.052783384919166565, -0.04466566815972328, 0.0030787421856075525, -0.017089013010263443, -0.068177729845047, -0.023228460922837257, -0.0004640676488634199, 0.0014970955671742558, 0.020428573712706566, -0.013777698390185833, 0.0412624217569828, 0.04990438371896744, -0.005960477516055107, ...
chal-123
How many bags did she have on monday?
4
Subtraction
Tiffany was collecting cans for recycling. On monday she had some bags of cans. The next day she found 4 more bags worth of cans. If she had a total of 8 bags altogether
( 8.0 - 4.0 )
Question: Tiffany was collecting cans for recycling. On monday she had some bags of cans. The next day she found 4 more bags worth of cans. If she had a total of 8 bags altogetherHow many bags did she have on monday? Thought: ( 8.0 - 4.0 ) Answer: 4.0
Tiffany was collecting cans for recycling. On monday she had some bags of cans. The next day she found 4 more bags worth of cans. If she had a total of 8 bags altogetherHow many bags did she have on monday?
[ 0.007281952071934938, 0.03731487691402435, -0.0064963106997311115, 0.06624362617731094, -0.02186831459403038, -0.007328810170292854, 0.010983566753566265, 0.00022511047427542508, -0.07038610428571701, 0.06988506019115448, 0.059059783816337585, 0.01622406207025051, -0.04328135773539543, 0.0...
[ -0.07609677314758301, -0.002143261721357703, -0.03865562751889229, 0.030735356733202934, -0.023649808019399643, -0.014986290596425533, -0.03370580077171326, -0.01966683566570282, 0.00047029415145516396, -0.025468798354268074, 0.016467513516545296, 0.006480171345174313, 0.01237290445715189, ...
[ -0.040532637387514114, -0.0048672654666006565, -0.005935806781053543, -0.00025599831133149564, -0.05344543606042862, -0.014807682484388351, -0.01735995151102543, -0.013171347789466381, -0.038721539080142975, -0.02923288568854332, 0.0946599692106247, -0.04835733026266098, -0.03029067441821098...
chal-316
How many drums of grapes would be filled in each day?
18
Common-Division
Being his favorite, he saved checking on the grapevines for his last stop. He was told by 266 of the pickers that they fill 90 drums of grapes in 5 days.
( 90.0 / 5.0 )
Question: Being his favorite, he saved checking on the grapevines for his last stop. He was told by 266 of the pickers that they fill 90 drums of grapes in 5 days.How many drums of grapes would be filled in each day? Thought: ( 90.0 / 5.0 ) Answer: 18.0
Being his favorite, he saved checking on the grapevines for his last stop. He was told by 266 of the pickers that they fill 90 drums of grapes in 5 days.How many drums of grapes would be filled in each day?
[ 0.019524913281202316, 0.05071891471743584, 0.0063964189030230045, 0.06822133809328079, -0.05348215252161026, -0.056875549256801605, 0.0022376016713678837, -0.008462720550596714, 0.03434605151414871, 0.053985755890607834, 0.07875212281942368, 0.03901509568095207, -0.0034493394196033478, 0.0...
[ -0.012712078168988228, -0.07934191823005676, -0.021201908588409424, 0.04016953334212303, -0.03244099020957947, -0.003405182622373104, -0.005833562463521957, -0.029265422374010086, -0.004289783071726561, -0.026376962661743164, 0.023918719962239265, -0.005570551380515099, 0.030195845291018486,...
[ -0.05737188085913658, -0.04311741888523102, -0.00904478132724762, -0.032349634915590286, -0.08037642389535904, -0.015333245508372784, 0.01714055985212326, 0.016623126342892647, 0.003444613888859749, 0.004784976132214069, 0.0814063549041748, -0.021132897585630417, 0.014941487461328506, 0.10...
chal-587
How many children got on the bus at the bus stop?
5
Addition
21 children were riding on the bus. At the bus stop 10 children got off the bus while some more got on the bus. Then there were 16 children altogether on the bus.
( ( 16.0 - 21.0 ) + 10.0 )
Question: 21 children were riding on the bus. At the bus stop 10 children got off the bus while some more got on the bus. Then there were 16 children altogether on the bus.How many children got on the bus at the bus stop? Thought: ( ( 16.0 - 21.0 ) + 10.0 ) Answer: 5.0
21 children were riding on the bus. At the bus stop 10 children got off the bus while some more got on the bus. Then there were 16 children altogether on the bus.How many children got on the bus at the bus stop?
[ 0.027673820033669472, -0.06267455965280533, 0.012067604809999466, 0.05371161922812462, 0.007375356741249561, -0.03197174891829491, 0.03841263800859451, -0.037802554666996, -0.009776625782251358, 0.0737910121679306, 0.07421872019767761, -0.018845845013856888, 0.002111810492351651, -0.061691...
[ -0.05565990135073662, -0.06673331558704376, -0.02189907431602478, -0.012910705991089344, -0.04497985169291496, 0.012036622501909733, -0.03195562586188316, -0.04694831743836403, 0.017389513552188873, -0.03294936940073967, 0.014637420885264874, -0.016680998727679253, 0.05647895485162735, 0.0...
[ -0.021898968145251274, -0.01667940430343151, 0.0015816031955182552, 0.009786914102733135, -0.050327274948358536, -0.01641370728611946, 0.009176431223750114, -0.022441739216446877, -0.0340881384909153, -0.03095707669854164, 0.07184434682130814, -0.029574474319815636, 0.0024221870116889477, ...
chal-403
How much did ring toss game make per day?
14
Common-Division
The ring toss game at the carnival made the same amount of money each day. In total in 30 days they earned 420 dollars. Together with game they earned 22 dollars.
( 420.0 / 30.0 )
Question: The ring toss game at the carnival made the same amount of money each day. In total in 30 days they earned 420 dollars. Together with game they earned 22 dollars.How much did ring toss game make per day? Thought: ( 420.0 / 30.0 ) Answer: 14.0
The ring toss game at the carnival made the same amount of money each day. In total in 30 days they earned 420 dollars. Together with game they earned 22 dollars.How much did ring toss game make per day?
[ -0.020945822820067406, 0.007094481494277716, -0.023080525919795036, 0.08505062758922577, -0.0539969839155674, 0.029840845614671707, 0.048073798418045044, 0.008503087796270847, -0.08667335659265518, 0.025027047842741013, -0.02519637532532215, -0.01802052929997444, 0.04032008722424507, 0.069...
[ -0.03783220797777176, -0.06170539930462837, -0.01883264072239399, 0.017826318740844727, -0.023019475862383842, 0.0017857648199424148, -0.026220178231596947, 0.03255944326519966, -0.043183259665966034, -0.014236990362405777, 0.016793597489595413, -0.02777888812124729, 0.013814283534884453, ...
[ -0.0778355821967125, -0.017353881150484085, -0.005274199414998293, -0.023974526673555374, -0.02025427296757698, 0.02167820930480957, 0.019705884158611298, 0.03018624521791935, -0.056776054203510284, 0.010438213124871254, 0.0591721348464489, -0.024786846712231636, -0.009535972960293293, 0.0...
chal-248
How many pieces of junk mail should he give each block?
640
Multiplication
There are 20 houses in a block. If a mailman has to give 32 pieces of junk mail to each house in each block
( 32.0 * 20.0 )
Question: There are 20 houses in a block. If a mailman has to give 32 pieces of junk mail to each house in each blockHow many pieces of junk mail should he give each block? Thought: ( 32.0 * 20.0 ) Answer: 640.0
There are 20 houses in a block. If a mailman has to give 32 pieces of junk mail to each house in each blockHow many pieces of junk mail should he give each block?
[ 0.008870376273989677, -0.02213255874812603, -0.015431519597768784, 0.07982775568962097, -0.029575997963547707, 0.012601901777088642, 0.08194815367460251, -0.0032805621158331633, 0.04529649391770363, 0.04265309497714043, 0.0754866823554039, -0.02342783473432064, -0.019078824669122696, -0.00...
[ -0.04701729118824005, -0.09718161076307297, -0.029327189549803734, 0.03546849638223648, -0.03328883647918701, 0.007745351642370224, 0.0340179018676281, -0.025163821876049042, -0.016556499525904655, -0.022114882245659828, -0.009648584760725498, -0.05035524442791939, 0.022355984896421432, 0....
[ -0.09431909024715424, -0.03595292568206787, 0.0005501600680872798, 0.04194477200508118, -0.027838965877890587, -0.0005360813229344785, -0.02354959025979042, 0.024202339351177216, -0.0038840242195874453, -0.07826176285743713, 0.05515659600496292, -0.033597756177186966, 0.007836212404072285, ...
chal-992
How many pupils are there in that school?
626
Addition
In a school there are 308 girls and 318 boys. There are also 36 teachers
( 308.0 + 318.0 )
Question: In a school there are 308 girls and 318 boys. There are also 36 teachersHow many pupils are there in that school? Thought: ( 308.0 + 318.0 ) Answer: 626.0
In a school there are 308 girls and 318 boys. There are also 36 teachersHow many pupils are there in that school?
[ 0.010321138426661491, -0.051715102046728134, -0.015453790314495564, 0.06369654834270477, 0.027398861944675446, -0.042741209268569946, 0.022496312856674194, -0.004564192146062851, -0.07855987548828125, -0.005683105438947678, 0.02146451361477375, -0.05735418200492859, 0.013955911621451378, -...
[ -0.022900016978383064, -0.05527300015091896, -0.003550519933924079, 0.05565018579363823, 0.021133238449692726, 0.006918621715158224, -0.06779967993497849, -0.015422563999891281, -0.07567057758569717, -0.06889411062002182, -0.0040773008950054646, -0.021823527291417122, 0.023539476096630096, ...
[ -0.03944205865263939, 0.02731722965836525, 0.005866475868970156, 0.0389653779566288, -0.024671850726008415, -0.008249067701399326, -0.03261497616767883, 0.012822628952562809, -0.002506752498447895, -0.03344421461224556, 0.011893694289028645, -0.018404105678200722, 0.035088133066892624, 0.0...
chal-631
How many more salty cookies than sweet cookies did he eat?
14
Subtraction
Paco had 8 sweet cookies and 6 salty cookies. He ate 20 sweet cookies and 34 salty cookies.
( 34.0 - 20.0 )
Question: Paco had 8 sweet cookies and 6 salty cookies. He ate 20 sweet cookies and 34 salty cookies.How many more salty cookies than sweet cookies did he eat? Thought: ( 34.0 - 20.0 ) Answer: 14.0
Paco had 8 sweet cookies and 6 salty cookies. He ate 20 sweet cookies and 34 salty cookies.How many more salty cookies than sweet cookies did he eat?
[ -0.007758389227092266, -0.01106469240039587, -0.0028389261569827795, 0.012066957540810108, -0.01558636873960495, -0.006707821041345596, -0.024156654253602028, 0.03234485909342766, -0.0060064229182899, 0.07575174421072006, 0.028940752148628235, -0.050079263746738434, -0.029572531580924988, ...
[ -0.05937938764691353, -0.06096698343753815, -0.04820159077644348, 0.008436067961156368, -0.06075139716267586, -0.015747174620628357, -0.03983402997255325, -0.011336514726281166, -0.026528354734182358, -0.0438242107629776, 0.005784501321613789, 0.009480109438300133, 0.06323424726724625, 0.0...
[ -0.0778355821967125, -0.017353881150484085, -0.005274199414998293, -0.023974526673555374, -0.02025427296757698, 0.02167820930480957, 0.019705884158611298, 0.03018624521791935, -0.056776054203510284, 0.010438213124871254, 0.0591721348464489, -0.024786846712231636, -0.009535972960293293, 0.0...
chal-746
How many cakes does baker still have?
190
Addition
Baker made 173 cakes. He bought 103 new cakes and sold 86 cakes.
( ( 173.0 - 86.0 ) + 103.0 )
Question: Baker made 173 cakes. He bought 103 new cakes and sold 86 cakes.How many cakes does baker still have? Thought: ( ( 173.0 - 86.0 ) + 103.0 ) Answer: 190.0
Baker made 173 cakes. He bought 103 new cakes and sold 86 cakes.How many cakes does baker still have?
[ 0.015533938072621822, -0.028087342157959938, 0.00682299816980958, 0.04608520120382309, -0.06899574398994446, -0.051934514194726944, -0.016119837760925293, 0.016067443415522575, -0.049632858484983444, 0.07173188775777817, -0.013430478051304817, -0.00015426460595335811, -0.04196200519800186, ...
[ -0.03832941874861717, -0.06190366670489311, -0.022072993218898773, 0.018207063898444176, -0.022427713498473167, -0.004131699912250042, -0.06600581109523773, -0.02895624190568924, -0.05581781268119812, -0.060224492102861404, -0.00395621545612812, 0.03684929385781288, 0.0634085014462471, 0.0...
[ -0.07225331664085388, 0.00357524654828012, 0.018638791516423225, -0.037664879113435745, -0.02714824117720127, 0.0023405018728226423, -0.03781498223543167, -0.008035165257751942, 0.015490198507905006, 0.032534461468458176, 0.06544861197471619, -0.029645908623933792, 0.037697937339544296, 0....
chal-108
How many flowers are there in all?
10,011
Multiplication
There are 141 pots. Each pot has 71 flowers and 91 sticks in it.
( 141.0 * 71.0 )
Question: There are 141 pots. Each pot has 71 flowers and 91 sticks in it.How many flowers are there in all? Thought: ( 141.0 * 71.0 ) Answer: 10011.0
There are 141 pots. Each pot has 71 flowers and 91 sticks in it.How many flowers are there in all?
[ 0.004661676939576864, -0.08380148559808731, -0.009713483974337578, 0.10681471973657608, -0.039681944996118546, -0.04769207164645195, 0.010361460968852043, 0.003287293715402484, 0.016185566782951355, 0.05138733610510826, 0.014973744750022888, -0.011190231889486313, -0.03310869261622429, -0....
[ -0.02468894049525261, -0.07967676967382431, -0.004756131675094366, 0.06166251748800278, -0.02131490595638752, -0.011816252022981644, 0.005187085829675198, -0.046666599810123444, -0.08078565448522568, -0.06561660021543503, -0.02655639685690403, -0.036335889250040054, 0.018319111317396164, 0...
[ -0.029761197045445442, -0.04317868873476982, 0.010226489044725895, -0.029539119452238083, 0.007083110511302948, 0.0032850883435457945, -0.022183561697602272, -0.0507277175784111, -0.01570296473801136, 0.015530707314610481, 0.02110930345952511, -0.021520256996154785, -0.017156150192022324, ...
chal-212
How many boxes of trefoils does she need to deliver if each case has 14 boxes?
350
Multiplication
Shirley sold 25 cases of boxes of trefoils.
( 25.0 * 14.0 )
Question: Shirley sold 25 cases of boxes of trefoils.How many boxes of trefoils does she need to deliver if each case has 14 boxes? Thought: ( 25.0 * 14.0 ) Answer: 350.0
Shirley sold 25 cases of boxes of trefoils.How many boxes of trefoils does she need to deliver if each case has 14 boxes?
[ -0.004557877779006958, -0.03652505204081535, 0.000005571742349275155, 0.04714871570467949, -0.032417766749858856, -0.0047341822646558285, 0.035179439932107925, 0.01929399184882641, -0.07514036446809769, 0.06687290966510773, 0.010847378522157669, 0.006656027399003506, -0.023466594517230988, ...
[ -0.04264611378312111, -0.08118915557861328, -0.019513001665472984, 0.018469668924808502, -0.024569209665060043, 0.03259466588497162, 0.017090272158384323, -0.02870034985244274, -0.031979601830244064, -0.009014385752379894, 0.00007823055057087913, -0.026521828025579453, 0.023798000067472458, ...
[ -0.08102264255285263, -0.026141522452235222, 0.006292204838246107, -0.015013312920928001, -0.0025025787763297558, 0.006528137717396021, -0.09858449548482895, 0.0036103404127061367, -0.0429399237036705, -0.09371965378522873, 0.03017851710319519, -0.03246942162513733, 0.010267671197652817, 0...
chal-447
How many guests did she prepare cookies for?
5
Common-Division
Brenda's mother made cookies for guests. Each guest had 2 cookies. If she prepared a total of 10 cookies
( 10.0 / 2.0 )
Question: Brenda's mother made cookies for guests. Each guest had 2 cookies. If she prepared a total of 10 cookiesHow many guests did she prepare cookies for? Thought: ( 10.0 / 2.0 ) Answer: 5.0
Brenda's mother made cookies for guests. Each guest had 2 cookies. If she prepared a total of 10 cookiesHow many guests did she prepare cookies for?
[ -0.025404497981071472, -0.03606266900897026, 0.0014086990850046277, 0.042088188230991364, -0.020728178322315216, -0.010764926671981812, 0.018940936774015427, -0.01318779680877924, -0.030328448861837387, 0.040418945252895355, 0.02753165178000927, -0.07054438441991806, -0.029493292793631554, ...
[ -0.017725517973303795, -0.052644647657871246, -0.02248593606054783, 0.01046381052583456, -0.015518260188400745, -0.00008716235606698319, 0.0034758360125124454, -0.015617948956787586, 0.003175948513671756, -0.019113127142190933, 0.03863358870148659, -0.0031156856566667557, -0.0100408243015408...
[ -0.021898968145251274, -0.01667940430343151, 0.0015816031955182552, 0.009786914102733135, -0.050327274948358536, -0.01641370728611946, 0.009176431223750114, -0.022441739216446877, -0.0340881384909153, -0.03095707669854164, 0.07184434682130814, -0.029574474319815636, 0.0024221870116889477, ...
chal-938
How many apps did he delete?
17
Subtraction
Dave had 10 apps on his phone. He added 11 new apps. After deleting some he had 4 left.
( ( 10.0 + 11.0 ) - 4.0 )
Question: Dave had 10 apps on his phone. He added 11 new apps. After deleting some he had 4 left.How many apps did he delete? Thought: ( ( 10.0 + 11.0 ) - 4.0 ) Answer: 17.0
Dave had 10 apps on his phone. He added 11 new apps. After deleting some he had 4 left.How many apps did he delete?
[ 0.02873389981687069, -0.05356451869010925, -0.007416809909045696, 0.02740972861647606, -0.027972405776381493, -0.00842150580137968, 0.04314276576042175, 0.010384551249444485, 0.027410680428147316, 0.04179456830024719, 0.01956644468009472, 0.008121451362967491, -0.0029928034637123346, -0.03...
[ -0.03298576548695564, -0.059237051755189896, -0.01747460663318634, 0.024886593222618103, -0.029480740427970886, 0.006377344951033592, -0.06251037120819092, -0.05929165333509445, -0.013273216784000397, -0.05241626501083374, 0.015007991343736649, -0.002158688148483634, 0.0423455610871315, 0....
[ -0.07799353450536728, -0.07401427626609802, 0.00046735446085222065, -0.024677934125065804, -0.05945060774683952, -0.007112585939466953, 0.005592352245002985, 0.005492952652275562, -0.014353405684232712, 0.0021893077064305544, 0.06209737807512283, 0.006477286107838154, -0.0033410487230867147,...
chal-609
How many more tickets did Dave use to buy toys than he did to buy clothes?
5
Subtraction
At the arcade Dave had won 19 tickets. If he used 12 to buy some toys and 7 more to buy some clothes
( 12.0 - 7.0 )
Question: At the arcade Dave had won 19 tickets. If he used 12 to buy some toys and 7 more to buy some clothesHow many more tickets did Dave use to buy toys than he did to buy clothes? Thought: ( 12.0 - 7.0 ) Answer: 5.0
At the arcade Dave had won 19 tickets. If he used 12 to buy some toys and 7 more to buy some clothesHow many more tickets did Dave use to buy toys than he did to buy clothes?
[ 0.019840028136968613, -0.0022140122018754482, -0.01694982685148716, 0.09979989379644394, -0.04199622943997383, -0.007715143729001284, 0.0384497344493866, 0.04083654657006264, -0.04206967353820801, 0.07041094452142715, 0.011766836978495121, -0.0025007689837366343, 0.02228045091032982, -0.00...
[ -0.06612388044595718, -0.013777163811028004, -0.03606393188238144, 0.02175700105726719, -0.019792746752500534, -0.0027434583753347397, -0.04348284751176834, 0.0068581667728722095, -0.00297755585052073, -0.006982747931033373, 0.0032669848296791315, 0.046774450689554214, 0.04726722091436386, ...
[ -0.021898968145251274, -0.01667940430343151, 0.0015816031955182552, 0.009786914102733135, -0.050327274948358536, -0.01641370728611946, 0.009176431223750114, -0.022441739216446877, -0.0340881384909153, -0.03095707669854164, 0.07184434682130814, -0.029574474319815636, 0.0024221870116889477, ...
chal-171
How many kids are in Lawrence county?
1,538,832
Addition
During summer break 644997 kids from Lawrence county stayed home and the other 893835 kids went to camp. An additional 78 kids from outside the county attended the camp.
( 893835.0 + 644997.0 )
Question: During summer break 644997 kids from Lawrence county stayed home and the other 893835 kids went to camp. An additional 78 kids from outside the county attended the camp.How many kids are in Lawrence county? Thought: ( 893835.0 + 644997.0 ) Answer: 1538832.0
During summer break 644997 kids from Lawrence county stayed home and the other 893835 kids went to camp. An additional 78 kids from outside the county attended the camp.How many kids are in Lawrence county?
[ 0.024353450164198875, -0.008466223254799843, 0.01700797863304615, 0.08903595805168152, -0.009792559780180454, -0.004770087078213692, 0.02606884390115738, 0.010913138277828693, -0.03732878714799881, -0.022452279925346375, 0.0548715814948082, 0.003471534000709653, 0.009948653168976307, -0.08...
[ -0.050185706466436386, -0.03617832064628601, -0.02438855729997158, 0.06145728379487991, -0.010755954310297966, 0.03094719536602497, -0.09308964014053345, -0.02279152348637581, -0.06471958011388779, -0.06201031059026718, -0.02302238903939724, -0.021846076473593712, 0.03386007621884346, 0.06...
[ -0.08410190045833588, -0.022583330050110817, -0.008927462622523308, 0.028557773679494858, 0.01219817716628313, 0.018047241494059563, -0.05615589767694473, -0.0036352411843836308, -0.0838528722524643, -0.014116158708930016, 0.017003504559397697, -0.029905404895544052, 0.003983574919402599, ...
chal-110
How many apples remained?
23
Subtraction
A chef had 58 apples. After making some pies, he had used 35.
( 58.0 - 35.0 )
Question: A chef had 58 apples. After making some pies, he had used 35.How many apples remained? Thought: ( 58.0 - 35.0 ) Answer: 23.0
A chef had 58 apples. After making some pies, he had used 35.How many apples remained?
[ 0.007299779448658228, -0.11151854693889618, -0.008662739768624306, 0.08026865869760513, -0.06583347171545029, -0.04301263019442558, -0.043762221932411194, 0.038742855191230774, -0.019024638459086418, 0.023173749446868896, 0.0642918050289154, 0.01914047822356224, -0.015414752997457981, -0.0...
[ -0.05239337682723999, -0.07857702672481537, -0.037138599902391434, 0.05815351754426956, -0.04904339835047722, -0.004065216984599829, -0.05494828149676323, 0.012635301798582077, 0.000588039867579937, -0.05929083004593849, -0.015447461977601051, 0.035712890326976776, 0.05871126055717468, 0.0...
[ -0.05420653522014618, -0.053385812789201736, 0.0033144401386380196, -0.06030063331127167, -0.04733680933713913, 0.026385147124528885, 0.023724086582660675, 0.013970180414617062, -0.045915234833955765, 0.0510311983525753, 0.03908615931868553, -0.058394577354192734, 0.024850742891430855, 0.0...
chal-309
How many saltwater animals does Tyler have?
2,184
Multiplication
He also had 56 aquariums for saltwater animals and 10 aquariums for freshwater animals. Each aquarium has 39 animals in it.
( 56.0 * 39.0 )
Question: He also had 56 aquariums for saltwater animals and 10 aquariums for freshwater animals. Each aquarium has 39 animals in it.How many saltwater animals does Tyler have? Thought: ( 56.0 * 39.0 ) Answer: 2184.0
He also had 56 aquariums for saltwater animals and 10 aquariums for freshwater animals. Each aquarium has 39 animals in it.How many saltwater animals does Tyler have?
[ 0.03653721511363983, -0.007639756891876459, -0.026601668447256088, 0.030556699261069298, -0.029827503487467766, -0.011226721107959747, 0.06628766655921936, 0.04272431507706642, -0.03131406009197235, 0.0004094656615052372, -0.04127559810876846, 0.031236769631505013, 0.018555492162704468, -0...
[ -0.024635836482048035, -0.1099107414484024, -0.02056821435689926, 0.07235908508300781, -0.04149217903614044, 0.008907033130526543, 0.005160623695701361, -0.02201673574745655, -0.020086366683244705, -0.06060800701379776, -0.03268907219171524, -0.001209142035804689, 0.024995122104883194, 0.0...
[ -0.05000609904527664, 0.043696265667676926, 0.034476976841688156, -0.01380643155425787, -0.022889936342835426, 0.0015425110468640924, -0.03055255487561226, 0.00706320209428668, -0.0792824998497963, 0.006996470037847757, 0.049438077956438065, -0.08841100335121155, 0.0011999824782833457, 0.0...
chal-472
How big is each group?
112
Common-Division
There are 896 skittles in Steven's skittles collection. Steven also has 517 erasers and 90 scales. If the skittles are organized into 8 groups
( 896.0 / 8.0 )
Question: There are 896 skittles in Steven's skittles collection. Steven also has 517 erasers and 90 scales. If the skittles are organized into 8 groupsHow big is each group? Thought: ( 896.0 / 8.0 ) Answer: 112.0
There are 896 skittles in Steven's skittles collection. Steven also has 517 erasers and 90 scales. If the skittles are organized into 8 groupsHow big is each group?
[ -0.0005996761028654873, -0.07762245088815689, -0.017572537064552307, 0.07372128218412399, 0.007230435498058796, -0.008982290513813496, 0.06283401697874069, -0.0028980355709791183, -0.02562388963997364, 0.0568341501057148, 0.06274829804897308, -0.011859025806188583, -0.033671632409095764, 0...
[ -0.048003870993852615, -0.03425132483243942, -0.01883048377931118, 0.027852695435285568, -0.025660205632448196, -0.00008954643999459222, -0.04018240422010422, -0.00562812527641654, -0.0007182640256360173, -0.020007016137242317, 0.02032197080552578, -0.013968244194984436, 0.014121630229055882...
[ -0.05629332736134529, 0.006586188916116953, 0.004451332613825798, -0.011120780371129513, -0.00008612549572717398, 0.00892036035656929, -0.016015902161598206, -0.026514969766139984, -0.036331724375486374, 0.014516999013721943, 0.032299160957336426, -0.02004135027527809, 0.058454081416130066, ...
chal-322
How many more cakes did baker buy than those he sold?
78
Subtraction
Baker made 99 cakes. He bought 167 new cakes and sold 89 cakes.
( 167.0 - 89.0 )
Question: Baker made 99 cakes. He bought 167 new cakes and sold 89 cakes.How many more cakes did baker buy than those he sold? Thought: ( 167.0 - 89.0 ) Answer: 78.0
Baker made 99 cakes. He bought 167 new cakes and sold 89 cakes.How many more cakes did baker buy than those he sold?
[ 0.01642831228673458, -0.029105115681886673, 0.009422194212675095, 0.05937333032488823, -0.0858113244175911, -0.05016065388917923, -0.03045172616839409, -0.008232571184635162, -0.05229651555418968, 0.05919976159930229, 0.02332284487783909, -0.00238609267398715, -0.031449127942323685, 0.0031...
[ -0.07034868001937866, -0.033167481422424316, -0.019518261775374413, 0.0482294037938118, -0.001894890796393156, -0.04221575707197189, -0.09303899109363556, -0.02282666228711605, -0.03379352390766144, -0.0339052639901638, 0.018882794305682182, 0.029124867171049118, 0.060708075761795044, 0.08...
[ -0.06876318156719208, -0.026609908789396286, 0.0056695290841162205, -0.0007770647061988711, -0.057350389659404755, -0.0116445766761899, -0.02017425186932087, -0.009442217648029327, -0.029284320771694183, -0.021302703768014908, 0.007318676449358463, 0.0033917699474841356, 0.038991402834653854...
chal-673
How many pieces of candy does he still have left?
7
Subtraction
Bobby ate 23 pieces of candy. If he initially had 30 pieces of candy
( 30.0 - 23.0 )
Question: Bobby ate 23 pieces of candy. If he initially had 30 pieces of candyHow many pieces of candy does he still have left? Thought: ( 30.0 - 23.0 ) Answer: 7.0
Bobby ate 23 pieces of candy. If he initially had 30 pieces of candyHow many pieces of candy does he still have left?
[ 0.0545930340886116, -0.038229309022426605, -0.006335281766951084, 0.04636722803115845, -0.026603398844599724, -0.00765727274119854, -0.014755740761756897, 0.020543687045574188, -0.11579183489084244, 0.053828686475753784, 0.08351466804742813, 0.006830069702118635, -0.04922240227460861, -0.0...
[ -0.06047600135207176, -0.05835177004337311, -0.027434855699539185, 0.009121120907366276, -0.04497288540005684, 0.007380241062492132, -0.03711429983377457, -0.006273831706494093, -0.03596332296729088, -0.012051047757267952, 0.02789682149887085, -0.019663125276565552, 0.05447227880358696, 0....
[ -0.052783384919166565, -0.04466566815972328, 0.0030787421856075525, -0.017089013010263443, -0.068177729845047, -0.023228460922837257, -0.0004640676488634199, 0.0014970955671742558, 0.020428573712706566, -0.013777698390185833, 0.0412624217569828, 0.04990438371896744, -0.005960477516055107, ...
chal-269
How many points did she score in each game?
27
Common-Division
Melissa played 3 games and scored a total of 81 points scoring the same for each game.
( 81.0 / 3.0 )
Question: Melissa played 3 games and scored a total of 81 points scoring the same for each game.How many points did she score in each game? Thought: ( 81.0 / 3.0 ) Answer: 27.0
Melissa played 3 games and scored a total of 81 points scoring the same for each game.How many points did she score in each game?
[ -0.028988586738705635, -0.05012182518839836, -0.01679912954568863, 0.07726659625768661, -0.03600873425602913, -0.008422228507697582, -0.0067572882398962975, -0.0056362757459282875, -0.058189552277326584, 0.04006347432732582, 0.0296406801789999, -0.008629354648292065, 0.016829652711749077, ...
[ -0.006145368795841932, -0.10083644837141037, -0.02172529511153698, 0.029568171128630638, -0.045767851173877716, -0.00984819047152996, -0.01975168101489544, -0.002011910080909729, -0.011408187448978424, -0.013784530572593212, 0.02960847318172455, -0.007667096797376871, 0.01714606210589409, ...
[ -0.05751967057585716, -0.07908172160387039, -0.012314405292272568, -0.024963118135929108, -0.0638202652335167, 0.022355563938617706, -0.00006619338819291443, 0.025358283892273903, 0.015630405396223068, 0.006615868303924799, 0.03022751770913601, -0.010252372361719608, 0.04509337618947029, 0...