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 |
|---|---|---|---|---|---|---|---|
NLP4Education_317 | NLP4Education | How many time is call compute printed when running the following code?
def compute(n: Int) =
printf('call compute')
n + 1
LazyList.from(0).drop(2).take(3).map(compute)
A. 0
B. 1
C. 2
D. 3 | A. 0 | coding | computer_science | ||
aquarat_15067 | deepmind/aqua_rat | A(n+1)=1+(1/A(n)) and A(1)=1. What is the value of A(7)? | A. 15/7 B. 17/9 C. 19/11 D. 21/13 E. 23/15 | D. 21/13 | A(n+1)=1+(1/A(n))
A(1) = 1
A(2) = 2
A(3) = 3/2
A(4) = 5/3
A(5) = 8/5
A(6) = 13/8
A(7) = 21/13
The answer is D. | college_mathematics | mathematics |
math_17 | math_mc | Find the equation whose graph is a parabola with vertex $(2,4)$, vertical axis of symmetry, and contains the point $(1,1)$. Express your answer in the form "$ax^2+bx+c$". | A | math_Algebra | mathematics | ||
aquarat_10677 | deepmind/aqua_rat | John must arrange 3 different physics books and 3 different mathematics books on one shelf. If the first book on the leftmost side is a mathematics book and no physics book is next to another physics book. How many different arrangements exist? | A. 6 B. 9 C. 36 D. 120 E. 720 | C. 36 | First place the maths book -
since all are different books, they can be arranged in 3! ways - 6 ways...
next we have 4 places for physics book, but leftmost is not a valid place as left is always maths..
_M_M_M_, but valid ways are M_M_M_
so 3 places for 3 books - again 3! ways...
Total = 3!∗3!=36
ANSWER:C | college_mathematics | mathematics |
math_489 | math_mc | John has 12 marbles of different colors, including one red, one green, and one blue marble. In how many ways can he choose 4 marbles, if exactly one of the chosen marbles is red, green, or blue? | C | math_Counting & Probability | mathematics | ||
mmlu_aux_train_68805 | mmlu_aux_train | Radio, telephone and TV are widely used in the world. When you turn on the radio, you can listen. But when you use telephone, not only can you listen to others but also you can chat with them, however, you can't see anything at all. TV is much better than both of them. People can watch TV and listen to it, but they can... | B. vision-phone | high_school_computer_science | computer_science | ||
allenai/sciq_7640 | allenai/sciq | What is the smallest aromatic hydrocarbon?
A. sulfide
B. furan
C. phosphate
D. benzene | D. benzene | Unsaturated hydrocarbons called aromatic hydrocarbons are cyclic hydrocarbons that have double bonds. These compounds have six carbon atoms in a ring with alternating single and double bonds. The smallest aromatic hydrocarbon is benzene, which has just one ring. Its structural formula is shown in the Figure below . Lar... | high_school_chemistry | chemistry | |
allenai/sciq_6327 | allenai/sciq | Along with other elements, most ores are made of what?
A. sodium
B. coal
C. metal
D. crystals | C. metal | When the ore leaves the mine, it is not yet a useful material ( Figure below ). Most ores are a combination of metal and other elements. The rocks are full of valuable minerals. They also contain rock that isn't valuable, which is called waste rock. The valuable minerals must be separated from the waste rock. | high_school_chemistry | chemistry | |
allenai/sciq_6572 | allenai/sciq | Lymph capillaries collect fluid that leaks out of what?
A. blood capillaries
B. lymph nodes
C. alveoli
D. bladder | A. blood capillaries | Lymph capillaries collect fluid that leaks out from blood capillaries. The lymphatic vessels return the fluid to the cardiovascular system. | college_biology | biology | |
aquarat_96986 | deepmind/aqua_rat | The sequence a(1), a(2), …, a(n), … is such that a(n)=4a(n–1) –3 for all integers n>1. If a(3)=x, then a(1)=? | A. 4x–3 B. 16x–15 C. (x+3)/4 D. (x+3)/16 E. (x+15)/16 | E. (x+15)/16 | Since we know a(3) we can find a(2),
if we can find a(2) we can find a(1).
a(3)=4a(2)-3 ---> x=4a(2)-3 ---> a(2)=(x+3)/4
a(2)=4a(1)-3 ---> (x+3)/4=4a(1)-3 ---> 4a(1)=(x+15)/4 ---> a(1)=(x+15)/16
The answer is E. | college_mathematics | mathematics |
allenai/sciq_9795 | allenai/sciq | What forms when the metal sodium gives up an electron to the nonmetal chlorine?
A. hydrogen bond
B. an ionic bond
C. van der waals force
D. covalent bond | B. an ionic bond | An ionic bond forms when the metal sodium gives up an electron to the nonmetal chlorine. | high_school_chemistry | chemistry | |
mmlu_aux_train_38599 | mmlu_aux_train | Few of us act alone in the real world. Most things are done with the help or ideas of other people. Group projects are great practice for high school, college, and real life, when you will probably have a job that requires working with others. Right now, group projects can be fun and they often allow you to do a bigger... | D. get rid of shyness forever | high_school_computer_science | computer_science | ||
aquarat_85436 | deepmind/aqua_rat | If x and a are integers and (15^x + 15^(x+1))/4^a = 15^a what is the value of x? | A. 2 B. 3 C. 4 D. 5 E. Cannot be determined | A. 2 | \frac{15^x( 1+ 15)}{4^a} = 15^a
(15^x . 4^2 ) / 4^a = 15^a. 4^0
15^x . 4^(2-a) = 15^a. 4^0
Equating the powers, x = a; 2-a = 0; So x = a = 2=A | college_mathematics | mathematics |
aquarat_76326 | deepmind/aqua_rat | In the faculty of Reverse-Engineering, 100 second year students study numeric methods, 300 second year students study automatic control of airborne vehicles and 200 second year students study them both. How many students are there in the faculty if the second year students are approximately 40% of the total? | A. 550 B. 500 C. 600 D. 650 E. 700 | B. 500 | Total number of students studying both are 100 + 300 - 200 = 200 (Subtracting the 200 since they were included in the both the other numbers already).
So 40% of total is 200, so 100% is 500
Answer is B | college_mathematics | mathematics |
math_540 | math_mc | On the refrigerator, MATHEMATICS is spelled out with $11$ magnets, one letter per magnet. Two vowels and four consonants fall off and are put away in a bag. If the T's, M's, and A's are indistinguishable, how many distinct possible collections of letters could be put in the bag? | C | math_Counting & Probability | mathematics | ||
allenai/sciq_5118 | allenai/sciq | Covalent solids are formed by networks or chains of atoms or molecules held together by what?
A. bail bonds
B. ionic bonds
C. gravitational bonds
D. covalent bonds | D. covalent bonds | Covalent Solids Covalent solids are formed by networks or chains of atoms or molecules held together by covalent bonds. A perfect single crystal of a covalent solid is therefore a single giant molecule. For example, the structure of diamond, shown in part (a) in , consists of sp3hybridized carbon atoms, each bonded to ... | high_school_chemistry | chemistry | |
mmlu_aux_train_36964 | mmlu_aux_train | "People should have one meat-free day a week if they want to make a personal and effective sacrifice that would help deal with climate change," the world's leading authority on global warming has told The Observer. Dr Rajendra Pachauri, chair of the United Nations Intergovernmental Panel on Climate Change, said that pe... | C. Methane from ruminants. | college_biology | biology | ||
math_1682 | math_mc | Let $n$ represent the smallest integer that satisfies the following conditions:
$\frac n2$ is a perfect square.
$\frac n3$ is a perfect cube.
$\frac n5$ is a perfect fifth.
How many divisors does $n$ have that are not multiples of 10?
| A | math_Number Theory | mathematics | ||
allenai/sciq_5906 | allenai/sciq | What type of resource is water power?
A. nonrenewable
B. geothermal
C. renewable
D. biological | C. renewable | Water power does not burn a fuel. So it causes less pollution than many other kinds of energy. Water power is also a renewable resource. Water keeps flowing downhill. Although we use some of the energy from this movement, we are not using up the water. | college_earth_science | earth_science | |
mmlu_aux_train_68939 | mmlu_aux_train | A new product - the Apple Watch - into the market. Last year, the watch was firstly introduced by Tim Cook, Apple's CEO. The price of the watch is from $349 to $1,099, depending on its size and whether it is a sports or regular one. Apple engineers and designers have put in a lot of thought and hard work into creating ... | D. can show your pulse and knows when you are moving. | college_computer_science | computer_science | ||
allenai/sciq_9668 | allenai/sciq | What state of matter is characterized by tiny particles separated by large distances, which do not experience any force of attraction or repulsion with each other?
A. emissions
B. liquids
C. gas
D. steam | C. gas | Gases are composed of tiny particles that are separated by large distances. Gas particles are constantly moving, experiencing collisions with other gas particles and the walls of their container. The velocity of gas particles is related to the temperature of a gas. Gas particles do not experience any force of attractio... | high_school_chemistry | chemistry | |
mmlu_aux_train_35335 | mmlu_aux_train | Broken rubber bands and flat tires requiring replacement could soon be a thing of the past. French researchers have developed a new kind of rubber that can repair itself when broken.The new rubber is made from widely available materials including vegetable oil and a common industrial chemical.All the materials are cons... | D. It is made of smaller molecules. | college_chemistry | chemistry | ||
math_1769 | math_mc | Define $n!!$ to be $n(n-2)(n-4)\cdots 3\cdot 1$ for $n$ odd and $n(n-2)(n-4)\cdots 4\cdot 2$ for $n$ even. When $\sum_{i=1}^{2009} \frac{(2i-1)!!}{(2i)!!}$ is expressed as a fraction in lowest terms, its denominator is $2^ab$ with $b$ odd. Find $\dfrac{ab}{10}$.
| A | math_Number Theory | mathematics | ||
mmlu_aux_train_99518 | mmlu_aux_train | Which would likely transfer special heat via waves?
A. a cat
B. a rocket
C. a car
D. an atom bomb | D. an atom bomb | conceptual_physics | physics | ||
allenai/sciq_8026 | allenai/sciq | What is the largest and most complex algae
A. open algae
B. strange algae
C. green algae
D. brown algae | D. brown algae | high_school_biology | biology | ||
allenai/sciq_7128 | allenai/sciq | When gametes unite during fertilization, the resulting zygote inherits two of what for each gene, one from each parent?
A. molecules
B. genomes
C. alleles
D. chromosomes | C. alleles | When gametes unite during fertilization, the resulting zygote inherits two alleles for each gene. One allele comes from each parent. The alleles an individual inherits make up the individual’s genotype . The two alleles may be the same or different. As shown in Table below , an organism with two alleles of the same typ... | high_school_biology | biology | |
aquarat_34218 | deepmind/aqua_rat | The arithmetic mean of set G is zero. If H = {-2.22; -1.96; -1.68; 1.62; 1.94; 2.16} is the subset of G consisting of all those elements in G which are more than two but less than three standard deviations away from the arithmetic mean of G, what could be equal to the standard deviation of G? | A. 0.54 B. 0.77 C. 0.82 D. 0.97 E. 1.62 | B. 0.77 | This is a fairly straightforward question that can be solved quickly by just applying the options
We are provided with Mean, m= 0
and H = {-2.22; -1.96; -1.68; 1.62; 1.94; 2.16} is the subset of S
H consists of all those elements in G that are more than 2 but less than 3 GDs away from the arithmetic mean of G
If an ele... | high_school_statistics | mathematics |
mmlu_aux_train_84887 | mmlu_aux_train | Is there a difference in meaning between "It's too late to telephone. Mary is asleep now." and "It's too late to telephone. Mary will be asleep now."? Yes. The difference is in the reason given for it being too late to telephone. In the first sentence "Mary is asleep now", the speaker is stating a fact. In the second ... | B. wants to tell you that she knows Mary is asleep | formal_logic | mathematics | ||
aquarat_55096 | deepmind/aqua_rat | The effective annual rate of interest corresponding to a nominal rate of 12% per annum payable half-yearly is? | A. 16.06% B. 16.07% C. 12.36% D. 6.09% E. 6.19% | C. 12.36% | Amount of Rs. 100 for 1 year when compounded half-yearly = [100 * (1 + 6/100)2] = Rs. 112.36 Effective rate = (112.36 - 100) = 12.36%
ANSWER:C | college_mathematics | mathematics |
mmlu_aux_train_56358 | mmlu_aux_train | The phenomenon is becoming more and more popular that human beings have developed a closely relationship with the most dangerous of animals-Kevin Richardson treats lions like kitty cats,Andre Hartman has a special bond with Great White Sharks and now there is 79year old Werner Freund who has spent the last 40 years of ... | A. Human beings can get along well with animals | high_school_biology | biology | ||
math_379 | math_mc | What is the area of the circle defined by $x^2-6x +y^2-14y +33=0$ that lies beneath the line $y=7$? | A | math_Algebra | mathematics | ||
aquarat_4262 | deepmind/aqua_rat | The cubic f(x) = x3 - 7x - 6 has three distinct roots, a, b, and c. Compute 1/a + 1/b + 1/c . | A. -5/6 B. -6/6 C. -7/6 D. -8/6 E. -9/6 | C. -7/6 | 1/a+1/b+1/c=ab+bc+ca/abc
=-7/-6
=-7/6
correct answer C | college_mathematics | mathematics |
allenai/sciq_10957 | allenai/sciq | What is defined as a phasic change in muscle tone?
A. susceptibility
B. gastrointestinal
C. elasticity
D. spasticity | D. spasticity | Muscle Tone Skeletal muscles are rarely completely relaxed, or flaccid. Even if a muscle is not producing movement, it is contracted a small amount to maintain its contractile proteins and produce muscle tone. The tension produced by muscle tone allows muscles to continually stabilize joints and maintain posture. Muscl... | clinical_knowledge | biology | |
math_511 | math_mc | A jar has $10$ red candies and $10$ blue candies. Terry picks two candies at random, then Mary picks two of the remaining candies at random. Given that the probability that they get the same color combination, irrespective of order, is $m/n,$ where $m$ and $n$ are relatively prime positive integers, find $m+n.$
| A | math_Counting & Probability | mathematics | ||
math_938 | math_mc | On an old-fashioned bicycle the front wheel has a radius of $2.5$ feet and the back wheel has a radius of $4$ inches. If there is no slippage, how many revolutions will the back wheel make while the front wheel makes $100$ revolutions? | B | math_Geometry | mathematics | ||
aquarat_4022 | deepmind/aqua_rat | If f(x) = 12 - x^2/2 and f(2k) = 5k, what is one possible value for k? | A. 2 B. 3 C. 4 D. 5 E. 8 | D. 5 | First of all, see thisGMAT blog postand check the related lesson linked below for some background on function notation.
We can plug anything in for x and get a result. You can find f(1), for example, by plugging in 1 where x is, and you would get 12 - 1/2 = 11.5. Or we could find f(2), which would be 12 - 4/2 = 10.
So ... | college_mathematics | mathematics |
mmlu_aux_train_99475 | mmlu_aux_train | Bluebirds are found in
A. vast green fields
B. glaciers
C. volcanic craters
D. ocean waves | A. vast green fields | high_school_biology | biology | ||
NLP4Education_724 | NLP4Education | Which of the following statement(s) is/are true about CFI?
A. When producing valid target sets, missing a legitimate target is unacceptable.
B. CFI’s checks of the valid target set are sufficient to protect every forward edge control-flow transfer.
C. It is acceptable for a CFI mechanism to exclude some legitimate targ... | A. When producing valid target sets, missing a legitimate target is unacceptable. | computer_security | computer_science | ||
mmlu_aux_train_43610 | mmlu_aux_train | On the day Apple debuted the often-delayed white-colored iPhone 4, the company's marketing department gave a nod to the product's troubled history. "Finally." read the big headline Thursday above a picture of the white phone on the homepage of Apple. com. The white model was supposed to ship alongside the black one at ... | B. it met some problems concerning design and manufacture | computer_security | computer_science | ||
pythonio_103 | pythonio-mc | Program:
def Total_Hamming_Distance(n):
i = 1
sum = 0
while (n // i > 0):
sum = sum + n // i
i = i * 2
return sum
Input:
Total_Hamming_Distance(2)
Output: | B | code | computer_science | ||
pythonio_218 | pythonio-mc | Program:
def min_Swaps(str1,str2) :
count = 0
for i in range(len(str1)) :
if str1[i] != str2[i] :
count += 1
if count % 2 == 0 :
return (count // 2)
else :
return ("Not Possible")
Input:
min_Swaps("111","110")
Output: | D | code | computer_science | ||
pythonio_413 | pythonio-mc | Program:
def sum_Of_Primes(n):
prime = [True] * (n + 1)
p = 2
while p * p <= n:
if prime[p] == True:
i = p * 2
while i <= n:
prime[i] = False
i += p
p += 1
sum = 0
for i in range (2,n + 1):
if(pr... | C | code | computer_science | ||
allenai/sciq_1892 | allenai/sciq | What field of study is called the language of science?
A. mathematics
B. physics
C. linguistics
D. logic | A. mathematics | The field of science has gotten so big that it is common to separate it into more specific fields. First, there is mathematics, the language of science. All scientific fields use mathematics to express themselves—some more than others. Physics and astronomy are scientific fields concerned with the fundamental interacti... | formal_logic | mathematics | |
NLP4Education_97 | NLP4Education | Given the following teleporting matrix (?) for nodes A, B and C:
[0??? ???? 0]
[0???? 0??? 0]
[0??? ???? 1]
and making no assumptions about the link matrix (R), which of the following is correct:
(Reminder: columns are the probabilities to leave the respective node.)
A. A random walker can never reach node A
... | C. A random walker can always leave node B | college_mathematics | mathematics | ||
NLP4Education_451 | NLP4Education | An element of the finite field $\mathrm{GF}(2^8)$ is usually represented by…
A. one hexadecimal digit.
B. eight bytes.
C. two hexadecimal digits.
D. an irreducible polynomial of degree 8. | C. two hexadecimal digits. | abstract_algebra | mathematics | ||
allenai/sciq_4980 | allenai/sciq | The presence of solute particles blocks some of the ability for liquid particles to do what?
A. evaporate
B. fuse
C. dissolve
D. melt | A. evaporate | The presence of solute particles blocks some of the ability for liquid particles to evaporate. Thus, solutions of solid solutes typically have a lower vapor pressure than the pure solvent. | high_school_chemistry | chemistry | |
aquarat_35780 | deepmind/aqua_rat | In a G6 summit held at london. A french, a german, an italian, a british, a spanish, a polish diplomat represent their respective countries. (i) Polish sits immediately next to british (ii) German sits immediately next to italian, British or both (iii) French does not sit immediately next to italian (iv) If spanish sit... | A. DKSOO B. UDFHD C. DKJHIU D. FSPBGI E. OIHDSD | D. FSPBGI | FSPBGI
Answer:D | formal_logic | mathematics |
aquarat_86556 | deepmind/aqua_rat | How many zeroes are there at the end of the number N, if N = 80! + 160! ? | A. 15 B. 19 C. 23 D. 27 E. 31 | B. 19 | The number of zeroes at the end of 80! will be less than the number of zeroes at the end of 160!
Hence it is sufficient to calculate the number of zeroes at the end of 80!
The number of zeroes = [80/5] + [80/25] + [80/125] = 16 + 3 + 0 = 19
The answer is B. | college_mathematics | mathematics |
mmlu_aux_train_11143 | mmlu_aux_train | Plans to expand wind energy into the most scenic parts of Germany are meeting increasing opposition across the country. Anti-wind campaigners are angry that areas including the forests made famous by the tales of the Brothers Grimm are among the targets for new turbines . For the first time they have formed a national... | D. Atomic energy | conceptual_physics | physics | ||
allenai/sciq_893 | allenai/sciq | What type of properties are characteristics that describe matter?
A. visible
B. physical
C. thermal
D. invisible | B. physical | The properties that chemists use to describe matter fall into two general categories. Physical properties are characteristics that describe matter. They include characteristics such as size, shape, color, and mass. Chemical properties are characteristics that describe how matter changes its chemical structure or compos... | high_school_chemistry | chemistry | |
mmlu_aux_train_93809 | mmlu_aux_train | The Mariana Trench is the deepest ocean trench on Earth. This trench occurs at a plate boundary where
A. one plate is sliding past another.
B. one plate is being forced beneath another.
C. two plates are colliding into each other.
D. two plates are pulling apart from each other. | B. one plate is being forced beneath another. | earth_science | earth_science | ||
pythonio_831 | pythonio-mc | Program:
def lucky_num(n):
List=range(-1,n*n+9,2)
i=2
while List[i:]:List=sorted(set(List)-set(List[List[i]::List[i]]));i+=1
return List[1:n+1]
Input:
lucky_num(10)
Output: | B | code | computer_science | ||
allenai/sciq_10648 | allenai/sciq | Because heating results in a greater fraction of molecules having the necessary kinetic energy to escape the surface of the liquid, what occurs more quickly when liquid is heated?
A. absorption
B. evaporation
C. expansion
D. oxidation | B. evaporation | A given liquid will evaporate more quickly when it is heated. This is because the heating process results in a greater fraction of the liquid’s molecules having the necessary kinetic energy to escape the surface of the liquid. The Figure below shows the kinetic energy distribution of liquid molecules at two temperature... | high_school_chemistry | chemistry | |
allenai/sciq_3425 | allenai/sciq | What is the molten material deep within the earth?
A. volcanic mass
B. magma
C. lava
D. crystals | B. magma | Cooling and forming crystals. Deep within the Earth, temperatures can get hot enough to melt rock. This molten material is called magma. As it cools, crystals grow, forming an igneous rock. The crystals will grow larger if the magma cools slowly, as it does if it remains deep within the Earth. If the magma cools quickl... | college_earth_science | earth_science | |
allenai/sciq_6584 | allenai/sciq | Hydrogen chloride contains one atom of hydrogen and one atom of what?
A. nitrogen
B. magnesium
C. calcium
D. chlorine | D. chlorine | Hydrogen chloride contains one atom of hydrogen and one atom of chlorine. Because the. | high_school_chemistry | chemistry | |
NLP4Education_569 | NLP4Education | Which one of these digital signature schemes is \emph{not} based on the Discrete Log problem?
A. DSA
B. ECDSA
C. Pointcheval-Vaudenay
D. PKCS#1v1.5 | D. PKCS#1v1.5 | computer_security | computer_science | ||
pythonio_236 | pythonio-mc | Program:
import math
def radian_degree(degree):
radian = degree*(math.pi/180)
return radian
Input:
radian_degree(120)
Output: | B | code | computer_science | ||
math_2193 | math_mc | If
\[\frac{\sin x}{\cos y} + \frac{\sin y}{\cos x} = 1 \quad \text{and} \quad \frac{\cos x}{\sin y} + \frac{\cos y}{\sin x} = 6,\]then find $\frac{\tan x}{\tan y} + \frac{\tan y}{\tan x}.$ | C | math_Precalculus | mathematics | ||
pythonio_647 | pythonio-mc | Program:
def count_Rotation(arr,n):
for i in range (1,n):
if (arr[i] < arr[i - 1]):
return i
return 0
Input:
count_Rotation([4,5,1,2,3],5)
Output: | D | code | computer_science | ||
mmlu_aux_train_58060 | mmlu_aux_train | One day,when 12-year-old Sean Redden went to a popular chat room on the Internet, he saw the name of someone he'd never seen there before, Susan Hicks. Her message was " Would someone help me? I can't breathe. Help me! I can't feel my left side." At first, Sean thought it was a bad joke and he told his mother Sharon... | A. didn't believe it | high_school_computer_science | computer_science | ||
allenai/sciq_929 | allenai/sciq | What is a circuit that consists of one loop called?
A. series circuit
B. speaking circuit
C. episode circuit
D. dramatic circuit | A. series circuit | A circuit that consists of one loop is called a series circuit. If its single loop is interrupted at any point, no current can flow through the circuit. | electrical_engineering | engineering | |
math_2147 | math_mc | Let $\mathbf{v} = \begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix}$ and $\mathbf{w} = \begin{pmatrix} 1 \\ 0 \\ 3 \end{pmatrix}.$ The columns of a matrix are $\mathbf{u},$ $\mathbf{v},$ and $\mathbf{w},$ where $\mathbf{u}$ is a unit vector. Find the largest possible determinant of the matrix. | D | math_Precalculus | mathematics | ||
mmlu_aux_train_6205 | mmlu_aux_train | On Oct4,2011 , I phone 4s made its international appearance at the press conference claimed by the Iphone cooperation . Ever since then , Iphone4s has become _ and even made a fashion around the globe. Meanwhile , many new expressions come about in relationship with this type of high-tech products. "Jailbreak" is one o... | C. It is a way to lift the restriction specially imposed by the Iphone manufacturer. | computer_security | computer_science | ||
aquarat_37721 | deepmind/aqua_rat | Ross is looking at Rachel, but Rachel is looking at Joey. Ross is married, but Joey is not. Is married person looking at the unmarried person? | A. Yes B. No C. Insufficient information D. data irrelevant E. none of the above | A. Yes | Explanation:
If Rachel is married, Joey who is unmarried is looking ar Rachel who is married.
If Rachel is unmarried, then Ross who is married is looking at Rachel who is unmarried.
Answer is A | formal_logic | mathematics |
pythonio_778 | pythonio-mc | Program:
def sum_positivenum(nums):
sum_positivenum = list(filter(lambda nums:nums>0,nums))
return sum(sum_positivenum)
Input:
sum_positivenum([10,15,-14,13,-18,12,-20])
Output: | C | code | computer_science | ||
aquarat_79821 | deepmind/aqua_rat | P is a no. which has exactly 3 factors which divide 25! Then whats is the greatest power of 3 in (p-25)! | A. 46 B. 47 C. 48 D. 49 E. 50 | C. 48 | suppose p=125 has three factor 125==5*5*5;
(125-25)=100;
power of 3=100/3=33.33/3+11.11/3+3.3/3=47+11+3+1=48
ANSWER:C | college_mathematics | mathematics |
allenai/sciq_7918 | allenai/sciq | What gas is released by burning of fossil fuels and contributes to global warming?
A. hydrogen
B. carbon dioxide
C. nitrous oxide
D. helium | B. carbon dioxide | Using fossil fuels affects the environment in a variety of ways. There are impacts to the environment when we extract these resources. Burning these fuels causes air pollution. These fuels release carbon dioxide, which is a major factor in global warming ( Figure below ). | high_school_chemistry | chemistry | |
math_108 | math_mc | Given that $\frac{a}{25-a}+\frac{b}{65-b}+\frac{c}{60-c}=7$, evaluate $\frac{5}{25-a}+\frac{13}{65-b}+\frac{12}{60-c}$. | B | math_Algebra | mathematics | ||
math_2054 | math_mc | Express $1.\overline{27}$ as a common fraction in lowest terms. | B | math_Prealgebra | mathematics | ||
allenai/sciq_6454 | allenai/sciq | Cations are attracted to anions, which are ions with what charge?
A. neutral
B. positive
C. negative
D. similar | C. negative | 2.2 Chemical Bonds Each moment of life, atoms of oxygen, carbon, hydrogen, and the other elements of the human body are making and breaking chemical bonds. Ions are charged atoms that form when an atom donates or accepts one or more negatively charged electrons. Cations (ions with a positive charge) are attracted to an... | high_school_chemistry | chemistry | |
allenai/sciq_2612 | allenai/sciq | What does the kinetic-molecular theory describe the behavior of?
A. a liquid
B. a solid
C. an ideal gas
D. a compound | C. an ideal gas | The kinetic-molecular theory describes the behavior of an ideal gas. | college_physics | physics | |
math_1557 | math_mc | Let \[A=111111\]and \[B=142857\]Find a positive integer $N$ with six or fewer digits such that $N$ is the multiplicative inverse of $AB$ modulo 1,000,000. | D | math_Number Theory | mathematics | ||
allenai/sciq_9156 | allenai/sciq | What type of logic can lead to important conclusions from the collecting and analyzing of observations?
A. inductive reasoning
B. primitive reasoning
C. gravitational reasoning
D. conductive reasoning | A. inductive reasoning | formal_logic | mathematics | ||
mmlu_aux_train_55663 | mmlu_aux_train | This is a dangerous world we live in. The number of murders goes up every year, people are dying of cancer, more people contract HIV, more teens are using drugs, ect. You know this because you've heard all the statistics on the news and in the paper. But do you really have an accurate idea what they mean? The numbers a... | B. the author is trying to show what he or she says is true | high_school_statistics | mathematics | ||
allenai/sciq_8195 | allenai/sciq | What is the common term for solid carbon dioxide, which is used as a coolant?
A. antifreeze
B. liquid nitrogen
C. blue ice
D. dry ice | D. dry ice | "Dry ice," or solid carbon dioxide, is a substance that sublimes at atmospheric pressures. Dry ice is very cold (−78°C) and so is used as a coolant for goods such as ice cream that must remain frozen during shipment. Because the dry ice sublimes rather than melting, there is no liquid mess associated with its change of... | high_school_chemistry | chemistry | |
mmlu_aux_train_1251 | mmlu_aux_train | If 1 kg of the compound toluene melts at -95°C, then 500 g of toluene will
A. melt at -47.5°C.
B. melt at -95°C.
C. boil at 95°C.
D. boil at 47.5°C. | B. melt at -95°C. | high_school_chemistry | chemistry | ||
math_2120 | math_mc | For how many integers $n$ with $1 \le n \le 2012$ is the product
\[
\prod_{k=0}^{n-1} \left( \left( 1 + e^{2 \pi i k / n} \right)^n + 1 \right)
\]equal to zero? | C | math_Precalculus | mathematics | ||
allenai/sciq_2119 | allenai/sciq | Technically, any redox reaction can be set up to make a what?
A. Black Cell
B. blocky cell
C. voltaic cell
D. skaht cell | C. voltaic cell | Technically, any redox reaction can be set up to make a voltaic cell. In modern society, however, only certain redox reactions are put to practical use. A portable voltaic cell that generates electricity to power devices for our convenience is called a battery. All batteries are based on redox reactions. The first batt... | high_school_chemistry | chemistry | |
allenai/sciq_10814 | allenai/sciq | Which compound has positively and negatively charged ends?
A. non-polar compound
B. tumultuous compound
C. real compound
D. polar compound | D. polar compound | Salt isn’t the only solute that dissolves in water. In fact, so many things dissolve in water that water is sometimes called the universal solvent. Water is such a good solvent because it is a very polar compound. A polar compound has positively and negatively charged ends. Solutes that are also charged are attracted t... | high_school_chemistry | chemistry | |
mmlu_aux_train_94140 | mmlu_aux_train | Increased populations can lead to the depletion of locally available resources. Compared to other communities, which of these locally available resources is most likely to be depleted in desert communities?
A. mineral
B. oxygen
C. gasoline
D. water | D. water | high_school_biology | biology | ||
allenai/sciq_383 | allenai/sciq | Different forms, or allotropes, of carbon are diamond, graphite, and what?
A. fullerenes
B. ligands
C. carbonite
D. vesicles | A. fullerenes | Different forms, or allotropes, of carbon are diamond, graphite, and fullerenes. | high_school_chemistry | chemistry | |
aquarat_38643 | deepmind/aqua_rat | what is the remainder when 46! is divided by 47 | A. 46 B. 47 C. 45 D. 44 E. 43 | A. 46 | when 2!/3 remainder is 2
4!/5 remainder is 4
6!/7 remainder is 6
so when the number is prime in the divisor then the remainder is (no.-1)
46 will be the remainder
ANSWER:A | college_mathematics | mathematics |
mmlu_aux_train_41752 | mmlu_aux_train | Sometimes life gets a little dull. What used to be fun and different becomes boring. That is the time to look for something new. It is the time for a big idea to get your mind off everyday life. So why not search for extraterrestrial intelligence? Or even better, why not get your computer to do it for you? Over two m... | C. because of a network of many computers | college_computer_science | computer_science | ||
allenai/sciq_11005 | allenai/sciq | What is the first stage of cellular respiration?
A. amniocentesis
B. photosynthesis
C. glycolysis
D. hydrolysis | C. glycolysis | college_biology | biology | ||
aquarat_31979 | deepmind/aqua_rat | In how many ways can 7 different objects be dived among 3 persons so that either one or two of them do not get any object? | A. 381 B. 180 C. 36 D. 84 E. 94 | A. 381 | case 1: for all obj are given to one person 3
case 2: choose two out of 3 3c2=3
naw no of ways to distribute 7 obj to two person=2^7
sub two way when no obj is given to both
so no of ways=3+3c2(2^7-2)=381
ANSWER:A | college_mathematics | mathematics |
math_478 | math_mc | There is a machine with 8 toys in it that each cost between 25 cents and 2 dollars, with each toy being 25 cents more expensive than the next most expensive one. Each time Sam presses the big red button on the machine, the machine randomly selects one of the remaining toys and gives Sam the option to buy it. If Sam has... | D | math_Counting & Probability | mathematics | ||
aquarat_90682 | deepmind/aqua_rat | An athlete runs 200 metres race in 20 seconds. What is his speed? | A. 23 B. 38 C. 37 D. 36 E. 28 | D. 36 | Speed=Distance/Time = 200/20 = 10 m/s = 10 * 18/5 = 36 km/hr
Answer :D | high_school_physics | physics |
aquarat_62768 | deepmind/aqua_rat | If MAPLE is coded as VOKZN then how will CAMEL be coded? | A. OVNZF B. OUNZX C. OVNZX D. XZNVO E. XZNVV | C. OVNZX | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Z Y X W V U T S R Q P O N M L K J I H G F E D C B A
So each alphabet is replaced by the above rule and also whole word is reversed i.e MAPLE - after just replacing each alphabet (by above rule) we get NZKOV,then we reverse this word again and we get VOKZN.
so this way... | formal_logic | mathematics |
mmlu_aux_train_39243 | mmlu_aux_train | In 1985, a lionfish was caught off the coast of Florida. Now they can be found not only in the Atlantic Ocean but also in the Gulf of Mexico and the Caribbean Sea. And they are continuing to move south. Lionfish are native to the Indian and western Pacific Oceans. So how did they end up in the Atlantic? Scientists beli... | A. Its population is growing very quickly. | high_school_biology | biology | ||
mmlu_aux_train_35754 | mmlu_aux_train | On October 12, 1987, some Chinese scientists were working at the computers to look for information they needed. Suddenly they saw a lot of very bright spots( )crossing the computers' screens. At the same time the computers were working much slower. To find out what was happening they stopped their work to check some pa... | D. tell the world that they were intelligent | computer_security | computer_science | ||
mmlu_aux_train_1949 | mmlu_aux_train | Which change will occur in the wire of an electrical circuit that is working properly?
A. The wire will become warmer.
B. The wire will lose some of its mass.
C. The wire will form an electric field.
D. The wire will develop a new crystal structure. | A. The wire will become warmer. | electrical_engineering | engineering | ||
math_2170 | math_mc | Find the point on the line defined by
\[\begin{pmatrix} 4 \\ 0 \\ 1 \end{pmatrix} + t \begin{pmatrix} -2 \\ 6 \\ -3 \end{pmatrix}\]that is closest to the point $(2,3,4).$ | A | math_Precalculus | mathematics | ||
pythonio_407 | pythonio-mc | Program:
def mul_list(nums1,nums2):
result = map(lambda x, y: x * y, nums1, nums2)
return list(result)
Input:
mul_list([1,2],[3,4])
Output: | D | code | computer_science | ||
allenai/sciq_5177 | allenai/sciq | What is our sun's next stage called?
A. super nova
B. red giant
C. white giant
D. blue giant | B. red giant | A star like our Sun will become a red giant in its next stage. When a star uses up its hydrogen, it begins to fuse helium atoms. Helium fuses into heavier atoms like carbon. At this time the star’s core starts to collapse inward. The star's outer layers spread out and cool. The result is a larger star that is cooler on... | astronomy | physics | |
math_1236 | math_mc | Find all real values of $a$ for which the polynomial
\[x^4 + ax^3 - x^2 + ax + 1 = 0\]has at least one real root. | B | math_Intermediate Algebra | mathematics | ||
mmlu_aux_train_5855 | mmlu_aux_train | Life on-line can be a much richer experience when you aren't restricted to just written words and still pictures.Even if you're new to the Net,you've probably heard about multimedia on-line--listening to audio,watching animations and videos,even playing in three-dimensional space.Sound and movement make information com... | D. searching for information on the net | computer_security | computer_science | ||
mmlu_aux_train_4528 | mmlu_aux_train | Which part of a plant is most responsible for using energy from the Sun to produce food for the plant?
A. flower
B. leaf
C. root
D. stem | B. leaf | high_school_biology | biology | ||
aquarat_53324 | deepmind/aqua_rat | A certain university will select 1 of 4 candidates eligible to fill a position in the mathematics department and 2 of 10 candidates eligible to fill 2 identical positions in the computer science department. If none of the candidates is eligible for a position in both departments, how many different sets of 3 candidates... | A. 42 B. 70 C. 140 D. 180 E. 315 | D. 180 | 1 of 7 will be chosen for the math
2 of 10 will be chosen for the computer
None of the 3 chosen people can be in more thn one deparments.
We can choose any of the 4 candidates for the math dep., which gives as 4 selections.
We can choose 2 of the 10 candidates for the computer dep., which gives us 2 selections and 8 re... | college_mathematics | mathematics |
pythonio_822 | pythonio-mc | Program:
def smallest_multiple(n):
if (n<=2):
return n
i = n * 2
factors = [number for number in range(n, 1, -1) if number * 2 > n]
while True:
for a in factors:
if i % a != 0:
i += n
break
if (a == factors[-1] and i % a ==... | C | code | computer_science | ||
math_490 | math_mc | The nine horizontal and nine vertical lines on an $8\times8$ checkerboard form $r$ rectangles, of which $s$ are squares. The number $s/r$ can be written in the form $m/n,$ where $m$ and $n$ are relatively prime positive integers. Find $m + n.$
| B | math_Counting & Probability | mathematics |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.