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: Steve is holding nickels and dimes in his hand. He has 4 more dimes than nickels. He has a total of 70 cents in his hand. How many nickels is he holding? A: 2 B: 1 C: 1.6 D: 3 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Let x be the number of nickels he is holding. His nickels are worth 5 * x = 5x cents. He has x+4 dimes. The dimes are worth 10 * (x+4) The total worth of the nickels and dimes is 5x + 10*(x+4) = 70. 5x + 10x + 40 = 70 15x = 30 x = ...
Steve is holding nickels and dimes in his hand. He has 4 more dimes than nickels. He has a total of 70 cents in his hand. How many nickels is he holding?
2
1
1.6
3
A
Let x be the number of nickels he is holding. His nickels are worth 5 * x = 5x cents. He has x+4 dimes. The dimes are worth 10 * (x+4) The total worth of the nickels and dimes is 5x + 10*(x+4) = 70. 5x + 10x + 40 = 70 15x = 30 x = <<2=2>>2, Steve has 2 nickels in his hand. #### 2
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: In an election only two candidates contested. A candidate secured 70% of the valid votes and won by a majority of 180 votes. Find the total number of valid votes? A: 430 B: 450 C: 436 D: 434 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Let the total number of valid votes be x. 70% of x = 70/100 * x = 7x/10 Number of votes secured by the other candidate = x - 7x/100 = 3x/10 Given, 7x/10 - 3x/10 = 180 => 4x/10 = 180 => 4x = 1800 => x = 450. Answer:B Question: In a...
In an election only two candidates contested. A candidate secured 70% of the valid votes and won by a majority of 180 votes. Find the total number of valid votes?
430
450
436
434
B
Let the total number of valid votes be x. 70% of x = 70/100 * x = 7x/10 Number of votes secured by the other candidate = x - 7x/100 = 3x/10 Given, 7x/10 - 3x/10 = 180 => 4x/10 = 180 => 4x = 1800 => x = 450. Answer:B
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: A bag contains 40 black balls and 50 white balls. One ball is drawn at random. What is the probability that the ball drawn is white? A: 2/5 B: 5/7 C: 1/2 D: 1/4 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Total number of balls = 40+50 = 70 no. of white balls = 50 probability of drawing a white ball = 50/70 = 5/7 Answer is B Question: A bag contains 40 black balls and 50 white balls. One ball is drawn at random. What is the probabil...
A bag contains 40 black balls and 50 white balls. One ball is drawn at random. What is the probability that the ball drawn is white?
2/5
5/7
1/2
1/4
B
Total number of balls = 40+50 = 70 no. of white balls = 50 probability of drawing a white ball = 50/70 = 5/7 Answer is B
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: The contents of a certain box consist of 14 apples and 24 oranges. How many oranges must be removed from the box so that 70 percent of the pieces of fruit in the box will be apples? A: 18 B: 6 C: 14 D: 17 Answer:
Answer the following multiple choice question by selecting the correct option. Context: The objective here is that 70% of the fruit in the box should be apples. Now, there are 14 apples at start and there is no talk of removing any apples, so number of apples should remain 14 and they should constitute 70% of total fr...
The contents of a certain box consist of 14 apples and 24 oranges. How many oranges must be removed from the box so that 70 percent of the pieces of fruit in the box will be apples?
18
6
14
17
A
The objective here is that 70% of the fruit in the box should be apples. Now, there are 14 apples at start and there is no talk of removing any apples, so number of apples should remain 14 and they should constitute 70% of total fruit, so total fruit = 14/0.7 = 20 So we should have 20-14 = 6 oranges. Right now, there a...
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: A person who wants to raise alligators will need a supply of food such as A: hay B: grass C: corn D: bass Answer:
Answer the following multiple choice question by selecting the correct option. Context: alligators eat fish Question: A person who wants to raise alligators will need a supply of food such as A: hay B: grass C: corn D: bass Answer:
A person who wants to raise alligators will need a supply of food such as
hay
grass
corn
bass
D
alligators eat fish
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: There are 4 numbers W, X, Y, and Z. If W:X = 4/5, X:Y = 5/6, Y:Z = 6/7, then W:Z will be? A: 4 : 5 B: 2 : 3 C: 4 : 7 D: 1 : 2 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Solution W : X = 4 : 5, X : Y = 5 : 6, Y : Z = 6 : 7 ∴W∶X∶Y∶Z= 4 : 5 : 6 : 7. Thus, W : Z = 4 : 7 Correct Option C Question: There are 4 numbers W, X, Y, and Z. If W:X = 4/5, X:Y = 5/6, Y:Z = 6/7, then W:Z will be? A: 4 :...
There are 4 numbers W, X, Y, and Z. If W:X = 4/5, X:Y = 5/6, Y:Z = 6/7, then W:Z will be?
4 : 5
2 : 3
4 : 7
1 : 2
C
Solution W : X = 4 : 5, X : Y = 5 : 6, Y : Z = 6 : 7 ∴W∶X∶Y∶Z= 4 : 5 : 6 : 7. Thus, W : Z = 4 : 7 Correct Option C
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: The greatest number which on dividing 1657 and 2037 leaves remainders 6 and 5 respectively, is: A: 123 B: 127 C: 235 D: 305 Answer:
Answer the following multiple choice question by selecting the correct option. Context: HCF of 1651 ( 1657-6) and 2032 (2037-5) is 127. ANSWER:B Question: The greatest number which on dividing 1657 and 2037 leaves remainders 6 and 5 respectively, is: A: 123 B: 127 C: 235 D: 305 Answer:
The greatest number which on dividing 1657 and 2037 leaves remainders 6 and 5 respectively, is:
123
127
235
305
B
HCF of 1651 ( 1657-6) and 2032 (2037-5) is 127. ANSWER:B
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Jim’s Taxi Service charges an initial fee of $2.25 at the beginning of a trip and an additional charge of $0.25 for each 2/5 of a mile traveled. What is the total charge for a trip of 3.6 miles? A: $3.15 B: $4.5 C: $4.80 D: $5.05...
Answer the following multiple choice question by selecting the correct option. Context: Let the fixed charge of Jim’s Taxi Service = 2.25 $ and charge per 2/5 mile(.4 mile) = .25$ Total charge for a trip of 3.6 miles = 2.25 + (3.6/.4) * .25 = 2.25 + 9*.25 = 4.5 $ Answer B Question: Jim’s Taxi Service charges an initi...
Jim’s Taxi Service charges an initial fee of $2.25 at the beginning of a trip and an additional charge of $0.25 for each 2/5 of a mile traveled. What is the total charge for a trip of 3.6 miles?
$3.15
$4.5
$4.80
$5.05
B
Let the fixed charge of Jim’s Taxi Service = 2.25 $ and charge per 2/5 mile(.4 mile) = .25$ Total charge for a trip of 3.6 miles = 2.25 + (3.6/.4) * .25 = 2.25 + 9*.25 = 4.5 $ Answer B
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What is a planetary system? A: A system of planets that are all located in the same solar system. B: A system of planets that are all the same size and shape. C: Any set of gravitationally bound non-stellar objects in or out of o...
Answer the following multiple choice question by selecting the correct option. Question: What is a planetary system? A: A system of planets that are all located in the same solar system. B: A system of planets that are all the same size and shape. C: Any set of gravitationally bound non-stellar objects in or out of o...
What is a planetary system?
A system of planets that are all located in the same solar system.
A system of planets that are all the same size and shape.
Any set of gravitationally bound non-stellar objects in or out of orbit around a star or star system.
A system of planets that are all located in the same galaxy.
C
null
llm_science
Answer the following multiple choice question by selecting the correct option. Question: What do insects lack? A: sensory neurons B: the body's largest organ C: a vertebral column D: wings Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Invertebrates are animals that lack a vertebral column, or backbone. Fact 2: Insects are the most common invertebrates. Combined: Insects lack a vertebral column or backbone Question: What do insects lack? A: sensory neur...
What do insects lack?
sensory neurons
the body's largest organ
a vertebral column
wings
C
Fact 1: Invertebrates are animals that lack a vertebral column, or backbone. Fact 2: Insects are the most common invertebrates. Combined: Insects lack a vertebral column or backbone
qasc
Answer the following multiple choice question by selecting the correct option. Question: If a and b are consecutive integers (b>a), which of the following statements could be false? 1. a+b is an even number. 2. ab is even number 3. (a + b) is always an odd number. A: II only B: II,III only C: I only D: I,II only Ans...
Answer the following multiple choice question by selecting the correct option. Context: odd* even = even odd+even = odd Answer : C Question: If a and b are consecutive integers (b>a), which of the following statements could be false? 1. a+b is an even number. 2. ab is even number 3. (a + b) is always an odd number. ...
If a and b are consecutive integers (b>a), which of the following statements could be false? 1. a+b is an even number. 2. ab is even number 3. (a + b) is always an odd number.
II only
II,III only
I only
I,II only
C
odd* even = even odd+even = odd Answer : C
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Val has three times as many dimes as nickels. If she accidentally finds twice as many nickels as she has in her older brother's treasure box, and takes them for herself, what would be the value of money she has, in dollars, if she...
Answer the following multiple choice question by selecting the correct option. Context: If Val currently has 20 nickels and finds twice as many nickels as she has in her older brother's treasure box, she will have 2*20=40 more nickels. The total number of nickels she'll have is 40+20=<<40+20=60>>60 Since nickel is wor...
Val has three times as many dimes as nickels. If she accidentally finds twice as many nickels as she has in her older brother's treasure box, and takes them for herself, what would be the value of money she has, in dollars, if she had 20 nickels before finding the new ones from her brother's treasure box?
13.5
19
8
9
D
If Val currently has 20 nickels and finds twice as many nickels as she has in her older brother's treasure box, she will have 2*20=40 more nickels. The total number of nickels she'll have is 40+20=<<40+20=60>>60 Since nickel is worth $0.05, the value of the nickels Val is having is 60*0.05=$<<60*0.05=3>>3 Val had three...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: At what rate percent on simple interest will a sum of money double itself in 30 years? A: 3 1/3% B: 3 1/9% C: 3 9/3% D: 3 2/3% Answer:
Answer the following multiple choice question by selecting the correct option. Context: P = (P*30*R)/100 R = 3 1/3% Answer: A Question: At what rate percent on simple interest will a sum of money double itself in 30 years? A: 3 1/3% B: 3 1/9% C: 3 9/3% D: 3 2/3% Answer:
At what rate percent on simple interest will a sum of money double itself in 30 years?
3 1/3%
3 1/9%
3 9/3%
3 2/3%
A
P = (P*30*R)/100 R = 3 1/3% Answer: A
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What are copepods? A: fertile B: Tiny animals C: important habitats D: Birds Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Zooplankton are tiny animals that feed on phytoplankton. Fact 2: Most copepods feed on phytoplankton. Combined: Copepods are tiny animals. Question: What are copepods? A: fertile B: Tiny animals C: important habitats D: ...
What are copepods?
fertile
Tiny animals
important habitats
Birds
B
Fact 1: Zooplankton are tiny animals that feed on phytoplankton. Fact 2: Most copepods feed on phytoplankton. Combined: Copepods are tiny animals.
qasc
Answer the following multiple choice question by selecting the correct option. Question: In a sports club with 30 members, 17 play badminton and 21 play tennis and 2 do not play either. How many members play both badminton and tennis? A: 7 B: 8 C: 9 D: 10 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Let x play both badminton and tennis so 17-x play only badminton and 19-x play only tennis. 2 play none and there are total 30 students. hence, (17-x)+(21-x)+x+2=30 40-2x+x=30 40-x=30 x=10 So 10 members play both badminton and tenn...
In a sports club with 30 members, 17 play badminton and 21 play tennis and 2 do not play either. How many members play both badminton and tennis?
7
8
9
10
D
Let x play both badminton and tennis so 17-x play only badminton and 19-x play only tennis. 2 play none and there are total 30 students. hence, (17-x)+(21-x)+x+2=30 40-2x+x=30 40-x=30 x=10 So 10 members play both badminton and tennis. D
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Mr. Roberts can buy a television for $400 cash or $120 down payment and $30 a month for 12 months. How much can he save by paying cash? A: 70 B: 40 C: 64 D: 80 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Mr. Roberts will make a total payment of $30 x 12 = $<<30*12=360>>360 for 12 months. Thus, the television costs $360 + $120 = $<<360+120=480>>480 when not paid in cash. Therefore, Mr. Roberts can save $480 - $400 = $<<480-400=80>>8...
Mr. Roberts can buy a television for $400 cash or $120 down payment and $30 a month for 12 months. How much can he save by paying cash?
70
40
64
80
D
Mr. Roberts will make a total payment of $30 x 12 = $<<30*12=360>>360 for 12 months. Thus, the television costs $360 + $120 = $<<360+120=480>>480 when not paid in cash. Therefore, Mr. Roberts can save $480 - $400 = $<<480-400=80>>80 by paying cash. #### 80
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: The school is organizing a trip to the museum. 4 buses were hired to take the children and teachers to their destination. The second bus has twice the number of people on it as the first bus. The third bus has 6 fewer people than ...
Answer the following multiple choice question by selecting the correct option. Context: The second bus is carrying 12 * 2 = <<12*2=24>>24 people. The third bus has 24 – 6 = <<24-6=18>>18 people. The fourth bus has 12 + 9 = <<12+9=21>>21 people on it. In total, there are 12 + 24 + 18 + 21 = <<12+24+18+21=75>>75 people ...
The school is organizing a trip to the museum. 4 buses were hired to take the children and teachers to their destination. The second bus has twice the number of people on it as the first bus. The third bus has 6 fewer people than the second bus. The fourth bus has 9 more people than the first bus. If the first bus has ...
85
74
150
75
D
The second bus is carrying 12 * 2 = <<12*2=24>>24 people. The third bus has 24 – 6 = <<24-6=18>>18 people. The fourth bus has 12 + 9 = <<12+9=21>>21 people on it. In total, there are 12 + 24 + 18 + 21 = <<12+24+18+21=75>>75 people on the buses. #### 75
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: What is the only planet that is known to support life? A: Saturn B: Mars C: earth D: Venus Answer:
Answer the following multiple choice question by selecting the correct option. Context: Mars is a lot like Earth. Mars is rocky and has an atmosphere. Mars even has water! But Mars (and Mercury, Venus, the Moon, Jupiter, Saturn, Uranus and Neptune) does not have any evidence of life. Life is what makes Earth unique. I...
What is the only planet that is known to support life?
Saturn
Mars
earth
Venus
C
Mars is a lot like Earth. Mars is rocky and has an atmosphere. Mars even has water! But Mars (and Mercury, Venus, the Moon, Jupiter, Saturn, Uranus and Neptune) does not have any evidence of life. Life is what makes Earth unique. It is also part of Earth's dynamic nature. Life is part of many Earth processes. Life is a...
sciq
Answer the following multiple choice question by selecting the correct option. Question: What do gymnosperms use to reproduce? A: roots B: cones C: ovaries D: family Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Gymnosperms are vascular plants that produce seeds in cones. Fact 2: Plants reproduce by seeds and rhizomes. Combined: gymnosperms use cones to reproduce Question: What do gymnosperms use to reproduce? A: roots B: cones C...
What do gymnosperms use to reproduce?
roots
cones
ovaries
family
B
Fact 1: Gymnosperms are vascular plants that produce seeds in cones. Fact 2: Plants reproduce by seeds and rhizomes. Combined: gymnosperms use cones to reproduce
qasc
Answer the following multiple choice question by selecting the correct option. Question: Evaporation can be used for separating a solute from a water in what? A: molecule B: Condensation C: atom D: aqueous solution Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: evaporation can be used for separating a solute from a solvent in a solution Fact 2: An aqueous solution has water as the solvent. Combined: Evaporation can be used for separating a solute from a water in an aqueous solutio...
Evaporation can be used for separating a solute from a water in what?
molecule
Condensation
atom
aqueous solution
D
Fact 1: evaporation can be used for separating a solute from a solvent in a solution Fact 2: An aqueous solution has water as the solvent. Combined: Evaporation can be used for separating a solute from a water in an aqueous solution
qasc
Answer the following multiple choice question by selecting the correct option. Question: Electric generators convert what type of energy to electric energy? A: fluid energy B: electromagnetic energy C: mechanical energy D: thermodynamic energy Answer:
Answer the following multiple choice question by selecting the correct option. Context: Electric generators convert mechanical energy to electric energy. The generator consists of some number of wire loops wrapped around an iron core and placed in a strong magnetic field. The loops of wire and the iron core are called...
Electric generators convert what type of energy to electric energy?
fluid energy
electromagnetic energy
mechanical energy
thermodynamic energy
C
Electric generators convert mechanical energy to electric energy. The generator consists of some number of wire loops wrapped around an iron core and placed in a strong magnetic field. The loops of wire and the iron core are called the armature . The armature is mounted so that it can rotate freely inside the magnetic ...
sciq
Answer the following multiple choice question by selecting the correct option. Question: What do earthworms mix? A: roots B: rocks C: soil D: nitrogen Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Earthworm burrows help aerate soil, which is also good for plants. Fact 2: Insects and earthworms are very important in mixing and aerating the soil. Combined: earthworms mix soil Question: What do earthworms mix? A: root...
What do earthworms mix?
roots
rocks
soil
nitrogen
C
Fact 1: Earthworm burrows help aerate soil, which is also good for plants. Fact 2: Insects and earthworms are very important in mixing and aerating the soil. Combined: earthworms mix soil
qasc
Answer the following multiple choice question by selecting the correct option. Question: Jeff was driving to the capital city to attend a conference. At first, he was driving at 80 miles/hour for about 6 hours, then the speed limit changed and he had to slow down to 60 miles/hour, and so he drove at this speed for 4 h...
Answer the following multiple choice question by selecting the correct option. Context: In the first stretch he drove 80 miles/hour x 6 hours = <<80*6=480>>480 miles In the second stretch he drove 60 miles/hour x 4 hours = <<60*4=240>>240 miles After the gas station he drove 40 miles/hour x 2 hours = <<40*2=80>>80 mil...
Jeff was driving to the capital city to attend a conference. At first, he was driving at 80 miles/hour for about 6 hours, then the speed limit changed and he had to slow down to 60 miles/hour, and so he drove at this speed for 4 hours. Then he made a stop at a gas station. Once the car was full of gas, he drove at 40 m...
800
1200
1600
790
A
In the first stretch he drove 80 miles/hour x 6 hours = <<80*6=480>>480 miles In the second stretch he drove 60 miles/hour x 4 hours = <<60*4=240>>240 miles After the gas station he drove 40 miles/hour x 2 hours = <<40*2=80>>80 miles In total he drove 480 miles + 240 miles + 80 miles = <<480+240+80=800>>800 miles #### ...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: What happens to the electrical conductivity of metals when placed in a pot of boiling water? A: increases slowly B: stays the same C: increases quickly D: decreases slowly Answer:
Answer the following multiple choice question by selecting the correct option. Context: levels. If a solid has a filled valence band with a relatively low-lying empty band above it (a conduction band), then electrons can be excited by thermal energy from the filled band into the vacant band where they can then migrate...
What happens to the electrical conductivity of metals when placed in a pot of boiling water?
increases slowly
stays the same
increases quickly
decreases slowly
D
levels. If a solid has a filled valence band with a relatively low-lying empty band above it (a conduction band), then electrons can be excited by thermal energy from the filled band into the vacant band where they can then migrate through the crystal, resulting in electrical conductivity. Electrical insulators are poo...
sciq
Answer the following multiple choice question by selecting the correct option. Question: A 270 metres long bullet train running at the speed of 120 kmph crosses another bullet train running in opposite direction at the speed of 80 kmph in 9 seconds. What is the length of the other bullet train ? A: 226 B: 230 C: 430 ...
Answer the following multiple choice question by selecting the correct option. Context: B 230 Relative speed = (120 + 80) km/hr = 200 x 5/18 = 500/9 m/sec Then, (x+270)/9 = 500/9 --> x + 270 = 500 --> x = 230. Question: A 270 metres long bullet train running at the speed of 120 kmph crosses another bullet train runni...
A 270 metres long bullet train running at the speed of 120 kmph crosses another bullet train running in opposite direction at the speed of 80 kmph in 9 seconds. What is the length of the other bullet train ?
226
230
430
310
B
B 230 Relative speed = (120 + 80) km/hr = 200 x 5/18 = 500/9 m/sec Then, (x+270)/9 = 500/9 --> x + 270 = 500 --> x = 230.
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: If there are only 2 wheelers and 4 wheelers parked in a school located at the heart of the city, find the number of 4 wheelers parked there if the total number of wheels is 58? A: 11 B: 12 C: 13 D: 14 Answer:
Answer the following multiple choice question by selecting the correct option. Context: four wheeler=14*4=56(max) 2 wheel=1 so no of 4 wheeler=14 ANSWER:D Question: If there are only 2 wheelers and 4 wheelers parked in a school located at the heart of the city, find the number of 4 wheelers parked there if the total ...
If there are only 2 wheelers and 4 wheelers parked in a school located at the heart of the city, find the number of 4 wheelers parked there if the total number of wheels is 58?
11
12
13
14
D
four wheeler=14*4=56(max) 2 wheel=1 so no of 4 wheeler=14 ANSWER:D
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Do placental mammals give birth to relatively small or large fetuses? A: small B: large C: they don't give birth D: neither Answer:
Answer the following multiple choice question by selecting the correct option. Context: Placental mammals give birth to a relatively large and mature fetus. This is possible because they have a placenta to nourish the fetus and protect it from the mother’s immune system. This allows for a long period of growth and dev...
Do placental mammals give birth to relatively small or large fetuses?
small
large
they don't give birth
neither
B
Placental mammals give birth to a relatively large and mature fetus. This is possible because they have a placenta to nourish the fetus and protect it from the mother’s immune system. This allows for a long period of growth and development before birth.
sciq
Answer the following multiple choice question by selecting the correct option. Question: A shoe seems gold and green at first, then at second glance looks blue and silver. This could be due to A: interrogation B: comas C: refractions D: cellulite Answer:
Answer the following multiple choice question by selecting the correct option. Context: refraction causes something to look different Question: A shoe seems gold and green at first, then at second glance looks blue and silver. This could be due to A: interrogation B: comas C: refractions D: cellulite Answer:
A shoe seems gold and green at first, then at second glance looks blue and silver. This could be due to
interrogation
comas
refractions
cellulite
C
refraction causes something to look different
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Nick has 60 cans. Each can takes up 30 square inches of space before being compacted and 20% of that amount after being compacted. How much space do all the cans take up after being compacted? A: 288 B: 540 C: 360 D: 359 Answer:...
Answer the following multiple choice question by selecting the correct option. Context: First find the total amount of space the cans take up before being compacted: 60 cans * 30 sq in / can = <<60*30=1800>>1800 sq in Then multiply that amount by the percentage of space they take up after being compacted: 1800 sq in *...
Nick has 60 cans. Each can takes up 30 square inches of space before being compacted and 20% of that amount after being compacted. How much space do all the cans take up after being compacted?
288
540
360
359
C
First find the total amount of space the cans take up before being compacted: 60 cans * 30 sq in / can = <<60*30=1800>>1800 sq in Then multiply that amount by the percentage of space they take up after being compacted: 1800 sq in * 20% = <<1800*20*.01=360>>360 sq in #### 360
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Jeff plays tennis for 2 hours. He scores a point every 5 minutes. He wins a match when he scores 8 points. How many games did he win? A: 3 B: 6 C: 4 D: 2 Answer:
Answer the following multiple choice question by selecting the correct option. Context: He played for 2*60=<<2*60=120>>120 minutes So he scores 120/5=<<120/5=24>>24 points That means he won 24/8=<<24/8=3>>3 games #### 3 Question: Jeff plays tennis for 2 hours. He scores a point every 5 minutes. He wins a match when...
Jeff plays tennis for 2 hours. He scores a point every 5 minutes. He wins a match when he scores 8 points. How many games did he win?
3
6
4
2
A
He played for 2*60=<<2*60=120>>120 minutes So he scores 120/5=<<120/5=24>>24 points That means he won 24/8=<<24/8=3>>3 games #### 3
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: George was selling some of his old toys on the internet. He managed to sell 3 little cars and a set of Legos. In total, he earned $45. How much did the Legos set cost, if one little car was sold for $5? A: 45 B: 15 C: 30 D: 40 A...
Answer the following multiple choice question by selecting the correct option. Context: George sold 3 cars, so he earned 3 cars * $5/car = $<<3*5=15>>15 from them. The lego set cost was then $45 - $15 = $<<45-15=30>>30. #### 30 Question: George was selling some of his old toys on the internet. He managed to sell 3 li...
George was selling some of his old toys on the internet. He managed to sell 3 little cars and a set of Legos. In total, he earned $45. How much did the Legos set cost, if one little car was sold for $5?
45
15
30
40
C
George sold 3 cars, so he earned 3 cars * $5/car = $<<3*5=15>>15 from them. The lego set cost was then $45 - $15 = $<<45-15=30>>30. #### 30
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: The simplest way to define a base is which kind of compound that produces hydroxide ions when dissolved in water? A: magnetic B: ionic C: solvent D: covalent Answer:
Answer the following multiple choice question by selecting the correct option. Context: The simplest way to define a base is an ionic compound that produces hydroxide ions when dissolved in water. One of the most commonly used bases is sodium hydroxide, illustrated below. Question: The simplest way to define a base i...
The simplest way to define a base is which kind of compound that produces hydroxide ions when dissolved in water?
magnetic
ionic
solvent
covalent
B
The simplest way to define a base is an ionic compound that produces hydroxide ions when dissolved in water. One of the most commonly used bases is sodium hydroxide, illustrated below.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Which area would be brightest, if you woke up there? A: rainy environments B: underwater environments C: forest areas D: frozen areas Answer:
Answer the following multiple choice question by selecting the correct option. Context: cold environments are usually white in color from being covered in snow Question: Which area would be brightest, if you woke up there? A: rainy environments B: underwater environments C: forest areas D: frozen areas Answer:
Which area would be brightest, if you woke up there?
rainy environments
underwater environments
forest areas
frozen areas
D
cold environments are usually white in color from being covered in snow
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What increases in concentration when water evaporates? A: nektar B: sugar C: sweat D: salt Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: heating salt water causes the water to evaporate while the salt remains Fact 2: When water evaporates, salts in the water remain and become more concentrated. Combined: When the water evaporates, a higher concentration of s...
What increases in concentration when water evaporates?
nektar
sugar
sweat
salt
D
Fact 1: heating salt water causes the water to evaporate while the salt remains Fact 2: When water evaporates, salts in the water remain and become more concentrated. Combined: When the water evaporates, a higher concentration of salts are left.
qasc
Answer the following multiple choice question by selecting the correct option. Question: The total age of A and B is 10 years more than the total age of B and C. C is how many years younger than A? A: 12 B: 10 C: C is elder than A D: Data inadequate Answer:
Answer the following multiple choice question by selecting the correct option. Context: Solution [(A+B) - (B+C)] = 10 ‹=›A - C = 10. Answer B Question: The total age of A and B is 10 years more than the total age of B and C. C is how many years younger than A? A: 12 B: 10 C: C is elder than A D: Data inadequate ...
The total age of A and B is 10 years more than the total age of B and C. C is how many years younger than A?
12
10
C is elder than A
Data inadequate
B
Solution [(A+B) - (B+C)] = 10 ‹=›A - C = 10. Answer B
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What are materials that are good conductors of thermal energy called? A: atmospheric conductors B: geospatial conductors C: reflective conductors D: thermal conductors Answer:
Answer the following multiple choice question by selecting the correct option. Context: Conduction is usually faster in liquids and certain solids than in gases. Materials that are good conductors of thermal energy are called thermal conductors . Metals are excellent thermal conductors. They have freely moving electro...
What are materials that are good conductors of thermal energy called?
atmospheric conductors
geospatial conductors
reflective conductors
thermal conductors
D
Conduction is usually faster in liquids and certain solids than in gases. Materials that are good conductors of thermal energy are called thermal conductors . Metals are excellent thermal conductors. They have freely moving electrons that can transfer energy quickly and easily. That’s why the metal pot in Figure above ...
sciq
Answer the following multiple choice question by selecting the correct option. Question: Haumea, which is the third brightest kuiper belt object has an odd oval shape which is probably caused by what? A: unusually rapid rotation B: extremely rapid rotation C: particularly rapid rotation D: Slow rotation Answer:
Answer the following multiple choice question by selecting the correct option. Context: Haumea is the third-brightest Kuiper belt object. Haumea has two moons. Haumea's odd oval shape is probably caused by its extremely rapid rotation. It rotates in just less than 4 hours! Like other Kuiper belt objects, Haumea is cov...
Haumea, which is the third brightest kuiper belt object has an odd oval shape which is probably caused by what?
unusually rapid rotation
extremely rapid rotation
particularly rapid rotation
Slow rotation
B
Haumea is the third-brightest Kuiper belt object. Haumea has two moons. Haumea's odd oval shape is probably caused by its extremely rapid rotation. It rotates in just less than 4 hours! Like other Kuiper belt objects, Haumea is covered by ice. Its density is similar to Earth’s Moon, at 2.6 – 3.3 g/cm 3 . This means tha...
sciq
Answer the following multiple choice question by selecting the correct option. Question: Unlike the passive form, the sodium-potassium pump uses what type of transport? A: phase B: High C: Low D: active Answer:
Answer the following multiple choice question by selecting the correct option. Context: Mariana Ruiz Villarreal (User:LadyofHats/Wikimedia Commons), modified by Hana Zavadska. The sodium-potassium pump uses active transport . Public Domain. Question: Unlike the passive form, the sodium-potassium pump uses what type o...
Unlike the passive form, the sodium-potassium pump uses what type of transport?
phase
High
Low
active
D
Mariana Ruiz Villarreal (User:LadyofHats/Wikimedia Commons), modified by Hana Zavadska. The sodium-potassium pump uses active transport . Public Domain.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Large amounts of fuel are stored in skeletal muscles, adipose tissues and what organ? A: liver B: skin C: spleen D: kidney Answer:
Answer the following multiple choice question by selecting the correct option. Question: Large amounts of fuel are stored in skeletal muscles, adipose tissues and what organ? A: liver B: skin C: spleen D: kidney Answer:
Large amounts of fuel are stored in skeletal muscles, adipose tissues and what organ?
liver
skin
spleen
kidney
A
null
sciq
Answer the following multiple choice question by selecting the correct option. Question: A plant photosynthesizing will do a more efficient job it it has A: thirty leaves B: ten leaves C: six leaves D: one leaf Answer:
Answer the following multiple choice question by selecting the correct option. Context: a leaf absorbs sunlight to perform photosynthesis Question: A plant photosynthesizing will do a more efficient job it it has A: thirty leaves B: ten leaves C: six leaves D: one leaf Answer:
A plant photosynthesizing will do a more efficient job it it has
thirty leaves
ten leaves
six leaves
one leaf
A
a leaf absorbs sunlight to perform photosynthesis
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Find the expenditure on digging a well 14m deep and of 3m diameter at Rs.14 per cubic meter? A: 1386 B: 2799 C: 2890 D: 1485 Answer:
Answer the following multiple choice question by selecting the correct option. Context: 22/7 * 14 * 3/2 * 3/2 = 99 m2 99 * 14 = 1386 Answer:A Question: Find the expenditure on digging a well 14m deep and of 3m diameter at Rs.14 per cubic meter? A: 1386 B: 2799 C: 2890 D: 1485 Answer:
Find the expenditure on digging a well 14m deep and of 3m diameter at Rs.14 per cubic meter?
1386
2799
2890
1485
A
22/7 * 14 * 3/2 * 3/2 = 99 m2 99 * 14 = 1386 Answer:A
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: At what rate percent on simple interest will Rs.800 amount to Rs.950 in 5 years? A: 3.75% B: 5.93% C: 4.75% D: 5.33% Answer:
Answer the following multiple choice question by selecting the correct option. Context: 150 = (800*5*R)/100 R = 3.75% ANSWER:A Question: At what rate percent on simple interest will Rs.800 amount to Rs.950 in 5 years? A: 3.75% B: 5.93% C: 4.75% D: 5.33% Answer:
At what rate percent on simple interest will Rs.800 amount to Rs.950 in 5 years?
3.75%
5.93%
4.75%
5.33%
A
150 = (800*5*R)/100 R = 3.75% ANSWER:A
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: what can the offspring of two living things have when crossed with each other? A: attached ear lobes B: coded genes C: genetic material D: colors of the spectrum Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: crossing two living things with recessive traits causes their offspring to have that recessive trait Fact 2: Attached ear lobes is a recessive trait. Combined: crossing two living things with attached ear lobes causes their...
what can the offspring of two living things have when crossed with each other?
attached ear lobes
coded genes
genetic material
colors of the spectrum
A
Fact 1: crossing two living things with recessive traits causes their offspring to have that recessive trait Fact 2: Attached ear lobes is a recessive trait. Combined: crossing two living things with attached ear lobes causes their offspring to have attached ear lobes
qasc
Answer the following multiple choice question by selecting the correct option. Question: Which of these helps some animals find mates by color? A: hearing B: smell C: eyesight D: nose Answer:
Answer the following multiple choice question by selecting the correct option. Context: coloration is used to find a mate by some animals Question: Which of these helps some animals find mates by color? A: hearing B: smell C: eyesight D: nose Answer:
Which of these helps some animals find mates by color?
hearing
smell
eyesight
nose
C
coloration is used to find a mate by some animals
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What kind of phenotype results in a case of incomplete dominance? A: intermediate phenotype B: short phenotype C: backward phenotype D: long phenotype Answer:
Answer the following multiple choice question by selecting the correct option. Context: 1. Define energy, and state where living things get the energy they need. Question: What kind of phenotype results in a case of incomplete dominance? A: intermediate phenotype B: short phenotype C: backward phenotype D: long phen...
What kind of phenotype results in a case of incomplete dominance?
intermediate phenotype
short phenotype
backward phenotype
long phenotype
A
1. Define energy, and state where living things get the energy they need.
sciq
Answer the following multiple choice question by selecting the correct option. Question: a complete lunar cycle takes about A: a month B: a year C: a week D: a day Answer:
Answer the following multiple choice question by selecting the correct option. Context: a revolution of the moon around the Earth takes 1 month Question: a complete lunar cycle takes about A: a month B: a year C: a week D: a day Answer:
a complete lunar cycle takes about
a month
a year
a week
a day
A
a revolution of the moon around the Earth takes 1 month
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: In a function they are distributing noble prize. In how many ways can 3 prizes be distributed among 5 boys when a boy gets any no. of prizes? A: 55 B: 58 C: 25 D: 65 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Ans.(C) Sol. In this case, repetitions are allowed, so all the three prizes can be given in 4 ways, i.e. (5x5) ways = 52 ways = 25 ways Or nr ways = 52 ways = 25 ways Question: In a function they are distributing noble prize. In h...
In a function they are distributing noble prize. In how many ways can 3 prizes be distributed among 5 boys when a boy gets any no. of prizes?
55
58
25
65
C
Ans.(C) Sol. In this case, repetitions are allowed, so all the three prizes can be given in 4 ways, i.e. (5x5) ways = 52 ways = 25 ways Or nr ways = 52 ways = 25 ways
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Bill downloads the movieRevenge of the Avengersto his computer in 2.5 hours, using a download manager that downloads from 3 sources marked A, B and C. Each source provides download at a constant rate, but the rates of different so...
Answer the following multiple choice question by selecting the correct option. Context: Let the movie size be 400 u. Given,A+C=4 hrs. A+C=100 u/hr And A+B+C=2.5 hrs or 400/2.5=160 u/hr B alone=160-100=60 u/hr Trailer=40 times smaller or400/50=8 u B will take 8/60 hrs or 8 minutes. Ans B Question: Bill downloads the m...
Bill downloads the movieRevenge of the Avengersto his computer in 2.5 hours, using a download manager that downloads from 3 sources marked A, B and C. Each source provides download at a constant rate, but the rates of different sources are not necessarily identical. If the movie was downloaded from sources A and C alon...
6 hours and 40 minutes
8 minutes
12 minutes
10 minutes
B
Let the movie size be 400 u. Given,A+C=4 hrs. A+C=100 u/hr And A+B+C=2.5 hrs or 400/2.5=160 u/hr B alone=160-100=60 u/hr Trailer=40 times smaller or400/50=8 u B will take 8/60 hrs or 8 minutes. Ans B
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What are organisms on the ocean floor? A: conventional B: common C: unique D: protected Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Organisms cluster around hydrothermal vents in the ocean floor. Fact 2: Animals at underwater hydrothermal vents are unique. Combined: organisms on the ocean floor are unique Question: What are organisms on the ocean floor...
What are organisms on the ocean floor?
conventional
common
unique
protected
C
Fact 1: Organisms cluster around hydrothermal vents in the ocean floor. Fact 2: Animals at underwater hydrothermal vents are unique. Combined: organisms on the ocean floor are unique
qasc
Answer the following multiple choice question by selecting the correct option. Question: Quinton brought 40 cupcakes to school on his birthday. He gave a cupcake to each of the 18 students in Ms. Delmont's class. He also gave a cupcake to each of the 16 students in Mrs. Donnelly's class. He also gave a cupcake to Ms. ...
Answer the following multiple choice question by selecting the correct option. Context: Quinton had 40 cupcakes - 18 = <<40-18=22>>22 cupcakes. He then had 22 cupcakes - 16 students = <<22-16=6>>6 cupcakes. Quinton then gave away 6 - 1 -1 -1 -1 = <<6-1-1-1-1=2>>2 cupcakes left. #### 2 Question: Quinton brought 40 cup...
Quinton brought 40 cupcakes to school on his birthday. He gave a cupcake to each of the 18 students in Ms. Delmont's class. He also gave a cupcake to each of the 16 students in Mrs. Donnelly's class. He also gave a cupcake to Ms. Delmont, Mrs. Donnelly, the school nurse, and the school principal. How many cupcakes did ...
2
3
12
-8
A
Quinton had 40 cupcakes - 18 = <<40-18=22>>22 cupcakes. He then had 22 cupcakes - 16 students = <<22-16=6>>6 cupcakes. Quinton then gave away 6 - 1 -1 -1 -1 = <<6-1-1-1-1=2>>2 cupcakes left. #### 2
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: A wire can be caused to heat up when what kind of current flows through it? A: wind B: rocky C: water D: zapping power Answer:
Answer the following multiple choice question by selecting the correct option. Context: electrical current running through a wire causes that wire to heat up Question: A wire can be caused to heat up when what kind of current flows through it? A: wind B: rocky C: water D: zapping power Answer:
A wire can be caused to heat up when what kind of current flows through it?
wind
rocky
water
zapping power
D
electrical current running through a wire causes that wire to heat up
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: When you do origami, objects change A: shape B: adapt C: texture D: sound Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: folding an object causes that object to change shape Fact 2: Origami figures are paper folding art projects. Combined: When you do origami, objects change shape. Question: When you do origami, objects change A: shape B: a...
When you do origami, objects change
shape
adapt
texture
sound
A
Fact 1: folding an object causes that object to change shape Fact 2: Origami figures are paper folding art projects. Combined: When you do origami, objects change shape.
qasc
Answer the following multiple choice question by selecting the correct option. Question: Five years ago, the average age of A, B, C and D was 45 years. With E Joining them now, the average of all the five is 51 years. The age of E is? A: 45 B: 47 C: 55 D: 49 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Solution 5 years ago average age of A,B,C,D = 45 years => 5 years ago total age of A, B, C, D = 45 x 4 = 180 years => Total present age of A, B, C, D = 180 + 5x4 = 200 years If E's present age is x years = 200+x/5= 51 x=55 years. A...
Five years ago, the average age of A, B, C and D was 45 years. With E Joining them now, the average of all the five is 51 years. The age of E is?
45
47
55
49
C
Solution 5 years ago average age of A,B,C,D = 45 years => 5 years ago total age of A, B, C, D = 45 x 4 = 180 years => Total present age of A, B, C, D = 180 + 5x4 = 200 years If E's present age is x years = 200+x/5= 51 x=55 years. Answer C
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Isobaric expansion is a process occurring without a change in what? A: direction B: pressure C: temperature D: energy Answer:
Answer the following multiple choice question by selecting the correct option. Context: isobaric expansion is a process occurring without a change in pressure. Question: Isobaric expansion is a process occurring without a change in what? A: direction B: pressure C: temperature D: energy Answer:
Isobaric expansion is a process occurring without a change in what?
direction
pressure
temperature
energy
B
isobaric expansion is a process occurring without a change in pressure.
sciq
Answer the following multiple choice question by selecting the correct option. Question: In 5 years, Nacho will be three times older than Divya. If Divya is currently 5 years old, what's the sum of their ages now? A: 41 B: 40 C: 30 D: 39 Answer:
Answer the following multiple choice question by selecting the correct option. Context: If Divya is currently 5 years old, she will be 5+5 = <<5+5=10>>10 years old in five years. Since in 5 years Nacho will be three times older than Divya, he will be 3*10 = <<3*10=30>>30 years older than Divya. Nacho's total age in fi...
In 5 years, Nacho will be three times older than Divya. If Divya is currently 5 years old, what's the sum of their ages now?
41
40
30
39
B
If Divya is currently 5 years old, she will be 5+5 = <<5+5=10>>10 years old in five years. Since in 5 years Nacho will be three times older than Divya, he will be 3*10 = <<3*10=30>>30 years older than Divya. Nacho's total age in five years will be 30+10 = <<30+10=40>>40 years. Currently, Nacho is 40-5 = <<40-5=35>>35 y...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: what results in higher levels of uv radiation reaching the place birds and trees live? A: emissions B: earthquakes C: oxidation reaction D: ozone depletion Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Ozone depletion results in higher levels of UV radiation reaching Earth. Fact 2: Birds live on Earth, trees live on Earth. Combined: ozone depletion results in higher levels of uv radiation reaching the place birds and tree...
what results in higher levels of uv radiation reaching the place birds and trees live?
emissions
earthquakes
oxidation reaction
ozone depletion
D
Fact 1: Ozone depletion results in higher levels of UV radiation reaching Earth. Fact 2: Birds live on Earth, trees live on Earth. Combined: ozone depletion results in higher levels of uv radiation reaching the place birds and trees live.
qasc
Answer the following multiple choice question by selecting the correct option. Question: Cole wants to fence his backyard on three sides. His backyard is 9 feet along the sides and 18 feet along the back. The neighbor behind him agreed to pay for half of their shared side of his fence, and the neighbor on his left agr...
Answer the following multiple choice question by selecting the correct option. Context: Cole has to pay 3 * 9 = $<<3*9=27>>27 for one side of the side fence. For the shared left fence, he has to pay two-thirds of 27, so he has to pay 27 * 2 / 3 = $<<27*2/3=18>>18. The shared back fence will cost 3 * 18 = $<<3*18=54>>5...
Cole wants to fence his backyard on three sides. His backyard is 9 feet along the sides and 18 feet along the back. The neighbor behind him agreed to pay for half of their shared side of his fence, and the neighbor on his left agreed to pay for a third of their shared side. Fencing costs $3 per foot. How much does Cole...
57.6
82
72
36
C
Cole has to pay 3 * 9 = $<<3*9=27>>27 for one side of the side fence. For the shared left fence, he has to pay two-thirds of 27, so he has to pay 27 * 2 / 3 = $<<27*2/3=18>>18. The shared back fence will cost 3 * 18 = $<<3*18=54>>54. He has to pay for half the back fence, so it will cost 54 / 2 = $<<54/2=27>>27. Thus, ...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: 99,996^2 - 4^2 = A: 10^10 - 2 B: (10^5 – 2)^2 C: 10^5(10^5 – 8) D: 10^5(10^4 – 2) Answer:
Answer the following multiple choice question by selecting the correct option. Context: (99,996)^2 - (4)^2 = (100,000 -4)^2 - (4)^2 = (100,000)^2 - 2*4*100,000 + 4^2-4^2=(10^5)^2 - 8*(10^5) = 10^10 - 8*(10^5)=10^5(10^5 - 8) Answer C Question: 99,996^2 - 4^2 = A: 10^10 - 2 B: (10^5 – 2)^2 C: 10^5(10^5 – 8) D: 10^5(10...
99,996^2 - 4^2 =
10^10 - 2
(10^5 – 2)^2
10^5(10^5 – 8)
10^5(10^4 – 2)
C
(99,996)^2 - (4)^2 = (100,000 -4)^2 - (4)^2 = (100,000)^2 - 2*4*100,000 + 4^2-4^2=(10^5)^2 - 8*(10^5) = 10^10 - 8*(10^5)=10^5(10^5 - 8) Answer C
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Sarah has one piece of wood that is smooth and polished and another that is rough and unfinished. Which of the following is true? A: both pieces of wood will create the same amount of friction B: the unfinished wood will generate...
Answer the following multiple choice question by selecting the correct option. Context: as the roughness of something increases , the friction of that something will increase when its surface moves against another surface Question: Sarah has one piece of wood that is smooth and polished and another that is rough and ...
Sarah has one piece of wood that is smooth and polished and another that is rough and unfinished. Which of the following is true?
both pieces of wood will create the same amount of friction
the unfinished wood will generate more heat than the other while rubbed over the floor
the rough wood will more easily move when rubbed over the tile than the finished wood.
the finished wood will generate more heat when it is rubbed back and forth over a tile floor.
B
as the roughness of something increases , the friction of that something will increase when its surface moves against another surface
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What do most mussles have? A: Epidermis B: ice C: shells D: snow Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: Most mollusks have shells. Fact 2: Mussels are bivalve mollusks. Combined: Most mussels have shells Question: What do most mussles have? A: Epidermis B: ice C: shells D: snow Answer:
What do most mussles have?
Epidermis
ice
shells
snow
C
Fact 1: Most mollusks have shells. Fact 2: Mussels are bivalve mollusks. Combined: Most mussels have shells
qasc
Answer the following multiple choice question by selecting the correct option. Question: Mr.Jones gave 40% of the money he had to his wife. He also gave 20% of the remaining amount to his 3 sons. and half of the amount now left was spent on miscellaneous items and the remaining amount of Rs.12000 was deposited in the ...
Answer the following multiple choice question by selecting the correct option. Context: Explanation : Let the initial amount be x, Amount given to his wife =(40/100)x=2x/5 Balance = (x-(2x/5)) = 3x/5 Amount given to his wife = (20/100)*(3x/5) = 3x/25 Balance = 3x/5-3x/25 = 12x/25 Amountt spent on miscellaneous items =...
Mr.Jones gave 40% of the money he had to his wife. He also gave 20% of the remaining amount to his 3 sons. and half of the amount now left was spent on miscellaneous items and the remaining amount of Rs.12000 was deposited in the bank. How much money did Mr.jones have initially?
40000
45000
50000
62000
C
Explanation : Let the initial amount be x, Amount given to his wife =(40/100)x=2x/5 Balance = (x-(2x/5)) = 3x/5 Amount given to his wife = (20/100)*(3x/5) = 3x/25 Balance = 3x/5-3x/25 = 12x/25 Amountt spent on miscellaneous items = (1/2)*(12x/25) = 6x/25 which is equal to 12000 Hence, => 6x/25 = 12000 => x = 50000 Answ...
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: If a large glacier is moving passed a beach, it can deposit this because it is made of ice A: fluid B: corn C: meat D: trees Answer:
Answer the following multiple choice question by selecting the correct option. Context: a glacier is made of ice Question: If a large glacier is moving passed a beach, it can deposit this because it is made of ice A: fluid B: corn C: meat D: trees Answer:
If a large glacier is moving passed a beach, it can deposit this because it is made of ice
fluid
corn
meat
trees
A
a glacier is made of ice
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Oxygen, carbon, hydrogen and what other element make up approximately 96% of living matter? A: silicon B: nitrogen C: helium D: calcium Answer:
Answer the following multiple choice question by selecting the correct option. Question: Oxygen, carbon, hydrogen and what other element make up approximately 96% of living matter? A: silicon B: nitrogen C: helium D: calcium Answer:
Oxygen, carbon, hydrogen and what other element make up approximately 96% of living matter?
silicon
nitrogen
helium
calcium
B
null
sciq
Answer the following multiple choice question by selecting the correct option. Question: What was the appendix used for in the past but is no longer needed for? A: digest food B: produce food C: sense danger D: fight infection Answer:
Answer the following multiple choice question by selecting the correct option. Context: The appendix is a tiny remnant of a once-larger organ. In a distant ancestor, it was needed to digest food. If your appendix becomes infected, a surgeon can remove it. You won’t miss it because it no longer has any purpose in the h...
What was the appendix used for in the past but is no longer needed for?
digest food
produce food
sense danger
fight infection
A
The appendix is a tiny remnant of a once-larger organ. In a distant ancestor, it was needed to digest food. If your appendix becomes infected, a surgeon can remove it. You won’t miss it because it no longer has any purpose in the human body.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Jessica's family is 300 km away from New York. If they are traveling at the rate of 50 km/h and stop to rest for 30 minutes every 2 hours, how long will it take them to reach New York? A: 3.5 B: 7 C: 17 D: 5.6 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Without stopping to rest they will arrive in 300/50= <<300/50=6>>6 hours. They need to stop to rest after every 2 hours except for the last 2 hour stretch of time, which is when they reach New York, so they rest (6/2)-1= 3-1 = <<6/...
Jessica's family is 300 km away from New York. If they are traveling at the rate of 50 km/h and stop to rest for 30 minutes every 2 hours, how long will it take them to reach New York?
3.5
7
17
5.6
B
Without stopping to rest they will arrive in 300/50= <<300/50=6>>6 hours. They need to stop to rest after every 2 hours except for the last 2 hour stretch of time, which is when they reach New York, so they rest (6/2)-1= 3-1 = <<6/2-1=2>>2 times. The time they spend resting is 2*30= <<2*30=60>>60 minutes or 1 hour. So ...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: AB +BA ___ 101 In the addition problem above, A and B represent digits in two different two-digit numbers. What is the sum of A and B? A: 6 B: 8 C: 10 D: 11 Answer:
Answer the following multiple choice question by selecting the correct option. Context: two ways to do it.. 1) straight logic.. we can see that ones digit is 1 when units digit B and A are added.. only 10 fits in.. C Question: AB +BA ___ 101 In the addition problem above, A and B represent digits in two different two...
AB +BA ___ 101 In the addition problem above, A and B represent digits in two different two-digit numbers. What is the sum of A and B?
6
8
10
11
C
two ways to do it.. 1) straight logic.. we can see that ones digit is 1 when units digit B and A are added.. only 10 fits in.. C
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Four classmates were comparing their ages based on their birth month. They found out that Jolyn is 2 months older than Therese while Therese is 5 months older than Aivo. Then, Leon is 2 months older than Aivo. How much older in mo...
Answer the following multiple choice question by selecting the correct option. Context: Jolyn is 2 + 5 = <<2+5=7>>7 months older than Aivo. Since Leon is 2 months older than Aivo, then Jolyn is 7 - 2 = 5 months older than Leon. #### 5 Question: Four classmates were comparing their ages based on their birth month. The...
Four classmates were comparing their ages based on their birth month. They found out that Jolyn is 2 months older than Therese while Therese is 5 months older than Aivo. Then, Leon is 2 months older than Aivo. How much older in months is Jolyn than Leon?
6
10
5
4
C
Jolyn is 2 + 5 = <<2+5=7>>7 months older than Aivo. Since Leon is 2 months older than Aivo, then Jolyn is 7 - 2 = 5 months older than Leon. #### 5
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: What type of graph is useful for showing percents of a whole? A: gnomic graphs B: bar graphs C: shift graphs D: circle graphs Answer:
Answer the following multiple choice question by selecting the correct option. Context: Circle graphs are especially useful for showing percents of a whole. The circle graph in Figure below shows the percent of all vehicles counted that were of each type. Question: What type of graph is useful for showing percents of...
What type of graph is useful for showing percents of a whole?
gnomic graphs
bar graphs
shift graphs
circle graphs
D
Circle graphs are especially useful for showing percents of a whole. The circle graph in Figure below shows the percent of all vehicles counted that were of each type.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Bill gets paid $20 every hour he works up to a total of 40 hours, after which he gets paid double that amount per hour. How much does Bill get paid for a 50-hour workweek? A: 960 B: 1201 C: 1210 D: 1200 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Bill makes $20 an hour for the first 40 hours, meaning he gets paid 40*20= <<40*20=800>>800 dollars. For the remaining 10 hours, Bill gets paid double the amount of $20, meaning he makes 20*2=40 dollars an hour. Since he worked 10 ...
Bill gets paid $20 every hour he works up to a total of 40 hours, after which he gets paid double that amount per hour. How much does Bill get paid for a 50-hour workweek?
960
1201
1210
1200
D
Bill makes $20 an hour for the first 40 hours, meaning he gets paid 40*20= <<40*20=800>>800 dollars. For the remaining 10 hours, Bill gets paid double the amount of $20, meaning he makes 20*2=40 dollars an hour. Since he worked 10 hours at that $40 an hour rate, that means he gets paid 10*40= <<10*40=400>>400 dollars f...
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: How do electric stoves boil water? A: converting electricity to heat B: burning C: heat is produced D: magnetism Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: an electric stove transforms electrical energy to heat energy Fact 2: For example, it takes energy to boil water on the stove. Combined: electric stoves boil water Question: How do electric stoves boil water? A: convertin...
How do electric stoves boil water?
converting electricity to heat
burning
heat is produced
magnetism
A
Fact 1: an electric stove transforms electrical energy to heat energy Fact 2: For example, it takes energy to boil water on the stove. Combined: electric stoves boil water
qasc
Answer the following multiple choice question by selecting the correct option. Question: What is the De Haas-Van Alphen effect? A: The measurement of the electronic properties of a material using several experimental techniques. B: The complex number quantity that describes AC susceptibility and AC permeability. C: T...
Answer the following multiple choice question by selecting the correct option. Question: What is the De Haas-Van Alphen effect? A: The measurement of the electronic properties of a material using several experimental techniques. B: The complex number quantity that describes AC susceptibility and AC permeability. C: T...
What is the De Haas-Van Alphen effect?
The measurement of the electronic properties of a material using several experimental techniques.
The complex number quantity that describes AC susceptibility and AC permeability.
The oscillation of the differential susceptibility as a function of 1/H in metals under strong magnetic fields, which relates the period of the susceptibility with the Fermi surface of the material.
The analogue non-linear relation between magnetization and magnetic field in antiferromagnetic materials.
C
null
llm_science
Answer the following multiple choice question by selecting the correct option. Question: Bears hibernate in winter because A: to socialize more with other bears B: the environment is colder and has less food C: a fixed amount of time has passed D: cubs are being born Answer:
Answer the following multiple choice question by selecting the correct option. Context: seasonal changes are made in response to changes in the environment Question: Bears hibernate in winter because A: to socialize more with other bears B: the environment is colder and has less food C: a fixed amount of time has pa...
Bears hibernate in winter because
to socialize more with other bears
the environment is colder and has less food
a fixed amount of time has passed
cubs are being born
B
seasonal changes are made in response to changes in the environment
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What absorbs all visible light? A: Energy. B: ravens C: bushes D: photons Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: if an object is black then that object absorbs all visible light Fact 2: All ravens are black . Combined: ravens absorb all visible light Question: What absorbs all visible light? A: Energy. B: ravens C: bushes D: photons...
What absorbs all visible light?
Energy.
ravens
bushes
photons
B
Fact 1: if an object is black then that object absorbs all visible light Fact 2: All ravens are black . Combined: ravens absorb all visible light
qasc
Answer the following multiple choice question by selecting the correct option. Question: Through what form of energy transfer does the sun's energy travel? A: solar burst B: Fusion C: convection D: radiation Answer:
Answer the following multiple choice question by selecting the correct option. Context: Radiation is the transfer of energy by waves. Energy can travel as waves through air or empty space. The Sun's energy travels through space by radiation. After sunlight heats the planet's surface, some heat radiates back into the a...
Through what form of energy transfer does the sun's energy travel?
solar burst
Fusion
convection
radiation
D
Radiation is the transfer of energy by waves. Energy can travel as waves through air or empty space. The Sun's energy travels through space by radiation. After sunlight heats the planet's surface, some heat radiates back into the atmosphere.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Terminal pods are located at the end of what? A: stems B: leaves C: fruits D: spines Answer:
Answer the following multiple choice question by selecting the correct option. Context: Mendel investigated seven different characteristics in pea plants. In this chart, cotyledons refer to the tiny leaves inside seeds. Axial pods are located along the stems. Terminal pods are located at the ends of the stems. Questi...
Terminal pods are located at the end of what?
stems
leaves
fruits
spines
A
Mendel investigated seven different characteristics in pea plants. In this chart, cotyledons refer to the tiny leaves inside seeds. Axial pods are located along the stems. Terminal pods are located at the ends of the stems.
sciq
Answer the following multiple choice question by selecting the correct option. Question: The curved surface area of a cylindrical pillar is 264 sq.m and its volume is 924 cub.m. Find the ratio of its diameter to its height A: 7:9 B: 7:3 C: 7:7 D: 7:6 Answer:
Answer the following multiple choice question by selecting the correct option. Context: Explanation: {\color{Black} \frac{\prod r^{2}h}{2\prod rh}=\frac{924}{264}} {\color{Black} \Rightarrow r=\frac{924}{264}\times 2=7m} {\color{Black}And\; \; 2\prod rh =264 \Rightarrow h=(264\times \frac{7}{22}\times \frac{1}{2}\time...
The curved surface area of a cylindrical pillar is 264 sq.m and its volume is 924 cub.m. Find the ratio of its diameter to its height
7:9
7:3
7:7
7:6
B
Explanation: {\color{Black} \frac{\prod r^{2}h}{2\prod rh}=\frac{924}{264}} {\color{Black} \Rightarrow r=\frac{924}{264}\times 2=7m} {\color{Black}And\; \; 2\prod rh =264 \Rightarrow h=(264\times \frac{7}{22}\times \frac{1}{2}\times \frac{1}{7})=6m} {\color{Black}\therefore } Required Rato ={\color{Black}\frac{2r}{h} }...
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What is a virtual particle? A: A particle that is not affected by the strong force. B: A particle that is not affected by the weak force. C: A particle that is created in a laboratory for experimental purposes. D: A particle that...
Answer the following multiple choice question by selecting the correct option. Question: What is a virtual particle? A: A particle that is not affected by the strong force. B: A particle that is not affected by the weak force. C: A particle that is created in a laboratory for experimental purposes. D: A particle that...
What is a virtual particle?
A particle that is not affected by the strong force.
A particle that is not affected by the weak force.
A particle that is created in a laboratory for experimental purposes.
A particle that is not directly observable but is inferred from its effects on measurable particles.
D
null
llm_science
Answer the following multiple choice question by selecting the correct option. Question: If |y + 7| = 12, what is the sum of all the possible values of y? A: -14 B: -12 C: -8 D: 8 Answer:
Answer the following multiple choice question by selecting the correct option. Context: There will be two cases y+7 = 12 or y+7 = -12 => y = 5 or y = -19 sum of both the values will be -19 + 5 = -14 Answer: A Question: If |y + 7| = 12, what is the sum of all the possible values of y? A: -14 B: -12 C: -8 D: 8 Answer...
If |y + 7| = 12, what is the sum of all the possible values of y?
-14
-12
-8
8
A
There will be two cases y+7 = 12 or y+7 = -12 => y = 5 or y = -19 sum of both the values will be -19 + 5 = -14 Answer: A
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: What organ is the hypothalamus a part of? A: Nervous system B: brain C: liver D: heart Answer:
Answer the following multiple choice question by selecting the correct option. Context: The hypothalamus is actually part of the brain (see Figure below ), but it also secretes hormones. Some of its hormones that “tell” the pituitary gland to either secrete or stop secreting its hormones. In this way, the hypothalamus...
What organ is the hypothalamus a part of?
Nervous system
brain
liver
heart
B
The hypothalamus is actually part of the brain (see Figure below ), but it also secretes hormones. Some of its hormones that “tell” the pituitary gland to either secrete or stop secreting its hormones. In this way, the hypothalamus provides a link between the nervous and endocrine systems. The hypothalamus also produce...
sciq
Answer the following multiple choice question by selecting the correct option. Question: What delivers power to the chemical factory chloroplasts? A: the sun B: water C: chlorophyll D: oxygen Answer:
Answer the following multiple choice question by selecting the correct option. Question: What delivers power to the chemical factory chloroplasts? A: the sun B: water C: chlorophyll D: oxygen Answer:
What delivers power to the chemical factory chloroplasts?
the sun
water
chlorophyll
oxygen
A
null
sciq
Answer the following multiple choice question by selecting the correct option. Question: Diamond, graphite and fullerene are examples of what form of carbon? A: faceted B: magnesium C: zirconia D: crystalline Answer:
Answer the following multiple choice question by selecting the correct option. Context: Pure carbon can form different types of crystals. Crystalline forms of carbon include diamond, graphite, and fullerenes. Question: Diamond, graphite and fullerene are examples of what form of carbon? A: faceted B: magnesium C: zi...
Diamond, graphite and fullerene are examples of what form of carbon?
faceted
magnesium
zirconia
crystalline
D
Pure carbon can form different types of crystals. Crystalline forms of carbon include diamond, graphite, and fullerenes.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Weights of two friends Ram and Shyam are in the ratio 3:5. If Ram's weight is increased by 10% and total weight of Ram and Shyam become 82.8 kg, with an increases of 15%. By what percent did the weight of Shyam has to be increased...
Answer the following multiple choice question by selecting the correct option. Context: Solution: given ratio of Ram and Shayam's weight = 3:5 Hence, (x-15)/(15-10) = 3/5 Or, x = 18%. Answer: Option A Question: Weights of two friends Ram and Shyam are in the ratio 3:5. If Ram's weight is increased by 10% and total we...
Weights of two friends Ram and Shyam are in the ratio 3:5. If Ram's weight is increased by 10% and total weight of Ram and Shyam become 82.8 kg, with an increases of 15%. By what percent did the weight of Shyam has to be increased?
18%
10%
21%
16%
A
Solution: given ratio of Ram and Shayam's weight = 3:5 Hence, (x-15)/(15-10) = 3/5 Or, x = 18%. Answer: Option A
aqua_rat
Answer the following multiple choice question by selecting the correct option. Question: Mr. Doré bought $140 worth of pants, a $43 shirt and a $15 tie. He pays with a $200 bill. How much will the saleswoman give him back? A: 3 B: 1 C: 2 D: 12 Answer:
Answer the following multiple choice question by selecting the correct option. Context: The total expenses are $140 + $43 + $15 = $<<140+43+15=198>>198. Mr. Doré paid $200, so the saleswoman must give him $200 - $198 = $<<200-198=2>>2 back. #### 2 Question: Mr. Doré bought $140 worth of pants, a $43 shirt and a $15 t...
Mr. Doré bought $140 worth of pants, a $43 shirt and a $15 tie. He pays with a $200 bill. How much will the saleswoman give him back?
3
1
2
12
C
The total expenses are $140 + $43 + $15 = $<<140+43+15=198>>198. Mr. Doré paid $200, so the saleswoman must give him $200 - $198 = $<<200-198=2>>2 back. #### 2
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: What do clouds trap into the atmosphere at night? A: seawater B: smog C: light D: heat Answer:
Answer the following multiple choice question by selecting the correct option. Context: Clouds block sunlight in the day. Clouds trap heat in the atmosphere at night. Question: What do clouds trap into the atmosphere at night? A: seawater B: smog C: light D: heat Answer:
What do clouds trap into the atmosphere at night?
seawater
smog
light
heat
D
Clouds block sunlight in the day. Clouds trap heat in the atmosphere at night.
sciq
Answer the following multiple choice question by selecting the correct option. Question: Which has renewable resources? A: natural gas formations B: oil well C: plastic bag D: Pacific Ocean Answer:
Answer the following multiple choice question by selecting the correct option. Context: water is a renewable resource Question: Which has renewable resources? A: natural gas formations B: oil well C: plastic bag D: Pacific Ocean Answer:
Which has renewable resources?
natural gas formations
oil well
plastic bag
Pacific Ocean
D
water is a renewable resource
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Candied yams fly off the shelf during the holiday season. The store buys them in bulk boxes of 25 packages. If every third shopper buys a package of candied yams, how many bulk boxes of candied yams will the store need to order fo...
Answer the following multiple choice question by selecting the correct option. Context: Every third shopper buys a package of candied yams, so the store will need 375 / 3 = <<375/3=125>>125 packages. At 25 packages per bulk box, the store will need 125 / 25 = <<125/25=5>>5 bulk boxes of candied yams. #### 5 Question:...
Candied yams fly off the shelf during the holiday season. The store buys them in bulk boxes of 25 packages. If every third shopper buys a package of candied yams, how many bulk boxes of candied yams will the store need to order for their 375 predicted holiday shoppers?
-5
2.5
5
10
C
Every third shopper buys a package of candied yams, so the store will need 375 / 3 = <<375/3=125>>125 packages. At 25 packages per bulk box, the store will need 125 / 25 = <<125/25=5>>5 bulk boxes of candied yams. #### 5
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Tom fills a 250 pound sandbag 80% full. But the filling material he is using is 40% heavier than sand. How much does the bag weigh? A: 560 B: 290 C: 280 D: 270 Answer:
Answer the following multiple choice question by selecting the correct option. Context: The bag full of sand would weigh 250 * .8 = <<250*.8=200>>200 pounds The filling material would make it 200 * .4 = <<200*.4=80>>80 pounds heavier So it weighs 200 + 80 = <<200+80=280>>280 pounds #### 280 Question: Tom fills a 250 ...
Tom fills a 250 pound sandbag 80% full. But the filling material he is using is 40% heavier than sand. How much does the bag weigh?
560
290
280
270
C
The bag full of sand would weigh 250 * .8 = <<250*.8=200>>200 pounds The filling material would make it 200 * .4 = <<200*.4=80>>80 pounds heavier So it weighs 200 + 80 = <<200+80=280>>280 pounds #### 280
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Dexter filled 3 fewer plastic boxes with football cards than basketball cards. He filled 9 boxes with basketball cards and each box has 15 cards. For the boxes with football cards, he filled each box with 20 cards. How many cards ...
Answer the following multiple choice question by selecting the correct option. Context: Dexter have 9 x 15 = <<9*15=135>>135 basketball cards. He filled 9 - 3 = <<9-3=6>>6 plastic boxes with football cards. So, he has 6 x 20 = <<6*20=120>>120 football cards. Therefore, Dexter has 135 + 120 = <<135+120=255>>255 cards i...
Dexter filled 3 fewer plastic boxes with football cards than basketball cards. He filled 9 boxes with basketball cards and each box has 15 cards. For the boxes with football cards, he filled each box with 20 cards. How many cards does Dexter have in total?
256
254
255
382.5
C
Dexter have 9 x 15 = <<9*15=135>>135 basketball cards. He filled 9 - 3 = <<9-3=6>>6 plastic boxes with football cards. So, he has 6 x 20 = <<6*20=120>>120 football cards. Therefore, Dexter has 135 + 120 = <<135+120=255>>255 cards in total. #### 255
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Where do the eggs develop? A: the ovaries B: the follicles C: the glands D: the uterus Answer:
Answer the following multiple choice question by selecting the correct option. Question: Where do the eggs develop? A: the ovaries B: the follicles C: the glands D: the uterus Answer:
Where do the eggs develop?
the ovaries
the follicles
the glands
the uterus
A
null
sciq
Answer the following multiple choice question by selecting the correct option. Question: Oprah has 3500 cars in her collection. If the average number of cars she gives away per year is 50, how many years will it take to reduce her car collection to 500? A: 30 B: 60 C: 90 D: 50 Answer:
Answer the following multiple choice question by selecting the correct option. Context: If Oprah wants to have 500 cars left, she will have to give away 3500-500 = <<3500-500=3000>>3000 cars. Since the average number of cars she gives away per year is 50, it will take her 3000/50 = <<3000/50=60>>60 years to give away ...
Oprah has 3500 cars in her collection. If the average number of cars she gives away per year is 50, how many years will it take to reduce her car collection to 500?
30
60
90
50
B
If Oprah wants to have 500 cars left, she will have to give away 3500-500 = <<3500-500=3000>>3000 cars. Since the average number of cars she gives away per year is 50, it will take her 3000/50 = <<3000/50=60>>60 years to give away enough cars to have 500 left over. #### 60
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: A camera can take an image and A: preserve it B: edit it C: lock it in D: produce it Answer:
Answer the following multiple choice question by selecting the correct option. Context: a camera is used for recording images Question: A camera can take an image and A: preserve it B: edit it C: lock it in D: produce it Answer:
A camera can take an image and
preserve it
edit it
lock it in
produce it
A
a camera is used for recording images
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: What comes first in the life cycle of a plant? A: pair B: seed C: flower D: garden Answer:
Answer the following multiple choice question by selecting the correct option. Question: What comes first in the life cycle of a plant? A: pair B: seed C: flower D: garden Answer:
What comes first in the life cycle of a plant?
pair
seed
flower
garden
B
null
sciq
Answer the following multiple choice question by selecting the correct option. Question: What type of stored chemical energy do plants create? A: Green beans B: Organic compounds C: Calories D: Carbohydrates Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: photosynthesis means producers convert from carbon dioxide, water, and solar energy into carbohydrates for themselves Fact 2: Photosynthesis is the conversion of electromagnetic energy into stored chemical energy. Combined:...
What type of stored chemical energy do plants create?
Green beans
Organic compounds
Calories
Carbohydrates
D
Fact 1: photosynthesis means producers convert from carbon dioxide, water, and solar energy into carbohydrates for themselves Fact 2: Photosynthesis is the conversion of electromagnetic energy into stored chemical energy. Combined: Conversion of eletromagnetic energy into carbohydrates creates a stored chemical energy
qasc
Answer the following multiple choice question by selecting the correct option. Question: Steve has decided to become a baker. On Mondays, Wednesdays and Fridays, he bakes apple pies. On Tuesdays and Thursdays, he bakes cherry pies. If he bakes 12 pies per day, how many more apple pies does he bake than cherry pies in ...
Answer the following multiple choice question by selecting the correct option. Context: In one week, he bakes 3 * 12 = <<3*12=36>>36 apple pies. In one week, he bakes 2 * 12 = <<2*12=24>>24 cherry pies. He bakes 36 - 24 = <<36-24=12>>12 more apple pies. #### 12 Question: Steve has decided to become a baker. On Monday...
Steve has decided to become a baker. On Mondays, Wednesdays and Fridays, he bakes apple pies. On Tuesdays and Thursdays, he bakes cherry pies. If he bakes 12 pies per day, how many more apple pies does he bake than cherry pies in one week?
18
12
9.6
13
B
In one week, he bakes 3 * 12 = <<3*12=36>>36 apple pies. In one week, he bakes 2 * 12 = <<2*12=24>>24 cherry pies. He bakes 36 - 24 = <<36-24=12>>12 more apple pies. #### 12
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Every day, while going to school, Shane drives a total of 10 miles. Calculate the total distance he drives in an 80 day semester from home to school and back. A: 800 B: 1600 C: 1610 D: 1280 Answer:
Answer the following multiple choice question by selecting the correct option. Context: To go to school and back, Shane drives 2*10 = <<2*10=20>>20 miles per day. In 80 days of a semester, he drives for 80*20 = <<80*20=1600>>1600 miles #### 1600 Question: Every day, while going to school, Shane drives a total of 10 m...
Every day, while going to school, Shane drives a total of 10 miles. Calculate the total distance he drives in an 80 day semester from home to school and back.
800
1600
1610
1280
B
To go to school and back, Shane drives 2*10 = <<2*10=20>>20 miles per day. In 80 days of a semester, he drives for 80*20 = <<80*20=1600>>1600 miles #### 1600
gsm8k_converted
Answer the following multiple choice question by selecting the correct option. Question: Dolphins use echolocation to hunt for A: santa claus B: school children C: tasty morsels D: direction in life Answer:
Answer the following multiple choice question by selecting the correct option. Context: hunting requires sensing prey Question: Dolphins use echolocation to hunt for A: santa claus B: school children C: tasty morsels D: direction in life Answer:
Dolphins use echolocation to hunt for
santa claus
school children
tasty morsels
direction in life
C
hunting requires sensing prey
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Fossils themselves and the order in which they appear in are generally collectively called what? A: coal record B: fuel cycle C: fossil magnitude D: fossil record Answer:
Answer the following multiple choice question by selecting the correct option. Context: There are many layers of rock in the Earth's surface. Newer layers form on top of the older layers; the deepest rock layers are the oldest. Therefore, you can tell how old a fossil is by observing in which layer of rock it was foun...
Fossils themselves and the order in which they appear in are generally collectively called what?
coal record
fuel cycle
fossil magnitude
fossil record
D
There are many layers of rock in the Earth's surface. Newer layers form on top of the older layers; the deepest rock layers are the oldest. Therefore, you can tell how old a fossil is by observing in which layer of rock it was found. The fossils and the order in which fossils appear is called the fossil record . The fo...
sciq
Answer the following multiple choice question by selecting the correct option. Question: Which of these items is required for a deer to live A: sun B: iron C: sand D: cafeteria 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: Which of these items is required for a deer to live A: sun B: iron C: sand D: cafeteria Answer:
Which of these items is required for a deer to live
sun
iron
sand
cafeteria
A
the sun is the source of energy for life on Earth
openbookqa
Answer the following multiple choice question by selecting the correct option. Question: Heating an egg causes a _ reaction in the egg A: symptoms B: exothermic C: Evaporation D: entropic Answer:
Answer the following multiple choice question by selecting the correct option. Context: Fact 1: heating an egg causes a chemical reaction in the egg Fact 2: Most chemical reactions are exothermic. Combined: heating an egg causes a exothermic reaction in the egg Question: Heating an egg causes a _ reaction in the egg...
Heating an egg causes a _ reaction in the egg
symptoms
exothermic
Evaporation
entropic
B
Fact 1: heating an egg causes a chemical reaction in the egg Fact 2: Most chemical reactions are exothermic. Combined: heating an egg causes a exothermic reaction in the egg
qasc
Answer the following multiple choice question by selecting the correct option. Question: Mother,her daughter and her grand child weighs 120 kg. daughter and her daughter(child) weighs 60 kg. child is 1/5th of her grand mother. What is the age of the daughter? A: 46 B: 47 C: 48 D: 49 Answer:
Answer the following multiple choice question by selecting the correct option. Context: mother + daughter + child = 120kg daughter + child = 60kg mother = 120 - 60 = 60kg child = 1/5th of mother = (1/5)*60 = 12kg So now daughter = 120 -(mother + child) = 120 - (60+12) = 48kg ANSWER:C Question: Mother,her daughter and...
Mother,her daughter and her grand child weighs 120 kg. daughter and her daughter(child) weighs 60 kg. child is 1/5th of her grand mother. What is the age of the daughter?
46
47
48
49
C
mother + daughter + child = 120kg daughter + child = 60kg mother = 120 - 60 = 60kg child = 1/5th of mother = (1/5)*60 = 12kg So now daughter = 120 -(mother + child) = 120 - (60+12) = 48kg ANSWER:C
aqua_rat