id
stringlengths
6
20
source
stringclasses
6 values
instruction
stringlengths
11
5.18k
input
stringlengths
0
306
output
stringlengths
1
308
rationale
stringlengths
0
2.9k
subject
stringclasses
39 values
category
stringclasses
7 values
pythonio_668
pythonio-mc
Program: def div_of_nums(nums,m,n): result = list(filter(lambda x: (x % m == 0 or x % n == 0), nums)) return result Input: div_of_nums([1, 2, 3, 5, 7, 8, 10],2,5) Output:
B
code
computer_science
mmlu_aux_train_15807
mmlu_aux_train
See a cellphone cover that you like on Taobao? Forget about placing an order, paying the bill online and waiting for days for it to be delivered to you. In the near future, you'll be able to get it in minutes just by hitting "print" on your computer. You might find it hard to believe that you could actually "print" an ...
B. change the way we make many products
college_computer_science
computer_science
mmlu_aux_train_91794
mmlu_aux_train
We use passwords to keep our personal information secret and safe, but some passwords we use may not be as reliable as we think. Splash Data, a computer security company, recently released a list of the 25 worst passwords of 2011.This list is based on the research of _ files containing stolen passwords. According to th...
A. A company.
computer_security
computer_science
mmlu_aux_train_1064
mmlu_aux_train
Pocket, a bank vice president, took substantial kickbacks to approve certain loans that later proved worthless. Upon learning of the kickbacks, Dudd, the bank's president, fired Pocket, telling him, "If you are not out of this bank in ten minutes, I will have the guards throw you out bodily." Pocket left at once. If Po...
B. No, because Dudd gave Pocket ten minutes to leave.
formal_logic
mathematics
mmlu_aux_train_99732
mmlu_aux_train
Which would likely need a hot plate? A. physics class B. chemistry class C. english class D. math class
B. chemistry class
high_school_chemistry
chemistry
aquarat_65969
deepmind/aqua_rat
If it is a possible to make a meaningful word from the first, the fourth, the seventh and the ninth letters of the word PESTICIDE, then last letter of the word is your answer. If more than one such word can be formed give 'M' as your answer and if no such word can be formed give 'X' as your answer.
A. E B. T C. P D. M E. X
E. X
If we observe from the given word 1st=p,4th=T,7th=I,9th=E by the combination and arrangement we cant make a word So the answer is X ANSWER:E
formal_logic
mathematics
pythonio_42
pythonio-mc
Program: def lbs(arr): n = len(arr) lis = [1 for i in range(n+1)] for i in range(1 , n): for j in range(0 , i): if ((arr[i] > arr[j]) and (lis[i] < lis[j] +1)): lis[i] = lis[j] + 1 lds = [1 for i in range(n+1)] for i in reversed(range(n-1)): for j in reversed(range(i-1 ,n)): if(arr...
C
code
computer_science
mmlu_aux_train_97251
mmlu_aux_train
An acre of arctic land, when compared to an acre of jungle land will have A. more living things B. more life forms C. more organisms D. fewer living things
D. fewer living things
high_school_biology
biology
math_1458
math_mc
A function $f$ is defined on the complex numbers by $f(z)=(a+bi)z,$ where $a$ and $b$ are positive numbers. This function has the property that for each complex number $z$, $f(z)$ is equidistant from both $z$ and the origin. Given that $|a+bi|=8$, find $b^2.$
D
math_Intermediate Algebra
mathematics
allenai/sciq_9891
allenai/sciq
What are the specialized building blocks of your body? A. proteins B. tissues C. cells D. muscles
C. cells
Introduction Close your eyes and picture a brick wall. What is the basic building block of that wall? A single brick, of course. Like a brick wall, your body is composed of basic building blocks, and the building blocks of your body are cells. Your body has many kinds of cells, each specialized for a specific purpose. ...
high_school_biology
biology
math_500
math_mc
Michael has never taken a foreign language class, but is doing a story on them for the school newspaper. The school offers French and Spanish. Michael has a list of all 25 kids in the school enrolled in at least one foreign language class. He also knows that 18 kids are in the French class and 21 kids are in the Span...
B
math_Counting & Probability
mathematics
math_543
math_mc
How many 10-digit positive integers have all digits either 1 or 2, and have two consecutive 1's?
C
math_Counting & Probability
mathematics
math_1642
math_mc
What is the greatest positive integer that must divide the sum of the first ten terms of any arithmetic sequence whose terms are positive integers?
B
math_Number Theory
mathematics
pythonio_211
pythonio-mc
Program: import re def removezero_ip(ip): string = re.sub('\.[0]*', '.', ip) return string Input: removezero_ip("12.01.024") Output:
C
code
computer_science
allenai/sciq_3002
allenai/sciq
What has a distinct front and back end? A. imipenem sphere B. volvox sphere C. heroclix sphere D. hydro sphere
B. volvox sphere
The Volvox sphere has a distinct front and back end. The colony of cells can swim in a coordinated fashion. The cells have eyespots, which are more developed in the cells near the front. This enables the colony to swim towards light.
high_school_biology
biology
allenai/sciq_615
allenai/sciq
What causes polarization in a neutral object? A. signaling of charges B. combining of charges C. meaning of charges D. separation of charges
D. separation of charges
Charging by Induction It is not necessary to transfer excess charge directly to an object in order to charge it. Figure 18.13 shows a method of induction wherein a charge is created in a nearby object, without direct contact. Here we see two neutral metal spheres in contact with one another but insulated from the rest ...
college_physics
physics
math_1075
math_mc
In trapezoid $ABCD$ with $\overline{BC}\parallel\overline{AD}$, let $BC = 1000$ and $AD = 2008$. Let $\angle A = 37^\circ$, $\angle D = 53^\circ$, and $M$ and $N$ be the midpoints of $\overline{BC}$ and $\overline{AD}$, respectively. Find the length $MN$.
B
math_Geometry
mathematics
math_1498
math_mc
Suppose that $a$ and $b$ are nonzero integers such that two of the roots of \[x^3 + ax^2 + bx + 9a\]coincide, and all three roots are integers. Find $|ab|.$
A
math_Intermediate Algebra
mathematics
mmlu_aux_train_97166
mmlu_aux_train
A load of earth and stone that folds upon itself repeatedly could be considered A. a still B. a group C. a range D. a pond
C. a range
earth_science
earth_science
NLP4Education_130
NLP4Education
In User-Based Collaborative Filtering, which of the following is TRUE? A. Pearson Correlation Coefficient and Cosine Similarity have the same value ranges and always produce identical user rankings. B. Pearson Correlation Coefficient and Cosine Similarity have different value ranges and may return different similarity ...
B. Pearson Correlation Coefficient and Cosine Similarity have different value ranges and may return different similarity rankings for users.
machine_learning
computer_science
pythonio_728
pythonio-mc
Program: def find_platform(arr, dep, n): arr.sort() dep.sort() plat_needed = 1 result = 1 i = 1 j = 0 while (i < n and j < n): if (arr[i] <= dep[j]): plat_needed+= 1 i+= 1 elif (arr[i] > dep[j]): plat_n...
A
code
computer_science
math_1177
math_mc
The function $f$, defined on the set of ordered pairs of positive integers, satisfies the following properties: \begin{align*} f(x,x) &=x, \\ f(x,y) &=f(y,x), \quad \text{and} \\ (x + y) f(x,y) &= yf(x,x + y). \end{align*}Calculate $f(14,52)$.
C
math_Intermediate Algebra
mathematics
math_770
math_mc
A square flag has a red cross of uniform width with a blue square in the center on a white background as shown. (The cross is symmetric with respect to each of the diagonals of the square.) If the entire cross (both the red arms and the blue center) takes up 36% of the area of the flag, what percent of the area of the ...
B
math_Geometry
mathematics
allenai/sciq_5926
allenai/sciq
What is the name for a heterotroph that eats only or mainly animal foods? A. macrophage B. carnivore C. herbivore D. omnivore
B. carnivore
Some mammals are carnivores. Carnivores are heterotrophs that eat only or mainly animal foods. Depending on their species, carnivorous mammals may eat other mammals, birds, reptiles, amphibians, fish, mollusks, worms, and/or insects. Mammals that are carnivores include anteaters, whales, hyenas, wolves, and seals. The ...
high_school_biology
biology
aquarat_82326
deepmind/aqua_rat
At the college entrance exam, a candidate is admitted according to whether he has passed or failed the test. Of the candidates who are really capable, 80 % pass the test and of the incapable, 25 % pass the test.Given that 40 % of the candidates are really capable, then the proportion of the really capable students who ...
A. 30/47 B. 32/47 C. 34/47 D. 36/47 E. 38/47
B. 32/47
If there are total 100 candidates, 40 candidates are really capable and 60 candidates are incapable.Of the candidates who are really capable, 32 pass the test and of the incapable, 15 pass the test. Total candidates who passed the test = 32+15=47 the proportion of the really capable students who can pass the test to th...
high_school_statistics
mathematics
math_1453
math_mc
Determine the value of $-1 + 2 + 3 + 4 - 5 - 6 - 7 - 8 - 9 + \dots + 10000$, where the signs change after each perfect square.
D
math_Intermediate Algebra
mathematics
pythonio_935
pythonio-mc
Program: def Average(lst): return sum(lst) / len(lst) Input: Average([4, 5, 1, 2, 9, 7, 10, 8]) Output:
B
code
computer_science
aquarat_63512
deepmind/aqua_rat
Statement : A large majority of the work force in India is unorganised. Most of them earn either the minimum or uncertain wages while others are engaged in sundry jobs. Conclusions : I. The workers in the organised sector get better facilities and stay longer in their jobs. II. Some workers in the unorganised sector of...
A. Only conclusion I follows B. Only conclusion II follows C. Either I or II follows D. Neither I nor II follows E. Both I and II follow
B. Only conclusion II follows
Explanation: Conclusion I is not stated in the statement. Only Conclusion II follows. Option B
formal_logic
mathematics
allenai/sciq_6374
allenai/sciq
Which is the least massive outer planet? A. venus B. mars C. jupiter D. uranus
D. uranus
Uranus is the least massive outer planet. Its mass is only about 14 times the mass of Earth. Like all of the outer planets, Uranus is much less dense than Earth. Gravity is actually weaker than on Earth’s surface. If you were at the top of the clouds on Uranus, you would weigh about 10 percent less than what you weigh ...
astronomy
physics
math_1420
math_mc
Compute \[\frac{\lfloor \sqrt[4]{1} \rfloor \cdot \lfloor \sqrt[4]{3} \rfloor \cdot \lfloor \sqrt[4]{5} \rfloor \dotsm \lfloor \sqrt[4]{2015} \rfloor}{\lfloor \sqrt[4]{2} \rfloor \cdot \lfloor \sqrt[4]{4} \rfloor \cdot \lfloor \sqrt[4]{6} \rfloor \dotsm \lfloor \sqrt[4]{2016} \rfloor}.\]
A
math_Intermediate Algebra
mathematics
allenai/sciq_6416
allenai/sciq
Where are protons and neutrons located? A. secondary nucleus B. orbitals C. outside the nucleus D. central nucleus
D. central nucleus
Protons and neutrons are located in a central nucleus, while electrons orbit about the nucleus.
high_school_chemistry
chemistry
pythonio_169
pythonio-mc
Program: def count_no (A,N,L,R): count = 0 for i in range (L,R + 1): if (i % A != 0): count += 1 if (count == N): break return (i) Input: count_no(2,3,1,10) Output:
A
code
computer_science
mmlu_aux_train_95623
mmlu_aux_train
I can use a Punnett Square to determine if A. I'll be able to walk on walls B. If I will be invisible C. I'll be able to have superpowers D. I'll be able to twist my tongue
D. I'll be able to twist my tongue
high_school_biology
biology
allenai/sciq_10046
allenai/sciq
Van der waals forces are weak interactions between molecules that involve what? A. particles B. photons C. atoms D. dipoles
D. dipoles
Van der Waals forces are weak interactions between molecules that involve dipoles.
college_chemistry
chemistry
mmlu_aux_train_68506
mmlu_aux_train
Do you know that it is your own immune system working against the virus that makes you uncomfortable when getting a cold, but not the virus itself? So when you have got a strong immune system and the virus is strong enough too, you will possibly get terrible cold symptoms( ) ? Vitamin C won't stop a cold It is claimed ...
D. your own immune system
high_school_biology
biology
allenai/sciq_10344
allenai/sciq
What machines have scientist built to smash particles that are smaller than atoms into each other head-on? A. energy accelerators B. nitrogen accelerators C. Atom Accelerators D. particle accelerators
D. particle accelerators
Scientists have built machines called particle accelerators . These amazing tools smash particles that are smaller than atoms into each other head-on. This creates new particles. Scientists use particle accelerators to learn about nuclear fusion in stars. They can also learn about how atoms came together in the first f...
college_physics
physics
pythonio_215
pythonio-mc
Program: def diff_even_odd(list1): first_even = next((el for el in list1 if el%2==0),-1) first_odd = next((el for el in list1 if el%2!=0),-1) return (first_even-first_odd) Input: diff_even_odd([1,5,7,9,10]) Output:
B
code
computer_science
pythonio_762
pythonio-mc
Program: def find_longest_conseq_subseq(arr, n): ans = 0 count = 0 arr.sort() v = [] v.append(arr[0]) for i in range(1, n): if (arr[i] != arr[i - 1]): v.append(arr[i]) for i in range(len(v)): if (i > 0 and v[i] == v[i - 1] + 1): count += 1 else: count = 1 ans = max(ans, c...
D
code
computer_science
pythonio_466
pythonio-mc
Program: from collections import defaultdict def get_unique(test_list): res = defaultdict(list) for sub in test_list: res[sub[1]].append(sub[0]) res = dict(res) res_dict = dict() for key in res: res_dict[key] = len(list(set(res[key]))) return (str(res_dict)) Input: get_unique([(6, 5), (3,...
D
code
computer_science
mmlu_aux_train_42441
mmlu_aux_train
Since her husband died, Mrs. Jackson has lived alone in their big old suburban house, The house was bought by her husband almost fifty years ago. For the sake of safety , her son has tried hard to ask her to sell the house and buy a new and small one in the town , But Mrs. Jackson doesn't like the idea....
C. outside the town
high_school_computer_science
computer_science
pythonio_537
pythonio-mc
Program: def divisible_by_digits(startnum, endnum): return [n for n in range(startnum, endnum+1) \ if not any(map(lambda x: int(x) == 0 or n%int(x) != 0, str(n)))] Input: divisible_by_digits(1,22) Output:
C
code
computer_science
pythonio_700
pythonio-mc
Program: def slope(x1,y1,x2,y2): return (float)(y2-y1)/(x2-x1) Input: slope(1,2,4,2) Output:
D
code
computer_science
mmlu_aux_train_2222
mmlu_aux_train
An appliance manufacturer has redesigned its original electrical fan. It has made the new fan more energy efficient. This means that the new fan A. converts more electricity into heat. B. spins at a slower rate than the original fan. C. requires more electricity than the original fan. D. reduces the percentage of heat...
D. reduces the percentage of heat lost to the atmosphere.
conceptual_physics
physics
aquarat_16527
deepmind/aqua_rat
If a and b are unique prime integers, which of the following must be even?
A. a−b B. a−2b C. 2a−2b D. 2a−b E. ab^2
C. 2a−2b
Let's assume that a is an even prime integer and b is an odd prime integer, their subtraction results in an odd integer and an odd integer multiplied by an even integer yields an even integer. Answer C
abstract_algebra
mathematics
math_763
math_mc
Let $P$ be a point inside triangle $ABC$. Let $G_1$, $G_2$, and $G_3$ be the centroids of triangles $PBC$, $PCA$, and $PAB$, respectively. If the area of triangle $ABC$ is 18, then find the area of triangle $G_1 G_2 G_3$. [asy] import geometry; unitsize(2 cm); pair A, B, C, P; pair[] G; A = (1,3); B = (0,0); C = ...
A
math_Geometry
mathematics
allenai/sciq_3457
allenai/sciq
Halides of the transition metals become more covalent with increasing oxidation state and are more prone to what? A. cycloaddition B. hydrolysis C. comproportionation D. decarbonylation
B. hydrolysis
Transition-metal fluorides usually have higher oxidation states than their iodides. For a given metal, the lowest-oxidation-state oxide is basic and the highest-oxidation-state oxide is acidic. Halides of the transition metals become more covalent with increasing oxidation state and are more prone to hydrolysis. Propos...
college_chemistry
chemistry
math_783
math_mc
The vertices of a square are the centers of four circles as shown below. Given each side of the square is 6cm and the radius of each circle is $2\sqrt{3}$cm, find the area in square centimeters of the shaded region. [asy] fill( (-1,-1)-- (1,-1) -- (1,1) -- (-1,1)--cycle, gray); fill( Circle((1,1), 1.2), white); fill( C...
C
math_Geometry
mathematics
aquarat_91064
deepmind/aqua_rat
Define e* by the equation e* = π-e. Then ((−π)*)* =
A. −2π B. -1 C. −π D. 2π E. 4π
C. −π
for e* f(f(−π)) = f(π − (−π)) = f(π + π) = f(2π) = π − 2π = −π=C
college_mathematics
mathematics
mmlu_aux_train_96553
mmlu_aux_train
Galileo Galilei made improvements to the telescope to make better observations of what? A. plants B. people C. space games D. space rocks
D. space rocks
astronomy
physics
math_2156
math_mc
Find the range of the function \[f(x) = \frac{\sin^3 x + 6 \sin^2 x + \sin x + 2 \cos^2 x - 8}{\sin x - 1},\]as $x$ ranges over all real numbers such that $\sin x \neq 1.$ Enter your answer using interval notation.
C
math_Precalculus
mathematics
mmlu_aux_train_23092
mmlu_aux_train
Dogs can be worried and pessimistic just like people, researchers report in a new study in Current Biology. And they aren't talking about basset hounds : those dogs just look as if they expect the worst. What the scientists say is that dogs that exhibit anxiety when left home alone by their owners may have bigger prob...
C. a news report
college_biology
biology
mmlu_aux_train_99670
mmlu_aux_train
Which are all likely enabled by rock folding? A. oak trees, waterfalls, TVs B. rivers, lightning bolts, fire C. the Himalayas, spelunking, and valleys D. cats, prairies, dogs, birds
C. the Himalayas, spelunking, and valleys
earth_science
earth_science
math_322
math_mc
The value of $y$ varies inversely as $\sqrt x$ and when $x=2$, $y=4$. What is $x$ when $y=1$?
C
math_Algebra
mathematics
aquarat_67829
deepmind/aqua_rat
Mr. George paid $8,000 for 100 shares of stock A and $6,000 for 100 shares of stock B. He later sold the same shares of both stocks, gaining 3/8 the amount he paid for stock B. If the prices he had paid for the stocks had been reversed and everything else remained the same, then the net result would have been:
A. A loss 1 1/2 times as much. B. A loss 2 times as much C. The same. D. A gain 1 1/2 times as much. E. A gain 1.33 times as much.
E. A gain 1.33 times as much.
A = 8000; B = 6000; Profit = (3/8)*6000 = 2250 After prices are reversed: A = 6000; B =8000; Profit = (3/8)*8000 = 3000 3000 --> Gain of 1.33 times 2250 Answer: E
college_mathematics
mathematics
mmlu_aux_train_47765
mmlu_aux_train
Have you heard of snake robots? Scientists and doctors are already using tiny snakes that coil through the human body armed with sharp surgical tools to perform operations on hearts, prostate cancer, and other diseased organs. The snake robots that carry tiny cameras, scissors and forceps, and even more advanced sensor...
B. Snake robots can reduce the patients' medical costs.
college_computer_science
computer_science
math_975
math_mc
What is the number of centimeters in the length of $EF$ if $AB\parallel CD\parallel EF$? [asy] size(4cm,4cm); pair A,B,C,D,E,F,X; A=(0,1); B=(1,1); C=(1,0); X=(0,0); D=(1/3)*C+(2/3)*X; draw (A--B--C--D); draw(D--B); draw(A--C); E=(0.6,0.4); F=(1,0.4); draw(E--F); label("$A$",A,NW); label("$B$",B,NE); label("$C$"...
C
math_Geometry
mathematics
NLP4Education_783
NLP4Education
Let $G$ be a set and $*$ a commutative operation on pairs of elements from $G.$ Suppose there exists an element $e\in G$ such that $a*e=e*a=a$ for all $a \in G.$ Also, suppose there exist elements $b,c,d \in G$ such that $b*c=d*c.$ True or false: $(G,*)$ is a group if and only if $b=d.$ A. True, because cancellation is...
B. False, because associativity is not assumed.
abstract_algebra
mathematics
mmlu_aux_train_49492
mmlu_aux_train
In promising to fuse media as diverse as television, telephone communication, video games, music and data transmission, the era of digital convergence goes better than yesterday's celebrated "information superhighway." Yet achieving this single technology is far from straightforward. There are currently three major tel...
C. integrating the various means of media.
college_computer_science
computer_science
NLP4Education_366
NLP4Education
Tick the \textbf{false} statement. A. Cryptographic primitives used in Bluetooth are provably secure. B. In WEP, authentication is done with the pre-shared keys. C. The security of Bluetooth 2.0 pairing is based on PIN. D. Due to memory limitations, dummy devices can share the same key with everyone.
A. Cryptographic primitives used in Bluetooth are provably secure.
computer_security
computer_science
NLP4Education_264
NLP4Education
Which statement is false about clustering? A. K-means clustering can perform poorly with non-convex cluster shapes. B. DBSCAN algorithm is deterministic. C. In K-means, poor initialization may result in bad convergence. D. DBSCAN is robust to outliers.
B. DBSCAN algorithm is deterministic.
machine_learning
computer_science
aquarat_87224
deepmind/aqua_rat
If f is a function defined for all k by f(k) = k^5 /16, what is f(3k) in terms of f(k)?
A. 1/8 f(k) B. 5/8 f(k) C. 244 f(k) D. 243 f(k) E. 323 f(k)
D. 243 f(k)
f(k) = k^5 /16 f(3k) = (3k)^5/16 = 243 * k^5 /16 = 243 * (k^5 /16) = 243 f(k). So answer is D.
college_mathematics
mathematics
allenai/sciq_6070
allenai/sciq
When you change a magnetic field through electromagnetic induction what do you create? A. microwave current B. cooling current C. electric current D. Light Current
C. electric current
The process of generating electric current with a changing magnetic field is called electromagnetic induction . It occurs whenever a magnetic field and an electric conductor, such as a coil of wire, move relative to one another. As long as the conductor is part of a closed circuit, current will flow through it whenever...
conceptual_physics
physics
mmlu_aux_train_67337
mmlu_aux_train
"What's the name of our neighbor? I can't remember right now. " Have you ever heard your grandparents ask questions like this sometimes? Usually, we think that older people's memory becomes bad because their brains get weak. But now a team of scientists at the University of Tubingen in Germany has a new idea.[ "The hum...
B. attract the readers' attention to the topic
college_computer_science
computer_science
allenai/sciq_7608
allenai/sciq
Oceans are made of a solution of what? A. salt and algae B. salt and carbon C. water and carbon D. salt and water
D. salt and water
Flickr:xiquinhosilva. Oceans are made of a solution of salt and water . CC BY 2.0.
high_school_chemistry
chemistry
mmlu_aux_train_68114
mmlu_aux_train
Should we be afraid of sharks ? Maybe not. New research into the reasons for shark attacks suggests that sharks don't like the way humans taste! In fact, most people who are attacked by the shark are still alive after receiving only one bite . Why is this? There are many opinions to explain why sharks sometimes atta...
D. Most of them are still alive.
high_school_biology
biology
mmlu_aux_train_92944
mmlu_aux_train
What is formed when a sodium atom and chlorine atom react chemically? A. an element B. a compound C. an electron D. a neutron
B. a compound
high_school_chemistry
chemistry
mmlu_aux_train_5148
mmlu_aux_train
Cats are creatures of habit. They like to go to sleep about the same time every day and for a certain length of time. They seem to have a natural clock inside them that tells them when to sleep. Cats increase their regular sleep with occasional cat naps . Some experts feel that humans could also benefit from this habit...
C. take naps to add to their regular sleep
high_school_biology
biology
mmlu_aux_train_2230
mmlu_aux_train
Examine each of these chemical equations to determine which equation is correctly balanced. A. Mg(NO_{3})_{2} + K_{2}CO_{3} -> MgCO_{3} + KNO_{3} B. Mg(NO_{3})_{2} + K_{2}CO_{3} -> MgCO_{3} + 2KNO_{3} C. 2Mg(NO_{3})_{2} + K_{2}CO_{3} -> 2MgCO_{3} + KNO_{3} D. Mg(NO_{3})_{2} + 2K_{2}CO_{3} -> MgCO_{3} + 2KNO_{3}
B. Mg(NO_{3})_{2} + K_{2}CO_{3} -> MgCO_{3} + 2KNO_{3}
high_school_chemistry
chemistry
allenai/sciq_8844
allenai/sciq
What is determined by the amount of energy in molecules? A. state of matter B. momentum C. kingdom D. radioactivity
A. state of matter
The amount of energy in molecules of matter determines the state of matter . Matter can exist in one of several different states, including a gas, liquid, or solid state. These different states of matter have different properties, which are illustrated in Figure below . Gasses have the most energy, and solids have the ...
high_school_chemistry
chemistry
mmlu_aux_train_4790
mmlu_aux_train
Which of the following represents a chemical reaction? A. a sugar cube dissolving in water. B. ice cubes forming in a freezer. C. ice cream melting in a bowl. D. a cake baking in an oven.
D. a cake baking in an oven.
high_school_chemistry
chemistry
mmlu_aux_train_98024
mmlu_aux_train
Rising air pressure means that I should bring A. black holes B. sunblock C. time travel D. magic
B. sunblock
conceptual_physics
physics
math_2199
math_mc
Let $\overline{AD},$ $\overline{BE},$ $\overline{CF}$ be the altitudes of acute triangle $ABC.$ If \[9 \overrightarrow{AD} + 4 \overrightarrow{BE} + 7 \overrightarrow{CF} = \mathbf{0},\]then compute $\angle ACB,$ in degrees. [asy] unitsize (0.6 cm); pair A, B, C, D, E, F, H; A = (2,5); B = (0,0); C = (8,0); D = (A ...
B
math_Precalculus
mathematics
allenai/sciq_8353
allenai/sciq
In which type of reaction are compounds formed? A. acid reaction B. chemical reaction C. gaseous reaction D. balanced reaction
B. chemical reaction
Compounds form when atoms of different elements combine. This process is a chemical reaction.
high_school_chemistry
chemistry
math_1880
math_mc
All sides of the convex pentagon $ABCDE$ are of equal length, and $\angle A = \angle B = 90^\circ$. What is the degree measure of $\angle E$?
A
math_Prealgebra
mathematics
math_1472
math_mc
Let $x,$ $y,$ and $z$ be positive real numbers such that \[\frac{1}{x} + \frac{1}{y} + \frac{1}{z} = 6.\]Find the minimum value of $x^3 y^2 z.$
B
math_Intermediate Algebra
mathematics
mmlu_aux_train_98520
mmlu_aux_train
summer is when a hemisphere is tilted towards what? A. new york B. saturn C. mars D. astral gas ball
D. astral gas ball
astronomy
physics
math_1971
math_mc
Tracy had a bag of candies, and none of the candies could be broken into pieces. She ate $\frac{1}{3}$ of them and then gave $\frac{1}{4}$ of what remained to her friend Rachel. Tracy and her mom then each ate 15 candies from what Tracy had left. Finally, Tracy's brother took somewhere from one to five candies, leaving...
D
math_Prealgebra
mathematics
allenai/sciq_8109
allenai/sciq
What layer is below the lithosphere and in the upper mantle? A. troposphere B. asthenosphere C. hydrosphere D. magnetosphere
B. asthenosphere
Below the lithosphere is the asthenosphere . The asthenosphere is also in the upper mantle. This layer is solid, but it can flow and bend. A solid that can flow is like silly putty.
college_earth_science
earth_science
aquarat_2280
deepmind/aqua_rat
S is a set containing 8 different positive odd primes. T is a set containing 8 different numbers, all of which are members of S. Which of the following statements CANNOT be true?
A. The median of S is prime. B. The median of T is prime C. The median of S is equal to the median of T. D. The sum of the terms in S is prime. E. The sum of the terms in T is prime.
C. The median of S is equal to the median of T.
Here is my explanation. The question states:S is a set containing 9 different positive odd primes. T is a set containing 8 different numbers, all of which are members of S. Which of the following statements CANNOT be true? (A) The median of S is prime. Thismust be true. If there are an odd number of members of a set, t...
abstract_algebra
mathematics
NLP4Education_681
NLP4Education
Which one of these ciphers does achieve perfect secrecy? A. RSA B. Vernam C. DES D. FOX
B. Vernam
computer_security
computer_science
mmlu_aux_train_83093
mmlu_aux_train
Ma Yun was born on October 15,1964 in Hangzhou, Zhejiang Province. He is the founder of Alibaba Group. At the age of 10, Ma Yun took an interest in English. Each morning, he rode his bike to Hangzhou Hotel to talk with foreigners. In 1988, he became an English teacher. Then Ma Yun met Bill Aho, an American businessman...
B. 24
high_school_computer_science
computer_science
mmlu_aux_train_35273
mmlu_aux_train
China's largest search engine Baidu has said it will make its latest artificial intelligence (AI) technology accessible to developers and businesses as part of the company's latest move into AI, big data and cloud computing. AI solution "Tianzhi" was launched at a cloud-computing summit held in Beijing Wednesday. It in...
B. voice processing
machine_learning
computer_science
allenai/sciq_10619
allenai/sciq
Ionic compounds take on the form of extended three-dimensional arrays of cations and what else? A. electrons B. anions C. crystals D. oxides
B. anions
Ionic compounds take on the form of extended three-dimensional arrays of cations and anions.
high_school_chemistry
chemistry
aquarat_91760
deepmind/aqua_rat
If f(x) = 2*(x^4 - 1)/(x^2), what is f(1/x) in terms of f(x)?
A. f(x) B. -2f(x) C. 1/f(x) D. -1/f(x) E. 2*f(x)
B. -2f(x)
f(1/x) = ((1/x)^4 - 1) / ((1/x)^2) = ((1/x^4) - 1) / (1/x^2) = ((1-x^4)/(x^4)) / (1/x^2) = (1-x^4)/(x^2) = - 2( (x^4) -1) / (x^2) = -2*f(x) Answer is B.
college_mathematics
mathematics
aquarat_70753
deepmind/aqua_rat
How many ways are there to select a subcommittee of 7 members from among a committee of 17?
A. 22888 B. 19448 C. 28791 D. 27711 E. 12111
B. 19448
Explanation: Since it does not matter what order the committee members are chosen in, the combination formula is used. Committees are always a combination unless the problem states that someone like a president has higher hierarchy over another person. If the committee is ordered, then it is a permutation. C(17,7)= 19,...
college_mathematics
mathematics
mmlu_aux_train_99136
mmlu_aux_train
The sun is the what that is closest to earth? A. battery B. astral light C. person D. moon
B. astral light
astronomy
physics
math_1201
math_mc
In a right prism with triangular bases, given the sum of the areas of three mutually adjacent faces (that is, of two lateral faces and one base) is 24, find the maximum volume of the prism. [asy] unitsize(1 cm); pair A, B, C, D, E, F; A = (0,0); B = (3,-1); C = (-1,-2); D = A + (0,-4); E = B + (0,-4); F = C + (0,-4)...
C
math_Intermediate Algebra
mathematics
math_1930
math_mc
In a history class, the probability of earning an A is .7 times the probability of earning a B, and the probability of earning a C is 1.4 times the probability of earning a B. Assuming that all grades are A, B, or C, how many B's will there be in a history class of 31 students?
C
math_Prealgebra
mathematics
mmlu_aux_train_21851
mmlu_aux_train
What image does the word "Britain" conjure up in your mind? Big Ben,the frequently changing weather, fish and chips... But have you ever wondered what British people think means "Britain"? English playwright William Shakespeare and pop group The Beatles are the icons which inspire a sense of national pride in British p...
A. patriotism.
high_school_computer_science
computer_science
mmlu_aux_train_97564
mmlu_aux_train
Omnivores would dine on A. leafy greens and steak B. only that which inhabits the sea C. only steaks or burgers D. only that which grows from the ground
A. leafy greens and steak
high_school_biology
biology
allenai/sciq_8515
allenai/sciq
Chemical changes occur because of what? A. liquid reactions B. chemical reactions C. toxic reactions D. evaporation
B. chemical reactions
Did you ever wonder what happens to a candle when it burns? A candle burning is a chemical change in matter. In a chemical change, one type of matter changes into a different type of matter, with different chemical properties. Chemical changes occur because of chemical reactions. You can see more examples of chemical c...
high_school_chemistry
chemistry
NLP4Education_89
NLP4Education
What is the benefit of LDA over LSI? A. LSI is sensitive to the ordering of the words in a document, whereas LDA is not B. LDA has better theoretical explanation, and its empirical results are in general better than LSI’s C. LSI is based on a model of how documents are generated, whereas LDA is not D. LDA represe...
B. LDA has better theoretical explanation, and its empirical results are in general better than LSI’s
machine_learning
computer_science
math_1817
math_mc
Find the largest integer $n$ satisfying the following conditions: (i) $n^2$ can be expressed as the difference of two consecutive cubes; (ii) $2n + 79$ is a perfect square.
B
math_Number Theory
mathematics
mmlu_aux_train_40160
mmlu_aux_train
Most Americans believe that someone isn't grown-up until the age of 26 and they should complete their education, have a full-time job, have a family to support and be financially independent. They also believe that becoming a real grown-up is a process which begins at about the age of 20 and takes about five years, acc...
C. making money
high_school_statistics
mathematics
allenai/sciq_4231
allenai/sciq
What scientific word, which gives its name to a type of rock, means "to change form"? A. igneous B. evolution C. evaporation D. metamorphism
D. metamorphism
Metamorphism. This long word means “to change form. “ A rock undergoes metamorphism if it is exposed to extreme heat and pressure within the crust. With metamorphism , the rock does not melt all the way. The rock changes due to heat and pressure. A metamorphic rock may have a new mineral composition and/or texture.
college_earth_science
earth_science
aquarat_4816
deepmind/aqua_rat
If a certain sample of data has a mean of 20.0 and a standard deviation of 2.5, which of the following values is more than 2.5 standard deviations from the mean?
A. 22.0 B. 13.5 C. 17.0 D. 23.5 E. 12.0
E. 12.0
The standard deviation is 2.5. 2.5 standard deviations, which is just 2.5 x 2.5 is 6.25. The only answer more than 6.25 away from the mean is E.
high_school_statistics
mathematics
mmlu_aux_train_35245
mmlu_aux_train
In the near future,we may be using our eyes to operate our smart-phones and tablets,even when it comes to playing popular games like Fruit Ninja. The Gaze Group has been developing eye-controlled computer technology for nearly 20 years.But those devices have been firstly designed to help those with disabilities,and are...
C. An introduction of eye-controlling technology.
computer_security
computer_science
aquarat_15411
deepmind/aqua_rat
Compute the remainder when: 56666...66665:(2016 sixies) is divided by 17.
A. 2 B. 3 C. 4 D. 5 E. 6
C. 4
A neat fact: note that 55=- 565 =-5665=-56665 ... (mod 17) : This is easier to recognize when written in the form 5 =-56 =-566=- 5666=- 56666 .... (mod 17), since 10n + 6=- n (mod 17) when n=- 5 (mod 17). Then, since 56666...66665:(2016 sixies)(mod 17) clearly 56666...66665:(2016 sixies)=4(mod 17). correct answer C
college_mathematics
mathematics
mmlu_aux_train_2709
mmlu_aux_train
A duck's feathers are covered with a natural oil that keeps the duck dry. This is a special feature ducks have that helps them A. feed their young B. adapt to their environment C. attract a mate D. search for food
B. adapt to their environment
high_school_biology
biology
math_1615
math_mc
What is the greatest common divisor of $2^{1998}-1$ and $2^{1989}-1$?
D
math_Number Theory
mathematics