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: Earl started delivering newspapers on the first floor of a condominium building. He then went up 5 floors then went down 2 floors. He again went up 7 floors and found that he is 9 floors away from the top of the building. How many... | Answer the following multiple choice question by selecting the correct option.
Context: Earl was on the 1 + 5 = <<1+5=6>>6th floor after going up 5 floors.
When he went down 2 floors, he was on the 6 - 2 = <<6-2=4>>4th floor.
Since he went up 7 floors, he was then on the 4 + 7 = <<4+7=11>>11th floor.
Since he is 9 flo... | Earl started delivering newspapers on the first floor of a condominium building. He then went up 5 floors then went down 2 floors. He again went up 7 floors and found that he is 9 floors away from the top of the building. How many floors does the building have? | 20 | 16 | 30 | 21 | A | Earl was on the 1 + 5 = <<1+5=6>>6th floor after going up 5 floors.
When he went down 2 floors, he was on the 6 - 2 = <<6-2=4>>4th floor.
Since he went up 7 floors, he was then on the 4 + 7 = <<4+7=11>>11th floor.
Since he is 9 floors away from the top of the building, therefore the building has 11 + 9 = <<11+9=20>>20 ... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Laura loves to cook. One day she decided to make dinner for her family. She bought the necessary ingredients for this occasion: two salads, 2 kilograms of beef, 1 kilogram of potatoes, and two liters of juice. One salad costs $3, ... | Answer the following multiple choice question by selecting the correct option.
Context: Laura bought two salads, for 2 * 3 = $<<2*3=6>>6.
One kilogram of beef is two times more expensive than one salad, which means it cost 2 * 3 = $6.
So Laura spend 2 * 6 = $<<2*6=12>>12 on beef.
One kilogram of potatoes costs only 3 ... | Laura loves to cook. One day she decided to make dinner for her family. She bought the necessary ingredients for this occasion: two salads, 2 kilograms of beef, 1 kilogram of potatoes, and two liters of juice. One salad costs $3, and one kilogram of beef is two times more expensive. One kilogram of potatoes costs one-t... | 21 | 22 | 44 | 17.6 | B | Laura bought two salads, for 2 * 3 = $<<2*3=6>>6.
One kilogram of beef is two times more expensive than one salad, which means it cost 2 * 3 = $6.
So Laura spend 2 * 6 = $<<2*6=12>>12 on beef.
One kilogram of potatoes costs only 3 * 1/3 = $<<3*1/3=1>>1, and that's how much Laura paid for potatoes.
Laura bought two lite... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Jill is the hairdresser for the school's dance team and has to braid 8 dancers' hair. If each dancer has five braids and each braid takes 30 seconds, how many minutes will it take to braid all the dancers' hair?
A: 30
B: 20
C: 10... | Answer the following multiple choice question by selecting the correct option.
Context: First find the total number of braids among all the dancers: 8 dancers * 5 braids/dancer = <<8*5=40>>40 braids
Then multiply by that the time in seconds per braid to find the total time in seconds: 40 braids * 30 seconds/braid = <<... | Jill is the hairdresser for the school's dance team and has to braid 8 dancers' hair. If each dancer has five braids and each braid takes 30 seconds, how many minutes will it take to braid all the dancers' hair? | 30 | 20 | 10 | 40 | B | First find the total number of braids among all the dancers: 8 dancers * 5 braids/dancer = <<8*5=40>>40 braids
Then multiply by that the time in seconds per braid to find the total time in seconds: 40 braids * 30 seconds/braid = <<40*30=1200>>1200 seconds
Then divide the time in seconds by the number of seconds per min... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Hilary is shucking corn from ears that grew on her farm. She gets four ears of corn per stalk, and she has 108 stalks growing. Half the ears of corn have 500 kernels of corn and the other half have 100 more. How many kernels of co... | Answer the following multiple choice question by selecting the correct option.
Context: She has 108 * 4 = <<108*4=432>>432 ears of corn to shuck.
She gets 500 kernels of corn from half the ears and 500 + 100 = <<500+100=600>>600 kernels from the other half.
Half the number of ears of corn is 432 / 2 = <<432/2=216>>216... | Hilary is shucking corn from ears that grew on her farm. She gets four ears of corn per stalk, and she has 108 stalks growing. Half the ears of corn have 500 kernels of corn and the other half have 100 more. How many kernels of corn does Hilary have to shuck? | 118800 | 237601 | 237600 | 190080 | C | She has 108 * 4 = <<108*4=432>>432 ears of corn to shuck.
She gets 500 kernels of corn from half the ears and 500 + 100 = <<500+100=600>>600 kernels from the other half.
Half the number of ears of corn is 432 / 2 = <<432/2=216>>216 ears.
Thus, Hilary has 216 * 500 + 216 * 600 = 108000 + 129600 = <<216*500+216*600=23760... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: How does litmus paper indicate the ph value of a solution?
A: by smell
B: by texture
C: by color
D: by shape
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: There are two common ways to measure pH. When only an approximate pH value is needed, an inexpensive test involves the use of acid-base indicators , which change color based on the relative acidity of the solution. One type of comm... | How does litmus paper indicate the ph value of a solution? | by smell | by texture | by color | by shape | C | There are two common ways to measure pH. When only an approximate pH value is needed, an inexpensive test involves the use of acid-base indicators , which change color based on the relative acidity of the solution. One type of common indicator is litmus paper. For example, if a piece of litmus paper is dipped into an a... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: The products of photosynthesis are glucose and what else?
A: carbon
B: hydrogen
C: oxygen
D: nitrogen
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: The products of photosynthesis are glucose and oxygen.
Question: The products of photosynthesis are glucose and what else?
A: carbon
B: hydrogen
C: oxygen
D: nitrogen
Answer: | The products of photosynthesis are glucose and what else? | carbon | hydrogen | oxygen | nitrogen | C | The products of photosynthesis are glucose and oxygen. | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: Gas will rise when what happens to it?
A: blazing temps
B: cooling
C: melting
D: freezing
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: if gas is heated then that gas will rise
Question: Gas will rise when what happens to it?
A: blazing temps
B: cooling
C: melting
D: freezing
Answer: | Gas will rise when what happens to it? | blazing temps | cooling | melting | freezing | A | if gas is heated then that gas will rise | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: What enables bones to perform movement?
A: contraction
B: Energy
C: sensory neurons
D: looseness
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: Muscles can only contract. Fact 2: Bones work with muscles to perform movement. Combined: Contraction enables bones to perform movement.
Question: What enables bones to perform movement?
A: contraction
B: Energy
C: sensor... | What enables bones to perform movement? | contraction | Energy | sensory neurons | looseness | A | Fact 1: Muscles can only contract. Fact 2: Bones work with muscles to perform movement. Combined: Contraction enables bones to perform movement. | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: ((-1.9)(0.6) – (2.6)(1.2))/4.0 = ?
A: 1.07
B: 1.0
C: -1.065
D: 1.71
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Dove straight into calculation but quickly realized that the sum of two negatives is a negative so there is only one option.
-1.065
Answer C
Question: ((-1.9)(0.6) – (2.6)(1.2))/4.0 = ?
A: 1.07
B: 1.0
C: -1.065
D: 1.71
Answer: | ((-1.9)(0.6) – (2.6)(1.2))/4.0 = ? | 1.07 | 1.0 | -1.065 | 1.71 | C | Dove straight into calculation but quickly realized that the sum of two negatives is a negative so there is only one option.
-1.065
Answer C | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: Solar energy might be used for
A: the air
B: making pasta
C: feelings
D: time travel
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: solar energy is an inexhaustible resource
Question: Solar energy might be used for
A: the air
B: making pasta
C: feelings
D: time travel
Answer: | Solar energy might be used for | the air | making pasta | feelings | time travel | B | solar energy is an inexhaustible resource | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: For a New Year’s Eve appetizer, Alex is serving caviar with potato chips and creme fraiche. He buys 3 individual bags of potato chips for $1.00 each and dollops each chip with some creme fraiche that costs $5.00 and then the $73.... | Answer the following multiple choice question by selecting the correct option.
Context: He buys 3 bags of potato chips for $1.00 each so that’s 3*1 = $<<3*1=3.00>>3.00
The chips are $3.00, the creme fraiche is $5.00 and the caviar is $73.00 for a total of 3+5+73 = $<<3+5+73=81.00>>81.00
The appetizer costs $81.00 and ... | For a New Year’s Eve appetizer, Alex is serving caviar with potato chips and creme fraiche. He buys 3 individual bags of potato chips for $1.00 each and dollops each chip with some creme fraiche that costs $5.00 and then the $73.00 caviar. This appetizer will serve 3 people. How much will this appetizer cost per per... | 28 | 26 | 17 | 27 | D | He buys 3 bags of potato chips for $1.00 each so that’s 3*1 = $<<3*1=3.00>>3.00
The chips are $3.00, the creme fraiche is $5.00 and the caviar is $73.00 for a total of 3+5+73 = $<<3+5+73=81.00>>81.00
The appetizer costs $81.00 and will serve 3 people so it will cost 81/3 = $<<81/3=27.00>>27.00 per person
#### 27 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Biomass can also be processed to make what kind of fuel?
A: fossil
B: hydrogen fuel
C: biofuel
D: gasoline
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Biomass is another renewable source of energy. Biomass includes wood, grains, and other plant materials or waste materials. People can burn wood directly for energy in the form of heat. Biomass can also be processed to make biofuel... | Biomass can also be processed to make what kind of fuel? | fossil | hydrogen fuel | biofuel | gasoline | C | Biomass is another renewable source of energy. Biomass includes wood, grains, and other plant materials or waste materials. People can burn wood directly for energy in the form of heat. Biomass can also be processed to make biofuel. Biofuel is a fairly new type of energy that is becoming more popular. Biomass is useful... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: Danielle wants to make her own popsicles. She finds out she needs popsicle sticks, molds, and juice. She has $10 for supplies. She buys one set of molds for $3 and a pack of 100 popsicle sticks for $1. Each bottle of juice makes 2... | Answer the following multiple choice question by selecting the correct option.
Context: She has $6 left after buying initial supplies because 10 - 3 -1 = <<10-3-1=6>>6.
She can buy 3 bottles of juice because 6 / 2 = <<6/2=3>>3.
She can make 60 popsicles because 20 x 3 = <<20*3=60>>60
She has 40 sticks left because 100... | Danielle wants to make her own popsicles. She finds out she needs popsicle sticks, molds, and juice. She has $10 for supplies. She buys one set of molds for $3 and a pack of 100 popsicle sticks for $1. Each bottle of juice makes 20 popsicles and costs $2. How many popsicle sticks will she be left with if she makes as m... | 40 | 20 | 39 | 50 | A | She has $6 left after buying initial supplies because 10 - 3 -1 = <<10-3-1=6>>6.
She can buy 3 bottles of juice because 6 / 2 = <<6/2=3>>3.
She can make 60 popsicles because 20 x 3 = <<20*3=60>>60
She has 40 sticks left because 100 -6 60 = 40
#### 40 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Smoke is a product of what being burned?
A: an object
B: oxygen
C: engines
D: trees
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: a fire requires oxygen to burn Fact 2: Smoke from fires contains heat and the products of burning. Combined: Smoke is a product of oxygen being burned.
Question: Smoke is a product of what being burned?
A: an object
B: ox... | Smoke is a product of what being burned? | an object | oxygen | engines | trees | B | Fact 1: a fire requires oxygen to burn Fact 2: Smoke from fires contains heat and the products of burning. Combined: Smoke is a product of oxygen being burned. | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: A hot dog stand sells 10 hot dogs every hour, each one selling for $2. How many hours does the stand need to run to make $200 in sales?
A: 5
B: 0
C: 10
D: 15
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: First, we find out how much in sales the stand makes each hour by multiplying the number of hot dogs sold by the sales price, finding that 2*10=<<2*10=20>>20 dollars in sales each hour.
Then we divide the sales goal for the day by ... | A hot dog stand sells 10 hot dogs every hour, each one selling for $2. How many hours does the stand need to run to make $200 in sales? | 5 | 0 | 10 | 15 | C | First, we find out how much in sales the stand makes each hour by multiplying the number of hot dogs sold by the sales price, finding that 2*10=<<2*10=20>>20 dollars in sales each hour.
Then we divide the sales goal for the day by the sales per hour, finding that the stand needs to be open for 200/20= <<200/20=10>>10 h... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: A guy wants to be able to remember the evening. He can be sure that he has a visual and audio backup of the night by
A: bringing his camera
B: bringing his son
C: bringing a drink
D: bringing a chair
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: a camera is used for recording images
Question: A guy wants to be able to remember the evening. He can be sure that he has a visual and audio backup of the night by
A: bringing his camera
B: bringing his son
C: bringing a drink
D... | A guy wants to be able to remember the evening. He can be sure that he has a visual and audio backup of the night by | bringing his camera | bringing his son | bringing a drink | bringing a chair | A | a camera is used for recording images | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: A dishonest shopkeeper professes to sell pulses at the cost price, but he uses a false weight of 960gm. for a kg.His gain is …%.
A: 4.16%
B: 5.36%
C: 4.26%
D: 6.26%
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: His percentage gain is 100*40/960 as he is gaining 40 units for his purchase of 960 units.
so 4.16%.
ANSWER:A
Question: A dishonest shopkeeper professes to sell pulses at the cost price, but he uses a false weight of 960gm. for a ... | A dishonest shopkeeper professes to sell pulses at the cost price, but he uses a false weight of 960gm. for a kg.His gain is …%. | 4.16% | 5.36% | 4.26% | 6.26% | A | His percentage gain is 100*40/960 as he is gaining 40 units for his purchase of 960 units.
so 4.16%.
ANSWER:A | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: What does the movement of soil by water cause?
A: flooding
B: Sediment
C: earthquakes
D: depostion
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: erosion causes deposition Fact 2: Erosion is the movement of soil by water. Combined: the movement of soil by water causes deposition
Question: What does the movement of soil by water cause?
A: flooding
B: Sediment
C: ear... | What does the movement of soil by water cause? | flooding | Sediment | earthquakes | depostion | D | Fact 1: erosion causes deposition Fact 2: Erosion is the movement of soil by water. Combined: the movement of soil by water causes deposition | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: What organism is responsible for most decomposition in forest?
A: fungi
B: coral
C: yeast
D: bacteria
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Most fungi are decomposers. They are the main decomposers in forests. Many fungi have symbiotic relationships with other species.
Question: What organism is responsible for most decomposition in forest?
A: fungi
B: coral
C: yeast... | What organism is responsible for most decomposition in forest? | fungi | coral | yeast | bacteria | A | Most fungi are decomposers. They are the main decomposers in forests. Many fungi have symbiotic relationships with other species. | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: What regulates sugar?
A: lmestone
B: blood
C: carbohydrates
D: insulin
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: Insulin is a hormone that helps cells absorb sugar from the blood. Fact 2: Helps insulin regulate blood sugar. Combined: sugar is regulated by insulin
Question: What regulates sugar?
A: lmestone
B: blood
C: carbohydrates
... | What regulates sugar? | lmestone | blood | carbohydrates | insulin | D | Fact 1: Insulin is a hormone that helps cells absorb sugar from the blood. Fact 2: Helps insulin regulate blood sugar. Combined: sugar is regulated by insulin | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: What do vertebrate chordates have?
A: aerobic capacity
B: primitive structures
C: a spinal cord and nerves
D: invertebrate structures
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: Vertebrate chordates have a backbone. Fact 2: Strength correlates with our spinal cord and our nerves, our backbone. Combined: Vertebrate chordates have a spinal cord and nerves
Question: What do vertebrate chordates have?... | What do vertebrate chordates have? | aerobic capacity | primitive structures | a spinal cord and nerves | invertebrate structures | C | Fact 1: Vertebrate chordates have a backbone. Fact 2: Strength correlates with our spinal cord and our nerves, our backbone. Combined: Vertebrate chordates have a spinal cord and nerves | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: Layla and Nahima were playing a game where Layla won with 70 points. If The total number of points scored was 112, how many more points did Layla score than Nahima?
A: 42
B: 18
C: 28
D: 22.4
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: If the total number of points was 112, and Layla won with 70 points, Nahima scored 112-70= <<112-70=42>>42 points.
Layla scored 70-42=<<70-42=28>>28 more points than Nahima.
#### 28
Question: Layla and Nahima were playing a game w... | Layla and Nahima were playing a game where Layla won with 70 points. If The total number of points scored was 112, how many more points did Layla score than Nahima? | 42 | 18 | 28 | 22.4 | C | If the total number of points was 112, and Layla won with 70 points, Nahima scored 112-70= <<112-70=42>>42 points.
Layla scored 70-42=<<70-42=28>>28 more points than Nahima.
#### 28 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: What do mold spores have a negative impact on?
A: survival
B: cells
C: science
D: humans
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: a mold spore has a negative impact on the respiratory system Fact 2: From that time on, the respiratory system supplies the body with the oxygen it needs to survive. Combined: mold spore has a negative impact on survival
Q... | What do mold spores have a negative impact on? | survival | cells | science | humans | A | Fact 1: a mold spore has a negative impact on the respiratory system Fact 2: From that time on, the respiratory system supplies the body with the oxygen it needs to survive. Combined: mold spore has a negative impact on survival | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: What do wood burning stoves create to provide warmth?
A: energy
B: cooking
C: heat
D: steam
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: a stove is used for cooking by generating heat Fact 2: Wood burning stoves provided heat for warmth and cooking. Combined: Wood burning stoves create heat for warmth
Question: What do wood burning stoves create to provide ... | What do wood burning stoves create to provide warmth? | energy | cooking | heat | steam | C | Fact 1: a stove is used for cooking by generating heat Fact 2: Wood burning stoves provided heat for warmth and cooking. Combined: Wood burning stoves create heat for warmth | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: what can cause phase changes?
A: Electrical
B: an object
C: seasons
D: imbalanced
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: temperature changing can cause phase changes Fact 2: Temperature also changes with the seasons. Combined: seasons can cause phase changes
Question: what can cause phase changes?
A: Electrical
B: an object
C: seasons
D: im... | what can cause phase changes? | Electrical | an object | seasons | imbalanced | C | Fact 1: temperature changing can cause phase changes Fact 2: Temperature also changes with the seasons. Combined: seasons can cause phase changes | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: Needing to use an umbrella could be the result of
A: evaporation
B: condensation
C: altercation
D: precipitation
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: precipitation is when water falls from the sky
Question: Needing to use an umbrella could be the result of
A: evaporation
B: condensation
C: altercation
D: precipitation
Answer: | Needing to use an umbrella could be the result of | evaporation | condensation | altercation | precipitation | D | precipitation is when water falls from the sky | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: A bear that has great strength, when compared to a bear with little strength, will likely be
A: sickly
B: objectively fit
C: malnourished
D: in poor health
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: being stronger usually has a positive impact on an organism 's health
Question: A bear that has great strength, when compared to a bear with little strength, will likely be
A: sickly
B: objectively fit
C: malnourished
D: in poor ... | A bear that has great strength, when compared to a bear with little strength, will likely be | sickly | objectively fit | malnourished | in poor health | B | being stronger usually has a positive impact on an organism 's health | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: Cassy packs 12 jars of jam in 10 boxes while she packs 10 jars of jam in 30 boxes. If she has 500 jars of jams, how many jars of jam will she have left when all the boxes are full?
A: 70
B: 90
C: 80
D: 120
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Cassy can pack 12 x 10 = <<12*10=120>>120 jars of jam in the 10 boxes.
She can also pack 10 x 30 = <<10*30=300>>300 jars of jam in the 30 boxes.
A total of 300 + 120 = <<300+120=420>>420 jars of jam can be packed in the boxes.
So, ... | Cassy packs 12 jars of jam in 10 boxes while she packs 10 jars of jam in 30 boxes. If she has 500 jars of jams, how many jars of jam will she have left when all the boxes are full? | 70 | 90 | 80 | 120 | C | Cassy can pack 12 x 10 = <<12*10=120>>120 jars of jam in the 10 boxes.
She can also pack 10 x 30 = <<10*30=300>>300 jars of jam in the 30 boxes.
A total of 300 + 120 = <<300+120=420>>420 jars of jam can be packed in the boxes.
So, 500 - 420 = <<500-420=80>>80 jars of jam will be left unpacked.
#### 80 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: A furniture dealer purchased a desk for $120 and then set the selling price equal to the purchase price plus a markup that was 40% of the selling price. If the dealer sold the desk at the selling price, what was the amount of the ... | Answer the following multiple choice question by selecting the correct option.
Context: Anyway, in this question, there is no discount but the mark up is given as 40% of the selling price. So it is not 40% of $150 but instead, 40% of Selling price which is obtained by adding mark up to $120.
So if selling price is S,
... | A furniture dealer purchased a desk for $120 and then set the selling price equal to the purchase price plus a markup that was 40% of the selling price. If the dealer sold the desk at the selling price, what was the amount of the dealer's gross profit from the purchase and the sale of the desk? | 70 | 66.67 | 65 | 75 | B | Anyway, in this question, there is no discount but the mark up is given as 40% of the selling price. So it is not 40% of $150 but instead, 40% of Selling price which is obtained by adding mark up to $120.
So if selling price is S,
120 + 40% of S = S
S = 200
Profit = 80 which is calculated on cost price in % terms. So 8... | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: What increases the rate of metabolism in cells throughout the body?
A: chronic stress
B: heat energy
C: resting up
D: taking naps
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: Thyroid hormones increase the rate of metabolism in cells throughout the body. Fact 2: Chronic stress increases thyroid hormone production. Combined: Chronic stress increases the rate of metabolism in cells throughout the b... | What increases the rate of metabolism in cells throughout the body? | chronic stress | heat energy | resting up | taking naps | A | Fact 1: Thyroid hormones increase the rate of metabolism in cells throughout the body. Fact 2: Chronic stress increases thyroid hormone production. Combined: Chronic stress increases the rate of metabolism in cells throughout the body | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: A man and a boy complete a work together in 24 days. If for the last 6 days man alone does the work then it is completed in 26 days. How long the boy will take to complete the work alone?
A: days
B: days
C: days
D: days
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Explanation:
(man + boy)’s 1 day’s work = 1/24
Their 20 day’s work = 1/24 × 20 = 5/6
The remaining 1/6 work is done by the man in 6days
Therefore, the man alone will finish the work in 6 × 6 days = 36 days
Man’s 1 day’s work = 1/36... | A man and a boy complete a work together in 24 days. If for the last 6 days man alone does the work then it is completed in 26 days. How long the boy will take to complete the work alone? | days | days | days | days | A | Explanation:
(man + boy)’s 1 day’s work = 1/24
Their 20 day’s work = 1/24 × 20 = 5/6
The remaining 1/6 work is done by the man in 6days
Therefore, the man alone will finish the work in 6 × 6 days = 36 days
Man’s 1 day’s work = 1/36
Therefore, boy’s 1 day’s work = 1/24 – 1/36 = 3 – 2 /72 = 1/72
Therefore, the Boy alone ... | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: The only resource that is replenished every time there's a hurricane is
A: H2O
B: gas
C: oil
D: coal
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: water is a renewable resource
Question: The only resource that is replenished every time there's a hurricane is
A: H2O
B: gas
C: oil
D: coal
Answer: | The only resource that is replenished every time there's a hurricane is | H2O | gas | oil | coal | A | water is a renewable resource | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: A tiny sand particle came from
A: another world
B: boiling water
C: candle fragments
D: larger mineral chunks
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: sediment is formed by weathering
Question: A tiny sand particle came from
A: another world
B: boiling water
C: candle fragments
D: larger mineral chunks
Answer: | A tiny sand particle came from | another world | boiling water | candle fragments | larger mineral chunks | D | sediment is formed by weathering | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: You can eventually obtain water from a lake even if it's
A: frozen
B: gone
C: evaporated
D: dry
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: a body of water is a source of water
Question: You can eventually obtain water from a lake even if it's
A: frozen
B: gone
C: evaporated
D: dry
Answer: | You can eventually obtain water from a lake even if it's | frozen | gone | evaporated | dry | A | a body of water is a source of water | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: An example of evaporation is a body of water drying by by absorbing what energy?
A: hotness
B: electrical
C: cool
D: chilly
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: An example of evaporation is a body of water drying up by absorbing heat energy
Question: An example of evaporation is a body of water drying by by absorbing what energy?
A: hotness
B: electrical
C: cool
D: chilly
Answer: | An example of evaporation is a body of water drying by by absorbing what energy? | hotness | electrical | cool | chilly | A | An example of evaporation is a body of water drying up by absorbing heat energy | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: What is the process in which a liquid changes to a solid?
A: freezing
B: condensation
C: melting
D: boiling
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Freezing is the process in which a liquid changes to a solid. It occurs when a liquid cools to a point at which its particles no longer have enough energy to overcome the force of attraction between them.
Question: What is the pro... | What is the process in which a liquid changes to a solid? | freezing | condensation | melting | boiling | A | Freezing is the process in which a liquid changes to a solid. It occurs when a liquid cools to a point at which its particles no longer have enough energy to overcome the force of attraction between them. | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: In a tree, 3/7 of the birds are robins while the rest are bluejays. If 1/3 of the robins are female and 3/5 of the bluejays are female, what fraction of the birds in the tree are male?
A: 11/35
B: 14/35
C: 18/35
D: 31/70
Answer:... | Answer the following multiple choice question by selecting the correct option.
Context: The fraction of birds that are male robins is (2/3)(3/7)=2/7.
The fraction of birds that are male bluejays is (2/5)(4/7)=8/35.
The total fraction of male birds is 2/7 + 8/35 = 18/35.
The answer is C.
Question: In a tree, 3/7 of th... | In a tree, 3/7 of the birds are robins while the rest are bluejays. If 1/3 of the robins are female and 3/5 of the bluejays are female, what fraction of the birds in the tree are male? | 11/35 | 14/35 | 18/35 | 31/70 | C | The fraction of birds that are male robins is (2/3)(3/7)=2/7.
The fraction of birds that are male bluejays is (2/5)(4/7)=8/35.
The total fraction of male birds is 2/7 + 8/35 = 18/35.
The answer is C. | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: Because several genes, each with more than one allele, contribute to determining height in humans, height is considered what kind of trait?
A: polygenic
B: maladaptive
C: epigenetic
D: adaptive
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: An example of a human polygenic trait is adult height. Several genes, each with more than one allele, contribute to this trait, so there are many possible adult heights. For example, one adult’s height might be 1.655 m (5.430 feet)... | Because several genes, each with more than one allele, contribute to determining height in humans, height is considered what kind of trait? | polygenic | maladaptive | epigenetic | adaptive | A | An example of a human polygenic trait is adult height. Several genes, each with more than one allele, contribute to this trait, so there are many possible adult heights. For example, one adult’s height might be 1.655 m (5.430 feet), and another adult’s height might be 1.656 m (5.433 feet) tall. Adult height ranges from... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: Some gametophytes develop underground and form mycorrhizal associations with what?
A: fungi
B: plants
C: animals
D: protists
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Lycophytes follow the pattern of alternation of generations seen in the bryophytes, except that the sporophyte is the major stage of the lifecycle. The gametophytes do not depend on the sporophyte for nutrients. Some gametophytes d... | Some gametophytes develop underground and form mycorrhizal associations with what? | fungi | plants | animals | protists | A | Lycophytes follow the pattern of alternation of generations seen in the bryophytes, except that the sporophyte is the major stage of the lifecycle. The gametophytes do not depend on the sporophyte for nutrients. Some gametophytes develop underground and form mycorrhizal associations with fungi. In club mosses, the spor... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: Where does growth in length occur, above the root cap?
A: primary tuber
B: apical meristem
C: primary meristem
D: vascular cambrium
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: As shown in Figure below , the tip of a root is called the root cap . It consists of specialized cells that help regulate primary growth of the root at the tip. Above the root cap is primary meristem, where growth in length occurs.... | Where does growth in length occur, above the root cap? | primary tuber | apical meristem | primary meristem | vascular cambrium | C | As shown in Figure below , the tip of a root is called the root cap . It consists of specialized cells that help regulate primary growth of the root at the tip. Above the root cap is primary meristem, where growth in length occurs. | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: The cost of purchasing two commodities is $827. If the purchase price of the first one exceeds the other by $127, what is the purchase price of the first commodity?
A: 715.5
B: 477
C: 954
D: 467
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Let X be the price of the first commodity, so the price of the second commodity is X - $127.
The cost of purchasing two of them is X + (X - $127) = $827.
Combining like terms, we get X*2 - $127 = $827.
Subtracting $137 from both si... | The cost of purchasing two commodities is $827. If the purchase price of the first one exceeds the other by $127, what is the purchase price of the first commodity? | 715.5 | 477 | 954 | 467 | B | Let X be the price of the first commodity, so the price of the second commodity is X - $127.
The cost of purchasing two of them is X + (X - $127) = $827.
Combining like terms, we get X*2 - $127 = $827.
Subtracting $137 from both sides, we get X*2 = $954.
Dividing both sides by 2, we get X = $477.
#### 477 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: What occurs when the cartilage at the ends of the bones breaks down?
A: stress fracture
B: osteoarthritis
C: osteoporosis
D: rheumatism
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Osteoarthritis occurs when the cartilage at the ends of the bones breaks down. The break down of the cartilage leads to pain and stiffness in the joint. Decreased movement of the joint because of the pain may lead to weakening of t... | What occurs when the cartilage at the ends of the bones breaks down? | stress fracture | osteoarthritis | osteoporosis | rheumatism | B | Osteoarthritis occurs when the cartilage at the ends of the bones breaks down. The break down of the cartilage leads to pain and stiffness in the joint. Decreased movement of the joint because of the pain may lead to weakening of the muscles that normally move the joint, and the ligaments surrounding the joint may beco... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: Which is likely true?
A: two negatively charged iron ingots pull together
B: two negatively charged lemons pull together
C: two negatively charged rats pull together
D: two negatively charged dogs pull together
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: magnetic attraction pulls two objects together
Question: Which is likely true?
A: two negatively charged iron ingots pull together
B: two negatively charged lemons pull together
C: two negatively charged rats pull together
D: two... | Which is likely true? | two negatively charged iron ingots pull together | two negatively charged lemons pull together | two negatively charged rats pull together | two negatively charged dogs pull together | A | magnetic attraction pulls two objects together | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: In the first 10 overs of a cricket game, the run rate was only 4.2. What should be the run rate in the remaining 40 overs to reach the target of 282 runs?
A: 4.25
B: 5
C: 6
D: 7
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Required run rate = 282 - (4.2 x 10) = 240
240/40= 6
C)
Question: In the first 10 overs of a cricket game, the run rate was only 4.2. What should be the run rate in the remaining 40 overs to reach the target of 282 runs?
A: 4.25
... | In the first 10 overs of a cricket game, the run rate was only 4.2. What should be the run rate in the remaining 40 overs to reach the target of 282 runs? | 4.25 | 5 | 6 | 7 | C | Required run rate = 282 - (4.2 x 10) = 240
240/40= 6
C) | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: Cally and Danny washed their clothes. Cally has 10 white shirts, 5 colored shirts, 7 pairs of shorts, and 6 pairs of pants, while Danny has 6 white shirts, 8 colored shirts, 10 shorts, and 6 pairs of pants. How many clothes did th... | Answer the following multiple choice question by selecting the correct option.
Context: They washed 10 + 6 = <<10+6=16>>16 white shirts.
They washede 5 + 8 = <<5+8=13>>13 colored shirts.
They washed 7 + 10 = <<7+10=17>>17 shorts.
They washed 6 + 6 = <<6+6=12>>12 pants.
Therefore, Cally and Danny washed a total of 16 +... | Cally and Danny washed their clothes. Cally has 10 white shirts, 5 colored shirts, 7 pairs of shorts, and 6 pairs of pants, while Danny has 6 white shirts, 8 colored shirts, 10 shorts, and 6 pairs of pants. How many clothes did they wash? | 48 | 59 | 116 | 58 | D | They washed 10 + 6 = <<10+6=16>>16 white shirts.
They washede 5 + 8 = <<5+8=13>>13 colored shirts.
They washed 7 + 10 = <<7+10=17>>17 shorts.
They washed 6 + 6 = <<6+6=12>>12 pants.
Therefore, Cally and Danny washed a total of 16 + 13 + 17 + 12 = <<16+13+17+12=58>>58 clothes.
#### 58 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Chenny has 10 pieces of candies to be given out to her friends. She realized that she needs to buy 4 more so each of her friends will receive 2 candies. How many friends does Chenny have?
A: 17
B: 8
C: 7
D: 3.5
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Chenny has a total of 10 + 4 = <<10+4=14>>14 candies.
If each friend will receive 2 candies each, then she has 14 / 2 = <<14/2=7>>7 friends.
#### 7
Question: Chenny has 10 pieces of candies to be given out to her friends. She real... | Chenny has 10 pieces of candies to be given out to her friends. She realized that she needs to buy 4 more so each of her friends will receive 2 candies. How many friends does Chenny have? | 17 | 8 | 7 | 3.5 | C | Chenny has a total of 10 + 4 = <<10+4=14>>14 candies.
If each friend will receive 2 candies each, then she has 14 / 2 = <<14/2=7>>7 friends.
#### 7 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Brian has twice as many tennis balls as Frodo, who has 8 more than Lily. If Lily has 3 tennis balls, how many does Brian have?
A: 11
B: 22
C: 32
D: 23
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Frodo has 8 tennis balls more than Lily (who has 3), so he has 8+3 = <<8+3=11>>11 tennis balls
Brian has twice as many as Frodo, which makes 11*2 = <<11*2=22>>22 tennis balls.
#### 22
Question: Brian has twice as many tennis balls... | Brian has twice as many tennis balls as Frodo, who has 8 more than Lily. If Lily has 3 tennis balls, how many does Brian have? | 11 | 22 | 32 | 23 | B | Frodo has 8 tennis balls more than Lily (who has 3), so he has 8+3 = <<8+3=11>>11 tennis balls
Brian has twice as many as Frodo, which makes 11*2 = <<11*2=22>>22 tennis balls.
#### 22 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: An animal that perhaps uses light to it's advantage is
A: comb jellies
B: dolphins
C: cats
D: whales
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: producing light is used for attracting prey by some deep sea animals
Question: An animal that perhaps uses light to it's advantage is
A: comb jellies
B: dolphins
C: cats
D: whales
Answer: | An animal that perhaps uses light to it's advantage is | comb jellies | dolphins | cats | whales | A | producing light is used for attracting prey by some deep sea animals | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: In the cardiovascular system, what blood vessels carry blood away from the heart?
A: cilia
B: arteries
C: capillaries
D: veins
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: The blood vessels are an important part of the cardiovascular system. They connect the heart to every cell in the body. Arteries carry blood away from the heart, while veins return blood to the heart ( Figure below ).
Question: In... | In the cardiovascular system, what blood vessels carry blood away from the heart? | cilia | arteries | capillaries | veins | B | The blood vessels are an important part of the cardiovascular system. They connect the heart to every cell in the body. Arteries carry blood away from the heart, while veins return blood to the heart ( Figure below ). | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: A mutation in which type of cell can cause a new trait to appear in a parent 's offspring
A: pollen
B: RNA
C: Gamete
D: Nerve cell
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: a mutation in the sex cells of a parent can cause a new trait to appear in the parent 's offspring Fact 2: Sex cells, also called gametes, are the sperm in males and the ova in females. Combined: A mutation in the gametes o... | A mutation in which type of cell can cause a new trait to appear in a parent 's offspring | pollen | RNA | Gamete | Nerve cell | C | Fact 1: a mutation in the sex cells of a parent can cause a new trait to appear in the parent 's offspring Fact 2: Sex cells, also called gametes, are the sperm in males and the ova in females. Combined: A mutation in the gametes of a parent can cause a new trait to appear in the parent 's offspring | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: Nate starts his camping trip with 70 matches. He drops 10 in a creek and his dog eats twice as many. How many matches does he have left?
A: 50
B: 40
C: 30
D: 20
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: First find the number of matches the dog eats: 10 matches * 2 = <<10*2=20>>20 matches
Then subtract all the lost matches from the starting number to find the final number: 70 matches - 10 matches - 20 matches = <<70-10-20=40>>40 ma... | Nate starts his camping trip with 70 matches. He drops 10 in a creek and his dog eats twice as many. How many matches does he have left? | 50 | 40 | 30 | 20 | B | First find the number of matches the dog eats: 10 matches * 2 = <<10*2=20>>20 matches
Then subtract all the lost matches from the starting number to find the final number: 70 matches - 10 matches - 20 matches = <<70-10-20=40>>40 matches
#### 40 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: How does a woman obtain her egg for reproduction?
A: From her chicken.
B: it keeps an organism warm
C: Through internal Meiosis.
D: Birds nest.
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: Meiosis is the type of cell division that produces gametes. Fact 2: Female gametes are eggs or ova. Combined: Meiosis produces eggs or ova?
Question: How does a woman obtain her egg for reproduction?
A: From her chicken.
... | How does a woman obtain her egg for reproduction? | From her chicken. | it keeps an organism warm | Through internal Meiosis. | Birds nest. | C | Fact 1: Meiosis is the type of cell division that produces gametes. Fact 2: Female gametes are eggs or ova. Combined: Meiosis produces eggs or ova? | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: Alice was able to sell $2500 worth of gadgets. For this month, she expects to receive her monthly basic salary of $240 and a 2% commission from these sales. How much is she going to save this month if she usually saves 10% of her ... | Answer the following multiple choice question by selecting the correct option.
Context: Alice will get $2500 x 2/100 = $<<2500*2/100=50>>50 from her commission.
This month, she will receive a total of $240 + $50 = $<<240+50=290>>290.
Therefore, Alice will save $290 x 10/100 = $<<290*10/100=29>>29 for this month.
#### ... | Alice was able to sell $2500 worth of gadgets. For this month, she expects to receive her monthly basic salary of $240 and a 2% commission from these sales. How much is she going to save this month if she usually saves 10% of her total earnings? | 29 | 30 | 19 | 43.5 | A | Alice will get $2500 x 2/100 = $<<2500*2/100=50>>50 from her commission.
This month, she will receive a total of $240 + $50 = $<<240+50=290>>290.
Therefore, Alice will save $290 x 10/100 = $<<290*10/100=29>>29 for this month.
#### 29 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: The point in the titration at which an indicator changes color is called what?
A: chromatic point
B: end point
C: tipping point
D: zeta point
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Acid–Base Titrations Because most common acids and bases are not intensely colored, a small amount of an acid– base indicator is usually added to detect the equivalence point in an acid–base titration. The point in the titration at... | The point in the titration at which an indicator changes color is called what? | chromatic point | end point | tipping point | zeta point | B | Acid–Base Titrations Because most common acids and bases are not intensely colored, a small amount of an acid– base indicator is usually added to detect the equivalence point in an acid–base titration. The point in the titration at which an indicator changes color is called theendpoint. The procedure is illustrated in ... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: Traits inherited in mendelian patterns are either?
A: recessive or allelic
B: dominant or recessive
C: divergent or dominant
D: dominant or autosomal
Answer: | Answer the following multiple choice question by selecting the correct option.
Question: Traits inherited in mendelian patterns are either?
A: recessive or allelic
B: dominant or recessive
C: divergent or dominant
D: dominant or autosomal
Answer: | Traits inherited in mendelian patterns are either? | recessive or allelic | dominant or recessive | divergent or dominant | dominant or autosomal | B | null | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: The ratio between the length and the breadth of a rectangular park is 3 : 2. If a man cycling along the boundary of the park at the speed of 12 km/hr completes one round in 8 minutes, then the area of the park (in sq. m) is:
A: 1... | Answer the following multiple choice question by selecting the correct option.
Context: Perimeter = Distance covered in 8 min. =(12000/60)x 8m = 1600 m.
Let length = 3x metres and breadth = 2x metres.
Then, 2(3x + 2x) = 1600 or x = 160.
Length = 480 m and Breadth = 320 m.
Area = (480 x 320) m2 = 153600 m2. Answer: Opt... | The ratio between the length and the breadth of a rectangular park is 3 : 2. If a man cycling along the boundary of the park at the speed of 12 km/hr completes one round in 8 minutes, then the area of the park (in sq. m) is: | 15360 | 153600 | 30720 | 307200 | B | Perimeter = Distance covered in 8 min. =(12000/60)x 8m = 1600 m.
Let length = 3x metres and breadth = 2x metres.
Then, 2(3x + 2x) = 1600 or x = 160.
Length = 480 m and Breadth = 320 m.
Area = (480 x 320) m2 = 153600 m2. Answer: Option B | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: What does does the gravitational pull of the Moon on Earth's oceans cause?
A: deer calls
B: waves
C: rivers
D: two
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: the gravitational pull of the Moon on Earth 's oceans causes the tides Fact 2: High tide is the crest of the wave and low tide the trough. Combined: the gravitational pull of the Moon on Earth 's oceans causes waves
Questi... | What does does the gravitational pull of the Moon on Earth's oceans cause? | deer calls | waves | rivers | two | B | Fact 1: the gravitational pull of the Moon on Earth 's oceans causes the tides Fact 2: High tide is the crest of the wave and low tide the trough. Combined: the gravitational pull of the Moon on Earth 's oceans causes waves | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: Joe drives 420 miles at 60 miles per hour, and then he drives the next 120 miles at 40 miles per hour. What is his average speed for the entire trip in miles per hour?
A: 42
B: 54
C: 50
D: 54
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: t1= 420/60=7 hours
t2=120/40=3 hours
T=t1+t2=10 hours
Avg speed = Total Distance/T
= 540/10 = 54mph=B
Question: Joe drives 420 miles at 60 miles per hour, and then he drives the next 120 miles at 40 miles per hour. What is his ave... | Joe drives 420 miles at 60 miles per hour, and then he drives the next 120 miles at 40 miles per hour. What is his average speed for the entire trip in miles per hour? | 42 | 54 | 50 | 54 | B | t1= 420/60=7 hours
t2=120/40=3 hours
T=t1+t2=10 hours
Avg speed = Total Distance/T
= 540/10 = 54mph=B | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: Cephalopods have three hearts that pump blood of what color?
A: Red
B: purple
C: Green
D: blue
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Cephalopods include the octopus and squid. They have a prominent head and a well-developed brain. Typically the foot has been modified into a set of arms or tentacles. Members of this class can change color. They can also change te... | Cephalopods have three hearts that pump blood of what color? | Red | purple | Green | blue | D | Cephalopods include the octopus and squid. They have a prominent head and a well-developed brain. Typically the foot has been modified into a set of arms or tentacles. Members of this class can change color. They can also change texture and body shape, and, and if those camouflage techniques don't work, they can still ... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: which one of these would make a great organic manure later on?
A: a plastic spoon and fork
B: a white plastic chair
C: a family of raccoons
D: a plastic water bottle
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: plastic is a nonrenewable resource
Question: which one of these would make a great organic manure later on?
A: a plastic spoon and fork
B: a white plastic chair
C: a family of raccoons
D: a plastic water bottle
Answer: | which one of these would make a great organic manure later on? | a plastic spoon and fork | a white plastic chair | a family of raccoons | a plastic water bottle | C | plastic is a nonrenewable resource | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: How do organisms grow and repair themselves?
A: cell death
B: symbosis
C: mutation
D: cell division
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Cell division is how organisms grow and repair themselves. It is also how many organisms produce offspring. For many single-celled organisms, reproduction is a similar process. The parent cell simply divides to form two daughter ce... | How do organisms grow and repair themselves? | cell death | symbosis | mutation | cell division | D | Cell division is how organisms grow and repair themselves. It is also how many organisms produce offspring. For many single-celled organisms, reproduction is a similar process. The parent cell simply divides to form two daughter cells that are identical to the parent. In many other organisms, two parents are involved, ... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: An industry that create a lot of waste is:
A: Solar Power Companies
B: Recycling companies
C: water production companies
D: Cleaning Companies
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: processes sometimes produce waste products
Question: An industry that create a lot of waste is:
A: Solar Power Companies
B: Recycling companies
C: water production companies
D: Cleaning Companies
Answer: | An industry that create a lot of waste is: | Solar Power Companies | Recycling companies | water production companies | Cleaning Companies | D | processes sometimes produce waste products | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: What type of aspect can be made from the moving winds?
A: snow
B: wood
C: bananas
D: electricity
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: wind is a source of energy
Question: What type of aspect can be made from the moving winds?
A: snow
B: wood
C: bananas
D: electricity
Answer: | What type of aspect can be made from the moving winds? | snow | wood | bananas | electricity | D | wind is a source of energy | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: What does a lantern use a source of electricity for?
A: heat energy
B: staying warm
C: enclose light
D: produce light
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: a flashlight requires a source of electricity to produce light Fact 2: Lanterns and flashlights are sources of light used for camping. Combined: a lantern requires a source of electricity to produce light
Question: What do... | What does a lantern use a source of electricity for? | heat energy | staying warm | enclose light | produce light | D | Fact 1: a flashlight requires a source of electricity to produce light Fact 2: Lanterns and flashlights are sources of light used for camping. Combined: a lantern requires a source of electricity to produce light | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: I caught 4 fewer fish than the number in my tank and added them to my fish tank. If the tank has 20 fish right now, how many did I add?
A: 16
B: 12
C: 9
D: 8
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Let's say the number of fish that was in the tank before was x
If you caught 4 fewer fish than the number that was there, then you caught x-4
After adding x-4 fish into the tank, the tank now had 20 fish, meaning the total number o... | I caught 4 fewer fish than the number in my tank and added them to my fish tank. If the tank has 20 fish right now, how many did I add? | 16 | 12 | 9 | 8 | D | Let's say the number of fish that was in the tank before was x
If you caught 4 fewer fish than the number that was there, then you caught x-4
After adding x-4 fish into the tank, the tank now had 20 fish, meaning the total number of fish in the tank is x+x-4=20
2x=20+4
The total number of fish that was initially in the... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: To aid in keeping your outdoor animals warm in the winter
A: put their shelters directly in the way of the wind
B: put their shelters on top of cement
C: attach thermal insulators to their shelters
D: attach shingles to their she... | Answer the following multiple choice question by selecting the correct option.
Context: a thermal insulator slows the transfer of heat
Question: To aid in keeping your outdoor animals warm in the winter
A: put their shelters directly in the way of the wind
B: put their shelters on top of cement
C: attach thermal ins... | To aid in keeping your outdoor animals warm in the winter | put their shelters directly in the way of the wind | put their shelters on top of cement | attach thermal insulators to their shelters | attach shingles to their shelters | C | a thermal insulator slows the transfer of heat | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: A garden is filled with 105 flowers of various colors. There are twice as many red flowers as orange. There are five fewer yellow flowers than red. If there are 10 orange flowers, how many pink and purple flowers are there if they... | Answer the following multiple choice question by selecting the correct option.
Context: The number of red flowers is twice as many as orange so 2 * 10 orange = <<2*10=20>>20 red flowers
The number of yellow flowers is 5 less than red so 20 red - 5 = <<20-5=15>>15 yellow flowers
The number of red, orange and yellow flo... | A garden is filled with 105 flowers of various colors. There are twice as many red flowers as orange. There are five fewer yellow flowers than red. If there are 10 orange flowers, how many pink and purple flowers are there if they have the same amount and there are no other colors? | 30 | 20 | 31 | 29 | A | The number of red flowers is twice as many as orange so 2 * 10 orange = <<2*10=20>>20 red flowers
The number of yellow flowers is 5 less than red so 20 red - 5 = <<20-5=15>>15 yellow flowers
The number of red, orange and yellow flowers is 20 red + 10 orange + 15 yellow = <<20+10+15=45>>45 flowers
The number of pink and... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Temperature can be defined as the average of what type of energy of the molecules?
A: kinetic
B: potential
C: optical
D: magnetic
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Temperature is the average kinetic energy of the molecules.
Question: Temperature can be defined as the average of what type of energy of the molecules?
A: kinetic
B: potential
C: optical
D: magnetic
Answer: | Temperature can be defined as the average of what type of energy of the molecules? | kinetic | potential | optical | magnetic | A | Temperature is the average kinetic energy of the molecules. | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: What creates evolution?
A: animals with backbones
B: coded genes
C: heterotrophs
D: Sexual reproduction
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: sexual reproduction increases genetic diversity Fact 2: Evolution requires genetic diversity. Combined: Sexual reproduction creates evolution.
Question: What creates evolution?
A: animals with backbones
B: coded genes
C: ... | What creates evolution? | animals with backbones | coded genes | heterotrophs | Sexual reproduction | D | Fact 1: sexual reproduction increases genetic diversity Fact 2: Evolution requires genetic diversity. Combined: Sexual reproduction creates evolution. | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: At a recent fishing tournament, Alex caught 7 times as many fish as Jacob. Jacob did not think that he had any chance of winning, but Alex became overconfident and knocked over his bucket of fish, losing 23 fish back to the lake. ... | Answer the following multiple choice question by selecting the correct option.
Context: At the beginning, Jacob had 8 fish
Alex had 7 * 8 = <<7*8=56>>56 fish
After knocking the bucket over, Alex was left with 56 - 23 = <<56-23=33>>33 fish left.
The final amount caught by Jacob to beat Alex by 1 fish is 33 +1 = <<33+1=... | At a recent fishing tournament, Alex caught 7 times as many fish as Jacob. Jacob did not think that he had any chance of winning, but Alex became overconfident and knocked over his bucket of fish, losing 23 fish back to the lake. If Jacob had 8 fish at the beginning, how many more fish does he need to catch to beat Ale... | 26 | 13 | 25 | 27 | A | At the beginning, Jacob had 8 fish
Alex had 7 * 8 = <<7*8=56>>56 fish
After knocking the bucket over, Alex was left with 56 - 23 = <<56-23=33>>33 fish left.
The final amount caught by Jacob to beat Alex by 1 fish is 33 +1 = <<33+1=34>>34 fish.
Then Jacob needs to catch 34 - 8 = <<34-8=26>>26 fish more.
#### 26 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Ice made from which kind of water would melt when the others stay frozen?
A: river water
B: swamp water
C: lake water
D: coastal water
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: adding salt to a liquid decreases the melting point of that liquid
Question: Ice made from which kind of water would melt when the others stay frozen?
A: river water
B: swamp water
C: lake water
D: coastal water
Answer: | Ice made from which kind of water would melt when the others stay frozen? | river water | swamp water | lake water | coastal water | D | adding salt to a liquid decreases the melting point of that liquid | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: What works by summing kinetic energy and potential energy?
A: Riding a bike
B: transportation technology
C: adding heat
D: an automobile engine
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: Mechanical energy is the sum of Kinetic Energy and Potential Energy. Combined: An automobile engine works by summing kinetic energy and potentia... | What works by summing kinetic energy and potential energy? | Riding a bike | transportation technology | adding heat | an automobile engine | D | Fact 1: an automobile engine transforms chemical energy into mechanical energy Fact 2: Mechanical energy is the sum of Kinetic Energy and Potential Energy. Combined: An automobile engine works by summing kinetic energy and potential energy. | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: Claire won a $100 gift card to her favorite coffee shop. She wants to treat herself to a latte that cost $3.75 and a croissant for $3.50 every morning for a week. She also plans to buy 5 cookies that cost $1.25 each. How much mon... | Answer the following multiple choice question by selecting the correct option.
Context: Every day she buys $3.75 latte and $3.50 croissant for a total of 3.75+3.50 = $<<3.75+3.50=7.25>>7.25 per day
If she spends $7.25 a day for 7 days she will spend 7.25*7 = $<<7.25*7=50.75>>50.75 in one week
If she buys 5 cookies at ... | Claire won a $100 gift card to her favorite coffee shop. She wants to treat herself to a latte that cost $3.75 and a croissant for $3.50 every morning for a week. She also plans to buy 5 cookies that cost $1.25 each. How much money will be left on her card after a week of coffee and pastry? | 64.5 | 33 | 21.5 | 43 | D | Every day she buys $3.75 latte and $3.50 croissant for a total of 3.75+3.50 = $<<3.75+3.50=7.25>>7.25 per day
If she spends $7.25 a day for 7 days she will spend 7.25*7 = $<<7.25*7=50.75>>50.75 in one week
If she buys 5 cookies at $1.25 each she will spend 5*1.25 = $<<5*1.25=6.25>>6.25
Her gift card is for $100 and she... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: If b=4p where p is a prime number greater than 2, how many different positive even divisors does b have, including b?
A: two
B: three
C: four
D: six
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: b=2, 2, p (p is in the prime factorization since were told it is a prime number in the question)
2
4 (because of 2*2)
2p (because of 2 * p)
4p (because of 2 * 2 * p)=C
Question: If b=4p where p is a prime number greater than 2, ho... | If b=4p where p is a prime number greater than 2, how many different positive even divisors does b have, including b? | two | three | four | six | C | b=2, 2, p (p is in the prime factorization since were told it is a prime number in the question)
2
4 (because of 2*2)
2p (because of 2 * p)
4p (because of 2 * 2 * p)=C | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: For plants, what is the difference between running and standing water?
A: wind and rain
B: precipitation
C: distance
D: healthier
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: Running water is better able to dissolve oxygen and nutrients than standing water. Fact 2: To make it rich in nutrients so the plants are healthier. Combined: Running water is healthier for plants than standing water.
Ques... | For plants, what is the difference between running and standing water? | wind and rain | precipitation | distance | healthier | D | Fact 1: Running water is better able to dissolve oxygen and nutrients than standing water. Fact 2: To make it rich in nutrients so the plants are healthier. Combined: Running water is healthier for plants than standing water. | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: In an election only two candidates contested 20% of the voters did not vote and 120 votes were declared as invalid. The winner got 200 votes more than his opponent thus he secured 41% votes of the total voters on the voter list. P... | Answer the following multiple choice question by selecting the correct option.
Context: Let there be x voters and k votes goes to loser then
0.8x - 120 = k + (k + 200)
k+200 = 0.41x
\inline \Rightarrow k = 1440
and (k + 200) =1640
Therefore \inline \frac{1440}{3200}\times 100 = 45%
Answer: D) 45%
Question: In an elec... | In an election only two candidates contested 20% of the voters did not vote and 120 votes were declared as invalid. The winner got 200 votes more than his opponent thus he secured 41% votes of the total voters on the voter list. Percentage votes of the defeated candidate out of the total votes casted is: | 22 | 389 | 38 | 45 | D | Let there be x voters and k votes goes to loser then
0.8x - 120 = k + (k + 200)
k+200 = 0.41x
\inline \Rightarrow k = 1440
and (k + 200) =1640
Therefore \inline \frac{1440}{3200}\times 100 = 45%
Answer: D) 45% | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: Fabian has three times more marbles than Kyle and five times more than Miles. If Fabian has 15 marbles, how many marbles do Kyle and Miles have together?
A: 4
B: 9
C: 16
D: 8
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Kyle has a third of Fabian's number of marbles, so he has 15 / 3 = <<15/3=5>>5 marbles.
Miles has a fifth of Fabian's number of marbles, so he has 15 / 5 = <<15/5=3>>3 marbles.
Miles and Kyle together have 5 + 3 = <<5+3=8>>8 marble... | Fabian has three times more marbles than Kyle and five times more than Miles. If Fabian has 15 marbles, how many marbles do Kyle and Miles have together? | 4 | 9 | 16 | 8 | D | Kyle has a third of Fabian's number of marbles, so he has 15 / 3 = <<15/3=5>>5 marbles.
Miles has a fifth of Fabian's number of marbles, so he has 15 / 5 = <<15/5=3>>3 marbles.
Miles and Kyle together have 5 + 3 = <<5+3=8>>8 marbles.
#### 8 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Victoria was given a $50 bill by her mother to buy her friends snacks for their group meeting. She bought 2 boxes of pizza that costs $12 each and 2 packs of juice drinks that cost $2 each. How much money should Victoria return to... | Answer the following multiple choice question by selecting the correct option.
Context: Two boxes of pizza amount to $12 x 2 = $<<12*2=24>>24.
Two packs of juice amount to $2 x 2 = $<<2*2=4>>4.
Victoria paid a total of $24 + $4 = $<<24+4=28>>28.
Hence, she should return the $50 - $28 = $<<50-28=22>>22 to her mother.
#... | Victoria was given a $50 bill by her mother to buy her friends snacks for their group meeting. She bought 2 boxes of pizza that costs $12 each and 2 packs of juice drinks that cost $2 each. How much money should Victoria return to her mother? | 44 | 21 | 22 | 23 | C | Two boxes of pizza amount to $12 x 2 = $<<12*2=24>>24.
Two packs of juice amount to $2 x 2 = $<<2*2=4>>4.
Victoria paid a total of $24 + $4 = $<<24+4=28>>28.
Hence, she should return the $50 - $28 = $<<50-28=22>>22 to her mother.
#### 22 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: Tony goes on 5 rollercoasters while he is at the park. The first went 50 miles per hour. The second went 62 miles per hour. The third when 73 miles per hour. The fourth when 70 miles per hour. His average speed during the day was ... | Answer the following multiple choice question by selecting the correct option.
Context: The total speed of all five coasters is 295 because 59 x 5 = <<295=295>>295
The final coaster went 40 miles per hour because 295 - 50 - 62 - 73 - 70 = <<295-50-62-73-70=40>>40
#### 40
Question: Tony goes on 5 rollercoasters while ... | Tony goes on 5 rollercoasters while he is at the park. The first went 50 miles per hour. The second went 62 miles per hour. The third when 73 miles per hour. The fourth when 70 miles per hour. His average speed during the day was 59 miles per hour. How fast was the fifth coaster? | 41 | 40 | 50 | 39 | B | The total speed of all five coasters is 295 because 59 x 5 = <<295=295>>295
The final coaster went 40 miles per hour because 295 - 50 - 62 - 73 - 70 = <<295-50-62-73-70=40>>40
#### 40 | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: What do you call chemical reactions that take place inside living things?
A: contaminated reactions
B: physical reactions
C: biochemical reactions
D: autonomous reactions
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Chemical reactions that take place inside living things are called biochemical reactions . Living things depend on biochemical reactions for more than just energy. Every function and structure of a living organism depends on thousa... | What do you call chemical reactions that take place inside living things? | contaminated reactions | physical reactions | biochemical reactions | autonomous reactions | C | Chemical reactions that take place inside living things are called biochemical reactions . Living things depend on biochemical reactions for more than just energy. Every function and structure of a living organism depends on thousands of biochemical reactions taking place in each cell. | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: what do male dogs use in their urine to mark their territory?
A: feces
B: layers of fat
C: natural aphrodisiacs
D: food
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: Male dogs use pheromones in urine to mark their territory. Fact 2: Pheromones are natural aphrodisiacs. Combined: male dogs use natural aphrodisiacs in urine to mark their territory
Question: what do male dogs use in their... | what do male dogs use in their urine to mark their territory? | feces | layers of fat | natural aphrodisiacs | food | C | Fact 1: Male dogs use pheromones in urine to mark their territory. Fact 2: Pheromones are natural aphrodisiacs. Combined: male dogs use natural aphrodisiacs in urine to mark their territory | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: What would an alligator turn into if it died and was buried in the mud?
A: shells
B: coal
C: deadly
D: Frogs.
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: being burried under soil and mud changes peat into coal through extreme heat and pressure in a swamp over a long period of time Fact 2: Alligators live in the swamps. Combined: Alligators turn into coal after being buried.
... | What would an alligator turn into if it died and was buried in the mud? | shells | coal | deadly | Frogs. | B | Fact 1: being burried under soil and mud changes peat into coal through extreme heat and pressure in a swamp over a long period of time Fact 2: Alligators live in the swamps. Combined: Alligators turn into coal after being buried. | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: The Tobacco Mosaic Virus cannot _ by itself.
A: migrate
B: reproduce
C: move
D: consume
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: Viruses cannot reproduce by themselves. Fact 2: Viruses include the Tobacco Mosaic Virus. Combined: The Tobacco Mosaic Virus cannot reproduce by itself.
Question: The Tobacco Mosaic Virus cannot _ by itself.
A: migrate
B:... | The Tobacco Mosaic Virus cannot _ by itself. | migrate | reproduce | move | consume | B | Fact 1: Viruses cannot reproduce by themselves. Fact 2: Viruses include the Tobacco Mosaic Virus. Combined: The Tobacco Mosaic Virus cannot reproduce by itself. | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: What are sensory cells?
A: specialized neurons or navigable cells
B: specialized epithelial or squirm cells
C: specialized neurons or squirm cells
D: specialized neurons or epithelial cells
Answer: | Answer the following multiple choice question by selecting the correct option.
Question: What are sensory cells?
A: specialized neurons or navigable cells
B: specialized epithelial or squirm cells
C: specialized neurons or squirm cells
D: specialized neurons or epithelial cells
Answer: | What are sensory cells? | specialized neurons or navigable cells | specialized epithelial or squirm cells | specialized neurons or squirm cells | specialized neurons or epithelial cells | D | null | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: Which would likely spread the fastest?
A: exhaust from a car
B: windshield fluid from a car
C: metal from a car
D: water from a car
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: when a gas in an open container evaporates, that gas spreads out into the air
Question: Which would likely spread the fastest?
A: exhaust from a car
B: windshield fluid from a car
C: metal from a car
D: water from a car
Answer: | Which would likely spread the fastest? | exhaust from a car | windshield fluid from a car | metal from a car | water from a car | A | when a gas in an open container evaporates, that gas spreads out into the air | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: What type of simple machine is a seesaw an example of?
A: lever
B: single
C: steam
D: power
Answer: | Answer the following multiple choice question by selecting the correct option.
Question: What type of simple machine is a seesaw an example of?
A: lever
B: single
C: steam
D: power
Answer: | What type of simple machine is a seesaw an example of? | lever | single | steam | power | A | null | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: Many animals entered the city because of
A: global warming
B: buildings
C: warm streets
D: logging
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: if a habitat is destroyed then that habitat can not support animals
Question: Many animals entered the city because of
A: global warming
B: buildings
C: warm streets
D: logging
Answer: | Many animals entered the city because of | global warming | buildings | warm streets | logging | D | if a habitat is destroyed then that habitat can not support animals | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: Without the sun providing warmth and light, life on Earth would
A: nothing
B: flying
C: an impossibility
D: Mars
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: the sun is the source of energy for life on Earth
Question: Without the sun providing warmth and light, life on Earth would
A: nothing
B: flying
C: an impossibility
D: Mars
Answer: | Without the sun providing warmth and light, life on Earth would | nothing | flying | an impossibility | Mars | C | the sun is the source of energy for life on Earth | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: In the intermediary before rain falls, observers may note
A: beach weather
B: bright days
C: menacing skies
D: large moons
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: grey clouds appear before precipitation
Question: In the intermediary before rain falls, observers may note
A: beach weather
B: bright days
C: menacing skies
D: large moons
Answer: | In the intermediary before rain falls, observers may note | beach weather | bright days | menacing skies | large moons | C | grey clouds appear before precipitation | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: Riding a bike reduces what?
A: energy usage
B: Greenhouse gasses
C: acid rain
D: harmful substances
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: riding a bike does not cause pollution Fact 2: City employees use bicycles on the job to save energy and reduce air pollution. Combined: using a bike saves energy
Question: Riding a bike reduces what?
A: energy usage
B: G... | Riding a bike reduces what? | energy usage | Greenhouse gasses | acid rain | harmful substances | A | Fact 1: riding a bike does not cause pollution Fact 2: City employees use bicycles on the job to save energy and reduce air pollution. Combined: using a bike saves energy | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: What do frogs breathe with their lungs?
A: gas
B: CO 2
C: fossil fuels
D: air
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Fact 1: skin is used for breathing air by frogs Fact 2: Frogs breathe with their lungs and skin. Combined: frogs use lungs to breathe air
Question: What do frogs breathe with their lungs?
A: gas
B: CO 2
C: fossil fuels
D: air
An... | What do frogs breathe with their lungs? | gas | CO 2 | fossil fuels | air | D | Fact 1: skin is used for breathing air by frogs Fact 2: Frogs breathe with their lungs and skin. Combined: frogs use lungs to breathe air | qasc |
Answer the following multiple choice question by selecting the correct option.
Question: Aubrie has four cards with the labels W, X, Y, Z printed on them. W is tagged with the number 200, X is tagged with half the number W is tagged with, Y is tagged with the total of X and W's tags and Z is tagged with the number 400... | Answer the following multiple choice question by selecting the correct option.
Context: If the card with the letter X has half the number the card with letter W has, it has 1/2*200= 100
Together, cards with letters W and X have tags that total 100+200 = <<100+200=300>>300.
If the card with the letter Y has the total o... | Aubrie has four cards with the labels W, X, Y, Z printed on them. W is tagged with the number 200, X is tagged with half the number W is tagged with, Y is tagged with the total of X and W's tags and Z is tagged with the number 400. Calculate the total of all the tagged numbers. | 500 | 1500 | 990 | 1000 | D | If the card with the letter X has half the number the card with letter W has, it has 1/2*200= 100
Together, cards with letters W and X have tags that total 100+200 = <<100+200=300>>300.
If the card with the letter Y has the total of the numbers cards with letters, W and X have, then the total for cards with letters W, ... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: An example of a change in the Earth is when a volcano, resembling a tall mountain, violently explodes and
A: turns a deep crater into igneous rock and ice
B: gushes upward, revealing mounds of snow
C: drops downward, becoming a h... | Answer the following multiple choice question by selecting the correct option.
Context: An example of a change in the Earth is an ocean becoming a wooded area
Question: An example of a change in the Earth is when a volcano, resembling a tall mountain, violently explodes and
A: turns a deep crater into igneous rock a... | An example of a change in the Earth is when a volcano, resembling a tall mountain, violently explodes and | turns a deep crater into igneous rock and ice | gushes upward, revealing mounds of snow | drops downward, becoming a huge lake of lava | fills a deep crater with very hot water | C | An example of a change in the Earth is an ocean becoming a wooded area | openbookqa |
Answer the following multiple choice question by selecting the correct option.
Question: What percent is 350 gm of 1 kg?
A: 25%
B: 40%
C: 35%
D: 8%
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: 1 kg = 1000 gm
350/1000 × 100 = 35000/1000
=35 %
Answer is C
Question: What percent is 350 gm of 1 kg?
A: 25%
B: 40%
C: 35%
D: 8%
Answer: | What percent is 350 gm of 1 kg? | 25% | 40% | 35% | 8% | C | 1 kg = 1000 gm
350/1000 × 100 = 35000/1000
=35 %
Answer is C | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: Fernanda purchased six audiobooks from Audible to listen to from her audible app. If each audiobook was 30 hours long and she listened to 2 hours of an audiobook each day, calculate the total time it took her to finish the six aud... | Answer the following multiple choice question by selecting the correct option.
Context: To finish an audiobook 30 hours long, listening to 2 hours of each audiobook a day, Fernanda took 30 hours / 2 hours/day =<<30/2=15>>15 days to finish one audiobook.
If she purchased 6 audiobooks, the total number of days she will ... | Fernanda purchased six audiobooks from Audible to listen to from her audible app. If each audiobook was 30 hours long and she listened to 2 hours of an audiobook each day, calculate the total time it took her to finish the six audiobooks? | 72 | 89 | 90 | 180 | C | To finish an audiobook 30 hours long, listening to 2 hours of each audiobook a day, Fernanda took 30 hours / 2 hours/day =<<30/2=15>>15 days to finish one audiobook.
If she purchased 6 audiobooks, the total number of days she will take to finish all the audiobooks is 6 audiobooks * 15 days/audiobook = <<6*15=90>>90 day... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: When Betty makes cheesecake, she sweetens it with a ratio of one part sugar to four parts cream cheese, and she flavors it with one teaspoon of vanilla for every two cups of cream cheese. For every one teaspoon of vanilla, she use... | Answer the following multiple choice question by selecting the correct option.
Context: Betty used 2 cups of sugar in her cheesecake, so she used 2 * 1 = <<2*1=2>>2 times her ratio.
Thus, she used 2 * 4 = <<2*4=8>>8 cups of cream cheese.
She uses 1 teaspoon of vanilla for 2 cups of cream cheese, so she used 8 / 2 = 4 ... | When Betty makes cheesecake, she sweetens it with a ratio of one part sugar to four parts cream cheese, and she flavors it with one teaspoon of vanilla for every two cups of cream cheese. For every one teaspoon of vanilla, she uses two eggs. She used two cups of sugar in her latest cheesecake. How many eggs did she use... | 8 | 18 | 7 | 4 | A | Betty used 2 cups of sugar in her cheesecake, so she used 2 * 1 = <<2*1=2>>2 times her ratio.
Thus, she used 2 * 4 = <<2*4=8>>8 cups of cream cheese.
She uses 1 teaspoon of vanilla for 2 cups of cream cheese, so she used 8 / 2 = 4 teaspoons of vanilla.
For each teaspoon of vanilla, she uses 2 eggs, so she used 2 * 4 = ... | gsm8k_converted |
Answer the following multiple choice question by selecting the correct option.
Question: What phenomenon is essential in order for evolution to occur because it increases genetic variation and the potential for individuals to differ?
A: replication
B: natural selection
C: mutation
D: radiation
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: Mutations are essential for evolution to occur because they increase genetic variation and the potential for individuals to differ. The majority of mutations are neutral in their effects on the organisms in which they occur. Benefi... | What phenomenon is essential in order for evolution to occur because it increases genetic variation and the potential for individuals to differ? | replication | natural selection | mutation | radiation | C | Mutations are essential for evolution to occur because they increase genetic variation and the potential for individuals to differ. The majority of mutations are neutral in their effects on the organisms in which they occur. Beneficial mutations may become more common through natural selection. Harmful mutations may ca... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: In eukaryotic cells, what divides before the cell itself divides?
A: protons
B: electrons
C: cell wall
D: nucleus
Answer: | Answer the following multiple choice question by selecting the correct option.
Context: In eukaryotic cells, the nucleus divides before the cell itself divides. The process in which the nucleus divides is called mitosis. Before mitosis occurs, a cell’s DNA is replicated. This is necessary so that each daughter cell wi... | In eukaryotic cells, what divides before the cell itself divides? | protons | electrons | cell wall | nucleus | D | In eukaryotic cells, the nucleus divides before the cell itself divides. The process in which the nucleus divides is called mitosis. Before mitosis occurs, a cell’s DNA is replicated. This is necessary so that each daughter cell will have a complete copy of the genetic material from the parent cell. How is the replicat... | sciq |
Answer the following multiple choice question by selecting the correct option.
Question: The price of a jewel, passing through three hands, rises on the whole by 65%. If the first and second sellers earned 20% and 25% profit respectively, find the percentage profit earned by the third seller.
A: 10%
B: 22%
C: 18%
D: ... | Answer the following multiple choice question by selecting the correct option.
Context: Let the original price of the jewel be Rs. P and let the profit earned by the third seller
be x%.
Then, ( 100 +x )% of 125% of 120% of P = 165% of p
[ ( 100+x )/100*125/100*120/100* P ] = [ 165/100* P ]
( 100 + X ) = 165*100*100/12... | The price of a jewel, passing through three hands, rises on the whole by 65%. If the first and second sellers earned 20% and 25% profit respectively, find the percentage profit earned by the third seller. | 10% | 22% | 18% | 12% | A | Let the original price of the jewel be Rs. P and let the profit earned by the third seller
be x%.
Then, ( 100 +x )% of 125% of 120% of P = 165% of p
[ ( 100+x )/100*125/100*120/100* P ] = [ 165/100* P ]
( 100 + X ) = 165*100*100/125*120 = 110,
X = 10%.
ANSWER:A | aqua_rat |
Answer the following multiple choice question by selecting the correct option.
Question: Pastor Paul prays 20 times per day, except on Sunday, when he prays twice as much. Pastor Bruce prays half as much as Pastor Paul, except on Sundays, when he prays twice as much as Pastor Paul. How many more times does Pastor Pa... | Answer the following multiple choice question by selecting the correct option.
Context: Pastor Paul prays 20*6=<<20*6=120>>120 days per week, except Sunday.
On Sunday, Pastor Paul prays 2*20=<<2*20=40>>40 times.
Per week, Pastor Paul prays 120+40=<<120+40=160>>160 times.
Pastor Bruce prays half as much as Pastor Paul ... | Pastor Paul prays 20 times per day, except on Sunday, when he prays twice as much. Pastor Bruce prays half as much as Pastor Paul, except on Sundays, when he prays twice as much as Pastor Paul. How many more times does Pastor Paul pray than Pastor Bruce prays in a week? | 16 | 30 | 20 | 21 | C | Pastor Paul prays 20*6=<<20*6=120>>120 days per week, except Sunday.
On Sunday, Pastor Paul prays 2*20=<<2*20=40>>40 times.
Per week, Pastor Paul prays 120+40=<<120+40=160>>160 times.
Pastor Bruce prays half as much as Pastor Paul does on all days except Sunday, for a total of 120/2=<<120/2=60>>60 times.
Pastor Bruce p... | gsm8k_converted |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.