input
stringlengths
126
2.12k
input_with_context
stringlengths
138
3.61k
question
stringlengths
1
985
choice_A
stringlengths
1
462
choice_B
stringlengths
1
542
choice_C
stringlengths
1
530
choice_D
stringlengths
1
450
correct_answer
stringclasses
4 values
supporting_text
stringlengths
1
3.37k
dataset
stringclasses
6 values
Answer the following multiple choice question by selecting the correct option. Question: One of the earth's layer's is it's crust. It can be found A: just above it's mantle B: in the center of the earth C: on top of the moon D: close to the sun Answer:
Answer the following multiple choice question by selecting the correct option. Context: the mantle is located just below Earth 's crust Question: One of the earth's layer's is it's crust. It can be found A: just above it's mantle B: in the center of the earth C: on top of the moon D: close to the sun Answer:
One of the earth's layer's is it's crust. It can be found
just above it's mantle
in the center of the earth
on top of the moon
close to the sun
A
the mantle is located just below Earth 's crust
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: If k is a non-negative integer and 15^k is a divisor of 823,435 then 5^k - k^5 = A: 0 B: 1 C: 35 D: 120 Answer:
Answer the following multiple choice question by selecting the correct option. Context: 8+2+3+4+3+5 = 25, so this number is not divisible by 3 and thus not divisible by 15. Therefore, k=0 5^k - k^5 =1-0=1 The answer is B. Question: If k is a non-negative integer and 15^k is a divisor of 823,435 then 5^k - k^5 = A: 0...
If k is a non-negative integer and 15^k is a divisor of 823,435 then 5^k - k^5 =
0
1
35
120
B
8+2+3+4+3+5 = 25, so this number is not divisible by 3 and thus not divisible by 15. Therefore, k=0 5^k - k^5 =1-0=1 The answer is B.
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Mental illness has a negative impact on what? A: nervous system B: film C: an organism D: children Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: disease has a negative impact on an organism Fact 2: Mental illness is a disease. Combined: Mental illness has a negative impact on an organism. Question: Mental illness has a negative impact on what? A: nervous system B:...
Mental illness has a negative impact on what?
nervous system
film
an organism
children
C
Fact 1: disease has a negative impact on an organism Fact 2: Mental illness is a disease. Combined: Mental illness has a negative impact on an organism.
qasc
Answer the following multiple choice question by selecting the correct option. Question: The total number of years in a century is the same as the number of marbles Gideon has. If he gives 3/4 of the marbles to his sister and multiples the number of remaining marbles by 2, he gets his age five years from now. How old ...
Answer the following multiple choice question by selecting the correct option. Context: A century has 100 years, and if Gideon has as many marbles as the number of years in a century, he has 100 marbles. If he gives 3/4 of the marbles to his sister, he gives out 3/4*100 = <<3/4*100=75>>75 marbles. Gideon's total numbe...
The total number of years in a century is the same as the number of marbles Gideon has. If he gives 3/4 of the marbles to his sister and multiples the number of remaining marbles by 2, he gets his age five years from now. How old is Gideon now?
36
90
45
55
C
A century has 100 years, and if Gideon has as many marbles as the number of years in a century, he has 100 marbles. If he gives 3/4 of the marbles to his sister, he gives out 3/4*100 = <<3/4*100=75>>75 marbles. Gideon's total number of marbles remaining after giving 3/4 of the marbles to his sister is 100-75=<<100-75=2...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: A computer factory produces 1500 computers per day. They sell each computer for $150. If they sold 1 week's worth of production, how much money will the company earn? A: 0 B: 0 C: 0 D: 0 Answer:
Answer the following multiple choice question by selecting the correct option. Context: One week has 7 days. The number of computers produced in 1 week is 1500 * 7 = <<1500*7=10500>>10500 computers. The total amount earned selling 1 week of production is 10500 * 150 = $<<10500*150=1575000>>1575000. #### 1,575,000 Que...
A computer factory produces 1500 computers per day. They sell each computer for $150. If they sold 1 week's worth of production, how much money will the company earn?
0
0
0
0
A
One week has 7 days. The number of computers produced in 1 week is 1500 * 7 = <<1500*7=10500>>10500 computers. The total amount earned selling 1 week of production is 10500 * 150 = $<<10500*150=1575000>>1575000. #### 1,575,000
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Tameka is selling boxes of crackers for her scout troop. On Friday, she sold 40 boxes. On Saturday, she sold 10 fewer than twice that number. And on Sunday, she sold half as many as Sunday. How many boxes did she sell over the thr...
Answer the following multiple choice question by selecting the correct option. Context: Saturday's total was 2*40-10=<<2*40-10=70>>70. Sunday's was 70/2=<<70/2=35>>35. The sum is 40+70+35=<<40+70+35=145>>145. #### 145 Question: Tameka is selling boxes of crackers for her scout troop. On Friday, she sold 40 boxes. On ...
Tameka is selling boxes of crackers for her scout troop. On Friday, she sold 40 boxes. On Saturday, she sold 10 fewer than twice that number. And on Sunday, she sold half as many as Sunday. How many boxes did she sell over the three days?
155
217.5
290
145
D
Saturday's total was 2*40-10=<<2*40-10=70>>70. Sunday's was 70/2=<<70/2=35>>35. The sum is 40+70+35=<<40+70+35=145>>145. #### 145
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: The three digits of a number add up to 23. The number is divisible by 5. The leftmost digit is double the middle digit. What is the product of the three digits? A: 350 B: 720 C: 360 D: 380 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Say the three-digit number is abc. The leftmost digit is double the middle digit --> a=2b; The number is divisible by 5 --> c is either 0 or 5; The three digits of a number add up to 23 --> a+b+c=23 So, either a+b+c=2b+b+0=23 or a+...
The three digits of a number add up to 23. The number is divisible by 5. The leftmost digit is double the middle digit. What is the product of the three digits?
350
720
360
380
C
Say the three-digit number is abc. The leftmost digit is double the middle digit --> a=2b; The number is divisible by 5 --> c is either 0 or 5; The three digits of a number add up to 23 --> a+b+c=23 So, either a+b+c=2b+b+0=23 or a+b+c=2b+b+5=23. The first equation does not give an integer value of b, so it's not the ca...
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Because opposite charges attract, oppositely charged ions attract each other to form what? A: ionic bonds B: nuclear bonds C: particle bonds D: soluble bonds Answer:
Answer the following multiple choice question by selecting the correct option. Context: until all atoms have octets. Because some atoms will lose electrons and some atoms will gain electrons, there is no overall change in the number of electrons, but individual atoms acquire a nonzero electric charge. Those that lose ...
Because opposite charges attract, oppositely charged ions attract each other to form what?
ionic bonds
nuclear bonds
particle bonds
soluble bonds
A
until all atoms have octets. Because some atoms will lose electrons and some atoms will gain electrons, there is no overall change in the number of electrons, but individual atoms acquire a nonzero electric charge. Those that lose electrons become positively charged, and those that gain electrons become negatively char...
sciq
Answer the following multiple choice question by selecting the correct option. Question: Misconceptions about what theory contribute to the controversy that still surrounds this fundamental principle of biology? A: cycle of evolution B: darwin on evolution C: brain of evolution D: theory of evolution Answer:
Answer the following multiple choice question by selecting the correct option. Context: Today, evolution is still questioned by some people. Often, people who disagree with the theory of evolution do not really understand it. For example, some people think that the theory of evolution explains how life on Earth first ...
Misconceptions about what theory contribute to the controversy that still surrounds this fundamental principle of biology?
cycle of evolution
darwin on evolution
brain of evolution
theory of evolution
D
Today, evolution is still questioned by some people. Often, people who disagree with the theory of evolution do not really understand it. For example, some people think that the theory of evolution explains how life on Earth first began. In fact, the theory explains only how life changed after it first appeared. Some p...
sciq
Answer the following multiple choice question by selecting the correct option. Question: Marta sells tomatoes in a grocery store. On Friday, a shipment of 1000 kg of tomatoes arrived at the store. On Saturday, Marta sold a total of 300 kg of tomatoes to customers. On Sunday, the store was closed, causing 200 kg of tom...
Answer the following multiple choice question by selecting the correct option. Context: Marta had 1000 kg of tomatoes on Friday and sold 300 kg on Saturday, so she has 1000 – 300 = <<1000-300=700>>700 kg of tomatoes left. On Sunday 200 kg of tomatoes had to be thrown away, so 700 – 200 = <<700-200=500>>500 kg of tomat...
Marta sells tomatoes in a grocery store. On Friday, a shipment of 1000 kg of tomatoes arrived at the store. On Saturday, Marta sold a total of 300 kg of tomatoes to customers. On Sunday, the store was closed, causing 200 kg of tomatoes to rot and to be thrown away. On Monday morning another shipment arrived, twice the ...
3750
2500
2510
5000
B
Marta had 1000 kg of tomatoes on Friday and sold 300 kg on Saturday, so she has 1000 – 300 = <<1000-300=700>>700 kg of tomatoes left. On Sunday 200 kg of tomatoes had to be thrown away, so 700 – 200 = <<700-200=500>>500 kg of tomatoes were left. The shipment on Monday was twice the size of the first one, so it was 2 * ...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: An object inside a freezer will become less excited with energy an therefore become A: cold B: round C: warm D: nervous Answer:
Answer the following multiple choice question by selecting the correct option. Context: something in a cold place becomes cold Question: An object inside a freezer will become less excited with energy an therefore become A: cold B: round C: warm D: nervous Answer:
An object inside a freezer will become less excited with energy an therefore become
cold
round
warm
nervous
A
something in a cold place becomes cold
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Blocking a river creates homes for A: satellites B: fish C: rocks D: mermaids Answer:
Answer the following multiple choice question by selecting the correct option. Context: damming a river can cause a lake to form Question: Blocking a river creates homes for A: satellites B: fish C: rocks D: mermaids Answer:
Blocking a river creates homes for
satellites
fish
rocks
mermaids
B
damming a river can cause a lake to form
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: In a games hour 4 different types of players came to the ground? cricket 10, hokey 12, football 16, softball 13. How many players are present in the ground? A: 70 B: 52 C: 51 D: 49 Answer:
Answer the following multiple choice question by selecting the correct option. Context: total number of players= 10+12+16+13= 51 Answer is C Question: In a games hour 4 different types of players came to the ground? cricket 10, hokey 12, football 16, softball 13. How many players are present in the ground? A: 70 B: ...
In a games hour 4 different types of players came to the ground? cricket 10, hokey 12, football 16, softball 13. How many players are present in the ground?
70
52
51
49
C
total number of players= 10+12+16+13= 51 Answer is C
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: what is the status of reefs? A: threatened B: dangerous C: more abundant D: Quality of life Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Coral reefs provide food and shelter to many ocean organisms. Fact 2: Coral Reefs Coral reefs are threatened. Combined: reefs are threatened Question: what is the status of reefs? A: threatened B: dangerous C: more abunda...
what is the status of reefs?
threatened
dangerous
more abundant
Quality of life
A
Fact 1: Coral reefs provide food and shelter to many ocean organisms. Fact 2: Coral Reefs Coral reefs are threatened. Combined: reefs are threatened
qasc
Answer the following multiple choice question by selecting the correct option. Question: What instrument measures in grams? A: sweating B: A balance C: heat energy D: A ruler Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: a balance is used for measuring mass of an object Fact 2: Mass The base unit of mass is the gram. Combined: A balance measures in grams Question: What instrument measures in grams? A: sweating B: A balance C: heat energy ...
What instrument measures in grams?
sweating
A balance
heat energy
A ruler
B
Fact 1: a balance is used for measuring mass of an object Fact 2: Mass The base unit of mass is the gram. Combined: A balance measures in grams
qasc
Answer the following multiple choice question by selecting the correct option. Question: organisms commonly found on rotting logs and compost reproduce by way of what A: spores B: pollen C: seeds D: live birth Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Slime molds are fungus-like protists commonly found on rotting logs and compost. Fact 2: Life Cycle Slime molds are like other fungi in that they reproduce by way of spores. Combined: organisms commonly found on rotting log...
organisms commonly found on rotting logs and compost reproduce by way of what
spores
pollen
seeds
live birth
A
Fact 1: Slime molds are fungus-like protists commonly found on rotting logs and compost. Fact 2: Life Cycle Slime molds are like other fungi in that they reproduce by way of spores. Combined: organisms commonly found on rotting logs and compost reproduce by way of spores
qasc
Answer the following multiple choice question by selecting the correct option. Question: A beach had large stones on it several decades ago. Now, after years of rough winds, the beach is mostly A: jungle brush B: enormous boulders C: tiny grains D: tall trees Answer:
Answer the following multiple choice question by selecting the correct option. Context: wind causes erosion Question: A beach had large stones on it several decades ago. Now, after years of rough winds, the beach is mostly A: jungle brush B: enormous boulders C: tiny grains D: tall trees Answer:
A beach had large stones on it several decades ago. Now, after years of rough winds, the beach is mostly
jungle brush
enormous boulders
tiny grains
tall trees
C
wind causes erosion
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Betsy won 5 games of Monopoly. Helen won twice as many as Betsy and Susan won three times as many as Betsy. Between them, how many games have they won? A: 29 B: 45 C: 20 D: 30 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Helen won twice as many games as Betsy's 5 so Helen won 2*5 = <<10=10>>10 games Susan won three times as many games as Betsy's 5 so Susan won 3*5 = <<3*5=15>>15 games When you combine their wins, together they won 5+10+15 = <<5+10+...
Betsy won 5 games of Monopoly. Helen won twice as many as Betsy and Susan won three times as many as Betsy. Between them, how many games have they won?
29
45
20
30
D
Helen won twice as many games as Betsy's 5 so Helen won 2*5 = <<10=10>>10 games Susan won three times as many games as Betsy's 5 so Susan won 3*5 = <<3*5=15>>15 games When you combine their wins, together they won 5+10+15 = <<5+10+15=30>>30 games total #### 30
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: if a person is unable to stand cold weather, which of these should be avoided? A: the arctic regions B: all of these C: tropical rain forest D: the mangrove forest Answer:
Answer the following multiple choice question by selecting the correct option. Context: the arctic environment is cold in temperature from being at a northern lattitude below 0 degrees celsius during most of the year Question: if a person is unable to stand cold weather, which of these should be avoided? A: the arct...
if a person is unable to stand cold weather, which of these should be avoided?
the arctic regions
all of these
tropical rain forest
the mangrove forest
A
the arctic environment is cold in temperature from being at a northern lattitude below 0 degrees celsius during most of the year
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What is the role of axioms in a formal theory? A: Basis statements called axioms form the foundation of a formal theory and, together with the deducing rules, help in deriving a set of statements called theorems using proof theor...
Answer the following multiple choice question by selecting the correct option. Question: What is the role of axioms in a formal theory? A: Basis statements called axioms form the foundation of a formal theory and, together with the deducing rules, help in deriving a set of statements called theorems using proof theor...
What is the role of axioms in a formal theory?
Basis statements called axioms form the foundation of a formal theory and, together with the deducing rules, help in deriving a set of statements called theorems using proof theory.
Axioms are supplementary statements added to a formal theory that break down otherwise complex statements into more simple ones.
Axioms are redundant statements that can be derived from other statements in a formal theory, providing additional perspective to theorems derived from the theory.
The axioms in a theory are used for experimental validation of the theorems derived from the statements in the theory.
A
null
llm_science
Answer the following multiple choice question by selecting the correct option. Question: What is the formalism that angular momentum is associated with in rotational invariance? A: Angular momentum is the 1-form Noether charge associated with rotational invariance. B: Angular momentum is the 3-form Noether charge ass...
Answer the following multiple choice question by selecting the correct option. Question: What is the formalism that angular momentum is associated with in rotational invariance? A: Angular momentum is the 1-form Noether charge associated with rotational invariance. B: Angular momentum is the 3-form Noether charge ass...
What is the formalism that angular momentum is associated with in rotational invariance?
Angular momentum is the 1-form Noether charge associated with rotational invariance.
Angular momentum is the 3-form Noether charge associated with rotational invariance.
Angular momentum is the 5-form Noether charge associated with rotational invariance.
Angular momentum is the 2-form Noether charge associated with rotational invariance.
D
null
llm_science
Answer the following multiple choice question by selecting the correct option. Question: According to the directions on a can of frozen orange juice concentrate, 1 can of concentrate is to be mixed with 4 cans of water to make orange juice. How many 12 ounce cans of concentrate are required to prepare 140 six-ounce se...
Answer the following multiple choice question by selecting the correct option. Context: 1 X 12 ounce can of concentrate + 4 X 12 ounce cans of water = 60 ounces of the mixture. 60 ounces of mixture gives (60 / 6 ) = 10 servings. Thus 1 x 12 ounce can of concentrate is used to produce 10 servings of the mixture. To mak...
According to the directions on a can of frozen orange juice concentrate, 1 can of concentrate is to be mixed with 4 cans of water to make orange juice. How many 12 ounce cans of concentrate are required to prepare 140 six-ounce servings of orange juice?
12
14
16
18
B
1 X 12 ounce can of concentrate + 4 X 12 ounce cans of water = 60 ounces of the mixture. 60 ounces of mixture gives (60 / 6 ) = 10 servings. Thus 1 x 12 ounce can of concentrate is used to produce 10 servings of the mixture. To make 140 servings of the mixture, we need 140 / 10 = 14 cans of the concentrate. The answer ...
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What gas is produced by burning propane? A: Greenhouse gases B: Sulfur dioxide C: gasoline D: Carbon monoxide Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Carbon monoxide is a gas produced by furnaces and other devices that burn fuel. Fact 2: Cabins have wood burning stoves and propane furnaces. Combined: Carbon monoxide is a gas produced by burning propane. Question: What g...
What gas is produced by burning propane?
Greenhouse gases
Sulfur dioxide
gasoline
Carbon monoxide
D
Fact 1: Carbon monoxide is a gas produced by furnaces and other devices that burn fuel. Fact 2: Cabins have wood burning stoves and propane furnaces. Combined: Carbon monoxide is a gas produced by burning propane.
qasc
Answer the following multiple choice question by selecting the correct option. Question: Though fossil fuels and their byproducts will eventually be used up completely, we'll still have A: gasoline B: coal C: plastics D: light from stars Answer:
Answer the following multiple choice question by selecting the correct option. Context: alternative fuel is usually a renewable resource Question: Though fossil fuels and their byproducts will eventually be used up completely, we'll still have A: gasoline B: coal C: plastics D: light from stars Answer:
Though fossil fuels and their byproducts will eventually be used up completely, we'll still have
gasoline
coal
plastics
light from stars
D
alternative fuel is usually a renewable resource
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What do most animals need to be sure they survive on the Earth? A: smell and taste B: biodiversity C: a building to live in D: regulated body heat Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: an animal usually requires a warm body temperature for survival Fact 2: Temperature Temperature is an measurement of the amount of heat. Combined: An animal usually requires a warm body heat measurement for survival? Quest...
What do most animals need to be sure they survive on the Earth?
smell and taste
biodiversity
a building to live in
regulated body heat
D
Fact 1: an animal usually requires a warm body temperature for survival Fact 2: Temperature Temperature is an measurement of the amount of heat. Combined: An animal usually requires a warm body heat measurement for survival?
qasc
Answer the following multiple choice question by selecting the correct option. Question: James decides to bulk up. He weighs 120 kg and gains 20% of his body weight in muscle and 1 quarter that much in fat. How much does he weigh now? A: 300 B: 120 C: 160 D: 150 Answer:
Answer the following multiple choice question by selecting the correct option. Context: He gains 120*.2=<<120*.2=24>>24 kg in muscles So he gains 24/4=<<24/4=6>>6 kg of fat That means he gains a total of 24+6=<<24+6=30>>30 kg of bodyweight So his new body weight is 120+30=<<120+30=150>>150 kg #### 150 Question: James...
James decides to bulk up. He weighs 120 kg and gains 20% of his body weight in muscle and 1 quarter that much in fat. How much does he weigh now?
300
120
160
150
D
He gains 120*.2=<<120*.2=24>>24 kg in muscles So he gains 24/4=<<24/4=6>>6 kg of fat That means he gains a total of 24+6=<<24+6=30>>30 kg of bodyweight So his new body weight is 120+30=<<120+30=150>>150 kg #### 150
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Four electron groups orient themselves into what shape that has four faces? A: tetrahedron B: multicellular C: circular D: spherical Answer:
Answer the following multiple choice question by selecting the correct option. Context: Four electron groups orient themselves in the shape of a tetrahedron. Question: Four electron groups orient themselves into what shape that has four faces? A: tetrahedron B: multicellular C: circular D: spherical Answer:
Four electron groups orient themselves into what shape that has four faces?
tetrahedron
multicellular
circular
spherical
A
Four electron groups orient themselves in the shape of a tetrahedron.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Freezing causes what? A: Heat energy B: ice to form from water C: Physical weathering D: clear roads Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: freezing causes a solid to form Fact 2: Ice is the solid form of water. Combined: Freezing causes ice to form from water. Question: Freezing causes what? A: Heat energy B: ice to form from water C: Physical weathering D: ...
Freezing causes what?
Heat energy
ice to form from water
Physical weathering
clear roads
B
Fact 1: freezing causes a solid to form Fact 2: Ice is the solid form of water. Combined: Freezing causes ice to form from water.
qasc
Answer the following multiple choice question by selecting the correct option. Question: dominant invertebrate reproduce how? A: ligt B: in trees C: sexually D: in sterile conditions Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Mollusks reproduce sexually. Fact 2: Mollusks are the dominant invertebrate. Combined: dominant invertebrate reproduce sexually Question: dominant invertebrate reproduce how? A: ligt B: in trees C: sexually D: in sterile ...
dominant invertebrate reproduce how?
ligt
in trees
sexually
in sterile conditions
C
Fact 1: Mollusks reproduce sexually. Fact 2: Mollusks are the dominant invertebrate. Combined: dominant invertebrate reproduce sexually
qasc
Answer the following multiple choice question by selecting the correct option. Question: What phase of a human life does not have a definite starting point? A: death B: adolescence C: childhood D: adulthood Answer:
Answer the following multiple choice question by selecting the correct option. Context: Adulthood does not have a definite starting point. A person may be physically mature by age 16 or 17 but not defined as an adult by law until older ages. In the U. S. , you can’t join the armed forces or vote until age 18. You can’...
What phase of a human life does not have a definite starting point?
death
adolescence
childhood
adulthood
D
Adulthood does not have a definite starting point. A person may be physically mature by age 16 or 17 but not defined as an adult by law until older ages. In the U. S. , you can’t join the armed forces or vote until age 18. You can’t buy or use alcohol or take on many legal and financial responsibilities until age 21.
sciq
Answer the following multiple choice question by selecting the correct option. Question: What have a negative impact on the environment? A: plants B: trees C: recycling D: dumpyards Answer:
Answer the following multiple choice question by selecting the correct option. Context: landfills have a negative impact on the environment Question: What have a negative impact on the environment? A: plants B: trees C: recycling D: dumpyards Answer:
What have a negative impact on the environment?
plants
trees
recycling
dumpyards
D
landfills have a negative impact on the environment
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: The average age 110 employees in a office is 40 years. Out of these, the average age of 65 employees is 45 years and that of the other 45 employees is 32 years. The age of the 110h employee is? A: 34 B: 35 C: 45 D: 32 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Age of the 110th employee= 110*40- (65*45+45*32) = 4400-4365= 35 years Answer is B Question: The average age 110 employees in a office is 40 years. Out of these, the average age of 65 employees is 45 years and that of the other 45...
The average age 110 employees in a office is 40 years. Out of these, the average age of 65 employees is 45 years and that of the other 45 employees is 32 years. The age of the 110h employee is?
34
35
45
32
B
Age of the 110th employee= 110*40- (65*45+45*32) = 4400-4365= 35 years Answer is B
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What term describes the long tube that connects the mouth to the anus? A: esophagus tract B: metabolism tract C: lungs tract D: gastrointestinal tract Answer:
Answer the following multiple choice question by selecting the correct option. Context: The organs in Figure below make up the gastrointestinal (GI) tract. This is essentially a long tube that connects the mouth to the anus. Food enters the mouth and then passes through the rest of the GI tract. Food waste leaves the ...
What term describes the long tube that connects the mouth to the anus?
esophagus tract
metabolism tract
lungs tract
gastrointestinal tract
D
The organs in Figure below make up the gastrointestinal (GI) tract. This is essentially a long tube that connects the mouth to the anus. Food enters the mouth and then passes through the rest of the GI tract. Food waste leaves the body through the anus. In adults, the GI tract is more than 9 meters (30 feet) long!.
sciq
Answer the following multiple choice question by selecting the correct option. Question: What is indicated by the ratio of the output force to the input force in a machine? A: momentum B: magnetic force C: man hours D: mechanical advantage Answer:
Answer the following multiple choice question by selecting the correct option. Context: The mechanical advantage of a machine is the factor by which the machine changes the input force. It equals the ratio of the output force to the input force. A wheel and axle may either increase or decrease the input force, dependi...
What is indicated by the ratio of the output force to the input force in a machine?
momentum
magnetic force
man hours
mechanical advantage
D
The mechanical advantage of a machine is the factor by which the machine changes the input force. It equals the ratio of the output force to the input force. A wheel and axle may either increase or decrease the input force, depending on whether the input force is applied to the axle or the wheel.
sciq
Answer the following multiple choice question by selecting the correct option. Question: A compass A: knows orientation B: Tracks People C: Cleans D: Invented in 1905 Answer:
Answer the following multiple choice question by selecting the correct option. Context: a compass is used to navigate oceans Question: A compass A: knows orientation B: Tracks People C: Cleans D: Invented in 1905 Answer:
A compass
knows orientation
Tracks People
Cleans
Invented in 1905
A
a compass is used to navigate oceans
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What does the slope of a position-time graph represent? A: velocity B: acceleration C: trajectory D: direction Answer:
Answer the following multiple choice question by selecting the correct option. Context: The slope of a position-time graph represents velocity. The steeper the slope is, the faster the motion is changing. Question: What does the slope of a position-time graph represent? A: velocity B: acceleration C: trajectory D: d...
What does the slope of a position-time graph represent?
velocity
acceleration
trajectory
direction
A
The slope of a position-time graph represents velocity. The steeper the slope is, the faster the motion is changing.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Most scientists think that ordinary matter makes up how much of the total matter in the universe? A: greater than half B: more than half C: less than half D: about half Answer:
Answer the following multiple choice question by selecting the correct option. Context: Most scientists who study dark matter think it is a combination. Ordinary matter is part of it. That is mixed with some kind of matter that we haven’t discovered yet. Most scientists think that ordinary matter is less than half of ...
Most scientists think that ordinary matter makes up how much of the total matter in the universe?
greater than half
more than half
less than half
about half
C
Most scientists who study dark matter think it is a combination. Ordinary matter is part of it. That is mixed with some kind of matter that we haven’t discovered yet. Most scientists think that ordinary matter is less than half of the total matter in the Universe.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Marmots in what will be protected from wild fires? A: underground burrows B: looseness of dirt or compost C: one celled organisms D: above ground pools Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: if an animal lives under ground then that animal will be protected from a wild fire Fact 2: Marmots live in underground burrows. Combined: Marmots in underground burrows will be protected from wild fire. Question: Marmots...
Marmots in what will be protected from wild fires?
underground burrows
looseness of dirt or compost
one celled organisms
above ground pools
A
Fact 1: if an animal lives under ground then that animal will be protected from a wild fire Fact 2: Marmots live in underground burrows. Combined: Marmots in underground burrows will be protected from wild fire.
qasc
Answer the following multiple choice question by selecting the correct option. Question: Where is energy stored before being used by an automobile to create mechanical energy? A: sunlight B: layers of fat C: The atmosphere D: In molecules Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: an automobile engine transforms chemical energy into mechanical energy Fact 2: Chemical energy is the energy stored in molecules. Combined: an automobile uses energy stored in molecules to make mechanical energy Question: ...
Where is energy stored before being used by an automobile to create mechanical energy?
sunlight
layers of fat
The atmosphere
In molecules
D
Fact 1: an automobile engine transforms chemical energy into mechanical energy Fact 2: Chemical energy is the energy stored in molecules. Combined: an automobile uses energy stored in molecules to make mechanical energy
qasc
Answer the following multiple choice question by selecting the correct option. Question: A low level of radiation occurs naturally in the environment and is called what? A: Alpha radiation B: Beta radiation C: background radiation D: Gamma radiation Answer:
Answer the following multiple choice question by selecting the correct option. Context: A low level of radiation occurs naturally in the environment. This is called background radiation. One source of background radiation is rocks, which may contain small amounts of radioactive elements such as uranium. Another source...
A low level of radiation occurs naturally in the environment and is called what?
Alpha radiation
Beta radiation
background radiation
Gamma radiation
C
A low level of radiation occurs naturally in the environment. This is called background radiation. One source of background radiation is rocks, which may contain small amounts of radioactive elements such as uranium. Another source is cosmic rays. These are charged particles that arrive on Earth from outer space. Backg...
sciq
Answer the following multiple choice question by selecting the correct option. Question: The moon is always illustrated in movies and drawings as being very rough and bumpy due to craters, but there are many areas that are A: smooth B: Earth C: rainbow D: edible Answer:
Answer the following multiple choice question by selecting the correct option. Context: the moon 's surface contains flat areas Question: The moon is always illustrated in movies and drawings as being very rough and bumpy due to craters, but there are many areas that are A: smooth B: Earth C: rainbow D: edible Answ...
The moon is always illustrated in movies and drawings as being very rough and bumpy due to craters, but there are many areas that are
smooth
Earth
rainbow
edible
A
the moon 's surface contains flat areas
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What are the ova and spermatozoa of plants? A: Dead leaves B: Most plants C: Pollen grains D: important habitats Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Pollen consists of tiny grains that are the male gametes of plants. Fact 2: Examples of gametes are ova and spermatozoa. Combined: The tiny grains of pollen from plants are the ova and spermatozoa Question: What are the ov...
What are the ova and spermatozoa of plants?
Dead leaves
Most plants
Pollen grains
important habitats
C
Fact 1: Pollen consists of tiny grains that are the male gametes of plants. Fact 2: Examples of gametes are ova and spermatozoa. Combined: The tiny grains of pollen from plants are the ova and spermatozoa
qasc
Answer the following multiple choice question by selecting the correct option. Question: There are 200 snakes in a park. There are three times as many pythons as boa constrictors. If there 40 boa constrictors and the rest of the snakes are rattlesnakes, calculate the total number of rattlesnakes in the park. A: 20 B:...
Answer the following multiple choice question by selecting the correct option. Context: If the number of pythons is three times the number of boa constrictors, then there are 3*40 = <<3*40=120>>120 pythons Together, the number of pythons and boa constrictors is 120+40 = <<120+40=160>>160 If there are 200 snakes in the...
There are 200 snakes in a park. There are three times as many pythons as boa constrictors. If there 40 boa constrictors and the rest of the snakes are rattlesnakes, calculate the total number of rattlesnakes in the park.
20
41
40
80
C
If the number of pythons is three times the number of boa constrictors, then there are 3*40 = <<3*40=120>>120 pythons Together, the number of pythons and boa constrictors is 120+40 = <<120+40=160>>160 If there are 200 snakes in the park, the number of rattlesnakes is 200-160 = <<200-160=40>>40 #### 40
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Calculate the HCF of 16, 108, 220 A: 3 B: 5 C: 4 D: 1 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Explanation: Lets solve this question by factorization method. The factors of 16 are: 1, 2, 4, 8, 16 The factors of 108 are: 1, 2, 3, 4, 6, 9, 12, 18, 27, 36, 54, 108 The factors of 220 are: 1, 2, 4, 5, 10, 11, 20, 22, 44, 55, 110,...
Calculate the HCF of 16, 108, 220
3
5
4
1
C
Explanation: Lets solve this question by factorization method. The factors of 16 are: 1, 2, 4, 8, 16 The factors of 108 are: 1, 2, 3, 4, 6, 9, 12, 18, 27, 36, 54, 108 The factors of 220 are: 1, 2, 4, 5, 10, 11, 20, 22, 44, 55, 110, 220 Then the greatest common factor is 4. Answer: Option C
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What causes direct damage to the lungs? A: drinking alcohol B: consuming ignited tobacco C: eating feces D: swimming Answer:
Answer the following multiple choice question by selecting the correct option. Context: smoking causes direct damage to the lungs Question: What causes direct damage to the lungs? A: drinking alcohol B: consuming ignited tobacco C: eating feces D: swimming Answer:
What causes direct damage to the lungs?
drinking alcohol
consuming ignited tobacco
eating feces
swimming
B
smoking causes direct damage to the lungs
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: if a person wanted to hunt down some deer, which of these would be the wrong place to visit? A: the local hunting reservation B: a known national reservation C: an uncharted wilderness region D: a natural unregulated forest Answ...
Answer the following multiple choice question by selecting the correct option. Context: national parks limit hunting Question: if a person wanted to hunt down some deer, which of these would be the wrong place to visit? A: the local hunting reservation B: a known national reservation C: an uncharted wilderness regio...
if a person wanted to hunt down some deer, which of these would be the wrong place to visit?
the local hunting reservation
a known national reservation
an uncharted wilderness region
a natural unregulated forest
B
national parks limit hunting
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: A man has some hens and cows. If the number of heads be 46 and the number of feet equals 140, then the number of hens will be: A: 22 B: 23 C: 24 D: 26 Answer:
Answer the following multiple choice question by selecting the correct option. Context: let hens be x and cows be y now, feet: x*2+y*4=140 heads: x*1+y*1=46 implies, 2x+4y=140 and x+y=46 solving these two equations, we get x=22 and y=24 Therefore, hens are 22. ANSWER:A Question: A man has some hens and cows. If the n...
A man has some hens and cows. If the number of heads be 46 and the number of feet equals 140, then the number of hens will be:
22
23
24
26
A
let hens be x and cows be y now, feet: x*2+y*4=140 heads: x*1+y*1=46 implies, 2x+4y=140 and x+y=46 solving these two equations, we get x=22 and y=24 Therefore, hens are 22. ANSWER:A
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What can cause the leading cause of death for children? A: being distracted B: chemical reaction C: Electrical energy D: cigarettes Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: being distracted while driving can cause people to crash their car Fact 2: Car crashes are the leading cause of death for children from birth to age 21. Combined: Being distracted while driving can cause the leading cause o...
What can cause the leading cause of death for children?
being distracted
chemical reaction
Electrical energy
cigarettes
A
Fact 1: being distracted while driving can cause people to crash their car Fact 2: Car crashes are the leading cause of death for children from birth to age 21. Combined: Being distracted while driving can cause the leading cause of death for children.
qasc
Answer the following multiple choice question by selecting the correct option. Question: What does the green matter on plants do? A: Absorb light B: Change colors C: Shield from sun D: It expands Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: chlorophyll is used for absorbing light energy by plants Fact 2: Chlorophyll Chlorophyll is the green colouring matter of plant leaves. Combined: The green coloring of leaves is used to absorb light Question: What does the...
What does the green matter on plants do?
Absorb light
Change colors
Shield from sun
It expands
A
Fact 1: chlorophyll is used for absorbing light energy by plants Fact 2: Chlorophyll Chlorophyll is the green colouring matter of plant leaves. Combined: The green coloring of leaves is used to absorb light
qasc
Answer the following multiple choice question by selecting the correct option. Question: In 6 months Bella and Bob will be celebrating their 4th anniversary. How many months ago did they celebrate their 2nd anniversary? A: 18 B: 9 C: 8 D: 19 Answer:
Answer the following multiple choice question by selecting the correct option. Context: First, we find their current point in time be realizing that 4 years is 4 sets of 12 months, meaning at that anniversary they will have been together 4*12=<<4*12=48>>48 months Then, we subtract their 6 month difference, finding the...
In 6 months Bella and Bob will be celebrating their 4th anniversary. How many months ago did they celebrate their 2nd anniversary?
18
9
8
19
A
First, we find their current point in time be realizing that 4 years is 4 sets of 12 months, meaning at that anniversary they will have been together 4*12=<<4*12=48>>48 months Then, we subtract their 6 month difference, finding they are at 48-6=<<48-6=42>>42 months into their relationship. Since 2 years would be 2*12=<...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: A certain auto manufacturer sold 6% fewer vehicles in 2007 than in 2006. If the manufacturer sold 2.1 million vehicles in 2006, how many vehicles, to the nearest 10,000, did the manufacturer sell in 2007? A: 63,000 B: 1,980,000 C...
Answer the following multiple choice question by selecting the correct option. Context: Let's assume in 2006 the manufacturer sold X. In 2007 he sold X-6/100(X) If sales in 2006,X= 2.1 million find X-6/100(X) (2.1 x 10^6)-6/100(2.1 x 10^6) 2100000-126000=1,974,000-----> 1,980,000(approx) ANSWER:B Question: A certain ...
A certain auto manufacturer sold 6% fewer vehicles in 2007 than in 2006. If the manufacturer sold 2.1 million vehicles in 2006, how many vehicles, to the nearest 10,000, did the manufacturer sell in 2007?
63,000
1,980,000
2,030,000
2,040,000
B
Let's assume in 2006 the manufacturer sold X. In 2007 he sold X-6/100(X) If sales in 2006,X= 2.1 million find X-6/100(X) (2.1 x 10^6)-6/100(2.1 x 10^6) 2100000-126000=1,974,000-----> 1,980,000(approx) ANSWER:B
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Earthworms can regrow their segments that break off and eat what? A: fungi B: stem C: soil D: nektar Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Annelids have the amazing capacity to regrow segments that break off. Fact 2: Earthworm Jim the greatest soil munchin' annelid fansite has been re-located. Combined: Earthworms are soil eating and can regrow their segments ...
Earthworms can regrow their segments that break off and eat what?
fungi
stem
soil
nektar
C
Fact 1: Annelids have the amazing capacity to regrow segments that break off. Fact 2: Earthworm Jim the greatest soil munchin' annelid fansite has been re-located. Combined: Earthworms are soil eating and can regrow their segments that break off.
qasc
Answer the following multiple choice question by selecting the correct option. Question: What could be the range of a set consisting of odd multiples of 3? A: 21 B: 24 C: 35 D: 62 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Range = the difference between the greatest and the smallest numbers in the sequence. Our sequence is odd and is a multiple of 7. Every number in that sequence can be represented like this: 3*(2n+1) where n is any positive integer....
What could be the range of a set consisting of odd multiples of 3?
21
24
35
62
B
Range = the difference between the greatest and the smallest numbers in the sequence. Our sequence is odd and is a multiple of 7. Every number in that sequence can be represented like this: 3*(2n+1) where n is any positive integer. Range = 3*(2m + 1) - 3*(2n + 1) = 3*2*(m-n) = 6 * (m-n). m, n - any positive integers Th...
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: 48% of respondents to a survey consisted of those who used both M and N and those who used neither M nor N. 41% of respondents did not use M. 38% used N. What percent of respondents used only N? A: 19.5% B: 21.5% C: 20% D: 15.5% ...
Answer the following multiple choice question by selecting the correct option. Context: From the question, we can summarize the information as follows: N Not N M X Not M Ans y 41 38 100 Then we can set a system of 3 equations 3 unknowns described below: X + Y = 48 X + Ans = 38 Y + Ans = 41 Sum up all three equations t...
48% of respondents to a survey consisted of those who used both M and N and those who used neither M nor N. 41% of respondents did not use M. 38% used N. What percent of respondents used only N?
19.5%
21.5%
20%
15.5%
D
From the question, we can summarize the information as follows: N Not N M X Not M Ans y 41 38 100 Then we can set a system of 3 equations 3 unknowns described below: X + Y = 48 X + Ans = 38 Y + Ans = 41 Sum up all three equations to get 2X + 2Y + 2Ans = 127 Divide both sides by 2 to get X + Y + Ans = 63.5 Replace X + Y...
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Name what nutrient cycling is strongly regulated by. A: abundance B: sunlight C: elevation D: vegetation Answer:
Answer the following multiple choice question by selecting the correct option. Question: Name what nutrient cycling is strongly regulated by. A: abundance B: sunlight C: elevation D: vegetation Answer:
Name what nutrient cycling is strongly regulated by.
abundance
sunlight
elevation
vegetation
D
null
sciq
Answer the following multiple choice question by selecting the correct option. Question: Aside from plants, lizards also eat bugs for A: singing B: crying C: nothing D: sustenance Answer:
Answer the following multiple choice question by selecting the correct option. Context: lizards eat insects Question: Aside from plants, lizards also eat bugs for A: singing B: crying C: nothing D: sustenance Answer:
Aside from plants, lizards also eat bugs for
singing
crying
nothing
sustenance
D
lizards eat insects
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Prostaglandins also help regulate the aggregation of platelets, one step in the formation of what? A: cysts B: acne C: bloats D: blood clots Answer:
Answer the following multiple choice question by selecting the correct option. Question: Prostaglandins also help regulate the aggregation of platelets, one step in the formation of what? A: cysts B: acne C: bloats D: blood clots Answer:
Prostaglandins also help regulate the aggregation of platelets, one step in the formation of what?
cysts
acne
bloats
blood clots
D
null
sciq
Answer the following multiple choice question by selecting the correct option. Question: What kind of energy used heat from magma within the earth to heat homes or produce steam that turns turbines? A: robust energy B: thermal energy C: renewable energy D: geothermal energy Answer:
Answer the following multiple choice question by selecting the correct option. Context: Geothermal energy uses heat from magma within the Earth to heat homes or produce steam that turns turbines. Question: What kind of energy used heat from magma within the earth to heat homes or produce steam that turns turbines? A...
What kind of energy used heat from magma within the earth to heat homes or produce steam that turns turbines?
robust energy
thermal energy
renewable energy
geothermal energy
D
Geothermal energy uses heat from magma within the Earth to heat homes or produce steam that turns turbines.
sciq
Answer the following multiple choice question by selecting the correct option. Question: What is the rainy season in north america? A: fall B: spring C: winter D: summer Answer:
Answer the following multiple choice question by selecting the correct option. Context: a new season occurs four times per year Question: What is the rainy season in north america? A: fall B: spring C: winter D: summer Answer:
What is the rainy season in north america?
fall
spring
winter
summer
B
a new season occurs four times per year
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Roads need repaved in spring because A: they are cold B: road need it C: they are lumpy D: ice ruins them Answer:
Answer the following multiple choice question by selecting the correct option. Context: cycles of freezing and thawing water cause ice wedging Question: Roads need repaved in spring because A: they are cold B: road need it C: they are lumpy D: ice ruins them Answer:
Roads need repaved in spring because
they are cold
road need it
they are lumpy
ice ruins them
D
cycles of freezing and thawing water cause ice wedging
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What happens before the rigid structure that surrounds the plant cell dilates? A: It decreases B: competition C: air cools D: relaxation Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Dilation occurs when cell walls relax. Fact 2: Cell wall is the rigid structure that surrounds the plant cell. Combined: Dilation occurs when the rigid structure that surrounds the plant cell relaxes. Question: What happen...
What happens before the rigid structure that surrounds the plant cell dilates?
It decreases
competition
air cools
relaxation
D
Fact 1: Dilation occurs when cell walls relax. Fact 2: Cell wall is the rigid structure that surrounds the plant cell. Combined: Dilation occurs when the rigid structure that surrounds the plant cell relaxes.
qasc
Answer the following multiple choice question by selecting the correct option. Question: The average of 10 numbers is calculated as 14. It is discovered later on that while calculating the average, one number namely 36 was wrongly read as 26. The correct average is? A: A)16 B: B)15 C: C)19 D: D)22 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Explanation: 10 * 14 + 36 – 26 = 150=>150/10 = 15 B) Question: The average of 10 numbers is calculated as 14. It is discovered later on that while calculating the average, one number namely 36 was wrongly read as 26. The correct a...
The average of 10 numbers is calculated as 14. It is discovered later on that while calculating the average, one number namely 36 was wrongly read as 26. The correct average is?
A)16
B)15
C)19
D)22
B
Explanation: 10 * 14 + 36 – 26 = 150=>150/10 = 15 B)
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: The turbine of a windmill spins and creates what? A: electricity B: pollution C: grains D: lightning Answer:
Answer the following multiple choice question by selecting the correct option. Context: Wind power uses moving air as a source of energy. Some types of wind power have been around for a long time. People have used windmills to grind grain and pump water for hundreds of years. Sailing ships have depended on wind for mi...
The turbine of a windmill spins and creates what?
electricity
pollution
grains
lightning
A
Wind power uses moving air as a source of energy. Some types of wind power have been around for a long time. People have used windmills to grind grain and pump water for hundreds of years. Sailing ships have depended on wind for millennia. Wind is now used to generate electricity. Moving air can make a turbine spin, ju...
sciq
Answer the following multiple choice question by selecting the correct option. Question: Plants that cannot exhibit phototropism will what? A: blossom B: die C: kill D: bloom Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Plants exhibit phototropism, or growing toward a light source. Fact 2: Without light, plants die. Combined: Plants that cannot exhibit phototropism will die Question: Plants that cannot exhibit phototropism will what? A: ...
Plants that cannot exhibit phototropism will what?
blossom
die
kill
bloom
B
Fact 1: Plants exhibit phototropism, or growing toward a light source. Fact 2: Without light, plants die. Combined: Plants that cannot exhibit phototropism will die
qasc
Answer the following multiple choice question by selecting the correct option. Question: The size of eyes matter relevant to sight and sight ability, given that A: elephants see better than ants B: wolves see better than giraffe C: people see better than dogs D: dogs see better than cats Answer:
Answer the following multiple choice question by selecting the correct option. Context: as the size of the eyes of an animal increases , the ability of that animal to see will usually increase Question: The size of eyes matter relevant to sight and sight ability, given that A: elephants see better than ants B: wolve...
The size of eyes matter relevant to sight and sight ability, given that
elephants see better than ants
wolves see better than giraffe
people see better than dogs
dogs see better than cats
A
as the size of the eyes of an animal increases , the ability of that animal to see will usually increase
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: The ground shakes as a result of the movement of what? A: Earth's core B: Electrical energy C: tectonic plates D: kinetic energy Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: an earthquake causes the ground to shake Fact 2: Earthquakes are caused by movement of the tectonic plates. Combined: Movement of tectonic plates causes the ground to shake. Question: The ground shakes as a result of the m...
The ground shakes as a result of the movement of what?
Earth's core
Electrical energy
tectonic plates
kinetic energy
C
Fact 1: an earthquake causes the ground to shake Fact 2: Earthquakes are caused by movement of the tectonic plates. Combined: Movement of tectonic plates causes the ground to shake.
qasc
Answer the following multiple choice question by selecting the correct option. Question: What is an interation between organisms or species for the same resources in an enviroment is called? A: rivalry B: competition C: contention D: opposition Answer:
Answer the following multiple choice question by selecting the correct option. Context: Competition is as an interaction between organisms or species for the same resources in an environment. Question: What is an interation between organisms or species for the same resources in an enviroment is called? A: rivalry B:...
What is an interation between organisms or species for the same resources in an enviroment is called?
rivalry
competition
contention
opposition
B
Competition is as an interaction between organisms or species for the same resources in an environment.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Camille goes to the Ice Cream Palace with her husband and two children. Each one orders a different ice cream. Camille orders a banana split, her husband orders a waffle bowl, her daughter orders a single cone, and her son orders ...
Answer the following multiple choice question by selecting the correct option. Context: The double cone has 2*1=<<2*1=2>>2 scoops of ice cream. The banana split has three times as many scoops of ice cream as the single cone, so it has 3*1=<<3*1=3>>3 scoops of ice cream. The waffle bowl has 1 more scoop of ice cream th...
Camille goes to the Ice Cream Palace with her husband and two children. Each one orders a different ice cream. Camille orders a banana split, her husband orders a waffle bowl, her daughter orders a single cone, and her son orders a double cone. The cone has 1 scoop of ice cream, the banana split has 3 times as many sco...
5
10
11
15
B
The double cone has 2*1=<<2*1=2>>2 scoops of ice cream. The banana split has three times as many scoops of ice cream as the single cone, so it has 3*1=<<3*1=3>>3 scoops of ice cream. The waffle bowl has 1 more scoop of ice cream than the banana split, so it has 3+1=<<3+1=4>>4 scoops of ice cream. The ice cream man serv...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: which of the following is the square of an prime number? A: 144 B: 529 C: 576 D: 441 Answer:
Answer the following multiple choice question by selecting the correct option. Context: A prime number is a number greater than 1, whose only two whole-number factors are 1 and itself. here square root of 529 is 23 which is having only two factor, one and its self. 23 is a prime number answer is B Question: which of ...
which of the following is the square of an prime number?
144
529
576
441
B
A prime number is a number greater than 1, whose only two whole-number factors are 1 and itself. here square root of 529 is 23 which is having only two factor, one and its self. 23 is a prime number answer is B
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Maddox and Theo both bought 3 Polaroid Cameras, each sold at $20 per camera from Amazon, and decided to sell them on eBay. Maddox sold his cameras at $28 each, while Theo sold his cameras at $23 each. How much more profit did Madd...
Answer the following multiple choice question by selecting the correct option. Context: The total cost of buying 3 cameras from Amazon for both Maddox and Theo was 3*$20=$<<3*20=60>>60 Maddox sold his cameras at $28 each, for a total of $28*3=$<<28*3=84>>84 Maddox made a profit of $84-$60=$<<84-60=24>>24 from the sale...
Maddox and Theo both bought 3 Polaroid Cameras, each sold at $20 per camera from Amazon, and decided to sell them on eBay. Maddox sold his cameras at $28 each, while Theo sold his cameras at $23 each. How much more profit did Maddox get from the sale of his cameras than Theo?
30
5
22.5
15
D
The total cost of buying 3 cameras from Amazon for both Maddox and Theo was 3*$20=$<<3*20=60>>60 Maddox sold his cameras at $28 each, for a total of $28*3=$<<28*3=84>>84 Maddox made a profit of $84-$60=$<<84-60=24>>24 from the sale of his cameras. Theo sold his cameras on eBay for $23*3=$<<23*3=69>>69 Theo made a profi...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Emily wants to know how much it rained last week. She sees that it rained 2 inches on Monday morning and 1 more inch later that day. It rained twice that much on Tuesday. It did not rain on Wednesday but on Thursday it rained 1 in...
Answer the following multiple choice question by selecting the correct option. Context: The total rain was 2 inches + 1 inches = <<2+1=3>>3 inches on Monday. The total rain was 2 * 3 inches = <<2*3=6>>6 inches on Tuesday. The total rain was 0 inches + 1 inch = <<0+1=1>>1 inch across Wednesday and Thursday. The total r...
Emily wants to know how much it rained last week. She sees that it rained 2 inches on Monday morning and 1 more inch later that day. It rained twice that much on Tuesday. It did not rain on Wednesday but on Thursday it rained 1 inch. The biggest storm was on Friday when the total was equal to Monday through Thursday co...
6
4
14
2
B
The total rain was 2 inches + 1 inches = <<2+1=3>>3 inches on Monday. The total rain was 2 * 3 inches = <<2*3=6>>6 inches on Tuesday. The total rain was 0 inches + 1 inch = <<0+1=1>>1 inch across Wednesday and Thursday. The total rain was 3 inches + 6 inches + 1 inch = <<3+6+1=10>>10 inches on Friday. There were 3 inch...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: what can change shape from smooth into compacted by physical force? A: A ruler B: bushes C: paper D: streams Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: crumple means change shape from smooth into compacted by physical force Fact 2: Cellophane or paper crumpled in ball sizes. Combined: paper can change shape from smooth into compacted by physical force Question: what can c...
what can change shape from smooth into compacted by physical force?
A ruler
bushes
paper
streams
C
Fact 1: crumple means change shape from smooth into compacted by physical force Fact 2: Cellophane or paper crumpled in ball sizes. Combined: paper can change shape from smooth into compacted by physical force
qasc
Answer the following multiple choice question by selecting the correct option. Question: The sector of a circle has radius of 21 cm and central angle 270o. Find its perimeter? A: 145 cm B: 135 cm C: 121 cm D: 141 cm Answer:
Answer the following multiple choice question by selecting the correct option. Context: Perimeter of the sector = length of the arc + 2(radius) = (270/360 * 2 * 22/7 * 21) + 2(21) = 99 + 42 = 141 cm Answer: D Question: The sector of a circle has radius of 21 cm and central angle 270o. Find its perimeter? A: 145 cm B...
The sector of a circle has radius of 21 cm and central angle 270o. Find its perimeter?
145 cm
135 cm
121 cm
141 cm
D
Perimeter of the sector = length of the arc + 2(radius) = (270/360 * 2 * 22/7 * 21) + 2(21) = 99 + 42 = 141 cm Answer: D
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Let Q represent a set of three distinct prime numbers. If the sum of the numbers in Q is even and x is a member of Q, then what is the least possible value that x can be? A: 1 B: 2 C: 3 D: 5 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Q = p1+p2+p3= even (and all primes are distinct) if the least prime is 2 then we have sum of Q = even. Ans. B. 2 Question: Let Q represent a set of three distinct prime numbers. If the sum of the numbers in Q is even and x is a me...
Let Q represent a set of three distinct prime numbers. If the sum of the numbers in Q is even and x is a member of Q, then what is the least possible value that x can be?
1
2
3
5
B
Q = p1+p2+p3= even (and all primes are distinct) if the least prime is 2 then we have sum of Q = even. Ans. B. 2
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: A luxury perfume costs $1200. The store owner decided to increase its price by 10% so that he could earn more profit. Few weeks had past but the perfume was still not sold. So, the owner decided to lower the price by 15%. By how m...
Answer the following multiple choice question by selecting the correct option. Context: There was a $1200 x 10/100 = $<<1200*10/100=120>>120 increase of the original price. So, the perfume was priced for $1200 + $120 = $<<1200+120=1320>>1320. Then, 15% of the new price is $1320 x 15/100 = $<<1320*15/100=198>>198. So, ...
A luxury perfume costs $1200. The store owner decided to increase its price by 10% so that he could earn more profit. Few weeks had past but the perfume was still not sold. So, the owner decided to lower the price by 15%. By how much was the final price lower than the original price?
117
62.4
78
39
C
There was a $1200 x 10/100 = $<<1200*10/100=120>>120 increase of the original price. So, the perfume was priced for $1200 + $120 = $<<1200+120=1320>>1320. Then, 15% of the new price is $1320 x 15/100 = $<<1320*15/100=198>>198. So, the final price is now $1320 - $198 = $<<1320-198=1122>>1122. Therefore, the final price ...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: What does the second number in a blood pressure reading measure? A: diastolic pressure B: external pressure C: epithelial pressure D: optimal pressure Answer:
Answer the following multiple choice question by selecting the correct option. Context: Blood pressure is read as two numbers. The first number is the systolic pressure. The systolic pressure is the pressure on the blood vessels when the heart beats. This is the time when there is the highest pressure in the arteries....
What does the second number in a blood pressure reading measure?
diastolic pressure
external pressure
epithelial pressure
optimal pressure
A
Blood pressure is read as two numbers. The first number is the systolic pressure. The systolic pressure is the pressure on the blood vessels when the heart beats. This is the time when there is the highest pressure in the arteries. The diastolic pressure, which is the second number, is when your blood pressure is lowes...
sciq
Answer the following multiple choice question by selecting the correct option. Question: Sally is selling boxes of crackers for her scout troop's fund-raiser. If she sells 50% more on Sunday than she sold on Saturday, then she'll have sold a total of 150 boxes on the two days. How many boxes did she sell on Saturday? ...
Answer the following multiple choice question by selecting the correct option. Context: Let S be the number of boxes sold on Saturday. S+1.5S=150 2.5S=150 S=<<60=60>>60 Sally sold 60 boxes on Saturday. #### 60 Question: Sally is selling boxes of crackers for her scout troop's fund-raiser. If she sells 50% more on Sun...
Sally is selling boxes of crackers for her scout troop's fund-raiser. If she sells 50% more on Sunday than she sold on Saturday, then she'll have sold a total of 150 boxes on the two days. How many boxes did she sell on Saturday?
30
60
50
70
B
Let S be the number of boxes sold on Saturday. S+1.5S=150 2.5S=150 S=<<60=60>>60 Sally sold 60 boxes on Saturday. #### 60
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Although lots of symbiotic relationships help both organisms, sometimes one of the organisms is harmed. when that happens, the organism that benefits, and is not harmed, is called a what? A: viruses B: infection C: child D: paras...
Answer the following multiple choice question by selecting the correct option. Context: Although lots of symbiotic relationships help both organisms, sometimes one of the organisms is harmed. When that happens, the organism that benefits, and is not harmed, is called a parasite . This type of relationship is known as ...
Although lots of symbiotic relationships help both organisms, sometimes one of the organisms is harmed. when that happens, the organism that benefits, and is not harmed, is called a what?
viruses
infection
child
parasite
D
Although lots of symbiotic relationships help both organisms, sometimes one of the organisms is harmed. When that happens, the organism that benefits, and is not harmed, is called a parasite . This type of relationship is known as parasitism.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Tommy goes for a run around his neighborhood and decides to calculate how many wheels he saw. All the trucks in his neighborhood have 4 wheels and all the cars in his neighborhood also have 4 wheels. If he saw 12 trucks and 13 car...
Answer the following multiple choice question by selecting the correct option. Context: He saw 25 total vehicles because 12 plus 13 equals <<12+13=25>>25. He saw 100 wheels because 25 times 4 equals <<25*4=100>>100. #### 100 Question: Tommy goes for a run around his neighborhood and decides to calculate how many whee...
Tommy goes for a run around his neighborhood and decides to calculate how many wheels he saw. All the trucks in his neighborhood have 4 wheels and all the cars in his neighborhood also have 4 wheels. If he saw 12 trucks and 13 cars, how many wheels did he see?
100
99
101
90
A
He saw 25 total vehicles because 12 plus 13 equals <<12+13=25>>25. He saw 100 wheels because 25 times 4 equals <<25*4=100>>100. #### 100
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: what are found in algae? A: Energy. B: pigments C: bacteria D: meat Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Chloroplasts are organelles that are found in the cells of plants and algae. Fact 2: Chloroplasts Chloroplasts contain photosynthetic pigments. Combined: pigments are found in algae Question: what are found in algae? A: E...
what are found in algae?
Energy.
pigments
bacteria
meat
B
Fact 1: Chloroplasts are organelles that are found in the cells of plants and algae. Fact 2: Chloroplasts Chloroplasts contain photosynthetic pigments. Combined: pigments are found in algae
qasc
Answer the following multiple choice question by selecting the correct option. Question: The female platypus and echindna does not have a vagina and? A: Uterus B: expelled C: organ D: abrasion Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Female monotremes lack a uterus and vagina. Fact 2: Examples of monotremes are the Platypus and Echidna. Combined: The female platypus and echindna do not have a uterus or vagina Question: The female platypus and echindna ...
The female platypus and echindna does not have a vagina and?
Uterus
expelled
organ
abrasion
A
Fact 1: Female monotremes lack a uterus and vagina. Fact 2: Examples of monotremes are the Platypus and Echidna. Combined: The female platypus and echindna do not have a uterus or vagina
qasc
Answer the following multiple choice question by selecting the correct option. Question: Solution Y is 30 percent liquid W and 70 percent water. If 2 kilograms of water evaporate from 8 kilograms of solutions Y and 2 kilograms of solution Y are added to the remaining 6 kilograms of liquid, what percent of this new liq...
Answer the following multiple choice question by selecting the correct option. Context: Answer:C Took time to solve this one, the statement2 kilograms of solution Y are added to the remaining 6 kilograms of liquidwas confusing to me. After thinking more deeply, it was clear to me that new 2 kg of solution Y will also ...
Solution Y is 30 percent liquid W and 70 percent water. If 2 kilograms of water evaporate from 8 kilograms of solutions Y and 2 kilograms of solution Y are added to the remaining 6 kilograms of liquid, what percent of this new liquid solution is liquid W?
30%
33 1/3%
37 1/2%
40%
C
Answer:C Took time to solve this one, the statement2 kilograms of solution Y are added to the remaining 6 kilograms of liquidwas confusing to me. After thinking more deeply, it was clear to me that new 2 kg of solution Y will also be 30% liquid W and 70% water, and then I was able to get the answer. That was a bit tric...
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: How many times does an equinox occur in the first half of the year A: three times B: once C: twice D: four times Answer:
Answer the following multiple choice question by selecting the correct option. Context: an equinox occurs twice per year Question: How many times does an equinox occur in the first half of the year A: three times B: once C: twice D: four times Answer:
How many times does an equinox occur in the first half of the year
three times
once
twice
four times
B
an equinox occurs twice per year
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Coal is a solid hydrocarbon formed from what type of decaying material? A: insects B: plant C: soil D: mammals Answer:
Answer the following multiple choice question by selecting the correct option. Context: Coal is a solid hydrocarbon formed from decaying plant material over millions of years. Question: Coal is a solid hydrocarbon formed from what type of decaying material? A: insects B: plant C: soil D: mammals Answer:
Coal is a solid hydrocarbon formed from what type of decaying material?
insects
plant
soil
mammals
B
Coal is a solid hydrocarbon formed from decaying plant material over millions of years.
sciq
Answer the following multiple choice question by selecting the correct option. Question: a desert environment has low A: sand count B: cacti C: dryness D: wet sky falling Answer:
Answer the following multiple choice question by selecting the correct option. Context: a desert environment has low rainfall Question: a desert environment has low A: sand count B: cacti C: dryness D: wet sky falling Answer:
a desert environment has low
sand count
cacti
dryness
wet sky falling
D
a desert environment has low rainfall
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What must be overcome to change the motion of an object? A: density B: pressure C: inertia D: weight Answer:
Answer the following multiple choice question by selecting the correct option. Context: To change the motion of an object, inertia must be overcome by an unbalanced force acting on the object. Until the soccer player kicks the ball in Figure below , the ball remains motionless on the ground. However, when the ball is ...
What must be overcome to change the motion of an object?
density
pressure
inertia
weight
C
To change the motion of an object, inertia must be overcome by an unbalanced force acting on the object. Until the soccer player kicks the ball in Figure below , the ball remains motionless on the ground. However, when the ball is kicked, the force on it is suddenly unbalanced. The ball starts moving across the field b...
sciq
Answer the following multiple choice question by selecting the correct option. Question: What part of an experiment or other investigation consists of the individuals or events that are studied? A: experimental control B: sample C: hypothesis D: independent variable Answer:
Answer the following multiple choice question by selecting the correct option. Context: The sample in an experiment or other investigation consists of the individuals or events that are studied. Typically, the sample is much smaller than all such individuals or events that exist in the world. Whether the results based...
What part of an experiment or other investigation consists of the individuals or events that are studied?
experimental control
sample
hypothesis
independent variable
B
The sample in an experiment or other investigation consists of the individuals or events that are studied. Typically, the sample is much smaller than all such individuals or events that exist in the world. Whether the results based on the sample are true in general cannot be known for certain. However, the larger the s...
sciq
Answer the following multiple choice question by selecting the correct option. Question: Evolution occurs in response to what in life? A: static events B: global warming C: that material's properties D: changing phenomenon Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Evolution occurs in response to a change in the environment. Fact 2: Different environments Life is a changing phenomenon. Combined: Evolution occurs in response to changing phenomenon in life. Question: Evolution occurs i...
Evolution occurs in response to what in life?
static events
global warming
that material's properties
changing phenomenon
D
Fact 1: Evolution occurs in response to a change in the environment. Fact 2: Different environments Life is a changing phenomenon. Combined: Evolution occurs in response to changing phenomenon in life.
qasc
Answer the following multiple choice question by selecting the correct option. Question: Taps A and B can fill a bucket in 15 minutes and 30 minutes respectively. If both are opened and A is closed after 4 minutes, how much further time would it take for B to fill the bucket? A: 19 mins. B: 15 mins. C: 18 mins. D: 16...
Answer the following multiple choice question by selecting the correct option. Context: Explanation: Part filled in 3 minutes = 4∗(1/15+1/30)=4∗1/10=2/5 Remaining part =1−2/5=3/5 =>1/30:3/5=1:X =>X=18 =>X=18 mins. So it will take further 18 mins to fill the bucket. Option C Question: Taps A and B can fill a bucket in...
Taps A and B can fill a bucket in 15 minutes and 30 minutes respectively. If both are opened and A is closed after 4 minutes, how much further time would it take for B to fill the bucket?
19 mins.
15 mins.
18 mins.
16 mins.
C
Explanation: Part filled in 3 minutes = 4∗(1/15+1/30)=4∗1/10=2/5 Remaining part =1−2/5=3/5 =>1/30:3/5=1:X =>X=18 =>X=18 mins. So it will take further 18 mins to fill the bucket. Option C
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: A source of heat may come from A: a cold shower B: holding hands C: holding ice D: Antartica Answer:
Answer the following multiple choice question by selecting the correct option. Context: a stove generates heat for cooking usually Question: A source of heat may come from A: a cold shower B: holding hands C: holding ice D: Antartica Answer:
A source of heat may come from
a cold shower
holding hands
holding ice
Antartica
B
a stove generates heat for cooking usually
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Which state of matter has an intermediate level of entropy between solid and gas? A: liquid B: metal C: plasma D: water Answer:
Answer the following multiple choice question by selecting the correct option. Context: As expected, the entropy values for solids are low, the values for gases are high, and the ones for liquids are intermediate. Another observation can be made by looking at the three hydrocarbon gases at the end of the table. For si...
Which state of matter has an intermediate level of entropy between solid and gas?
liquid
metal
plasma
water
A
As expected, the entropy values for solids are low, the values for gases are high, and the ones for liquids are intermediate. Another observation can be made by looking at the three hydrocarbon gases at the end of the table. For similar molecules, a higher molecular weight generally leads to a larger standard entropy v...
sciq
Answer the following multiple choice question by selecting the correct option. Question: You walk twice as fast as Mr. Harris, and Mr. Harris took 2 hours to walk to the store. If your destination is 3 times further away than the store Mr. Harris walked to, how many hours will it take you to get there? A: -7 B: 3 C: ...
Answer the following multiple choice question by selecting the correct option. Context: First we find out how long it would take Mr. Harris to walk to your destination, which we find by multiplying his 2 hour walk by 3 since your destination is 3 times further away, meaning it would take him 2*3= <<2*3=6>>6 hours. Sin...
You walk twice as fast as Mr. Harris, and Mr. Harris took 2 hours to walk to the store. If your destination is 3 times further away than the store Mr. Harris walked to, how many hours will it take you to get there?
-7
3
4
13
B
First we find out how long it would take Mr. Harris to walk to your destination, which we find by multiplying his 2 hour walk by 3 since your destination is 3 times further away, meaning it would take him 2*3= <<2*3=6>>6 hours. Since you walk twice as fast, it would take you half the time. Half of 6, 6/2=<<6/2=3>>3 hou...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: To survive living things A: need money B: need Pu C: need H2O D: need hunting skills Answer:
Answer the following multiple choice question by selecting the correct option. Context: living things require water for survival Question: To survive living things A: need money B: need Pu C: need H2O D: need hunting skills Answer:
To survive living things
need money
need Pu
need H2O
need hunting skills
C
living things require water for survival
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: In what ratio must a grocer mix two varieties of pulses costing Rs.15 and Rs. 20 per kg respectively to obtain a mixture worth Rs.16.50 per Kg? A: 1 : 2 B: 2 : 1 C: 3 : 7 D: 7 : 3 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Explanation : By the rule of alligation,we have CP of 1 kg of 1st variety pulse CP of 1 kg of 2nd variety pulse 15 20 Mean Price 16.5 20-16.5 = 3.5 16.5-15=1.5 Required Ratio = 3.5 : 1.5 = 35 : 15 = 7 : 3 Answer : Option D Questio...
In what ratio must a grocer mix two varieties of pulses costing Rs.15 and Rs. 20 per kg respectively to obtain a mixture worth Rs.16.50 per Kg?
1 : 2
2 : 1
3 : 7
7 : 3
D
Explanation : By the rule of alligation,we have CP of 1 kg of 1st variety pulse CP of 1 kg of 2nd variety pulse 15 20 Mean Price 16.5 20-16.5 = 3.5 16.5-15=1.5 Required Ratio = 3.5 : 1.5 = 35 : 15 = 7 : 3 Answer : Option D
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What do coiled structures made of DNA and proteins determine? A: life B: SNPs C: sex D: size Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Chromosomes are coiled structures made of DNA and proteins. Fact 2: Sex Chromosomes determine sex of individual. Combined: coiled structures made of DNA and proteins determine sex Question: What do coiled structures made o...
What do coiled structures made of DNA and proteins determine?
life
SNPs
sex
size
C
Fact 1: Chromosomes are coiled structures made of DNA and proteins. Fact 2: Sex Chromosomes determine sex of individual. Combined: coiled structures made of DNA and proteins determine sex
qasc
Answer the following multiple choice question by selecting the correct option. Question: Which element has atomic number 87? A: barium B: argon C: iron D: francium Answer:
Answer the following multiple choice question by selecting the correct option. Context: Francium has an atomic number of 87. Write the chemical equation for the alpha particle emission of 212Fr. What is the daughter isotope?. Question: Which element has atomic number 87? A: barium B: argon C: iron D: francium Answe...
Which element has atomic number 87?
barium
argon
iron
francium
D
Francium has an atomic number of 87. Write the chemical equation for the alpha particle emission of 212Fr. What is the daughter isotope?.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Milk helps to A: repair cells in the human body B: have a positive impact on the environment C: Help plants grow D: Plant reproduction Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: protein is used to repair cells by the human body Fact 2: All milk contains protein. Combined: milk helps to repair cells in the human body Question: Milk helps to A: repair cells in the human body B: have a positive imp...
Milk helps to
repair cells in the human body
have a positive impact on the environment
Help plants grow
Plant reproduction
A
Fact 1: protein is used to repair cells by the human body Fact 2: All milk contains protein. Combined: milk helps to repair cells in the human body
qasc
Answer the following multiple choice question by selecting the correct option. Question: Tedra is harvesting his tomatoes. He harvests 400 kg on Wednesday, and half as much on Thursday. He harvests a total of 2000 kg on Wednesday, Thursday, and Friday. How many tomatoes of the number he harvested on Friday are remaini...
Answer the following multiple choice question by selecting the correct option. Context: Tedra harvests 1/2 * 400 kg = <<1/2*400=200>>200 kg of tomatoes on Thursday. Tedra harvests 2000 kg - 400 kg - 200 kg = <<2000-400-200=1400>>1400 kg of tomatoes on Friday. After giving away tomatoes to his friends, he is left with ...
Tedra is harvesting his tomatoes. He harvests 400 kg on Wednesday, and half as much on Thursday. He harvests a total of 2000 kg on Wednesday, Thursday, and Friday. How many tomatoes of the number he harvested on Friday are remaining if he gives away 700kg of them to his friends?
690
710
700
1050
C
Tedra harvests 1/2 * 400 kg = <<1/2*400=200>>200 kg of tomatoes on Thursday. Tedra harvests 2000 kg - 400 kg - 200 kg = <<2000-400-200=1400>>1400 kg of tomatoes on Friday. After giving away tomatoes to his friends, he is left with 1400 kg - 700 kg = <<1400-700=700>>700 kg of tomatoes. #### 700
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Grandpa Lou enjoys watching movies on the Hallmark channel, where every movie lasts 90 minutes. If, on Tuesday, he watched several full-length movies on the Hallmark channel for a total of 4 hours and 30 minutes, and then on Wedn...
Answer the following multiple choice question by selecting the correct option. Context: 4 hours and 30 minutes is the same as 4*60+30=<<4*60+30=270>>270 minutes. At 90 minutes per movie, Grandpa could watch a total of 270/90=<<270/90=3>>3 entire movies in 4 hours and 30 minutes. On Wednesday, he watched 2*3=<<2*3=6>>6...
Grandpa Lou enjoys watching movies on the Hallmark channel, where every movie lasts 90 minutes. If, on Tuesday, he watched several full-length movies on the Hallmark channel for a total of 4 hours and 30 minutes, and then on Wednesday he watched on the same channel twice as many movies as he did on Tuesday. What is t...
9
7.2
19
18
A
4 hours and 30 minutes is the same as 4*60+30=<<4*60+30=270>>270 minutes. At 90 minutes per movie, Grandpa could watch a total of 270/90=<<270/90=3>>3 entire movies in 4 hours and 30 minutes. On Wednesday, he watched 2*3=<<2*3=6>>6 movies. Thus, during these two days, he could have watched as many as 3+6=<<3+6=9>>9 mov...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Disease has a negative impact on A: electronics B: fabrics C: plants and animals D: genetic diversity Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: disease has a negative impact on an organism Fact 2: Plants and animals are organisms. Combined: Disease has a negtive impact on plants and animals. Question: Disease has a negative impact on A: electronics B: fabrics C: ...
Disease has a negative impact on
electronics
fabrics
plants and animals
genetic diversity
C
Fact 1: disease has a negative impact on an organism Fact 2: Plants and animals are organisms. Combined: Disease has a negtive impact on plants and animals.
qasc