question
stringlengths
42
985
answer
stringlengths
50
1.23k
CoT_example
stringlengths
148
1.71k
rationale
stringlengths
42
1.22k
CoT_embedding
list
question_embedding
list
rationale_embedding
list
answer_embedding
list
Janet pays $40/hour for 3 hours per week of clarinet lessons and $28/hour for 5 hours a week of piano lessons. How much more does she spend on piano lessons than clarinet lessons in a year?
First find the total Janet spends on clarinet lessons per week: $40/hour * 3 hours/week = $<<40*3=120>>120/week Then find the total Janet spends on piano lessons per week: $28/hour * 5 hours/week = $<<28*5=140>>140/week Then subtract her weekly clarinet spending from her weekly piano spending to find the weekly differe...
Question: Janet pays $40/hour for 3 hours per week of clarinet lessons and $28/hour for 5 hours a week of piano lessons. How much more does she spend on piano lessons than clarinet lessons in a year? Thought: First find the total Janet spends on clarinet lessons per week: $40/hour * 3 hours/week = $<<40*3=120>>120/wee...
First find the total Janet spends on clarinet lessons per week: $40/hour * 3 hours/week = $<<40*3=120>>120/week Then find the total Janet spends on piano lessons per week: $28/hour * 5 hours/week = $<<28*5=140>>140/week Then subtract her weekly clarinet spending from her weekly piano spending to find the weekly differe...
[ 0.00790559034794569, 0.03359813988208771, -0.01039071287959814, 0.05952124297618866, -0.051088105887174606, 0.004478634335100651, -0.0058173127472400665, -0.012471424415707588, -0.08788785338401794, 0.026147272437810898, 0.006360513623803854, -0.007789804134517908, 0.07030346244573593, -0....
[ -0.0034504432696849108, -0.005451860837638378, -0.005194791592657566, 0.04442254826426506, -0.04120245575904846, 0.030393807217478752, 0.03108748234808445, 0.015827029943466187, -0.09065337479114532, 0.03992217034101486, -0.033248838037252426, -0.002993395086377859, 0.006570267956703901, -...
[ 0.00519199064001441, 0.03341216221451759, -0.022217676043510437, 0.05009134113788605, -0.020288947969675064, 0.010153423063457012, -0.02284945361316204, 0.010218143463134766, -0.061110518872737885, 0.036389946937561035, -0.02880208194255829, -0.009205757640302181, 0.0715818852186203, 0.012...
[ 0.003879912430420518, 0.03390225023031235, -0.023019902408123016, 0.0495966300368309, -0.019475402310490608, 0.009715191088616848, -0.023654339835047722, 0.010581531561911106, -0.06057208031415939, 0.035560473799705505, -0.02795000560581684, -0.007280117832124233, 0.07268236577510834, 0.01...
Roy owns a refrigerated warehouse where he stores produce before selling it at the farmer’s market. The fruits and vegetables he stores are very sensitive to temperature, and he must keep them all cold or they will spoil. One day, the power went out and the air conditioner was turned off for three hours, during which...
At a rate of 8 degrees per hour, in three hours the temperature rose by 3*8=<<3*8=24>>24 degrees. At a rate of 4 degrees per hour, the air conditioner can reduce the temperature 24 degrees in 24/4=6 hours. #### 6
Question: Roy owns a refrigerated warehouse where he stores produce before selling it at the farmer’s market. The fruits and vegetables he stores are very sensitive to temperature, and he must keep them all cold or they will spoil. One day, the power went out and the air conditioner was turned off for three hours, d...
At a rate of 8 degrees per hour, in three hours the temperature rose by 3*8=<<3*8=24>>24 degrees. At a rate of 4 degrees per hour, the air conditioner can reduce the temperature 24 degrees in 24/4=6 hours.
[ -0.02089594304561615, -0.039495423436164856, -0.03824897110462189, 0.09570251405239105, -0.05170275270938873, -0.002024030080065131, 0.054084762930870056, 0.005038452334702015, 0.019842473790049553, 0.016298513859510422, 0.022440273314714432, 0.02481374889612198, 0.012018979527056217, -0.0...
[ -0.03334905952215195, -0.028687771409749985, -0.03724374994635582, 0.08804912865161896, -0.04504990950226784, -0.01004696823656559, 0.03684825822710991, 0.001027364400215447, 0.027450285851955414, 0.008272865787148476, 0.0209039356559515, 0.027229830622673035, -0.005114282015711069, -0.034...
[ -0.06182141602039337, -0.04623228684067726, -0.01889035664498806, 0.07209824025630951, -0.040381912142038345, 0.02280358597636223, 0.042653393000364304, -0.0008266253862529993, 0.039805471897125244, -0.0069809360429644585, -0.007161653600633144, 0.040300436317920685, 0.008543089032173157, ...
[ -0.06000597029924393, -0.04185085743665695, -0.019367041066288948, 0.07734662294387817, -0.035043857991695404, 0.020733635872602463, 0.04684208333492279, 0.0017473279731348157, 0.04067280888557434, -0.005106557160615921, -0.005757549777626991, 0.04639875888824463, 0.012054425664246082, -0....
Very early this morning, Elise left home in a cab headed for the hospital. Fortunately, the roads were clear, and the cab company only charged her a base price of $3, and $4 for every mile she traveled. If Elise paid a total of $23, how far is the hospital from her house?
For the distance she traveled, Elise paid 23 - 3 = <<23-3=20>>20 dollars Since the cost per mile is $4, the distance from Elise’s house to the hospital is 20/4 = <<20/4=5>>5 miles. #### 5
Question: Very early this morning, Elise left home in a cab headed for the hospital. Fortunately, the roads were clear, and the cab company only charged her a base price of $3, and $4 for every mile she traveled. If Elise paid a total of $23, how far is the hospital from her house? Thought: For the distance she travel...
For the distance she traveled, Elise paid 23 - 3 = <<23-3=20>>20 dollars Since the cost per mile is $4, the distance from Elise’s house to the hospital is 20/4 = <<20/4=5>>5 miles.
[ 0.016406448557972908, -0.016255056485533714, -0.010342570021748543, 0.02945980802178383, -0.03516358137130737, 0.03139740228652954, 0.025740353390574455, 0.037005405873060226, -0.09006267786026001, 0.0322786308825016, 0.04569779336452484, -0.02294374816119671, 0.03548847511410713, 0.008804...
[ -0.005643300246447325, 0.0047495136968791485, -0.004242551978677511, 0.016217663884162903, -0.020694665610790253, 0.026947427541017532, 0.036860670894384384, 0.04364471510052681, -0.10483970493078232, 0.03509051352739334, 0.0322258435189724, -0.014944205991923809, 0.026409665122628212, 0.0...
[ 0.010397998616099358, -0.01681106723845005, -0.01701429858803749, 0.057344019412994385, -0.02681012451648712, 0.014472142793238163, -0.0131574971601367, 0.04287761077284813, -0.09939021617174149, 0.02215164341032505, 0.03395502269268036, 0.014693689532577991, 0.027368729934096336, 0.035959...
[ 0.004875414073467255, -0.011814014986157417, -0.01939499005675316, 0.05900329723954201, -0.025884436443448067, 0.009998934343457222, -0.014933100901544094, 0.040105365216732025, -0.10089151561260223, 0.020632166415452957, 0.03893110528588295, 0.016802413389086723, 0.02429157868027687, 0.04...
Josh is saving up for a box of cookies. To raise the money, he is going to make bracelets and sell them. It costs $1 for supplies for each bracelet and he sells each one for $1.5. If he makes 12 bracelets and after buying the cookies still has $3, how much did the box of cookies cost?
He makes $.5 profit on each bracelet because 1.5 - 1 = <<1.5-1=.5>>.5 He earns $6 because 12 x .5 = <<12*.5=6>>6 The cookies cost $3 because 6 - 3 = <<6-3=3>>3 #### 3
Question: Josh is saving up for a box of cookies. To raise the money, he is going to make bracelets and sell them. It costs $1 for supplies for each bracelet and he sells each one for $1.5. If he makes 12 bracelets and after buying the cookies still has $3, how much did the box of cookies cost? Thought: He makes $.5 p...
He makes $.5 profit on each bracelet because 1.5 - 1 = <<1.5-1=.5>>.5 He earns $6 because 12 x .5 = <<12*.5=6>>6 The cookies cost $3 because 6 - 3 = <<6-3=3>>3
[ 0.031753357499837875, -0.014993255026638508, 0.0031207057181745768, 0.08490846306085587, -0.06206098943948746, 0.02092309296131134, 0.03959737345576286, -0.011394516564905643, -0.059565067291259766, 0.021363208070397377, -0.011814089491963387, 0.012958949431777, 0.028389517217874527, 0.046...
[ 0.02258976735174656, -0.01628773845732212, 0.025280941277742386, 0.05830875039100647, -0.04396076500415802, 0.033695027232170105, 0.039959583431482315, 0.026066407561302185, -0.05073411390185356, 0.05752378702163696, 0.00505549693480134, -0.0015625894302502275, -0.017714565619826317, 0.056...
[ 0.03862672671675682, -0.026580441743135452, -0.005246322602033615, 0.06853281706571579, -0.07039041817188263, 0.03031310811638832, 0.058007873594760895, -0.003191031515598297, -0.016301175579428673, 0.015149139799177647, -0.010081371292471886, 0.04479774087667465, 0.020052077248692513, 0.0...
[ 0.037161387503147125, -0.02634967677295208, -0.006064130924642086, 0.06975729018449783, -0.06986059993505478, 0.03110225312411785, 0.05639798939228058, -0.0012770777102559805, -0.01334091741591692, 0.015344730578362942, -0.00663738464936614, 0.04778898134827614, 0.01996644213795662, 0.0535...
Colin can skip at six times the speed that Brandon can. Brandon can skip at one-third the speed that Tony can. And Tony can skip at twice the speed that Bruce can. At what speed, in miles per hour, can Colin skip if Bruce skips at 1 mile per hour?
Tony can skip at twice the speed that Bruce can, for a speed of 1*2=<<1*2=2>>2 miles per hour. Brandon can skip at one-third the speed that Tony can, for a speed of 2*(1/3) = 2/3 miles per hour. Colin can skip at six times the speed that Brandon can, for a speed of (2/3*6=4 miles per hour). #### 4
Question: Colin can skip at six times the speed that Brandon can. Brandon can skip at one-third the speed that Tony can. And Tony can skip at twice the speed that Bruce can. At what speed, in miles per hour, can Colin skip if Bruce skips at 1 mile per hour? Thought: Tony can skip at twice the speed that Bruce can, ...
Tony can skip at twice the speed that Bruce can, for a speed of 1*2=<<1*2=2>>2 miles per hour. Brandon can skip at one-third the speed that Tony can, for a speed of 2*(1/3) = 2/3 miles per hour. Colin can skip at six times the speed that Brandon can, for a speed of (2/3*6=4 miles per hour).
[ 0.016147581860423088, -0.07711862772703171, -0.01683182269334793, 0.09626761823892593, -0.033117733895778656, -0.0036949554923921824, -0.003945283591747284, 0.03415437787771225, -0.006225628312677145, 0.02832694910466671, 0.052668873220682144, 0.036891598254442215, -0.01982591301202774, 0....
[ -0.00584773626178503, -0.05832642689347267, -0.01745595782995224, 0.0821966752409935, -0.02962961420416832, 0.008870285004377365, -0.021433241665363312, 0.03373359516263008, -0.0013417572481557727, 0.02914375811815262, 0.05871982499957085, 0.048625968396663666, -0.02770535834133625, 0.0050...
[ -0.007610675413161516, -0.07492032647132874, -0.03144684433937073, 0.08854734152555466, -0.04973343014717102, -0.006264145486056805, -0.02555353008210659, 0.024949073791503906, -0.022684650495648384, 0.03933434188365936, 0.035015515983104706, 0.035289112478494644, -0.019934028387069702, 0....
[ -0.010694654658436775, -0.06881891191005707, -0.031738732010126114, 0.09274023026227951, -0.04621180519461632, -0.007112083490937948, -0.02669619582593441, 0.02756465971469879, -0.0246258731931448, 0.03985868766903877, 0.032707616686820984, 0.0448375828564167, -0.01937798596918583, 0.03630...
Janet, a third grade teacher, is picking up the sack lunch order from a local deli for the field trip she is taking her class on. There are 35 children in her class, 5 volunteer chaperones, and herself. She she also ordered three additional sack lunches, just in case there was a problem. Each sack lunch costs $7. How m...
Janet needs 35 lunches for the kids + 5 for the chaperones + 1 for herself + 3 extras = <<35+5+1+3=44>>44 lunches. Each lunch is $7, so lunch for the field trip costs $7 per lunch * 44 lunches = $<<7*44=308>>308 total #### 308
Question: Janet, a third grade teacher, is picking up the sack lunch order from a local deli for the field trip she is taking her class on. There are 35 children in her class, 5 volunteer chaperones, and herself. She she also ordered three additional sack lunches, just in case there was a problem. Each sack lunch cost...
Janet needs 35 lunches for the kids + 5 for the chaperones + 1 for herself + 3 extras = <<35+5+1+3=44>>44 lunches. Each lunch is $7, so lunch for the field trip costs $7 per lunch * 44 lunches = $<<7*44=308>>308 total
[ 0.024453721940517426, 0.0037588339764624834, 0.026616157963871956, 0.07074075937271118, 0.0069803399965167046, 0.0027938704006373882, -0.007203888613730669, 0.00039237859891727567, -0.05927606299519539, 0.02203931286931038, 0.039665136486291885, 0.006817283108830452, 0.027628764510154724, ...
[ 0.006377507001161575, -0.009594460017979145, 0.01651485450565815, 0.05477941036224365, 0.010216208174824715, -0.0038957756478339434, 0.021282633766531944, 0.021820692345499992, -0.02653411775827408, 0.009712043218314648, 0.025693615898489952, 0.02870742790400982, -0.010674281977117062, 0.0...
[ -0.01001965906471014, -0.00008164504106389359, 0.01471489667892456, 0.061010390520095825, 0.02065386436879635, -0.005941018462181091, -0.023348314687609673, -0.009581334888935089, -0.039713744074106216, 0.002135696355253458, 0.000026321196855860762, 0.005365346558392048, 0.01020835991948843,...
[ -0.012597817927598953, 0.008693812415003777, 0.01655602641403675, 0.05920878052711487, 0.02660207450389862, -0.007237375248223543, -0.026422720402479172, -0.008497958071529865, -0.04459714889526367, -0.0023490048479288816, 0.0013608300359919667, 0.008417320437729359, 0.016621150076389313, ...
At 30, Anika is 4/3 the age of Maddie. What would be their average age in 15 years?
If Anika is 30 now, in 15 years, she'll be 30+15=<<30+15=45>>45 years old. At 30, Anika is 4/3 the age of Maddie, meaning Maddie is 4/3*30=<<4/3*30=40>>40 years. In 15 years, Maddie will be 40+15=<<40+15=55>>55 years old. Their total age in 15 years will be 55+45=<<55+45=100>>100 Their average age in 15 years will be 1...
Question: At 30, Anika is 4/3 the age of Maddie. What would be their average age in 15 years? Thought: If Anika is 30 now, in 15 years, she'll be 30+15=<<30+15=45>>45 years old. At 30, Anika is 4/3 the age of Maddie, meaning Maddie is 4/3*30=<<4/3*30=40>>40 years. In 15 years, Maddie will be 40+15=<<40+15=55>>55 years...
If Anika is 30 now, in 15 years, she'll be 30+15=<<30+15=45>>45 years old. At 30, Anika is 4/3 the age of Maddie, meaning Maddie is 4/3*30=<<4/3*30=40>>40 years. In 15 years, Maddie will be 40+15=<<40+15=55>>55 years old. Their total age in 15 years will be 55+45=<<55+45=100>>100 Their average age in 15 years will be 1...
[ 0.01628156378865242, -0.04301397129893303, 0.012905117124319077, 0.039640650153160095, -0.04935595393180847, 0.04285701736807823, 0.019880114123225212, -0.027214184403419495, -0.02791016176342964, 0.041719917207956314, 0.0522649809718132, -0.0658050924539566, 0.039163172245025635, 0.025941...
[ -0.00950203649699688, -0.04880151525139809, 0.005150011740624905, -0.007682355586439371, -0.006079088896512985, 0.035251371562480927, 0.023099618032574654, -0.0053198691457509995, -0.03453876078128815, 0.055554404854774475, 0.04658464714884758, -0.07527486234903336, 0.008122650906443596, 0...
[ 0.006487373262643814, -0.011262129992246628, 0.011264034546911716, 0.042212892323732376, -0.048099566251039505, 0.03580253943800926, 0.010491359047591686, -0.027441639453172684, -0.026747489348053932, 0.04101456701755524, 0.05352761596441269, -0.07077532261610031, 0.05497109517455101, 0.06...
[ 0.005204743705689907, -0.009509955532848835, 0.01142964232712984, 0.04224483296275139, -0.047978512942790985, 0.03590460494160652, 0.009227546863257885, -0.029763314872980118, -0.027626292780041695, 0.04203185811638832, 0.05704471096396446, -0.06847655773162842, 0.05606546252965927, 0.0708...