context
stringlengths
339
932
question
stringlengths
18
356
answers
sequencelengths
5
5
label
int64
0
4
In a certain recipe contest, each contestant submits two recipes, one for an appetizer and one for a main dish. Together the two recipes must include exactly seven flavorings—fenugreek, ginger, lemongrass, nutmeg, paprika, saffron, and turmeric—with no flavoring included in more than one of the two recipes. Each contestant's recipes must satisfy the following conditions: The appetizer recipe includes at most three of the flavorings. Fenugreek is not included in the same recipe as nutmeg. Saffron is not included in the same recipe as turmeric. Ginger is included in the same recipe as nutmeg.
Which one of the following could be a complete and accurate list of the flavorings included in one contestant's main-dish recipe?
[ "fenugreek, lemongrass, saffron", "fenugreek, ginger, nutmeg, turmeric", "ginger, lemongrass, nutmeg, paprika", "ginger, nutmeg, paprika, turmeric", "lemongrass, nutmeg, saffron, turmeric" ]
3
In a certain recipe contest, each contestant submits two recipes, one for an appetizer and one for a main dish. Together the two recipes must include exactly seven flavorings—fenugreek, ginger, lemongrass, nutmeg, paprika, saffron, and turmeric—with no flavoring included in more than one of the two recipes. Each contestant's recipes must satisfy the following conditions: The appetizer recipe includes at most three of the flavorings. Fenugreek is not included in the same recipe as nutmeg. Saffron is not included in the same recipe as turmeric. Ginger is included in the same recipe as nutmeg.
If a contestant's appetizer recipe does not include fenugreek, then the contestant's appetizer recipe must include
[ "ginger", "lemongrass", "paprika", "saffron", "turmeric" ]
0
In a certain recipe contest, each contestant submits two recipes, one for an appetizer and one for a main dish. Together the two recipes must include exactly seven flavorings—fenugreek, ginger, lemongrass, nutmeg, paprika, saffron, and turmeric—with no flavoring included in more than one of the two recipes. Each contestant's recipes must satisfy the following conditions: The appetizer recipe includes at most three of the flavorings. Fenugreek is not included in the same recipe as nutmeg. Saffron is not included in the same recipe as turmeric. Ginger is included in the same recipe as nutmeg.
Which one of the following could be a list of all of the flavorings included in one contestant's appetizer recipe?
[ "fenugreek, saffron", "ginger, nutmeg", "fenugreek, nutmeg, turmeric", "lemongrass, nutmeg, saffron", "fenugreek, lemongrass, paprika, turmeric" ]
0
In a certain recipe contest, each contestant submits two recipes, one for an appetizer and one for a main dish. Together the two recipes must include exactly seven flavorings—fenugreek, ginger, lemongrass, nutmeg, paprika, saffron, and turmeric—with no flavoring included in more than one of the two recipes. Each contestant's recipes must satisfy the following conditions: The appetizer recipe includes at most three of the flavorings. Fenugreek is not included in the same recipe as nutmeg. Saffron is not included in the same recipe as turmeric. Ginger is included in the same recipe as nutmeg.
If a contestant includes lemongrass in the same recipe as paprika, which one of the following is a flavoring that must be included in the contestant's main-dish recipe?
[ "ginger", "lemongrass", "nutmeg", "saffron", "turmeric" ]
1
In a certain recipe contest, each contestant submits two recipes, one for an appetizer and one for a main dish. Together the two recipes must include exactly seven flavorings—fenugreek, ginger, lemongrass, nutmeg, paprika, saffron, and turmeric—with no flavoring included in more than one of the two recipes. Each contestant's recipes must satisfy the following conditions: The appetizer recipe includes at most three of the flavorings. Fenugreek is not included in the same recipe as nutmeg. Saffron is not included in the same recipe as turmeric. Ginger is included in the same recipe as nutmeg.
If the condition that requires ginger to be included in the same recipe as nutmeg is suspended but all of the other original conditions remain in effect, then which one of the following could be a list of all of the flavorings included in one contestant's main-dish recipe?
[ "ginger, lemongrass, nutmeg, paprika", "ginger, lemongrass, paprika, turmeric", "fenugreek, ginger, lemongrass, paprika, saffron", "fenugreek, ginger, lemongrass, saffron, turmeric", "fenugreek, lemongrass, nutmeg, paprika, saffron" ]
2
Seven singers—Jamie, Ken, Lalitha, Maya, Norton, Olive, and Patrick—will be scheduled to perform in the finals of a singing competition. During the evening of the competition, each singer, performing alone, will give exactly one performance. The schedule for the evening must conform to the following requirements: Jamie performs immediately after Ken. Patrick performs at some time after Maya. Lalitha performs third only if Norton performs fifth. If Patrick does not perform second, he performs fifth.
Which one of the following is an acceptable schedule for the evening's performers, from first through seventh?
[ "Ken, Jamie, Maya, Lalitha, Patrick, Norton, Olive", "Lalitha, Patrick, Norton, Olive, Maya, Ken, Jamie", "Norton, Olive, Ken, Jamie, Maya, Patrick, Lalitha", "Olive, Maya, Ken, Lalitha, Patrick, Norton, Jamie", "Olive, Maya, Lalitha, Norton, Patrick, Ken, Jamie" ]
0
Seven singers—Jamie, Ken, Lalitha, Maya, Norton, Olive, and Patrick—will be scheduled to perform in the finals of a singing competition. During the evening of the competition, each singer, performing alone, will give exactly one performance. The schedule for the evening must conform to the following requirements: Jamie performs immediately after Ken. Patrick performs at some time after Maya. Lalitha performs third only if Norton performs fifth. If Patrick does not perform second, he performs fifth.
If Lalitha is scheduled for the third performance, which one of the following must be scheduled for the sixth performance?
[ "Jamie", "Ken", "Norton", "Olive", "Patrick" ]
1
Seven singers—Jamie, Ken, Lalitha, Maya, Norton, Olive, and Patrick—will be scheduled to perform in the finals of a singing competition. During the evening of the competition, each singer, performing alone, will give exactly one performance. The schedule for the evening must conform to the following requirements: Jamie performs immediately after Ken. Patrick performs at some time after Maya. Lalitha performs third only if Norton performs fifth. If Patrick does not perform second, he performs fifth.
If Norton is scheduled for the fifth performance, which one of the following could be true?
[ "Jamie is scheduled for the sixth performance.", "Ken is scheduled for the second performance.", "Lalitha is scheduled for the fourth performance.", "Maya is scheduled for the third performance.", "Olive is scheduled for the first performance." ]
2
Seven singers—Jamie, Ken, Lalitha, Maya, Norton, Olive, and Patrick—will be scheduled to perform in the finals of a singing competition. During the evening of the competition, each singer, performing alone, will give exactly one performance. The schedule for the evening must conform to the following requirements: Jamie performs immediately after Ken. Patrick performs at some time after Maya. Lalitha performs third only if Norton performs fifth. If Patrick does not perform second, he performs fifth.
If Maya is scheduled for the second performance, which one of the following could be true?
[ "Jamie is scheduled for the sixth performance.", "Ken is scheduled for the fourth performance.", "Lalitha is scheduled for the third performance.", "Norton is scheduled for the fifth performance.", "Olive is scheduled for the fourth performance." ]
4
Seven singers—Jamie, Ken, Lalitha, Maya, Norton, Olive, and Patrick—will be scheduled to perform in the finals of a singing competition. During the evening of the competition, each singer, performing alone, will give exactly one performance. The schedule for the evening must conform to the following requirements: Jamie performs immediately after Ken. Patrick performs at some time after Maya. Lalitha performs third only if Norton performs fifth. If Patrick does not perform second, he performs fifth.
If Jamie's performance is scheduled to be immediately before Lalitha's performance, Jamie's performance CANNOT be scheduled to be
[ "second", "third", "fourth", "fifth", "sixth" ]
0
At a small press, six textbooks, three introductory—F, G, and H—and three advanced—X, Y, and Z—will each be evaluated once by the editor, Juarez, and once by the publisher, Rosenberg, during six consecutive weeks—week 1 through week 6. Each evaluator evaluates exactly one textbook per week. No textbook will be evaluated by Juarez and Rosenberg during the same week. The following additional constraints apply: Rosenberg cannot evaluate any introductory textbook until Juarez has evaluated that textbook. Juarez cannot evaluate any advanced textbook until Rosenberg has evaluated that textbook. Rosenberg cannot evaluate any two introductory textbooks consecutively. Juarez must evaluate X during week 4.
Which one of the following is an acceptable evaluation schedule, with the textbooks listed in order of evaluation from week 1 through week 6?
[ "Juarez: F, G, X, Z, H, Y Rosenberg: X, F, Z, G, Y, H", "Juarez: F, Y, G, X, H, Z Rosenberg Y, F, X, G, Z, H", "Juarez: G, H, F, X, Y, Z Rosenberg: X, G, H, Y, Z, F", "Juarez: G, Z, F, X, H, Y Rosenberg: Z, F, X, G, Y, H", "Juarez: H, Y, F, X, G, Z Rosenberg: X, H, Z, F, Y, G" ]
1
At a small press, six textbooks, three introductory—F, G, and H—and three advanced—X, Y, and Z—will each be evaluated once by the editor, Juarez, and once by the publisher, Rosenberg, during six consecutive weeks—week 1 through week 6. Each evaluator evaluates exactly one textbook per week. No textbook will be evaluated by Juarez and Rosenberg during the same week. The following additional constraints apply: Rosenberg cannot evaluate any introductory textbook until Juarez has evaluated that textbook. Juarez cannot evaluate any advanced textbook until Rosenberg has evaluated that textbook. Rosenberg cannot evaluate any two introductory textbooks consecutively. Juarez must evaluate X during week 4.
If Juarez evaluates H during week 3 and Rosenberg evaluates G during week 6, which one of the following must be true?
[ "Juarez evaluates F during week 1.", "Juarez evaluates G during week 2.", "Juarez evaluates Z during week 6.", "Rosenberg evaluates X during week 1.", "Rosenberg evaluates Y during week 5." ]
0
At a small press, six textbooks, three introductory—F, G, and H—and three advanced—X, Y, and Z—will each be evaluated once by the editor, Juarez, and once by the publisher, Rosenberg, during six consecutive weeks—week 1 through week 6. Each evaluator evaluates exactly one textbook per week. No textbook will be evaluated by Juarez and Rosenberg during the same week. The following additional constraints apply: Rosenberg cannot evaluate any introductory textbook until Juarez has evaluated that textbook. Juarez cannot evaluate any advanced textbook until Rosenberg has evaluated that textbook. Rosenberg cannot evaluate any two introductory textbooks consecutively. Juarez must evaluate X during week 4.
If Juarez evaluates Z during week 2, then Rosenberg must evaluate which one of the following textbooks during week 5?
[ "F", "H", "X", "Y", "Z" ]
3
At a small press, six textbooks, three introductory—F, G, and H—and three advanced—X, Y, and Z—will each be evaluated once by the editor, Juarez, and once by the publisher, Rosenberg, during six consecutive weeks—week 1 through week 6. Each evaluator evaluates exactly one textbook per week. No textbook will be evaluated by Juarez and Rosenberg during the same week. The following additional constraints apply: Rosenberg cannot evaluate any introductory textbook until Juarez has evaluated that textbook. Juarez cannot evaluate any advanced textbook until Rosenberg has evaluated that textbook. Rosenberg cannot evaluate any two introductory textbooks consecutively. Juarez must evaluate X during week 4.
Which one of the following must be true?
[ "Rosenberg evaluates H during week 6.", "Rosenberg evaluates an advanced textbook during week 3.", "Juarez evaluates an advanced textbook during week 2.", "Juarez evaluates Y before evaluating G.", "Juarez does not evaluate any two introductory textbooks consecutively." ]
1
At a small press, six textbooks, three introductory—F, G, and H—and three advanced—X, Y, and Z—will each be evaluated once by the editor, Juarez, and once by the publisher, Rosenberg, during six consecutive weeks—week 1 through week 6. Each evaluator evaluates exactly one textbook per week. No textbook will be evaluated by Juarez and Rosenberg during the same week. The following additional constraints apply: Rosenberg cannot evaluate any introductory textbook until Juarez has evaluated that textbook. Juarez cannot evaluate any advanced textbook until Rosenberg has evaluated that textbook. Rosenberg cannot evaluate any two introductory textbooks consecutively. Juarez must evaluate X during week 4.
If Rosenberg evaluates X during week 1 and F during week 2, which one of the following could be true?
[ "X is the third of the advanced textbooks to be evaluated by Juarez.", "Y is the first of the advanced textbooks to be evaluated by Juarez.", "Juarez does not evaluate any two introductory textbooks in a row.", "Juarez evaluates G during week 5.", "Juarez evaluates Z during week 6." ]
4
At a small press, six textbooks, three introductory—F, G, and H—and three advanced—X, Y, and Z—will each be evaluated once by the editor, Juarez, and once by the publisher, Rosenberg, during six consecutive weeks—week 1 through week 6. Each evaluator evaluates exactly one textbook per week. No textbook will be evaluated by Juarez and Rosenberg during the same week. The following additional constraints apply: Rosenberg cannot evaluate any introductory textbook until Juarez has evaluated that textbook. Juarez cannot evaluate any advanced textbook until Rosenberg has evaluated that textbook. Rosenberg cannot evaluate any two introductory textbooks consecutively. Juarez must evaluate X during week 4.
Which one of the following is a complete and accurate list of those weeks during which Juarez must evaluate an introductory textbook?
[ "week 1", "week 6", "week 1, week 5", "week 1, week 2, week 3", "week 1, week 3, week 5" ]
0
At a small press, six textbooks, three introductory—F, G, and H—and three advanced—X, Y, and Z—will each be evaluated once by the editor, Juarez, and once by the publisher, Rosenberg, during six consecutive weeks—week 1 through week 6. Each evaluator evaluates exactly one textbook per week. No textbook will be evaluated by Juarez and Rosenberg during the same week. The following additional constraints apply: Rosenberg cannot evaluate any introductory textbook until Juarez has evaluated that textbook. Juarez cannot evaluate any advanced textbook until Rosenberg has evaluated that textbook. Rosenberg cannot evaluate any two introductory textbooks consecutively. Juarez must evaluate X during week 4.
Which one of the following could be true?
[ "Juarez evaluates F during week 6.", "Juarez evaluates Z during week 1.", "Rosenberg evaluates F during week 3.", "Rosenberg evaluates H during week 2.", "Rosenberg evaluates X during week 5." ]
3
Nine different treatments are available for a certain illness: three antibiotics—F, G, and H—three dietary regimens—M, N, and O—and three physical therapies—U, V, and W. For each case of the illness, a doctor will prescribe exactly five of the treatments, in accordance with the following conditions: If two of the antibiotics are prescribed, the remaining antibiotic cannot be prescribed. There must be exactly one dietary regimen prescribed. If O is not prescribed, F cannot be prescribed. If W is prescribed, F cannot be prescribed. G cannot be prescribed if both N and U are prescribed. V cannot be prescribed unless both H and M are prescribed.
Which one of the following could be the five treatments prescribed for a given case?
[ "F, G, H, M, V", "F, G, M, O, V", "F, H, M, O, W", "G, H, N, U, W", "G, H, O, U, W" ]
4
Nine different treatments are available for a certain illness: three antibiotics—F, G, and H—three dietary regimens—M, N, and O—and three physical therapies—U, V, and W. For each case of the illness, a doctor will prescribe exactly five of the treatments, in accordance with the following conditions: If two of the antibiotics are prescribed, the remaining antibiotic cannot be prescribed. There must be exactly one dietary regimen prescribed. If O is not prescribed, F cannot be prescribed. If W is prescribed, F cannot be prescribed. G cannot be prescribed if both N and U are prescribed. V cannot be prescribed unless both H and M are prescribed.
Which one of the following could be the antibiotics and physical therapies prescribed for a given case?
[ "F, G, H, W", "F, G, U, V", "F, U, V, W", "G, U, V, W", "H, U, V, W" ]
4
Nine different treatments are available for a certain illness: three antibiotics—F, G, and H—three dietary regimens—M, N, and O—and three physical therapies—U, V, and W. For each case of the illness, a doctor will prescribe exactly five of the treatments, in accordance with the following conditions: If two of the antibiotics are prescribed, the remaining antibiotic cannot be prescribed. There must be exactly one dietary regimen prescribed. If O is not prescribed, F cannot be prescribed. If W is prescribed, F cannot be prescribed. G cannot be prescribed if both N and U are prescribed. V cannot be prescribed unless both H and M are prescribed.
If O is prescribed for a given case, which one of the following is a pair of treatments both of which must also be prescribed for that case?
[ "F, M", "G, V", "N, U", "U, V", "U, W" ]
4
Nine different treatments are available for a certain illness: three antibiotics—F, G, and H—three dietary regimens—M, N, and O—and three physical therapies—U, V, and W. For each case of the illness, a doctor will prescribe exactly five of the treatments, in accordance with the following conditions: If two of the antibiotics are prescribed, the remaining antibiotic cannot be prescribed. There must be exactly one dietary regimen prescribed. If O is not prescribed, F cannot be prescribed. If W is prescribed, F cannot be prescribed. G cannot be prescribed if both N and U are prescribed. V cannot be prescribed unless both H and M are prescribed.
If G is prescribed for a given case, which one of the following is a pair of treatments both of which could also be prescribed for that case?
[ "F, M", "F, N", "N, V", "O, V", "V, W" ]
4
Nine different treatments are available for a certain illness: three antibiotics—F, G, and H—three dietary regimens—M, N, and O—and three physical therapies—U, V, and W. For each case of the illness, a doctor will prescribe exactly five of the treatments, in accordance with the following conditions: If two of the antibiotics are prescribed, the remaining antibiotic cannot be prescribed. There must be exactly one dietary regimen prescribed. If O is not prescribed, F cannot be prescribed. If W is prescribed, F cannot be prescribed. G cannot be prescribed if both N and U are prescribed. V cannot be prescribed unless both H and M are prescribed.
Which one of the following is a list of three treatments that could be prescribed together for a given case?
[ "F, M, U", "F, O, W", "G, N, V", "G, V, W", "H, N, V" ]
3
Nine different treatments are available for a certain illness: three antibiotics—F, G, and H—three dietary regimens—M, N, and O—and three physical therapies—U, V, and W. For each case of the illness, a doctor will prescribe exactly five of the treatments, in accordance with the following conditions: If two of the antibiotics are prescribed, the remaining antibiotic cannot be prescribed. There must be exactly one dietary regimen prescribed. If O is not prescribed, F cannot be prescribed. If W is prescribed, F cannot be prescribed. G cannot be prescribed if both N and U are prescribed. V cannot be prescribed unless both H and M are prescribed.
Which one of the following treatments CANNOT be prescribed for any case?
[ "G", "M", "N", "U", "W" ]
2
The members of two committees, a planting committee and a trails committee, are to be selected from among seven volunteers—F, G, H, J, K, L, and M. The following conditions govern the composition of the committees: Each committee must have at least three members. F cannot be on the same committee as K. If K is on a committee, J must also be on that committee. M must be on at least one of the committees. The two committees must have at least one member in common.
Which one of the following represents an acceptable selection of volunteers for the committees?
[ "planting: F, G, H; trails: G, J, K, L", "planting: F, H, J; trails: G, H, L, M", "planting: F, H, M; trails: G, K, L, M", "planting: F, G, L, M; trails: F, H", "planting: F, H, J, K; trails: H, L, M" ]
1
The members of two committees, a planting committee and a trails committee, are to be selected from among seven volunteers—F, G, H, J, K, L, and M. The following conditions govern the composition of the committees: Each committee must have at least three members. F cannot be on the same committee as K. If K is on a committee, J must also be on that committee. M must be on at least one of the committees. The two committees must have at least one member in common.
If the planting committee consists of F, H, L, and M, and if the trails committee consists of G, H, and J, then K could replace which one of the following committee members on a committee without violating any of the conditions governing the composition of the committees?
[ "F", "G", "H", "L", "M" ]
1
The members of two committees, a planting committee and a trails committee, are to be selected from among seven volunteers—F, G, H, J, K, L, and M. The following conditions govern the composition of the committees: Each committee must have at least three members. F cannot be on the same committee as K. If K is on a committee, J must also be on that committee. M must be on at least one of the committees. The two committees must have at least one member in common.
If the only members of the planting committee are G, H, and L and if the two committees are to have as many members in common as the conditions allow, then which one of the following must be true?
[ "The trails committee and the planting committee have exactly one member in common.", "The trails committee and the planting committee have exactly two members in common.", "The trails committee and the planting committee have an equal number of members.", "The trails committee has at least one more member than the planting committee.", "The planting committee has exactly two more members than the trails committee." ]
3
The members of two committees, a planting committee and a trails committee, are to be selected from among seven volunteers—F, G, H, J, K, L, and M. The following conditions govern the composition of the committees: Each committee must have at least three members. F cannot be on the same committee as K. If K is on a committee, J must also be on that committee. M must be on at least one of the committees. The two committees must have at least one member in common.
If K is on both committees and L is also on both committees and if the planting committee has exactly three members, then which one of the following must be true?
[ "F is on the planting committee.", "F is on the trails committee.", "G is on the planting committee.", "M is on the planting committee.", "M is on the trails committee." ]
4
The members of two committees, a planting committee and a trails committee, are to be selected from among seven volunteers—F, G, H, J, K, L, and M. The following conditions govern the composition of the committees: Each committee must have at least three members. F cannot be on the same committee as K. If K is on a committee, J must also be on that committee. M must be on at least one of the committees. The two committees must have at least one member in common.
The largest number of members that the planting committee and the trails committee could have in common is
[ "three", "four", "five", "six", "seven" ]
3
Exactly six tourists—Harry, Irene, Klaus, Laura, Michael, Norma—are to be assigned to four guides: Valois, Xerxes, Yossarian, Zalamea. Each tourist is assigned to exactly one guide, with at least one tourist assigned to each guide. Valois speaks only French. Xerxes speaks only Turkish and Spanish. Yossarian speaks only French and Turkish. Zalamea speaks only Spanish and Russian. Each tourist speaks exactly one of the languages spoken by his or her guide and speaks no other language. The following rules govern the assignment of the tourists to the guides: At least Harry and Irene are assigned to Yossarian. At least Laura is assigned to Zalamea. If Klaus is assigned to Xerxes, then Michael speaks French.
Each of the following could be true EXCEPT:
[ "Both Klaus and Harry speak Turkish.", "Both Klaus and Michael speak French.", "Both Klaus and Michael speak Russian.", "Both Klaus and Norma speak French.", "Both Klaus and Norma speak Spanish." ]
2
Exactly six tourists—Harry, Irene, Klaus, Laura, Michael, Norma—are to be assigned to four guides: Valois, Xerxes, Yossarian, Zalamea. Each tourist is assigned to exactly one guide, with at least one tourist assigned to each guide. Valois speaks only French. Xerxes speaks only Turkish and Spanish. Yossarian speaks only French and Turkish. Zalamea speaks only Spanish and Russian. Each tourist speaks exactly one of the languages spoken by his or her guide and speaks no other language. The following rules govern the assignment of the tourists to the guides: At least Harry and Irene are assigned to Yossarian. At least Laura is assigned to Zalamea. If Klaus is assigned to Xerxes, then Michael speaks French.
Which one of the following must be true?
[ "Zalamea is assigned fewer than three of the tourists.", "Xerxes is assigned fewer than two of the tourists.", "Yossarian is assigned exactly two of the tourists.", "Valois is assigned exactly one of the tourists.", "Zalamea is assigned exactly one of the tourists." ]
0
Exactly six tourists—Harry, Irene, Klaus, Laura, Michael, Norma—are to be assigned to four guides: Valois, Xerxes, Yossarian, Zalamea. Each tourist is assigned to exactly one guide, with at least one tourist assigned to each guide. Valois speaks only French. Xerxes speaks only Turkish and Spanish. Yossarian speaks only French and Turkish. Zalamea speaks only Spanish and Russian. Each tourist speaks exactly one of the languages spoken by his or her guide and speaks no other language. The following rules govern the assignment of the tourists to the guides: At least Harry and Irene are assigned to Yossarian. At least Laura is assigned to Zalamea. If Klaus is assigned to Xerxes, then Michael speaks French.
Each of the following could be true of the assignment of tourists to guides EXCEPT:
[ "It assigns Klaus to Valois and Michael to Xerxes.", "It assigns Klaus to Yossarian and Norma to Zalamea.", "It assigns Laura to Zalamea and Michael to Zalamea.", "It assigns Michael to Valois and Klaus to Zalamea.", "It assigns Michael to Xerxes and Klaus to Zalamea." ]
1
Exactly six tourists—Harry, Irene, Klaus, Laura, Michael, Norma—are to be assigned to four guides: Valois, Xerxes, Yossarian, Zalamea. Each tourist is assigned to exactly one guide, with at least one tourist assigned to each guide. Valois speaks only French. Xerxes speaks only Turkish and Spanish. Yossarian speaks only French and Turkish. Zalamea speaks only Spanish and Russian. Each tourist speaks exactly one of the languages spoken by his or her guide and speaks no other language. The following rules govern the assignment of the tourists to the guides: At least Harry and Irene are assigned to Yossarian. At least Laura is assigned to Zalamea. If Klaus is assigned to Xerxes, then Michael speaks French.
If Klaus and Laura speak the same language as each other, then which one of the following must be true?
[ "At least one of Michael and Norma speaks Spanish.", "At least two tourists speak Russian.", "Klaus and Laura speak Russian.", "At least two tourists speak French.", "At least one of Michael and Norma speaks French." ]
4
Exactly six tourists—Harry, Irene, Klaus, Laura, Michael, Norma—are to be assigned to four guides: Valois, Xerxes, Yossarian, Zalamea. Each tourist is assigned to exactly one guide, with at least one tourist assigned to each guide. Valois speaks only French. Xerxes speaks only Turkish and Spanish. Yossarian speaks only French and Turkish. Zalamea speaks only Spanish and Russian. Each tourist speaks exactly one of the languages spoken by his or her guide and speaks no other language. The following rules govern the assignment of the tourists to the guides: At least Harry and Irene are assigned to Yossarian. At least Laura is assigned to Zalamea. If Klaus is assigned to Xerxes, then Michael speaks French.
If Laura and Norma speak the same language as each other, then the maximum number of the tourists who could speak Turkish is
[ "two", "three", "four", "five", "six" ]
1
Exactly six tourists—Harry, Irene, Klaus, Laura, Michael, Norma—are to be assigned to four guides: Valois, Xerxes, Yossarian, Zalamea. Each tourist is assigned to exactly one guide, with at least one tourist assigned to each guide. Valois speaks only French. Xerxes speaks only Turkish and Spanish. Yossarian speaks only French and Turkish. Zalamea speaks only Spanish and Russian. Each tourist speaks exactly one of the languages spoken by his or her guide and speaks no other language. The following rules govern the assignment of the tourists to the guides: At least Harry and Irene are assigned to Yossarian. At least Laura is assigned to Zalamea. If Klaus is assigned to Xerxes, then Michael speaks French.
If exactly two tourists are assigned to Xerxes, then which one of the following could be true?
[ "Norma speaks Russian and Laura speaks Russian.", "Norma speaks French and Michael speaks French.", "Norma speaks French and Klaus speaks Turkish.", "Michael speaks Spanish and Klaus speaks Spanish.", "Michael speaks French and Klaus speaks Spanish." ]
4
Exactly six tourists—Harry, Irene, Klaus, Laura, Michael, Norma—are to be assigned to four guides: Valois, Xerxes, Yossarian, Zalamea. Each tourist is assigned to exactly one guide, with at least one tourist assigned to each guide. Valois speaks only French. Xerxes speaks only Turkish and Spanish. Yossarian speaks only French and Turkish. Zalamea speaks only Spanish and Russian. Each tourist speaks exactly one of the languages spoken by his or her guide and speaks no other language. The following rules govern the assignment of the tourists to the guides: At least Harry and Irene are assigned to Yossarian. At least Laura is assigned to Zalamea. If Klaus is assigned to Xerxes, then Michael speaks French.
If Harry, Irene, Michael, and Norma all speak the same language as each other, then which one of the following could be true?
[ "Klaus speaks Russian.", "Exactly two of the tourists speak Russian.", "Exactly three of the tourists speak Spanish.", "Exactly two of the tourists speak Turkish.", "Klaus speaks French." ]
4
Each of six people—Kim, Lina, Maricella, Oliver, Paulo, and Shigeru—plays exactly one of two sports—golf, and tennis. If a sport is played by more than one of the six people, then the people who play that sport are ranked in order of ability from highest to lowest, with no ties. The following conditions must apply: Oliver plays tennis. Lina plays golf. There is no golf player ranked higher than Lina. If Maricella plays golf, then Paulo and Shigeru play golf, Paulo ranking lower than Maricella but higher than Shigeru. If Maricella plays tennis, then Shigeru plays tennis, Shigeru ranking lower than Oliver but higher than Maricella. If Paulo plays tennis, then Kim plays tennis, Oliver ranking lower than Kim but higher than Paulo.
Which one of the following could be true?
[ "Maricella plays tennis and Shigeru plays golf.", "Paulo plays tennis and Kim plays golf.", "Kim plays tennis and Paulo plays golf.", "Paulo and Oliver play tennis, Paulo ranking higher than Oliver.", "Maricella and Shigeru play tennis, Maricella ranking higher than Shigeru." ]
2
Each of six people—Kim, Lina, Maricella, Oliver, Paulo, and Shigeru—plays exactly one of two sports—golf, and tennis. If a sport is played by more than one of the six people, then the people who play that sport are ranked in order of ability from highest to lowest, with no ties. The following conditions must apply: Oliver plays tennis. Lina plays golf. There is no golf player ranked higher than Lina. If Maricella plays golf, then Paulo and Shigeru play golf, Paulo ranking lower than Maricella but higher than Shigeru. If Maricella plays tennis, then Shigeru plays tennis, Shigeru ranking lower than Oliver but higher than Maricella. If Paulo plays tennis, then Kim plays tennis, Oliver ranking lower than Kim but higher than Paulo.
Each of the following could be the lowest-ranking tennis player EXCEPT:
[ "Shigeru", "Kim", "Oliver", "Paulo", "Maricella" ]
0
Each of six people—Kim, Lina, Maricella, Oliver, Paulo, and Shigeru—plays exactly one of two sports—golf, and tennis. If a sport is played by more than one of the six people, then the people who play that sport are ranked in order of ability from highest to lowest, with no ties. The following conditions must apply: Oliver plays tennis. Lina plays golf. There is no golf player ranked higher than Lina. If Maricella plays golf, then Paulo and Shigeru play golf, Paulo ranking lower than Maricella but higher than Shigeru. If Maricella plays tennis, then Shigeru plays tennis, Shigeru ranking lower than Oliver but higher than Maricella. If Paulo plays tennis, then Kim plays tennis, Oliver ranking lower than Kim but higher than Paulo.
Which one of the following could be a complete and accurate list of the people who play tennis, listed in order of rank from highest to lowest?
[ "Shigeru, Paulo, Oliver", "Oliver, Paulo, Kim", "Shigeru, Oliver, Maricella", "Oliver, Shigeru, Kim, Maricella", "Paulo, Maricella, Shigeru, Kim" ]
3
Each of six people—Kim, Lina, Maricella, Oliver, Paulo, and Shigeru—plays exactly one of two sports—golf, and tennis. If a sport is played by more than one of the six people, then the people who play that sport are ranked in order of ability from highest to lowest, with no ties. The following conditions must apply: Oliver plays tennis. Lina plays golf. There is no golf player ranked higher than Lina. If Maricella plays golf, then Paulo and Shigeru play golf, Paulo ranking lower than Maricella but higher than Shigeru. If Maricella plays tennis, then Shigeru plays tennis, Shigeru ranking lower than Oliver but higher than Maricella. If Paulo plays tennis, then Kim plays tennis, Oliver ranking lower than Kim but higher than Paulo.
If Shigeru plays golf, then each of the following are pairs of people who must play the same sport as each other EXCEPT:
[ "Paulo and Maricella", "Paulo and Shigeru", "Kim and Maricella", "Paulo and Lina", "Maricella and Shigeru" ]
2
Each of six people—Kim, Lina, Maricella, Oliver, Paulo, and Shigeru—plays exactly one of two sports—golf, and tennis. If a sport is played by more than one of the six people, then the people who play that sport are ranked in order of ability from highest to lowest, with no ties. The following conditions must apply: Oliver plays tennis. Lina plays golf. There is no golf player ranked higher than Lina. If Maricella plays golf, then Paulo and Shigeru play golf, Paulo ranking lower than Maricella but higher than Shigeru. If Maricella plays tennis, then Shigeru plays tennis, Shigeru ranking lower than Oliver but higher than Maricella. If Paulo plays tennis, then Kim plays tennis, Oliver ranking lower than Kim but higher than Paulo.
If Oliver is the highest-ranking tennis player, which one of the following must be true?
[ "Oliver and Maricella play the same sport as each other.", "Paulo and Lina play the same sport as each other.", "Paulo and Oliver play the same sport as each other.", "Kim and Lina do not play the same sport as each other.", "Kim and Paulo do not play the same sport as each other." ]
1
Each of six people—Kim, Lina, Maricella, Oliver, Paulo, and Shigeru—plays exactly one of two sports—golf, and tennis. If a sport is played by more than one of the six people, then the people who play that sport are ranked in order of ability from highest to lowest, with no ties. The following conditions must apply: Oliver plays tennis. Lina plays golf. There is no golf player ranked higher than Lina. If Maricella plays golf, then Paulo and Shigeru play golf, Paulo ranking lower than Maricella but higher than Shigeru. If Maricella plays tennis, then Shigeru plays tennis, Shigeru ranking lower than Oliver but higher than Maricella. If Paulo plays tennis, then Kim plays tennis, Oliver ranking lower than Kim but higher than Paulo.
Suppose that the condition is added that Shigeru and Paulo do not play the same sport as each other. If all the other conditions remain in effect, then each of the following could be true EXCEPT:
[ "Maricella and Kim play the same sport as each other.", "Paulo and Kim play the same sport as each other.", "Paulo and Maricella play the same sport as each other.", "Kim and Paulo do not play the same sport as each other.", "Maricella and Kim do not play the same sport as each other." ]
2
A disc jockey will play a sequence consisting of exactly seven different songs: three ballads—F, G, and H—and four dance tunes—R, S, V, and X. The following conditions must be met: No dance tune can be played immediately after another dance tune. H must be played earlier in the sequence than V. V and S must be separated from each other by exactly one song. S must be played immediately before or immediately after F. F must be played immediately after R, unless G is played earlier than R.
Which one of the following could be the order of the songs in the sequence?
[ "G, H, S, X, V, F, R", "R, H, X, G, S, F, V", "S, F, X, G, R, H, V", "V, F, S, H, X, G, R", "X, G, R, H, S, F, V" ]
4
A disc jockey will play a sequence consisting of exactly seven different songs: three ballads—F, G, and H—and four dance tunes—R, S, V, and X. The following conditions must be met: No dance tune can be played immediately after another dance tune. H must be played earlier in the sequence than V. V and S must be separated from each other by exactly one song. S must be played immediately before or immediately after F. F must be played immediately after R, unless G is played earlier than R.
Which one of the following must be true about the sequence?
[ "The first song is X.", "The fifth song is S.", "No ballad is played immediately after a dance tune.", "No ballad is played immediately after another ballad.", "No dance tune is played immediately after a ballad." ]
3
A disc jockey will play a sequence consisting of exactly seven different songs: three ballads—F, G, and H—and four dance tunes—R, S, V, and X. The following conditions must be met: No dance tune can be played immediately after another dance tune. H must be played earlier in the sequence than V. V and S must be separated from each other by exactly one song. S must be played immediately before or immediately after F. F must be played immediately after R, unless G is played earlier than R.
Which one of the following could be the fourth song in the sequence?
[ "G", "R", "S", "V", "X" ]
0
A disc jockey will play a sequence consisting of exactly seven different songs: three ballads—F, G, and H—and four dance tunes—R, S, V, and X. The following conditions must be met: No dance tune can be played immediately after another dance tune. H must be played earlier in the sequence than V. V and S must be separated from each other by exactly one song. S must be played immediately before or immediately after F. F must be played immediately after R, unless G is played earlier than R.
Which one of the following could be the first song in the sequence?
[ "R", "S", "V", "F", "G" ]
0
A disc jockey will play a sequence consisting of exactly seven different songs: three ballads—F, G, and H—and four dance tunes—R, S, V, and X. The following conditions must be met: No dance tune can be played immediately after another dance tune. H must be played earlier in the sequence than V. V and S must be separated from each other by exactly one song. S must be played immediately before or immediately after F. F must be played immediately after R, unless G is played earlier than R.
If the third song in the sequence is S, which one of the following must be the sixth song?
[ "G", "H", "R", "V", "X" ]
0
A disc jockey will play a sequence consisting of exactly seven different songs: three ballads—F, G, and H—and four dance tunes—R, S, V, and X. The following conditions must be met: No dance tune can be played immediately after another dance tune. H must be played earlier in the sequence than V. V and S must be separated from each other by exactly one song. S must be played immediately before or immediately after F. F must be played immediately after R, unless G is played earlier than R.
If the seventh song in the sequence is R, which one of the following could be the fifth song?
[ "F", "G", "H", "V", "X" ]
3
Eight physics students—four majors: Frank, Gwen, Henry, and Joan; and four nonmajors: Victor, Wanda, Xavier, and Yvette—are being assigned to four laboratory benches, numbered 1 through 4. Each student is assigned to exactly one bench, and exactly two students are assigned to each bench. Assignments of students to benches must conform to the following conditions: Exactly one major is assigned to each bench. Frank and Joan are assigned to consecutively numbered benches, with Frank assigned to the lower-numbered bench. Frank is assigned to the same bench as Victor. Gwen is not assigned to the same bench as Wanda.
Which one of the following could be the assignment of students to benches?
[ "1: Frank, Victor; 2: Joan, Gwen; 3: Henry, Wanda; 4: Xavier, Yvette", "1: Gwen, Yvette; 2: Frank, Xavier; 3: Joan, Wanda; 4: Henry, Victor", "1: Henry, Wanda; 2: Gwen, Xavier; 3: Frank, Victor; 4: Joan, Yvette", "1: Henry, Xavier; 2: Joan, Wanda; 3: Frank, Victor; 4: Gwen, Yvette", "1: Henry, Yvette; 2: Gwen, Wanda; 3: Frank, Victor, 4: Joan, Xavier" ]
2
Eight physics students—four majors: Frank, Gwen, Henry, and Joan; and four nonmajors: Victor, Wanda, Xavier, and Yvette—are being assigned to four laboratory benches, numbered 1 through 4. Each student is assigned to exactly one bench, and exactly two students are assigned to each bench. Assignments of students to benches must conform to the following conditions: Exactly one major is assigned to each bench. Frank and Joan are assigned to consecutively numbered benches, with Frank assigned to the lower-numbered bench. Frank is assigned to the same bench as Victor. Gwen is not assigned to the same bench as Wanda.
If Victor is assigned to bench 2 and Wanda is assigned to bench 4, which one of the following must be true?
[ "Frank is assigned to bench 1.", "Gwen is assigned to bench 1.", "Henry is assigned to bench 3.", "Xavier is assigned to bench 1.", "Yvette is assigned to bench 3." ]
1
Eight physics students—four majors: Frank, Gwen, Henry, and Joan; and four nonmajors: Victor, Wanda, Xavier, and Yvette—are being assigned to four laboratory benches, numbered 1 through 4. Each student is assigned to exactly one bench, and exactly two students are assigned to each bench. Assignments of students to benches must conform to the following conditions: Exactly one major is assigned to each bench. Frank and Joan are assigned to consecutively numbered benches, with Frank assigned to the lower-numbered bench. Frank is assigned to the same bench as Victor. Gwen is not assigned to the same bench as Wanda.
If Gwen and Henry are not assigned to consecutively numbered benches, which one of the following must be true?
[ "Victor is assigned to bench 2.", "Victor is assigned to bench 3.", "Wanda is assigned to bench 1.", "Wanda is assigned to bench 3.", "Wanda is assigned to bench 4." ]
0
Eight physics students—four majors: Frank, Gwen, Henry, and Joan; and four nonmajors: Victor, Wanda, Xavier, and Yvette—are being assigned to four laboratory benches, numbered 1 through 4. Each student is assigned to exactly one bench, and exactly two students are assigned to each bench. Assignments of students to benches must conform to the following conditions: Exactly one major is assigned to each bench. Frank and Joan are assigned to consecutively numbered benches, with Frank assigned to the lower-numbered bench. Frank is assigned to the same bench as Victor. Gwen is not assigned to the same bench as Wanda.
If Henry and Yvette are both assigned to bench 1, which one of the following could be true?
[ "Gwen is assigned to bench 3.", "Joan is assigned to bench 2.", "Wanda is assigned to bench 2.", "Wanda is assigned to bench 3.", "Xavier is assigned to bench 3." ]
3
Eight physics students—four majors: Frank, Gwen, Henry, and Joan; and four nonmajors: Victor, Wanda, Xavier, and Yvette—are being assigned to four laboratory benches, numbered 1 through 4. Each student is assigned to exactly one bench, and exactly two students are assigned to each bench. Assignments of students to benches must conform to the following conditions: Exactly one major is assigned to each bench. Frank and Joan are assigned to consecutively numbered benches, with Frank assigned to the lower-numbered bench. Frank is assigned to the same bench as Victor. Gwen is not assigned to the same bench as Wanda.
If Gwen is assigned to bench 4 and Xavier is assigned to bench 3, then any one of the following could be true EXCEPT:
[ "Gwen is assigned to the same bench as Yvette.", "Henry is assigned to the same bench as Wanda.", "Henry is assigned to the same bench as Xavier.", "Joan is assigned to the same bench as Xavier.", "Joan is assigned to the same bench as Yvette." ]
4
Eight physics students—four majors: Frank, Gwen, Henry, and Joan; and four nonmajors: Victor, Wanda, Xavier, and Yvette—are being assigned to four laboratory benches, numbered 1 through 4. Each student is assigned to exactly one bench, and exactly two students are assigned to each bench. Assignments of students to benches must conform to the following conditions: Exactly one major is assigned to each bench. Frank and Joan are assigned to consecutively numbered benches, with Frank assigned to the lower-numbered bench. Frank is assigned to the same bench as Victor. Gwen is not assigned to the same bench as Wanda.
If Wanda is assigned to a lower-numbered bench than is Joan, then Henry must be assigned to a
[ "lower-numbered bench than is Frank", "lower-numbered bench than is Gwen", "lower-numbered bench than is Xavier", "higher-numbered bench than is Victor", "higher-numbered bench than is Yvette" ]
0
Eight physics students—four majors: Frank, Gwen, Henry, and Joan; and four nonmajors: Victor, Wanda, Xavier, and Yvette—are being assigned to four laboratory benches, numbered 1 through 4. Each student is assigned to exactly one bench, and exactly two students are assigned to each bench. Assignments of students to benches must conform to the following conditions: Exactly one major is assigned to each bench. Frank and Joan are assigned to consecutively numbered benches, with Frank assigned to the lower-numbered bench. Frank is assigned to the same bench as Victor. Gwen is not assigned to the same bench as Wanda.
Which one of the following could be the assignments for bench 2 and bench 4?
[ "2: Gwen, Xavier 4: Henry, Yvette", "2: Henry, Yvette 4: Joan, Xavier", "2: Joan, Victor 4: Gwen, Xavier", "2: Joan, Wanda 4: Gwen, Xavier", "2: Joan, Xavier 4: Henry, Yvette" ]
3
A messenger will deliver exactly seven packages—L, M, N, O, P, S, and T—one at a time, not necessarily in that order. The seven deliveries must be made according to the following conditions: P is delivered either first or seventh. The messenger delivers N at some time after delivering L. The messenger delivers T at some time after delivering M. The messenger delivers exactly one package between delivering L and delivering O, whether or not L is delivered before O. The messenger delivers exactly one package between delivering M and delivering P, whether or not M is delivered before P.
Which one of the following is an order in which the messenger could make the deliveries, from first to seventh?
[ "L, N, S, O, M, T, P", "M, T, P, S, L, N, O", "O, S, L, N, M, T, P", "P, N, M, S, O, T, L", "P, T, M, S, L, N, O" ]
2
A messenger will deliver exactly seven packages—L, M, N, O, P, S, and T—one at a time, not necessarily in that order. The seven deliveries must be made according to the following conditions: P is delivered either first or seventh. The messenger delivers N at some time after delivering L. The messenger delivers T at some time after delivering M. The messenger delivers exactly one package between delivering L and delivering O, whether or not L is delivered before O. The messenger delivers exactly one package between delivering M and delivering P, whether or not M is delivered before P.
Which one of the following could be true?
[ "N is delivered first.", "T is delivered first.", "T is delivered second.", "M is delivered fourth.", "S is delivered seventh." ]
4
A messenger will deliver exactly seven packages—L, M, N, O, P, S, and T—one at a time, not necessarily in that order. The seven deliveries must be made according to the following conditions: P is delivered either first or seventh. The messenger delivers N at some time after delivering L. The messenger delivers T at some time after delivering M. The messenger delivers exactly one package between delivering L and delivering O, whether or not L is delivered before O. The messenger delivers exactly one package between delivering M and delivering P, whether or not M is delivered before P.
If N is delivered fourth, which one of the following could be true?
[ "L is delivered first.", "L is delivered second.", "M is delivered third.", "O is delivered fifth.", "S is delivered first." ]
0
A messenger will deliver exactly seven packages—L, M, N, O, P, S, and T—one at a time, not necessarily in that order. The seven deliveries must be made according to the following conditions: P is delivered either first or seventh. The messenger delivers N at some time after delivering L. The messenger delivers T at some time after delivering M. The messenger delivers exactly one package between delivering L and delivering O, whether or not L is delivered before O. The messenger delivers exactly one package between delivering M and delivering P, whether or not M is delivered before P.
If T is delivered fourth, the seventh package delivered must be
[ "L", "N", "O", "P", "S" ]
2
A messenger will deliver exactly seven packages—L, M, N, O, P, S, and T—one at a time, not necessarily in that order. The seven deliveries must be made according to the following conditions: P is delivered either first or seventh. The messenger delivers N at some time after delivering L. The messenger delivers T at some time after delivering M. The messenger delivers exactly one package between delivering L and delivering O, whether or not L is delivered before O. The messenger delivers exactly one package between delivering M and delivering P, whether or not M is delivered before P.
If the messenger delivers M at some time after delivering O, the fifth package delivered could be any one of the following EXCEPT:
[ "L", "M", "N", "S", "T" ]
0
Each of exactly five persons—Nguyen, Olson, Pike, Tyner, and Valdez—participates in exactly one of three activities: going to a movie, going to a soccer game, or going to a restaurant. The following conditions must apply. Nguyen and Olson do not participate in the same activity as each other, nor does either one of them participate in the same activity as Pike. Exactly two persons go to a soccer game. Tyner and Pike do not participate in the same activity as each other. If Nguyen or Valdez goes to a movie, they both go to a movie.
Which one of the following could be an accurate list of the activities participated in by Nguyen, Olson, Pike, Tyner, and Valdez, respectively?
[ "movie, soccer game, soccer game, restaurant, movie", "movie, restaurant, soccer game, soccer game, movie", "soccer game, restaurant, movie, soccer game, movie", "soccer game, restaurant, movie, soccer game, restaurant", "soccer game, restaurant, movie, soccer game, soccer game" ]
3
Each of exactly five persons—Nguyen, Olson, Pike, Tyner, and Valdez—participates in exactly one of three activities: going to a movie, going to a soccer game, or going to a restaurant. The following conditions must apply. Nguyen and Olson do not participate in the same activity as each other, nor does either one of them participate in the same activity as Pike. Exactly two persons go to a soccer game. Tyner and Pike do not participate in the same activity as each other. If Nguyen or Valdez goes to a movie, they both go to a movie.
If Valdez goes to a soccer game, then each of the following could be true EXCEPT:
[ "Olson goes to a movie.", "Nguyen goes to a restaurant.", "Nguyen goes to a soccer game.", "Tyner goes to a soccer game.", "Tyner goes to a movie." ]
3
Each of exactly five persons—Nguyen, Olson, Pike, Tyner, and Valdez—participates in exactly one of three activities: going to a movie, going to a soccer game, or going to a restaurant. The following conditions must apply. Nguyen and Olson do not participate in the same activity as each other, nor does either one of them participate in the same activity as Pike. Exactly two persons go to a soccer game. Tyner and Pike do not participate in the same activity as each other. If Nguyen or Valdez goes to a movie, they both go to a movie.
Which one of the following is a pair of persons who could go to a movie together?
[ "Nguyen and Tyner", "Olson and Tyner", "Olson and Valdez", "Pike and Olson", "Pike and Tyner" ]
1
Each of exactly five persons—Nguyen, Olson, Pike, Tyner, and Valdez—participates in exactly one of three activities: going to a movie, going to a soccer game, or going to a restaurant. The following conditions must apply. Nguyen and Olson do not participate in the same activity as each other, nor does either one of them participate in the same activity as Pike. Exactly two persons go to a soccer game. Tyner and Pike do not participate in the same activity as each other. If Nguyen or Valdez goes to a movie, they both go to a movie.
Each of the following statements must be false EXCEPT:
[ "Only Olson goes to a restaurant.", "Only Pike goes to a restaurant.", "Only Tyner goes to a restaurant.", "Only Valdez goes to a restaurant.", "Tyner and Valdez go to a restaurant together." ]
1
Each of exactly five persons—Nguyen, Olson, Pike, Tyner, and Valdez—participates in exactly one of three activities: going to a movie, going to a soccer game, or going to a restaurant. The following conditions must apply. Nguyen and Olson do not participate in the same activity as each other, nor does either one of them participate in the same activity as Pike. Exactly two persons go to a soccer game. Tyner and Pike do not participate in the same activity as each other. If Nguyen or Valdez goes to a movie, they both go to a movie.
If Nguyen goes to a soccer game, then which one of the following is a complete and accurate list of the persons any one of whom could go to a movie?
[ "Olson", "Pike, Valdez", "Olson, Tyner", "Pike, Tyner, Valdez", "Olson, Pike, Tyner" ]
4
Each of exactly five persons—Nguyen, Olson, Pike, Tyner, and Valdez—participates in exactly one of three activities: going to a movie, going to a soccer game, or going to a restaurant. The following conditions must apply. Nguyen and Olson do not participate in the same activity as each other, nor does either one of them participate in the same activity as Pike. Exactly two persons go to a soccer game. Tyner and Pike do not participate in the same activity as each other. If Nguyen or Valdez goes to a movie, they both go to a movie.
If the condition that exactly two persons go to a soccer game is changed to require that exactly three persons go to a soccer game, but all other conditions remain the same, then which one of the following persons must participate in an activity other than going to a soccer game?
[ "Nguyen", "Olson", "Pike", "Tyner", "Valdez" ]
2
In each of two years exactly two of four lawmakers—Feld, Gibson, Hsu, and Ivins—and exactly two of three scientists—Vega, Young, and Zapora—will serve as members of a four-person panel. In each year, one of the members will be chairperson. The chairperson in the first year cannot serve on the panel in the second year. The chairperson in the second year must have served on the panel in the first year. Service on the panel must obey the following conditions: Gibson and Vega do not serve on the panel in the same year as each other. Hsu and Young do not serve on the panel in the same year as each other. Each year, either Ivins or Vega, but not both, serves on the panel.
Which one of the following could be the list of the people who serve on the panel in the first year?
[ "Feld, Gibson, Vega, Zapora", "Feld, Hsu, Vega, Zapora", "Feld, Ivins, Vega, Zapora", "Gibson, Hsu, Ivins, Zapora", "Hsu, Ivins, Young, Zapora" ]
1
In each of two years exactly two of four lawmakers—Feld, Gibson, Hsu, and Ivins—and exactly two of three scientists—Vega, Young, and Zapora—will serve as members of a four-person panel. In each year, one of the members will be chairperson. The chairperson in the first year cannot serve on the panel in the second year. The chairperson in the second year must have served on the panel in the first year. Service on the panel must obey the following conditions: Gibson and Vega do not serve on the panel in the same year as each other. Hsu and Young do not serve on the panel in the same year as each other. Each year, either Ivins or Vega, but not both, serves on the panel.
If Vega is the chairperson in the first year, which one of the following is a pair of people who must serve on the panel in the second year?
[ "Gibson and Young", "Gibson and Zapora", "Hsu and Ivins", "Ivins and Young", "Vega and Young" ]
3
In each of two years exactly two of four lawmakers—Feld, Gibson, Hsu, and Ivins—and exactly two of three scientists—Vega, Young, and Zapora—will serve as members of a four-person panel. In each year, one of the members will be chairperson. The chairperson in the first year cannot serve on the panel in the second year. The chairperson in the second year must have served on the panel in the first year. Service on the panel must obey the following conditions: Gibson and Vega do not serve on the panel in the same year as each other. Hsu and Young do not serve on the panel in the same year as each other. Each year, either Ivins or Vega, but not both, serves on the panel.
If Hsu is the chairperson in the first year, which one of the following could be the chairperson in the second year?
[ "Feld", "Gibson", "Hsu", "Ivins", "Young" ]
0
In each of two years exactly two of four lawmakers—Feld, Gibson, Hsu, and Ivins—and exactly two of three scientists—Vega, Young, and Zapora—will serve as members of a four-person panel. In each year, one of the members will be chairperson. The chairperson in the first year cannot serve on the panel in the second year. The chairperson in the second year must have served on the panel in the first year. Service on the panel must obey the following conditions: Gibson and Vega do not serve on the panel in the same year as each other. Hsu and Young do not serve on the panel in the same year as each other. Each year, either Ivins or Vega, but not both, serves on the panel.
IF Feld serves on the panel in a given year, any one of the following could serve on the panel that year EXCEPT:
[ "Gibson", "Hsu", "Ivins", "Vega", "Young" ]
0
In each of two years exactly two of four lawmakers—Feld, Gibson, Hsu, and Ivins—and exactly two of three scientists—Vega, Young, and Zapora—will serve as members of a four-person panel. In each year, one of the members will be chairperson. The chairperson in the first year cannot serve on the panel in the second year. The chairperson in the second year must have served on the panel in the first year. Service on the panel must obey the following conditions: Gibson and Vega do not serve on the panel in the same year as each other. Hsu and Young do not serve on the panel in the same year as each other. Each year, either Ivins or Vega, but not both, serves on the panel.
If Ivins is the chairperson in the first year, which one of the following could be the chairperson in the second year?
[ "Feld", "Gibson", "Hsu", "Vega", "Young" ]
0
In each of two years exactly two of four lawmakers—Feld, Gibson, Hsu, and Ivins—and exactly two of three scientists—Vega, Young, and Zapora—will serve as members of a four-person panel. In each year, one of the members will be chairperson. The chairperson in the first year cannot serve on the panel in the second year. The chairperson in the second year must have served on the panel in the first year. Service on the panel must obey the following conditions: Gibson and Vega do not serve on the panel in the same year as each other. Hsu and Young do not serve on the panel in the same year as each other. Each year, either Ivins or Vega, but not both, serves on the panel.
Which one of the following must be true?
[ "Feld is on the panel in the second year.", "Hsu is on the panel in the first year.", "Ivins is on the panel in both years.", "Young is on the panel in both years.", "Zapora is on the panel in the second year." ]
4
During a period of seven consecutive days—from day 1 through day 7—seven investors—Fennelly, Gupta, Hall, Jones, Knight, Lopez, and Moss—will each view a building site exactly once. Each day exactly one investor will view the site. The investors must view the site in accordance with the following conditions: Fennelly views the site on day 3 or else day 5. Lopez views the site on neither day 4 nor day 6. If Jones views the site on day 1, Hall views the site on day 2. If Knight views the site on day 4, Lopez views the site on day 5. Gupta views the site on the day after the day on which Hall views the site.
Which one of the following could be the order in which the investors view the site, from day 1 through day 7?
[ "Hall, Gupta, Fennelly, Moss, Knight, Lopez, Jones", "Hall, Gupta, Lopez, Fennelly, Moss, Knight, Jones", "Lopez, Gupta, Hall, Moss, Fennelly, Jones, Knight", "Lopez, Jones, Fennelly, Knight, Hall, Gupta, Moss", "Lopez, Jones, Knight, Moss, Fennelly, Hall, Gupta" ]
4
During a period of seven consecutive days—from day 1 through day 7—seven investors—Fennelly, Gupta, Hall, Jones, Knight, Lopez, and Moss—will each view a building site exactly once. Each day exactly one investor will view the site. The investors must view the site in accordance with the following conditions: Fennelly views the site on day 3 or else day 5. Lopez views the site on neither day 4 nor day 6. If Jones views the site on day 1, Hall views the site on day 2. If Knight views the site on day 4, Lopez views the site on day 5. Gupta views the site on the day after the day on which Hall views the site.
If Jones views the site on day 1, which one of the following investors must view the site on day 4?
[ "Fennelly", "Gupta", "Knight", "Lopez", "Moss" ]
4
During a period of seven consecutive days—from day 1 through day 7—seven investors—Fennelly, Gupta, Hall, Jones, Knight, Lopez, and Moss—will each view a building site exactly once. Each day exactly one investor will view the site. The investors must view the site in accordance with the following conditions: Fennelly views the site on day 3 or else day 5. Lopez views the site on neither day 4 nor day 6. If Jones views the site on day 1, Hall views the site on day 2. If Knight views the site on day 4, Lopez views the site on day 5. Gupta views the site on the day after the day on which Hall views the site.
If Knight views the site on day 4 and Moss views the site on some day after the day on which Jones views the site, which one of the following must be true?
[ "Jones views the site on day 1.", "Jones views the site on day 2.", "Jones views the site on day 6.", "Moss views the site on day 2.", "Moss views the site on day 6." ]
2
During a period of seven consecutive days—from day 1 through day 7—seven investors—Fennelly, Gupta, Hall, Jones, Knight, Lopez, and Moss—will each view a building site exactly once. Each day exactly one investor will view the site. The investors must view the site in accordance with the following conditions: Fennelly views the site on day 3 or else day 5. Lopez views the site on neither day 4 nor day 6. If Jones views the site on day 1, Hall views the site on day 2. If Knight views the site on day 4, Lopez views the site on day 5. Gupta views the site on the day after the day on which Hall views the site.
If Hall views the site on day 2, which one of the following is a complete and accurate list of investors any one of whom could be the investor who views the site on day 4?
[ "Knight", "Moss", "Jones, Moss", "Knight, Moss", "Jones, Knight, Moss" ]
2
During a period of seven consecutive days—from day 1 through day 7—seven investors—Fennelly, Gupta, Hall, Jones, Knight, Lopez, and Moss—will each view a building site exactly once. Each day exactly one investor will view the site. The investors must view the site in accordance with the following conditions: Fennelly views the site on day 3 or else day 5. Lopez views the site on neither day 4 nor day 6. If Jones views the site on day 1, Hall views the site on day 2. If Knight views the site on day 4, Lopez views the site on day 5. Gupta views the site on the day after the day on which Hall views the site.
If Hall views the site on the day after the day Knight views the site and if Fennelly views the site on the day after the day Lopez views the site, then Jones must view the site on day
[ "1", "2", "3", "4", "5" ]
3
During a period of seven consecutive days—from day 1 through day 7—seven investors—Fennelly, Gupta, Hall, Jones, Knight, Lopez, and Moss—will each view a building site exactly once. Each day exactly one investor will view the site. The investors must view the site in accordance with the following conditions: Fennelly views the site on day 3 or else day 5. Lopez views the site on neither day 4 nor day 6. If Jones views the site on day 1, Hall views the site on day 2. If Knight views the site on day 4, Lopez views the site on day 5. Gupta views the site on the day after the day on which Hall views the site.
If the day on which Gupta views the site and the day on which Lopez views the site both come at some time before the day on which Fennelly views the site, which one of the following is an investor who could view the site on day 3?
[ "Fennelly", "Gupta", "Jones", "Knight", "Moss" ]
1
A zoo's reptile house has a straight row of exactly five consecutive habitats—numbered 1 through 5 from left to right—for housing exactly seven reptiles—four snakes and three lizards. Five of the reptiles are female and two are male. The reptiles must be housed as follows: No habitat houses more than two reptiles. No habitat houses both a snake and a lizard. No female snake is housed in a habitat that is immediately next to a habitat housing a male lizard.
Which one of the following could be a complete and accurate matching of habitats to reptiles?
[ "1: two female snakes; 2: one male snake; 3: one female lizard; 4: one male snake, one female lizard; 5: one female lizard", "1: empty; 2: two female snakes; 3: two female lizards; 4: two male snakes; 5: one female lizard", "1: one female snake, one male snake; 2: two female snakes; 3: one male lizard; 4: one female lizard; 5: one female lizard", "1: two male snakes; 2: empty; 3: one female lizard; 4: one female lizard; 5: two female snakes, one female lizard", "1: one female snake, one male snake; 2: one female snake, one male snake; 3: one male lizard; 4: one female lizard; 5: one female lizard" ]
1
A zoo's reptile house has a straight row of exactly five consecutive habitats—numbered 1 through 5 from left to right—for housing exactly seven reptiles—four snakes and three lizards. Five of the reptiles are female and two are male. The reptiles must be housed as follows: No habitat houses more than two reptiles. No habitat houses both a snake and a lizard. No female snake is housed in a habitat that is immediately next to a habitat housing a male lizard.
If habitat 2 contains at least one female snake and habitat 4 contains two male lizards, then which one of the following could be true?
[ "Habitat 3 contains two reptiles.", "Habitat 5 contains two reptiles.", "Habitat 1 contains a female lizard.", "Habitat 2 contains a female lizard.", "Habitat 5 contains a female lizard." ]
4
A zoo's reptile house has a straight row of exactly five consecutive habitats—numbered 1 through 5 from left to right—for housing exactly seven reptiles—four snakes and three lizards. Five of the reptiles are female and two are male. The reptiles must be housed as follows: No habitat houses more than two reptiles. No habitat houses both a snake and a lizard. No female snake is housed in a habitat that is immediately next to a habitat housing a male lizard.
Which one of the following must be true?
[ "At least one female reptile is alone in a habitat.", "At least one male reptile is alone in a habitat.", "At least one lizard is alone in a habitat.", "At least one lizard is male.", "At least one snake is male." ]
2
A zoo's reptile house has a straight row of exactly five consecutive habitats—numbered 1 through 5 from left to right—for housing exactly seven reptiles—four snakes and three lizards. Five of the reptiles are female and two are male. The reptiles must be housed as follows: No habitat houses more than two reptiles. No habitat houses both a snake and a lizard. No female snake is housed in a habitat that is immediately next to a habitat housing a male lizard.
Which one of the following CANNOT be the complete housing arrangement for habitats 1 and 2?
[ "1: one female snake, one male snake; 2: one male snake", "1: one male lizard; 2: one male snake", "1: two female lizards; 2: one female snake", "1: one male snake; 2: empty", "1: empty; 2: one female lizard" ]
3
A zoo's reptile house has a straight row of exactly five consecutive habitats—numbered 1 through 5 from left to right—for housing exactly seven reptiles—four snakes and three lizards. Five of the reptiles are female and two are male. The reptiles must be housed as follows: No habitat houses more than two reptiles. No habitat houses both a snake and a lizard. No female snake is housed in a habitat that is immediately next to a habitat housing a male lizard.
If habitat 3 is empty, and no snake is housed in a habitat that is immediately next to a habitat containing a snake, then which one of the following could be false?
[ "All snakes are housed in even-numbered habitats.", "None of the lizards is male.", "No snake is alone in a habitat.", "No lizard is housed in a habitat that is immediately next to a habitat containing a lizard.", "Exactly one habitat contains exactly one reptile." ]
0
A zoo's reptile house has a straight row of exactly five consecutive habitats—numbered 1 through 5 from left to right—for housing exactly seven reptiles—four snakes and three lizards. Five of the reptiles are female and two are male. The reptiles must be housed as follows: No habitat houses more than two reptiles. No habitat houses both a snake and a lizard. No female snake is housed in a habitat that is immediately next to a habitat housing a male lizard.
If all snakes are female and each of the lizards has a habitat to itself, then which one of the following habitats CANNOT contain any snakes?
[ "habitat 1", "habitat 2", "habitat 3", "habitat 4", "habitat 5" ]
2
Exactly seven film buffs—Ginnie, Ian, Lianna, Marcos, Reveka, Viktor, and Yow—attend a showing of classic films. Three films are shown, one directed by Fellini, one by Hitchcock, and one by Kurosawa. Each of the film buffs sees exactly one of the three films. The films are shown only once, one film at a time. The following restrictions must apply: Exactly twice as many of the film buffs see the Hitchcock film as see the Fellini film. Ginnie and Reveka do not see the same film as each other. Ian and Marcos do not see the same film as each other. Viktor and Yow see the same film as each other. Lianna sees the Hitchcock film. Ginnie sees either the Fellini film or the Kurosawa film.
Which one of the following could be an accurate matching of film buffs to films?
[ "Ginnie: the Hitchcock film; Ian: the Kurosawa film; Marcos: the Hitchcock film", "Ginnie: the Kurosawa film; Ian: the Fellini film; Viktor: the Fellini film", "Ian: the Hitchcock film; Reveka: the Kurosawa film; Viktor: the Fellini film", "Marcos: the Kurosawa film; Reveka: the Kurosawa film; Viktor: the Kurosawa film", "Marcos: the Hitchcock film; Reveka: the Hitchcock film; Yow: the Hitchcock film" ]
3
Exactly seven film buffs—Ginnie, Ian, Lianna, Marcos, Reveka, Viktor, and Yow—attend a showing of classic films. Three films are shown, one directed by Fellini, one by Hitchcock, and one by Kurosawa. Each of the film buffs sees exactly one of the three films. The films are shown only once, one film at a time. The following restrictions must apply: Exactly twice as many of the film buffs see the Hitchcock film as see the Fellini film. Ginnie and Reveka do not see the same film as each other. Ian and Marcos do not see the same film as each other. Viktor and Yow see the same film as each other. Lianna sees the Hitchcock film. Ginnie sees either the Fellini film or the Kurosawa film.
Each of the following must be false EXCEPT:
[ "Reveka is the only film buff to see the Fellini film.", "Reveka is the only film buff to see the Hitchcock film.", "Yow is the only film buff to see the Kurosawa film.", "Exactly two film buffs see the Kurosawa film.", "Exactly three film buffs see the Hitchcock film." ]
0
Exactly seven film buffs—Ginnie, Ian, Lianna, Marcos, Reveka, Viktor, and Yow—attend a showing of classic films. Three films are shown, one directed by Fellini, one by Hitchcock, and one by Kurosawa. Each of the film buffs sees exactly one of the three films. The films are shown only once, one film at a time. The following restrictions must apply: Exactly twice as many of the film buffs see the Hitchcock film as see the Fellini film. Ginnie and Reveka do not see the same film as each other. Ian and Marcos do not see the same film as each other. Viktor and Yow see the same film as each other. Lianna sees the Hitchcock film. Ginnie sees either the Fellini film or the Kurosawa film.
Which one of the following could be a complete and accurate list of the film buffs who do NOT see the Hitchcock film?
[ "Ginnie, Marcos", "Ginnie Reveka", "Ginnie, Ian, Reveka", "Ginnie, Marcos, Yow", "Ginnie, Viktor, Yow" ]
2
Exactly seven film buffs—Ginnie, Ian, Lianna, Marcos, Reveka, Viktor, and Yow—attend a showing of classic films. Three films are shown, one directed by Fellini, one by Hitchcock, and one by Kurosawa. Each of the film buffs sees exactly one of the three films. The films are shown only once, one film at a time. The following restrictions must apply: Exactly twice as many of the film buffs see the Hitchcock film as see the Fellini film. Ginnie and Reveka do not see the same film as each other. Ian and Marcos do not see the same film as each other. Viktor and Yow see the same film as each other. Lianna sees the Hitchcock film. Ginnie sees either the Fellini film or the Kurosawa film.
If exactly one film buff sees the Kurosawa film, then which one of the following must be true?
[ "Viktor sees the Hitchcock film.", "Ginnie sees the Fellini film.", "Marcos sees the Fellini film.", "Ian sees the Fellini film.", "Reveka sees the Hitchcock film." ]
0
Exactly seven film buffs—Ginnie, Ian, Lianna, Marcos, Reveka, Viktor, and Yow—attend a showing of classic films. Three films are shown, one directed by Fellini, one by Hitchcock, and one by Kurosawa. Each of the film buffs sees exactly one of the three films. The films are shown only once, one film at a time. The following restrictions must apply: Exactly twice as many of the film buffs see the Hitchcock film as see the Fellini film. Ginnie and Reveka do not see the same film as each other. Ian and Marcos do not see the same film as each other. Viktor and Yow see the same film as each other. Lianna sees the Hitchcock film. Ginnie sees either the Fellini film or the Kurosawa film.
Which one of the following must be true?
[ "Ginnie sees a different film than Ian does.", "Ian sees a different film than Lianna does.", "Ian sees a different film than Viktor does.", "Ian, Lianna, and Viktor do not all see the same film.", "Ginnie, Lianna, and Marcos do not all see the same film." ]
4
Exactly seven film buffs—Ginnie, Ian, Lianna, Marcos, Reveka, Viktor, and Yow—attend a showing of classic films. Three films are shown, one directed by Fellini, one by Hitchcock, and one by Kurosawa. Each of the film buffs sees exactly one of the three films. The films are shown only once, one film at a time. The following restrictions must apply: Exactly twice as many of the film buffs see the Hitchcock film as see the Fellini film. Ginnie and Reveka do not see the same film as each other. Ian and Marcos do not see the same film as each other. Viktor and Yow see the same film as each other. Lianna sees the Hitchcock film. Ginnie sees either the Fellini film or the Kurosawa film.
If Viktor sees the same film as Ginnie does, then which one of the following could be true?
[ "Ginnie sees the Fellini film.", "Ian sees the Hitchcock film.", "Reveka sees the Kurosawa film.", "Viktor sees the Hitchcock film.", "Yow sees the Fellini film." ]
1
Exactly seven film buffs—Ginnie, Ian, Lianna, Marcos, Reveka, Viktor, and Yow—attend a showing of classic films. Three films are shown, one directed by Fellini, one by Hitchcock, and one by Kurosawa. Each of the film buffs sees exactly one of the three films. The films are shown only once, one film at a time. The following restrictions must apply: Exactly twice as many of the film buffs see the Hitchcock film as see the Fellini film. Ginnie and Reveka do not see the same film as each other. Ian and Marcos do not see the same film as each other. Viktor and Yow see the same film as each other. Lianna sees the Hitchcock film. Ginnie sees either the Fellini film or the Kurosawa film.
Each of the following could be complete and accurate list of the film buffs who see the Fellini film EXCEPT:
[ "Ginnie, Ian", "Ginnie, Marcos", "Ian, Reveka", "Marcos, Reveka", "Viktor, Yow" ]
4
Six cars are to be arranged in a straight line, and will be numbered 1 through 6, in order, from the front of the line to the back of the line. Each car is exactly one color: two are green, two are orange, and two are purple. The arrangement of cars is restricted as follows: No car can be the same color as any car next to it in line. Either car 5 or car 6 must be purple. Car 1 cannot be orange. Car 4 cannot be green.
The cars in which one of the following pairs CANNOT be the same color as each other?
[ "cars 1 and 4", "cars 1 and 5", "cars 3 and 5", "cars 3 and 6", "cars 4 and 6" ]
0
Six cars are to be arranged in a straight line, and will be numbered 1 through 6, in order, from the front of the line to the back of the line. Each car is exactly one color: two are green, two are orange, and two are purple. The arrangement of cars is restricted as follows: No car can be the same color as any car next to it in line. Either car 5 or car 6 must be purple. Car 1 cannot be orange. Car 4 cannot be green.
If car 2 is the same color as car 4, then which one of the following statements must be true?
[ "Car 1 is purple.", "Car 2 is orange.", "Car 3 is green.", "Car 5 is purple.", "Car 6 is green" ]
1
Six cars are to be arranged in a straight line, and will be numbered 1 through 6, in order, from the front of the line to the back of the line. Each car is exactly one color: two are green, two are orange, and two are purple. The arrangement of cars is restricted as follows: No car can be the same color as any car next to it in line. Either car 5 or car 6 must be purple. Car 1 cannot be orange. Car 4 cannot be green.
If car 4 is purple, which one of the following must be true?
[ "Car 1 is orange.", "Car 2 is green.", "Car 3 is orange.", "Car 5 is green.", "Car 6 is purple." ]
4
Six cars are to be arranged in a straight line, and will be numbered 1 through 6, in order, from the front of the line to the back of the line. Each car is exactly one color: two are green, two are orange, and two are purple. The arrangement of cars is restricted as follows: No car can be the same color as any car next to it in line. Either car 5 or car 6 must be purple. Car 1 cannot be orange. Car 4 cannot be green.
Which one of the following statements must be false?
[ "Car 2 is green.", "Car 4 is orange.", "Car 5 is purple.", "Car 6 is orange.", "Car 6 is green." ]
0
Six cars are to be arranged in a straight line, and will be numbered 1 through 6, in order, from the front of the line to the back of the line. Each car is exactly one color: two are green, two are orange, and two are purple. The arrangement of cars is restricted as follows: No car can be the same color as any car next to it in line. Either car 5 or car 6 must be purple. Car 1 cannot be orange. Car 4 cannot be green.
If one of the two orange cars is replaced by a third green car, and if the arrangement of cars in line must conform to the same restrictions as before, then which one of the following is a complete and accurate list of the cars each of which must be green?
[ "car 1", "car 3", "car 5", "car 1, car 3", "car l, car 3, car 5" ]
3
Exactly eight boats—Jewel, Kashmir, Neptune, Ojibwa, Pacific, Spain, Tornado, and Valhalla—arrived at a dock. No boat arrived at the same time as any other boat. The boats arrived in an order consistent with the following conditions: Tornado arrived before Spain but after Jewel. Neptune arrived before Tornado. Kashmir arrived after Jewel but before Spain. Spain arrived before Ojibwa.
If Neptune arrived after Kashmir, which one of the following must be false?
[ "Jewel was the second of the boats to arrive.", "Kashmir was the fifth of the boats to arrive.", "Neptune was the third of the boats to arrive.", "Ojibwa was the sixth of the boats to arrive.", "Spain was the seventh of the boats to arrive." ]
1
Exactly eight boats—Jewel, Kashmir, Neptune, Ojibwa, Pacific, Spain, Tornado, and Valhalla—arrived at a dock. No boat arrived at the same time as any other boat. The boats arrived in an order consistent with the following conditions: Tornado arrived before Spain but after Jewel. Neptune arrived before Tornado. Kashmir arrived after Jewel but before Spain. Spain arrived before Ojibwa.
Which one of the following must be true?
[ "At least two of the boats arrived before Neptune.", "At least five of the boats arrived before Pacific.", "At least four of the boats arrived before Spain.", "At least three of the boats arrived before Tornado.", "At least two of the boats arrived before Valhalla." ]
2
Exactly eight boats—Jewel, Kashmir, Neptune, Ojibwa, Pacific, Spain, Tornado, and Valhalla—arrived at a dock. No boat arrived at the same time as any other boat. The boats arrived in an order consistent with the following conditions: Tornado arrived before Spain but after Jewel. Neptune arrived before Tornado. Kashmir arrived after Jewel but before Spain. Spain arrived before Ojibwa.
Of the eight boats, what is the maximum number that could have arrived before Jewel?
[ "none", "one", "two", "three", "four" ]
3
Exactly eight boats—Jewel, Kashmir, Neptune, Ojibwa, Pacific, Spain, Tornado, and Valhalla—arrived at a dock. No boat arrived at the same time as any other boat. The boats arrived in an order consistent with the following conditions: Tornado arrived before Spain but after Jewel. Neptune arrived before Tornado. Kashmir arrived after Jewel but before Spain. Spain arrived before Ojibwa.
Of the eight boats, if Valhalla was the second to arrive, then which one of the following CANNOT be true?
[ "Jewel was the third to arrive.", "Jewel was the first to arrive.", "Kashmir was the third to arrive.", "Pacific was the third to arrive.", "Tornado was the third to arrive." ]
4
Exactly eight boats—Jewel, Kashmir, Neptune, Ojibwa, Pacific, Spain, Tornado, and Valhalla—arrived at a dock. No boat arrived at the same time as any other boat. The boats arrived in an order consistent with the following conditions: Tornado arrived before Spain but after Jewel. Neptune arrived before Tornado. Kashmir arrived after Jewel but before Spain. Spain arrived before Ojibwa.
If Valhalla arrived before Neptune but after Pacific, which one of the following could be true?
[ "Tornado arrived before Valhalla.", "Kashmir arrived before Pacific.", "Ojibwa was not the last of the boats to arrive.", "Spain arrived before Valhalla.", "Spain was not the seventh of the boats to arrive." ]
1