context
stringlengths
339
932
question
stringlengths
18
356
answers
sequencelengths
5
5
label
int64
0
4
On an undeveloped street, a developer will simultaneously build four houses on one side, numbered consecutively 1, 3, 5, and 7, and fos on the opposite side, numbered consecutively 2, 4, 6, and 8. Houses 2, 4, 6, and 8 will face houses 1, 3, 5, and 7, respectively. Each house will be exactly one of three styles—ranch, split-level, or Tudor—according to the following conditions: Adjacent houses are of different styles. No split-level house faces another split-level house. Every ranch house has at least one Tudor house adjacent to it. House 3 is a ranch house. House 6 is a split-level house.
If no house faces a house of the same style, then it must be true that house
[ "1 is a split-level house", "1 is a Tudor house", "2 is a ranch house", "2 is a split-level house", "4 is a Tudor house" ]
4
On an undeveloped street, a developer will simultaneously build four houses on one side, numbered consecutively 1, 3, 5, and 7, and fos on the opposite side, numbered consecutively 2, 4, 6, and 8. Houses 2, 4, 6, and 8 will face houses 1, 3, 5, and 7, respectively. Each house will be exactly one of three styles—ranch, split-level, or Tudor—according to the following conditions: Adjacent houses are of different styles. No split-level house faces another split-level house. Every ranch house has at least one Tudor house adjacent to it. House 3 is a ranch house. House 6 is a split-level house.
If the condition requiring house 6 to be a split-level house is suspended but all other original conditions remain the same, then any of the following could be an accurate list of the styles of houses 2, 4, 6, and 8, respectively, EXCEPT:
[ "ranch, split-level, ranch, Tudor", "split-level, ranch, Tudor, split-level", "split-level, Tudor, ranch, split-level", "Tudor, ranch, Tudor, split-level", "Tudor, split-level, ranch, Tudor" ]
0
Within a tennis league each of five teams occupies one of five positions, numbered 1 through 5 in order of rank, with number 1 as the highest position. The teams are initially in the order R, J, S, M, L, with R in position 1. Teams change positions only when a lower-positioned team defeats a higher-positioned team. The rules are as follows: Matches are played alternately in odd-position rounds and in even-position rounds. In an odd-position round, teams in positions 3 and 5 play against teams positioned immediately above them. In an even-position round, teams in positions 2 and 4 play against teams positioned immediately above them. When a lower-positioned team defeats a higher-positioned team, the two teams switch positions after the round is completed.
Which one of the following could be the order of teams, from position 1 through position 5 respectively, after exactly one round of even-position matches if no odd-position round has yet been played?
[ "J, R, M, L, S", "J, R, S, L, M", "R, J, M, L, S", "R, J, M, S, L", "R, S, J, L, M" ]
3
Within a tennis league each of five teams occupies one of five positions, numbered 1 through 5 in order of rank, with number 1 as the highest position. The teams are initially in the order R, J, S, M, L, with R in position 1. Teams change positions only when a lower-positioned team defeats a higher-positioned team. The rules are as follows: Matches are played alternately in odd-position rounds and in even-position rounds. In an odd-position round, teams in positions 3 and 5 play against teams positioned immediately above them. In an even-position round, teams in positions 2 and 4 play against teams positioned immediately above them. When a lower-positioned team defeats a higher-positioned team, the two teams switch positions after the round is completed.
If exactly two rounds of matches have been played, beginning with an odd-position round, and if the lower-positioned teams have won every match in those two rounds, then each of the following must be true EXCEPT:
[ "L is one position higher than J.", "R is one position higher than L.", "S is one position higher than R.", "J is in position 4.", "M is in position 3." ]
4
Within a tennis league each of five teams occupies one of five positions, numbered 1 through 5 in order of rank, with number 1 as the highest position. The teams are initially in the order R, J, S, M, L, with R in position 1. Teams change positions only when a lower-positioned team defeats a higher-positioned team. The rules are as follows: Matches are played alternately in odd-position rounds and in even-position rounds. In an odd-position round, teams in positions 3 and 5 play against teams positioned immediately above them. In an even-position round, teams in positions 2 and 4 play against teams positioned immediately above them. When a lower-positioned team defeats a higher-positioned team, the two teams switch positions after the round is completed.
Which one of the following could be true after exactly two rounds of matches have been played?
[ "J has won two matches.", "L has lost two matches.", "R has won two matches.", "L's only match was played against J.", "M played against S in two matches." ]
0
Within a tennis league each of five teams occupies one of five positions, numbered 1 through 5 in order of rank, with number 1 as the highest position. The teams are initially in the order R, J, S, M, L, with R in position 1. Teams change positions only when a lower-positioned team defeats a higher-positioned team. The rules are as follows: Matches are played alternately in odd-position rounds and in even-position rounds. In an odd-position round, teams in positions 3 and 5 play against teams positioned immediately above them. In an even-position round, teams in positions 2 and 4 play against teams positioned immediately above them. When a lower-positioned team defeats a higher-positioned team, the two teams switch positions after the round is completed.
If after exactly three rounds of matches M is in position 4, and J and L have won all of their matches, then which one of the following can be true?
[ "J is in position 2.", "J is in position 3.", "L is in position 2.", "R is in position 1.", "S is in position 3." ]
2
Within a tennis league each of five teams occupies one of five positions, numbered 1 through 5 in order of rank, with number 1 as the highest position. The teams are initially in the order R, J, S, M, L, with R in position 1. Teams change positions only when a lower-positioned team defeats a higher-positioned team. The rules are as follows: Matches are played alternately in odd-position rounds and in even-position rounds. In an odd-position round, teams in positions 3 and 5 play against teams positioned immediately above them. In an even-position round, teams in positions 2 and 4 play against teams positioned immediately above them. When a lower-positioned team defeats a higher-positioned team, the two teams switch positions after the round is completed.
If after exactly three rounds M has won three matches and the rankings of the other four teams relative to each other remain the same, then which one of the following must be in position 3?
[ "J", "L", "M", "R", "S" ]
0
Within a tennis league each of five teams occupies one of five positions, numbered 1 through 5 in order of rank, with number 1 as the highest position. The teams are initially in the order R, J, S, M, L, with R in position 1. Teams change positions only when a lower-positioned team defeats a higher-positioned team. The rules are as follows: Matches are played alternately in odd-position rounds and in even-position rounds. In an odd-position round, teams in positions 3 and 5 play against teams positioned immediately above them. In an even-position round, teams in positions 2 and 4 play against teams positioned immediately above them. When a lower-positioned team defeats a higher-positioned team, the two teams switch positions after the round is completed.
If after exactly three rounds the teams, in order from first to fifth position, are R, J, L, S, and M, then which one of the following could be the order, from first to fifth position, of the teams after the second round?
[ "J, R, M, S, L", "J, L, S, M, R", "R, J, S, L, M", "R, L, M, S, J", "R, M, L, S, J" ]
2
On Wednesday a physician will have exactly one appointment with seven patients—P, Q, R, S, T, U, W—one patient per appointment. The schedule of appointments, chronologically numbered 1 through 7, must meet the following conditions: Q's appointment is at some time before W's appointment. U's appointment is at some time before P's appointment. Either R or T has appointment 3. S's appointment is either the appointment immediately before or the appointment immediately after R's appointment.
Which one of the following is an acceptable schedule of appointments in order from 1 to 7?
[ "Q, S, R, P, W, U, T", "Q, U, W, S, R, T, P", "S, Q, R, T, W, U, P", "T, U, R, S, W, P, Q", "U, Q, T, P, R, S, W" ]
4
On Wednesday a physician will have exactly one appointment with seven patients—P, Q, R, S, T, U, W—one patient per appointment. The schedule of appointments, chronologically numbered 1 through 7, must meet the following conditions: Q's appointment is at some time before W's appointment. U's appointment is at some time before P's appointment. Either R or T has appointment 3. S's appointment is either the appointment immediately before or the appointment immediately after R's appointment.
If W has appointment 2 and P has appointment 5, then which one of the following must be true?
[ "R has appointment 6.", "S has appointment 4.", "S has appointment 7.", "U has appointment 1.", "U has appointment 4." ]
4
On Wednesday a physician will have exactly one appointment with seven patients—P, Q, R, S, T, U, W—one patient per appointment. The schedule of appointments, chronologically numbered 1 through 7, must meet the following conditions: Q's appointment is at some time before W's appointment. U's appointment is at some time before P's appointment. Either R or T has appointment 3. S's appointment is either the appointment immediately before or the appointment immediately after R's appointment.
If U's appointment is immediately after T's appointment and immediately before R's appointment, then which one of the following must be true?
[ "Q's appointment is at some time before P's appointment.", "S's appointment is at some time before P's appointment.", "S's appointment is immediately before Q's appointment.", "W's appointment is immediately before P's appointment.", "W's appointment is at some time before S's appointment." ]
1
On Wednesday a physician will have exactly one appointment with seven patients—P, Q, R, S, T, U, W—one patient per appointment. The schedule of appointments, chronologically numbered 1 through 7, must meet the following conditions: Q's appointment is at some time before W's appointment. U's appointment is at some time before P's appointment. Either R or T has appointment 3. S's appointment is either the appointment immediately before or the appointment immediately after R's appointment.
If P's appointment is immediately before S's appointment, then each of the following could be true EXCEPT:
[ "R's appointment is immediately before W's appointment.", "T's appointment is immediately before Q's appointment.", "U's appointment is immediately before P's appointment.", "U's appointment is immediately before Q's appointment.", "W's appointment is immediately before T's appointment." ]
1
On Wednesday a physician will have exactly one appointment with seven patients—P, Q, R, S, T, U, W—one patient per appointment. The schedule of appointments, chronologically numbered 1 through 7, must meet the following conditions: Q's appointment is at some time before W's appointment. U's appointment is at some time before P's appointment. Either R or T has appointment 3. S's appointment is either the appointment immediately before or the appointment immediately after R's appointment.
If T's appointment is immediately after P's appointment and immediately before W's appointment, then which one of the following must be true?
[ "W's appointment is at some time before R's appointment.", "U's appointment is at some time before R's appointment.", "S's appointment is at some time before U's appointment.", "R's appointment is at some time before P's appointment.", "Q's appointment is at some time before S's appointment." ]
3
Exactly six employees—officers F, G, and H, and supervisors K, L, and M—must be assigned to exactly three committees—Policy, Quality, and Sales—with exactly three employees per committee. Committee assignments must conform to the following conditions: Each committee must have at least one officer assigned to it. Each employee must be assigned to at least one committee. All three officers must be assigned to the Policy Committee. G cannot be assigned to the same committee as L. K must be assigned to the Sales Committee.
Which one of the following is a group of three employees who can be assigned together to the Sales Committee?
[ "F, G, and H", "F, G, and M", "G, K, and L", "H, K, and L", "K, L, and M" ]
3
Exactly six employees—officers F, G, and H, and supervisors K, L, and M—must be assigned to exactly three committees—Policy, Quality, and Sales—with exactly three employees per committee. Committee assignments must conform to the following conditions: Each committee must have at least one officer assigned to it. Each employee must be assigned to at least one committee. All three officers must be assigned to the Policy Committee. G cannot be assigned to the same committee as L. K must be assigned to the Sales Committee.
If H is assigned to exactly one committee, and if no committee has both F and M assigned to it, then it must be true that
[ "G and M are both assigned to the Quality Committee", "K and L are both assigned to the Sales Committee", "K is assigned to exactly two committees", "L is assigned to exactly two committees", "M is assigned to exactly two committees" ]
2
Exactly six employees—officers F, G, and H, and supervisors K, L, and M—must be assigned to exactly three committees—Policy, Quality, and Sales—with exactly three employees per committee. Committee assignments must conform to the following conditions: Each committee must have at least one officer assigned to it. Each employee must be assigned to at least one committee. All three officers must be assigned to the Policy Committee. G cannot be assigned to the same committee as L. K must be assigned to the Sales Committee.
Which one of the following CANNOT be true?
[ "F is assigned to exactly one committee.", "G is assigned to exactly three committees.", "H is assigned to exactly three committees.", "K is assigned to exactly one committee.", "L is assigned to exactly two committees." ]
1
Exactly six employees—officers F, G, and H, and supervisors K, L, and M—must be assigned to exactly three committees—Policy, Quality, and Sales—with exactly three employees per committee. Committee assignments must conform to the following conditions: Each committee must have at least one officer assigned to it. Each employee must be assigned to at least one committee. All three officers must be assigned to the Policy Committee. G cannot be assigned to the same committee as L. K must be assigned to the Sales Committee.
If F is assigned to exactly three committees, and G is assigned to exactly two committees, then which one of the following must be true?
[ "G is assigned to the Quality Committee.", "G is assigned to the Sales Committee.", "K is assigned to the Quality Committee.", "L is assigned to the Sales Committee.", "M is assigned to the Quality Committee." ]
4
Exactly six employees—officers F, G, and H, and supervisors K, L, and M—must be assigned to exactly three committees—Policy, Quality, and Sales—with exactly three employees per committee. Committee assignments must conform to the following conditions: Each committee must have at least one officer assigned to it. Each employee must be assigned to at least one committee. All three officers must be assigned to the Policy Committee. G cannot be assigned to the same committee as L. K must be assigned to the Sales Committee.
Which one of the following is a group of three employees who can be assigned together to the Quality Committee?
[ "F, G, and H", "F, G, and K", "G, H, and K", "G, K, and L", "H, L, and M" ]
4
Exactly six employees—officers F, G, and H, and supervisors K, L, and M—must be assigned to exactly three committees—Policy, Quality, and Sales—with exactly three employees per committee. Committee assignments must conform to the following conditions: Each committee must have at least one officer assigned to it. Each employee must be assigned to at least one committee. All three officers must be assigned to the Policy Committee. G cannot be assigned to the same committee as L. K must be assigned to the Sales Committee.
If L is assigned to exactly two committees, which of the following must be true?
[ "F is assigned to the Sales Committee.", "G is assigned to the Sales Committee.", "H is assigned to the Quality Committee.", "K is assigned to the Quality Committee.", "M is assigned to the Quality Committee." ]
4
Exactly six employees—officers F, G, and H, and supervisors K, L, and M—must be assigned to exactly three committees—Policy, Quality, and Sales—with exactly three employees per committee. Committee assignments must conform to the following conditions: Each committee must have at least one officer assigned to it. Each employee must be assigned to at least one committee. All three officers must be assigned to the Policy Committee. G cannot be assigned to the same committee as L. K must be assigned to the Sales Committee.
Which one of the following CANNOT be true?
[ "F and G are each assigned to exactly one committee.", "F and H are each assigned to exactly one committee.", "G and H are each assigned to exactly one committee.", "F and M are both assigned to the Sales Committee.", "G and K are both assigned to the Quality Committee." ]
1
On Tuesday Vladimir and Wendy each eat exactly four separate meals: breakfast, lunch, dinner, and a snack. The following is all that is known about what they eat during that day: At no meal does Vladimir eat the same kind of food as Wendy. Neither of them eats the same kind of food more than once during the day. For breakfast, each eats exactly one of the following: hot cakes, poached eggs, or omelet. For lunch, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For dinner, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For a snack, each eats exactly one of the following: fish or omelet. Wendy eats an omelet for lunch.
Which one of the following statements must be true?
[ "Vladimir eats fish for lunch.", "Vladimir eats fish for dinner.", "Vladimir eats fish for his snack.", "Wendy eats fish for dinner.", "Wendy eats fish for her snack." ]
4
On Tuesday Vladimir and Wendy each eat exactly four separate meals: breakfast, lunch, dinner, and a snack. The following is all that is known about what they eat during that day: At no meal does Vladimir eat the same kind of food as Wendy. Neither of them eats the same kind of food more than once during the day. For breakfast, each eats exactly one of the following: hot cakes, poached eggs, or omelet. For lunch, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For dinner, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For a snack, each eats exactly one of the following: fish or omelet. Wendy eats an omelet for lunch.
Vladimir must eat which one of the following foods?
[ "fish", "hot cakes", "macaroni", "omelet", "poached eggs" ]
3
On Tuesday Vladimir and Wendy each eat exactly four separate meals: breakfast, lunch, dinner, and a snack. The following is all that is known about what they eat during that day: At no meal does Vladimir eat the same kind of food as Wendy. Neither of them eats the same kind of food more than once during the day. For breakfast, each eats exactly one of the following: hot cakes, poached eggs, or omelet. For lunch, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For dinner, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For a snack, each eats exactly one of the following: fish or omelet. Wendy eats an omelet for lunch.
If both Vladimir and Wendy eat macaroni on Tuesday, then which one of the following statements could be true?
[ "Vladimir eats fish for lunch.", "Vladimir eats hot cakes for lunch.", "Vladimir eats macaroni for dinner.", "Wendy eats hot cakes for breakfast.", "Wendy eats hot cakes for dinner." ]
3
On Tuesday Vladimir and Wendy each eat exactly four separate meals: breakfast, lunch, dinner, and a snack. The following is all that is known about what they eat during that day: At no meal does Vladimir eat the same kind of food as Wendy. Neither of them eats the same kind of food more than once during the day. For breakfast, each eats exactly one of the following: hot cakes, poached eggs, or omelet. For lunch, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For dinner, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For a snack, each eats exactly one of the following: fish or omelet. Wendy eats an omelet for lunch.
If Wendy does not eat macaroni on Tuesday, then which one of the following statements could be true?
[ "Vladimir eats poached eggs for breakfast.", "Vladimir eats fish for lunch.", "Vladimir eats hot cakes for lunch.", "Wendy eats hot cakes for breakfast.", "Wendy eats fish for dinner." ]
1
On Tuesday Vladimir and Wendy each eat exactly four separate meals: breakfast, lunch, dinner, and a snack. The following is all that is known about what they eat during that day: At no meal does Vladimir eat the same kind of food as Wendy. Neither of them eats the same kind of food more than once during the day. For breakfast, each eats exactly one of the following: hot cakes, poached eggs, or omelet. For lunch, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For dinner, each eats exactly one of the following: fish, hot cakes, macaroni, or omelet. For a snack, each eats exactly one of the following: fish or omelet. Wendy eats an omelet for lunch.
If Wendy eats poached eggs for breakfast, then which one of the following statements cannot be true?
[ "Vladimir eats fish for lunch.", "Vladimir eats hot cakes for lunch.", "Vladimir eats macaroni for dinner.", "Wendy eats hot cakes for dinner.", "Wendy eats macaroni for dinner." ]
1
Eight people—Jack, Karen, Laura, Mark, Nick, Owen, Peggy, and Ruth—will be placed on two four-person teams—X and Y—for a relay race that is run in four successive legs: first, second, third, and fourth. The teams race concurrently. Each team member runs exactly one of the legs, one team member per leg, according to the following conditions: Jack is on the same team as Karen. Karen is not on the same team as Nick. Ruth runs an earlier leg of the race than Peggy runs, whether or not they are on the same team as each other. Mark and Nick are both on team Y. Neither Jack nor Mark runs third. Karen and Laura both run second. Owen runs fourth.
Which one of the following must be true?
[ "If Jack and Owen are assigned to the same team as each other, Jack runs first.", "If Jack and Peggy are assigned to the same team as each other, Jack runs fourth.", "If Jack and Ruth are assigned to the same team as each other, Ruth runs third.", "If Mark and Owen are assigned to the same team as each other, Mark runs fourth.", "If Mark and Ruth are assigned to the same team as each other, Ruth runs third." ]
0
Eight people—Jack, Karen, Laura, Mark, Nick, Owen, Peggy, and Ruth—will be placed on two four-person teams—X and Y—for a relay race that is run in four successive legs: first, second, third, and fourth. The teams race concurrently. Each team member runs exactly one of the legs, one team member per leg, according to the following conditions: Jack is on the same team as Karen. Karen is not on the same team as Nick. Ruth runs an earlier leg of the race than Peggy runs, whether or not they are on the same team as each other. Mark and Nick are both on team Y. Neither Jack nor Mark runs third. Karen and Laura both run second. Owen runs fourth.
If Ruth is assigned to team X, which one of the following is a complete and accurate list of the legs that she could run?
[ "first", "second", "first, second", "first, third", "second, third" ]
3
Eight people—Jack, Karen, Laura, Mark, Nick, Owen, Peggy, and Ruth—will be placed on two four-person teams—X and Y—for a relay race that is run in four successive legs: first, second, third, and fourth. The teams race concurrently. Each team member runs exactly one of the legs, one team member per leg, according to the following conditions: Jack is on the same team as Karen. Karen is not on the same team as Nick. Ruth runs an earlier leg of the race than Peggy runs, whether or not they are on the same team as each other. Mark and Nick are both on team Y. Neither Jack nor Mark runs third. Karen and Laura both run second. Owen runs fourth.
If Owen and Ruth are assigned to the same team as each other, which one of the following must be true?
[ "Mark runs fourth.", "Nick runs first.", "Nick runs fourth.", "Peggy runs first.", "Peggy runs fourth." ]
4
Eight people—Jack, Karen, Laura, Mark, Nick, Owen, Peggy, and Ruth—will be placed on two four-person teams—X and Y—for a relay race that is run in four successive legs: first, second, third, and fourth. The teams race concurrently. Each team member runs exactly one of the legs, one team member per leg, according to the following conditions: Jack is on the same team as Karen. Karen is not on the same team as Nick. Ruth runs an earlier leg of the race than Peggy runs, whether or not they are on the same team as each other. Mark and Nick are both on team Y. Neither Jack nor Mark runs third. Karen and Laura both run second. Owen runs fourth.
Any of the following can be true EXCEPT:
[ "Jack runs first.", "Mark runs fourth.", "Nick runs first.", "Nick and Peggy both run third.", "Owen and Peggy both run fourth." ]
2
Eight people—Jack, Karen, Laura, Mark, Nick, Owen, Peggy, and Ruth—will be placed on two four-person teams—X and Y—for a relay race that is run in four successive legs: first, second, third, and fourth. The teams race concurrently. Each team member runs exactly one of the legs, one team member per leg, according to the following conditions: Jack is on the same team as Karen. Karen is not on the same team as Nick. Ruth runs an earlier leg of the race than Peggy runs, whether or not they are on the same team as each other. Mark and Nick are both on team Y. Neither Jack nor Mark runs third. Karen and Laura both run second. Owen runs fourth.
If Ruth and Peggy are assigned to the same team as each other, which one of the following must be true?
[ "Jack runs first.", "Mark runs fourth.", "Nick runs third.", "Peggy runs third.", "Ruth runs first." ]
2
Eight people—Jack, Karen, Laura, Mark, Nick, Owen, Peggy, and Ruth—will be placed on two four-person teams—X and Y—for a relay race that is run in four successive legs: first, second, third, and fourth. The teams race concurrently. Each team member runs exactly one of the legs, one team member per leg, according to the following conditions: Jack is on the same team as Karen. Karen is not on the same team as Nick. Ruth runs an earlier leg of the race than Peggy runs, whether or not they are on the same team as each other. Mark and Nick are both on team Y. Neither Jack nor Mark runs third. Karen and Laura both run second. Owen runs fourth.
Any of the following can be true EXCEPT:
[ "Jack runs fourth.", "Nick runs fourth.", "Peggy runs fourth.", "Ruth runs first.", "Ruth runs third." ]
1
Eight people—Jack, Karen, Laura, Mark, Nick, Owen, Peggy, and Ruth—will be placed on two four-person teams—X and Y—for a relay race that is run in four successive legs: first, second, third, and fourth. The teams race concurrently. Each team member runs exactly one of the legs, one team member per leg, according to the following conditions: Jack is on the same team as Karen. Karen is not on the same team as Nick. Ruth runs an earlier leg of the race than Peggy runs, whether or not they are on the same team as each other. Mark and Nick are both on team Y. Neither Jack nor Mark runs third. Karen and Laura both run second. Owen runs fourth.
If Peggy runs third on the same team to which Jack is assigned, which one of the following must be true?
[ "Jack runs the first leg on the team to which he is assigned.", "Ruth runs the first leg on the team to which she is assigned.", "Owen runs on the same team as Jack.", "Owen runs on the same team as Mark.", "Ruth runs on the same team as Mark." ]
1
A contractor is scheduling construction of seven decks—F, G, H, J, K, L, and M—during a seven-week period: week 1 through week 7. Because of customers' requirements, exactly one deck must be built each week according to the following conditions: G must be built at some time before K is built. L must be built either immediately before or immediately after M is built. F must be built during week 5. J must be built during week 2 or week 6.
Which one of the following is an acceptable construction schedule for the decks, in order from the deck built in week 1 to that built in week 7?
[ "G, K, H, M, F, J, L", "H, G, L, M, F, K, J", "H, J, G, F, M, L, K", "H, M, L, G, F, J, K", "K, J, H, G, F, M, L" ]
3
A contractor is scheduling construction of seven decks—F, G, H, J, K, L, and M—during a seven-week period: week 1 through week 7. Because of customers' requirements, exactly one deck must be built each week according to the following conditions: G must be built at some time before K is built. L must be built either immediately before or immediately after M is built. F must be built during week 5. J must be built during week 2 or week 6.
If G is built at some time after F is built, which one of the following must be true?
[ "G is built during week 7.", "H is built during week 1.", "J is built during week 6.", "L is built during week 3.", "M is built during week 1." ]
1
A contractor is scheduling construction of seven decks—F, G, H, J, K, L, and M—during a seven-week period: week 1 through week 7. Because of customers' requirements, exactly one deck must be built each week according to the following conditions: G must be built at some time before K is built. L must be built either immediately before or immediately after M is built. F must be built during week 5. J must be built during week 2 or week 6.
Which one of the following is a complete and accurate list of the weeks any one of which could be the week in which K is built?
[ "2, 3, 6", "2, 3, 7", "2, 5, 6, 7", "1, 2, 3, 6, 7", "2, 3, 4, 6, 7" ]
4
A contractor is scheduling construction of seven decks—F, G, H, J, K, L, and M—during a seven-week period: week 1 through week 7. Because of customers' requirements, exactly one deck must be built each week according to the following conditions: G must be built at some time before K is built. L must be built either immediately before or immediately after M is built. F must be built during week 5. J must be built during week 2 or week 6.
Which one of the following is a complete and accurate list of decks any one of which could be the deck built in week 3?
[ "K, L, M", "F, G, H, K", "F, H, K, M", "G, H, K, L, M", "H, J, K, L, M" ]
3
A contractor is scheduling construction of seven decks—F, G, H, J, K, L, and M—during a seven-week period: week 1 through week 7. Because of customers' requirements, exactly one deck must be built each week according to the following conditions: G must be built at some time before K is built. L must be built either immediately before or immediately after M is built. F must be built during week 5. J must be built during week 2 or week 6.
If G is built during week 4, then there are exactly how many acceptable orders any one of which could be the order in which the seven decks are built?
[ "one", "two", "three", "four", "five" ]
3
Each of five salespeople—F, G, H, I, and J—will present a different one of a company's products—L, M, N, O, and P—at a convention running from Monday through Wednesday. Exactly two products will be presented on Monday, exactly one on Tuesday, and exactly two on Wednesday. The scheduling of presentations is governed by the following conditions: F cannot present a product on the same day as H. Either I or else J must present product N on Tuesday. G must present a product on the day that product O is presented, whether or not G is the salesperson who presents product O.
Which one of the following must be true?
[ "If F presents a product on Monday, then G presents product O.", "If I presents a product on Tuesday, then J presents a product on Monday.", "If J presents a product on Tuesday, then G presents a product on Monday.", "If both F and J present products on Monday, then H presents product O.", "If both H and I present products on Wednesday, then product O is presented on Monday." ]
4
Each of five salespeople—F, G, H, I, and J—will present a different one of a company's products—L, M, N, O, and P—at a convention running from Monday through Wednesday. Exactly two products will be presented on Monday, exactly one on Tuesday, and exactly two on Wednesday. The scheduling of presentations is governed by the following conditions: F cannot present a product on the same day as H. Either I or else J must present product N on Tuesday. G must present a product on the day that product O is presented, whether or not G is the salesperson who presents product O.
If salespeople H and I present products on Monday, which one of the following must be true?
[ "F presents product M.", "G presents product L.", "I presents product N.", "Product O is presented on Wednesday.", "Product P is presented on Wednesday." ]
3
Each of five salespeople—F, G, H, I, and J—will present a different one of a company's products—L, M, N, O, and P—at a convention running from Monday through Wednesday. Exactly two products will be presented on Monday, exactly one on Tuesday, and exactly two on Wednesday. The scheduling of presentations is governed by the following conditions: F cannot present a product on the same day as H. Either I or else J must present product N on Tuesday. G must present a product on the day that product O is presented, whether or not G is the salesperson who presents product O.
If G presents product P on Wednesday, then any of the following could be true EXCEPT:
[ "H presents product O.", "I presents product N.", "I presents product O.", "F makes a presentation on Monday.", "F makes a presentation on Wednesday." ]
2
Each of five salespeople—F, G, H, I, and J—will present a different one of a company's products—L, M, N, O, and P—at a convention running from Monday through Wednesday. Exactly two products will be presented on Monday, exactly one on Tuesday, and exactly two on Wednesday. The scheduling of presentations is governed by the following conditions: F cannot present a product on the same day as H. Either I or else J must present product N on Tuesday. G must present a product on the day that product O is presented, whether or not G is the salesperson who presents product O.
If products M and P are presented on Monday, which one of the following could be true?
[ "G presents product P.", "I presents product O.", "J presents product L.", "F presents a product on Monday.", "G presents a product on Monday." ]
3
Each of five salespeople—F, G, H, I, and J—will present a different one of a company's products—L, M, N, O, and P—at a convention running from Monday through Wednesday. Exactly two products will be presented on Monday, exactly one on Tuesday, and exactly two on Wednesday. The scheduling of presentations is governed by the following conditions: F cannot present a product on the same day as H. Either I or else J must present product N on Tuesday. G must present a product on the day that product O is presented, whether or not G is the salesperson who presents product O.
If product O is presented on the same day as product P, which one of the following must be true?
[ "F presents product O or else product P.", "F presents neither product O nor product P.", "H presents product O or else product P.", "I presents product O or else product P.", "J presents neither product O nor product P." ]
4
The seven members of an academic department are each to be assigned a different room as an office. The department members are professors F and G, lecturers Q, R, and S, and instructors V and W. The available rooms are seven consecutive rooms along one side of a straight hallway numbered sequentially 101 through 107. The assignment must conform to the following conditions: Neither instructor is assigned a room next to a professor's room. Neither professor is assigned room 101 and neither professor is assigned room 107. G is not assigned a room next to R's room. W is not assigned a room next to V's room unless R is also assigned a room next to V's room.
If F and G are assigned rooms that have exactly one room between them, which one of the following is the list of department members each of whom could be assigned to the intervening room?
[ "Q, R", "Q, S", "Q, V", "R, W", "S, V" ]
1
The seven members of an academic department are each to be assigned a different room as an office. The department members are professors F and G, lecturers Q, R, and S, and instructors V and W. The available rooms are seven consecutive rooms along one side of a straight hallway numbered sequentially 101 through 107. The assignment must conform to the following conditions: Neither instructor is assigned a room next to a professor's room. Neither professor is assigned room 101 and neither professor is assigned room 107. G is not assigned a room next to R's room. W is not assigned a room next to V's room unless R is also assigned a room next to V's room.
Which one of the following is a possible assignment of rooms for members R, V, and W?
[ "101: V; 102: W; 103: R", "101: V; 102: W, 104: R", "101: V; 103: W; 104: R", "103: W; 104: V; 106: R", "105: R; 106: W; 107: V" ]
2
The seven members of an academic department are each to be assigned a different room as an office. The department members are professors F and G, lecturers Q, R, and S, and instructors V and W. The available rooms are seven consecutive rooms along one side of a straight hallway numbered sequentially 101 through 107. The assignment must conform to the following conditions: Neither instructor is assigned a room next to a professor's room. Neither professor is assigned room 101 and neither professor is assigned room 107. G is not assigned a room next to R's room. W is not assigned a room next to V's room unless R is also assigned a room next to V's room.
If R is assigned room 104, which one of the following must be assigned either room 103 or else room 105?
[ "F", "G", "Q", "V", "W" ]
0
The seven members of an academic department are each to be assigned a different room as an office. The department members are professors F and G, lecturers Q, R, and S, and instructors V and W. The available rooms are seven consecutive rooms along one side of a straight hallway numbered sequentially 101 through 107. The assignment must conform to the following conditions: Neither instructor is assigned a room next to a professor's room. Neither professor is assigned room 101 and neither professor is assigned room 107. G is not assigned a room next to R's room. W is not assigned a room next to V's room unless R is also assigned a room next to V's room.
What is the greatest number of rooms that could be between the rooms to which F and G are assigned?
[ "one", "two", "three", "four", "five" ]
0
The seven members of an academic department are each to be assigned a different room as an office. The department members are professors F and G, lecturers Q, R, and S, and instructors V and W. The available rooms are seven consecutive rooms along one side of a straight hallway numbered sequentially 101 through 107. The assignment must conform to the following conditions: Neither instructor is assigned a room next to a professor's room. Neither professor is assigned room 101 and neither professor is assigned room 107. G is not assigned a room next to R's room. W is not assigned a room next to V's room unless R is also assigned a room next to V's room.
Which one of the following CANNOT be assigned room 104?
[ "F", "G", "Q", "S", "V" ]
4
The seven members of an academic department are each to be assigned a different room as an office. The department members are professors F and G, lecturers Q, R, and S, and instructors V and W. The available rooms are seven consecutive rooms along one side of a straight hallway numbered sequentially 101 through 107. The assignment must conform to the following conditions: Neither instructor is assigned a room next to a professor's room. Neither professor is assigned room 101 and neither professor is assigned room 107. G is not assigned a room next to R's room. W is not assigned a room next to V's room unless R is also assigned a room next to V's room.
If no two faculty members of the same rank are assigned adjacent rooms, which one of the following must be true?
[ "F is assigned either room 103 or else room 104.", "Q is assigned either room 102 or else room 106.", "R is assigned either room 102 or else room 105.", "S is assigned either room 104 or else room 105.", "V is assigned either room 101 or else room 107." ]
4
The seven members of an academic department are each to be assigned a different room as an office. The department members are professors F and G, lecturers Q, R, and S, and instructors V and W. The available rooms are seven consecutive rooms along one side of a straight hallway numbered sequentially 101 through 107. The assignment must conform to the following conditions: Neither instructor is assigned a room next to a professor's room. Neither professor is assigned room 101 and neither professor is assigned room 107. G is not assigned a room next to R's room. W is not assigned a room next to V's room unless R is also assigned a room next to V's room.
If F and G are not assigned rooms that are next to each other, which one of the following CANNOT be assigned room 107?
[ "W", "V", "S", "R", "Q" ]
3
The coordinator of an exhibition will select at least four and at most six rugs from a group of eight rugs made up of two oval wool rugs, three rectangular wool rugs, one oval silk rug, and two rectangular silk rugs according to the following conditions: At least two oval rugs must be selected. The number of wool rugs selected can be neither less than two nor more than three. If the oval silk rug is selected, at least one rectangular silk rug must be selected.
Which one of the following is an acceptable selection of rugs for the exhibition?
[ "one oval silk rug, one oval wool rug, and two rectangular wool rugs", "one oval silk rug, one rectangular wool rug, and two rectangular silk rugs", "two oval wool rugs, one rectangular silk rug, and two rectangular wool rugs", "two oval wool rugs, one rectangular silk rug, and one rectangular wool rug", "two rectangular silk rugs and three rectangular wool rugs" ]
3
The coordinator of an exhibition will select at least four and at most six rugs from a group of eight rugs made up of two oval wool rugs, three rectangular wool rugs, one oval silk rug, and two rectangular silk rugs according to the following conditions: At least two oval rugs must be selected. The number of wool rugs selected can be neither less than two nor more than three. If the oval silk rug is selected, at least one rectangular silk rug must be selected.
If three wool rugs are selected, then any of the following could be a complete and accurate list of the other rugs selected EXCEPT:
[ "one oval silk rug", "one rectangular silk rug", "two rectangular silk rugs", "one oval silk rug and one rectangular silk rug", "one oval silk rug and two rectangular silk rugs" ]
0
The coordinator of an exhibition will select at least four and at most six rugs from a group of eight rugs made up of two oval wool rugs, three rectangular wool rugs, one oval silk rug, and two rectangular silk rugs according to the following conditions: At least two oval rugs must be selected. The number of wool rugs selected can be neither less than two nor more than three. If the oval silk rug is selected, at least one rectangular silk rug must be selected.
The rugs selected for the exhibition can include any of the following EXCEPT:
[ "one oval silk rug", "two oval wool rugs", "three oval rugs", "two rectangular wool rugs", "three rectangular wool rugs" ]
4
The coordinator of an exhibition will select at least four and at most six rugs from a group of eight rugs made up of two oval wool rugs, three rectangular wool rugs, one oval silk rug, and two rectangular silk rugs according to the following conditions: At least two oval rugs must be selected. The number of wool rugs selected can be neither less than two nor more than three. If the oval silk rug is selected, at least one rectangular silk rug must be selected.
If only one silk rug is selected for the exhibition, then the other rugs selected must be a group made up of
[ "one oval rug and two rectangular rugs", "two oval rugs and one rectangular rug", "two oval rugs and two rectangular rugs", "two oval rugs and three rectangular rugs", "three rectangular rugs" ]
1
The coordinator of an exhibition will select at least four and at most six rugs from a group of eight rugs made up of two oval wool rugs, three rectangular wool rugs, one oval silk rug, and two rectangular silk rugs according to the following conditions: At least two oval rugs must be selected. The number of wool rugs selected can be neither less than two nor more than three. If the oval silk rug is selected, at least one rectangular silk rug must be selected.
If exactly four rugs are selected, then the rugs selected could be
[ "one oval rug and three rectangular wool rugs", "two oval rugs and two rectangular wool rugs", "three oval rugs and one rectangular silk rug", "three oval rugs and one rectangular wool rug", "two rectangular silk rugs and two rectangular wool rugs" ]
2
The coordinator of an exhibition will select at least four and at most six rugs from a group of eight rugs made up of two oval wool rugs, three rectangular wool rugs, one oval silk rug, and two rectangular silk rugs according to the following conditions: At least two oval rugs must be selected. The number of wool rugs selected can be neither less than two nor more than three. If the oval silk rug is selected, at least one rectangular silk rug must be selected.
If all three silk rugs are selected, then each of the following could be a complete and accurate list of the other rugs selected EXCEPT:
[ "one oval wool rug", "two oval wool rugs", "one oval wool rug and one rectangular wool rug", "one oval wool rug and two rectangular wool rugs", "two oval wool rugs and one rectangular wool rug" ]
0
The coordinator of an exhibition will select at least four and at most six rugs from a group of eight rugs made up of two oval wool rugs, three rectangular wool rugs, one oval silk rug, and two rectangular silk rugs according to the following conditions: At least two oval rugs must be selected. The number of wool rugs selected can be neither less than two nor more than three. If the oval silk rug is selected, at least one rectangular silk rug must be selected.
If exactly six rugs are selected, they must include
[ "exactly one of the oval rugs", "the two oval wool rugs", "the two rectangular silk rugs", "exactly three of the rectangular rugs", "all three rectangular wool rugs" ]
2
During a period of six consecutive days—day 1 through day 6—each of exactly six factories—F, G, H, J, Q, and R—will be inspected. During this period, each of the factories will be inspected exactly once, one factory per day. The schedule for the inspections must conform to the following conditions: F is inspected on either day 1 or day 6. J is inspected on an earlier day than Q is inspected. Q is inspected on the day immediately before R is inspected. If G is inspected on day 3, Q is inspected on day 5.
Which one of the following could be a list of the factories in the order of their scheduled inspections, from day 1 thought day 6?
[ "F, Q, R, H, J, G", "G, H, J, Q, R, F", "G, J, Q, H, R, F", "G, J, Q, R, F, H", "J, H, G, Q, R, F" ]
1
During a period of six consecutive days—day 1 through day 6—each of exactly six factories—F, G, H, J, Q, and R—will be inspected. During this period, each of the factories will be inspected exactly once, one factory per day. The schedule for the inspections must conform to the following conditions: F is inspected on either day 1 or day 6. J is inspected on an earlier day than Q is inspected. Q is inspected on the day immediately before R is inspected. If G is inspected on day 3, Q is inspected on day 5.
Which one of the following must be false?
[ "The inspection of G is scheduled for day 4.", "The inspection of H is scheduled for day 6.", "The inspection of J is scheduled for day 4.", "The inspection of Q is scheduled for day 3.", "The inspection of R is scheduled for day 2." ]
4
During a period of six consecutive days—day 1 through day 6—each of exactly six factories—F, G, H, J, Q, and R—will be inspected. During this period, each of the factories will be inspected exactly once, one factory per day. The schedule for the inspections must conform to the following conditions: F is inspected on either day 1 or day 6. J is inspected on an earlier day than Q is inspected. Q is inspected on the day immediately before R is inspected. If G is inspected on day 3, Q is inspected on day 5.
The inspection of which one of the following CANNOT be scheduled for day 5 ?
[ "G", "H", "J", "Q", "R" ]
2
During a period of six consecutive days—day 1 through day 6—each of exactly six factories—F, G, H, J, Q, and R—will be inspected. During this period, each of the factories will be inspected exactly once, one factory per day. The schedule for the inspections must conform to the following conditions: F is inspected on either day 1 or day 6. J is inspected on an earlier day than Q is inspected. Q is inspected on the day immediately before R is inspected. If G is inspected on day 3, Q is inspected on day 5.
The inspection scheduled for day 3 and day 5, respectively, could be those of
[ "G and H", "G and R", "H and G", "R and J", "R and H" ]
4
During a period of six consecutive days—day 1 through day 6—each of exactly six factories—F, G, H, J, Q, and R—will be inspected. During this period, each of the factories will be inspected exactly once, one factory per day. The schedule for the inspections must conform to the following conditions: F is inspected on either day 1 or day 6. J is inspected on an earlier day than Q is inspected. Q is inspected on the day immediately before R is inspected. If G is inspected on day 3, Q is inspected on day 5.
If the inspection of R is scheduled for the day immediately before the inspection of F, which one of the following must be true about the schedule?
[ "The inspection of either G or H is scheduled for day 1.", "The inspection of either G or J is scheduled for day 1.", "The inspection of either G or J is scheduled for day 2.", "The inspection of either H or J is scheduled for day 3.", "The inspection of either H or J is scheduled for day 4." ]
3
During a period of six consecutive days—day 1 through day 6—each of exactly six factories—F, G, H, J, Q, and R—will be inspected. During this period, each of the factories will be inspected exactly once, one factory per day. The schedule for the inspections must conform to the following conditions: F is inspected on either day 1 or day 6. J is inspected on an earlier day than Q is inspected. Q is inspected on the day immediately before R is inspected. If G is inspected on day 3, Q is inspected on day 5.
If the inspection of G and of H are scheduled, not necessarily in that order, for days as far apart as possible, which one of the following is a complete and accurate list of the factories any one of which could be scheduled for inspection for day 1?
[ "F, J", "G, H", "G, H, J", "F, G, H", "F, G, H, J" ]
3
During a period of six consecutive days—day 1 through day 6—each of exactly six factories—F, G, H, J, Q, and R—will be inspected. During this period, each of the factories will be inspected exactly once, one factory per day. The schedule for the inspections must conform to the following conditions: F is inspected on either day 1 or day 6. J is inspected on an earlier day than Q is inspected. Q is inspected on the day immediately before R is inspected. If G is inspected on day 3, Q is inspected on day 5.
If the inspection of G is scheduled for the day immediately before the inspection of Q, which one of the following could be true?
[ "The inspection of G is scheduled for day 5.", "The inspection of H is scheduled for day 6.", "The inspection of J is scheduled for day 2.", "The inspection of Q is scheduled for day 4.", "The inspection of R is scheduled for day 3." ]
2
In a theater company, four two-day workshops—Lighting, Production, Rehearsals, and Staging—are conducted over the course of five days, Monday through Friday. The workshops are conducted in a manner consistent with the following constraints: The two days on which a given workshop is in session are consecutive. On each of the five days, at least one, but no more than two, of the workshops are in session. The workshops on Production and Rehearsals begin no earlier than the day immediately following the second day of the workshop on Lighting.
Which one of the following could be true?
[ "Only one workshop is in session on Thursday.", "Only one workshop is in session on Friday.", "The workshop on Rehearsals is in session on Tuesday.", "The workshop on Staging is in session on Thursday.", "The workshops in Rehearsals and Production are both in session on Wednesday." ]
1
In a theater company, four two-day workshops—Lighting, Production, Rehearsals, and Staging—are conducted over the course of five days, Monday through Friday. The workshops are conducted in a manner consistent with the following constraints: The two days on which a given workshop is in session are consecutive. On each of the five days, at least one, but no more than two, of the workshops are in session. The workshops on Production and Rehearsals begin no earlier than the day immediately following the second day of the workshop on Lighting.
Which one of the following could be true?
[ "The workshop on Lighting is in session on Wednesday, and the workshop on Rehearsals is in session on Tuesday.", "The workshop on Lighting is in session on Wednesday, and the only workshop in session on Thursday is the workshop on Rehearsals.", "The workshop on Lighting is in session on Wednesday, and the only workshop in session on Monday is the workshop on Staging.", "The workshop on Lighting is in session on Monday, and the only workshop in session on Thursday is the workshop on Staging.", "The workshops on Lighting and Production are both in session on Wednesday." ]
2
In a theater company, four two-day workshops—Lighting, Production, Rehearsals, and Staging—are conducted over the course of five days, Monday through Friday. The workshops are conducted in a manner consistent with the following constraints: The two days on which a given workshop is in session are consecutive. On each of the five days, at least one, but no more than two, of the workshops are in session. The workshops on Production and Rehearsals begin no earlier than the day immediately following the second day of the workshop on Lighting.
If the workshop on Production is in session on Wednesday, which one of the following must be true?
[ "The workshop on Lighting is in session on Monday.", "The workshop on Rehearsals is in session on Wednesday.", "The workshop on Staging is in session on Thursday .", "The workshop on Staging is in session on Monday.", "The workshop on Staging is in session on Wednesday." ]
0
In a theater company, four two-day workshops—Lighting, Production, Rehearsals, and Staging—are conducted over the course of five days, Monday through Friday. The workshops are conducted in a manner consistent with the following constraints: The two days on which a given workshop is in session are consecutive. On each of the five days, at least one, but no more than two, of the workshops are in session. The workshops on Production and Rehearsals begin no earlier than the day immediately following the second day of the workshop on Lighting.
If the workshop on production is the only workshop in session on Friday, which one of the following must be false?
[ "The workshop on Lighting is in session both on Tuesday and on Wednesday.", "The workshop on Rehearsals is in session both on Wednesday and on Thursday.", "The workshop on Staging is in session both on Monday and on Tuesday.", "The workshop on Lighting is in session on the same two days as is the workshop on Staging.", "The workshop on Rehearsals is in session on a day when the workshop on Staging is also in session." ]
0
In a theater company, four two-day workshops—Lighting, Production, Rehearsals, and Staging—are conducted over the course of five days, Monday through Friday. The workshops are conducted in a manner consistent with the following constraints: The two days on which a given workshop is in session are consecutive. On each of the five days, at least one, but no more than two, of the workshops are in session. The workshops on Production and Rehearsals begin no earlier than the day immediately following the second day of the workshop on Lighting.
If the workshop on Lighting is the only workshop in session on Monday, which one of the following could be true?
[ "The workshops on Rehearsals and Staging are both in session on Tuesday.", "The workshop on Rehearsals is the only workshop in session on Wednesday.", "The workshop on Staging is the only workshop in session on Wednesday.", "The workshops on Staging and Rehearsals are both in session on Wednesday and on Thursday.", "The workshops on Staging and Production are both in session on Thursday." ]
2
Each of two boats, boat 1 and boat 2, will be assigned exactly four people. Exactly eight people, three adults—F, G, and H—and five children—V, W, X, Y, and Z—must be assigned to the boats according to the following conditions: Each boat is assigned at least one adult. If F is assigned to boat 2, G is assigned to boat 2. If V is assigned to boat 1, W is assigned to boat 2. X and Z are assigned to different boats.
Which one of the following is an acceptable assignment of people to boat I ?
[ "F, G, H, X", "F, H, W, Y", "F, H, Y, Z", "F, V, W, X", "G, H, X, Y" ]
2
Each of two boats, boat 1 and boat 2, will be assigned exactly four people. Exactly eight people, three adults—F, G, and H—and five children—V, W, X, Y, and Z—must be assigned to the boats according to the following conditions: Each boat is assigned at least one adult. If F is assigned to boat 2, G is assigned to boat 2. If V is assigned to boat 1, W is assigned to boat 2. X and Z are assigned to different boats.
If F is assigned to boat 2, which one of the following is a pair of people who could be assigned to the same boat as each other?
[ "F and Y", "G and H", "G and Y", "V and W", "Y and Z" ]
4
Each of two boats, boat 1 and boat 2, will be assigned exactly four people. Exactly eight people, three adults—F, G, and H—and five children—V, W, X, Y, and Z—must be assigned to the boats according to the following conditions: Each boat is assigned at least one adult. If F is assigned to boat 2, G is assigned to boat 2. If V is assigned to boat 1, W is assigned to boat 2. X and Z are assigned to different boats.
If exactly three children are assigned to boat 1, which one of the following is a pair of people who could both be assigned to boat 2?
[ "F and H", "G and Y", "H and W", "V and W", "W and Y" ]
2
Each of two boats, boat 1 and boat 2, will be assigned exactly four people. Exactly eight people, three adults—F, G, and H—and five children—V, W, X, Y, and Z—must be assigned to the boats according to the following conditions: Each boat is assigned at least one adult. If F is assigned to boat 2, G is assigned to boat 2. If V is assigned to boat 1, W is assigned to boat 2. X and Z are assigned to different boats.
If G is assigned to boat 1, which one of the following must be true?
[ "H is assigned to boat 2.", "V is assigned to boat 2.", "Exactly one adult is assigned to boat 1.", "Exactly two adults are assigned to boat 2.", "Exactly two children are assigned to boat 2." ]
0
Each of two boats, boat 1 and boat 2, will be assigned exactly four people. Exactly eight people, three adults—F, G, and H—and five children—V, W, X, Y, and Z—must be assigned to the boats according to the following conditions: Each boat is assigned at least one adult. If F is assigned to boat 2, G is assigned to boat 2. If V is assigned to boat 1, W is assigned to boat 2. X and Z are assigned to different boats.
If V and W are assigned to the same boat as each other, which one of the following is a pair of people who must also be assigned to the same boat as each other?
[ "F and H", "F and Y", "G and X", "W and X", "Y and Z" ]
1
Each of two boats, boat 1 and boat 2, will be assigned exactly four people. Exactly eight people, three adults—F, G, and H—and five children—V, W, X, Y, and Z—must be assigned to the boats according to the following conditions: Each boat is assigned at least one adult. If F is assigned to boat 2, G is assigned to boat 2. If V is assigned to boat 1, W is assigned to boat 2. X and Z are assigned to different boats.
If H is assigned to a different boat than Y, which one of the following must be assigned to boat 1?
[ "F", "G", "H", "V", "Y" ]
0
Each of two boats, boat 1 and boat 2, will be assigned exactly four people. Exactly eight people, three adults—F, G, and H—and five children—V, W, X, Y, and Z—must be assigned to the boats according to the following conditions: Each boat is assigned at least one adult. If F is assigned to boat 2, G is assigned to boat 2. If V is assigned to boat 1, W is assigned to boat 2. X and Z are assigned to different boats.
If exactly one adult is assigned to boat 1, which one of the following must be true?
[ "F is assigned to boat 1.", "G is assigned to boat 2.", "H is assigned to boat 2.", "V is assigned to boat 1.", "Z is assigned to boat 2." ]
1
Each of nine students—Faith, Gregory, Harlan, Jennifer, Kenji, Lisa, Marcus, Nari, and Paul—will be assigned to exactly one of three panels: Oceans, Recycling, and Wetlands. Exactly three of the students will be assigned to each panel. The assignment of students to panels must meet the following conditions: Faith is assigned to the same panel as Gregory. Kenji is assigned to the same panel as Marcus. Faith is not assigned to the same panel as Paul. Gregory is not assigned to the same panel as Harlan. Jennifer is not assigned to the same panel as Kenji. Harlan is not assigned to the Oceans panel if Paul is not assigned to the Oceans panel.
Which one of the following is an acceptable assignment of students to the panels?
[ "Oceans: Faith, Gregory, Jennifer Recycling: Kenji, Lisa, Nari Wetlands: Harlan, Marcus, Paul", "Oceans: Faith, Jennifer, Lisa Recycling: Harlan, Kenji, Marcus Wetlands: Gregory, Nari, Paul", "Oceans: Harlan, Kenji, Marcus Recycling: Faith, Gregory, Jennifer Wetlands: Lisa, Nari, Paul", "Oceans: Jennifer, Kenji, Marcus Recycling: Faith, Gregory, Nari Wetlands: Harlan, Lisa, Paul", "Oceans: Kenji, Marcus, Paul Recycling: Harlan, Jennifer, Nari Wetlands: Faith, Gregory, Lisa" ]
4
Each of nine students—Faith, Gregory, Harlan, Jennifer, Kenji, Lisa, Marcus, Nari, and Paul—will be assigned to exactly one of three panels: Oceans, Recycling, and Wetlands. Exactly three of the students will be assigned to each panel. The assignment of students to panels must meet the following conditions: Faith is assigned to the same panel as Gregory. Kenji is assigned to the same panel as Marcus. Faith is not assigned to the same panel as Paul. Gregory is not assigned to the same panel as Harlan. Jennifer is not assigned to the same panel as Kenji. Harlan is not assigned to the Oceans panel if Paul is not assigned to the Oceans panel.
If Marcus and Paul are both assigned to the Wetlands panel, which one of the following must be true?
[ "Harlan is assigned to the Recycling panel.", "Jennifer is assigned to the Oceans panel.", "Kenji is assigned to the Recycling panel.", "Lisa is assigned to the Wetlands panel.", "Nari is assigned to the Oceans panel." ]
0
Each of nine students—Faith, Gregory, Harlan, Jennifer, Kenji, Lisa, Marcus, Nari, and Paul—will be assigned to exactly one of three panels: Oceans, Recycling, and Wetlands. Exactly three of the students will be assigned to each panel. The assignment of students to panels must meet the following conditions: Faith is assigned to the same panel as Gregory. Kenji is assigned to the same panel as Marcus. Faith is not assigned to the same panel as Paul. Gregory is not assigned to the same panel as Harlan. Jennifer is not assigned to the same panel as Kenji. Harlan is not assigned to the Oceans panel if Paul is not assigned to the Oceans panel.
Which one of the following is a pair of students who could be assigned to the same panel as each other?
[ "Faith and Harlan", "Gregory and Paul", "Harlan and Marcus", "Faith and Marcus", "Jennifer and Marcus" ]
2
Each of nine students—Faith, Gregory, Harlan, Jennifer, Kenji, Lisa, Marcus, Nari, and Paul—will be assigned to exactly one of three panels: Oceans, Recycling, and Wetlands. Exactly three of the students will be assigned to each panel. The assignment of students to panels must meet the following conditions: Faith is assigned to the same panel as Gregory. Kenji is assigned to the same panel as Marcus. Faith is not assigned to the same panel as Paul. Gregory is not assigned to the same panel as Harlan. Jennifer is not assigned to the same panel as Kenji. Harlan is not assigned to the Oceans panel if Paul is not assigned to the Oceans panel.
If Kenji and Paul are both assigned to the Recycling panel, which one of the following could be true?
[ "Faith is assigned to the Wetlands panel.", "Gregory is assigned to the Recycling panel.", "Harlan is assigned to the Oceans panel.", "Jennifer is assigned to the Wetlands panel.", "Lisa is assigned to the Recycling panel." ]
3
Each of nine students—Faith, Gregory, Harlan, Jennifer, Kenji, Lisa, Marcus, Nari, and Paul—will be assigned to exactly one of three panels: Oceans, Recycling, and Wetlands. Exactly three of the students will be assigned to each panel. The assignment of students to panels must meet the following conditions: Faith is assigned to the same panel as Gregory. Kenji is assigned to the same panel as Marcus. Faith is not assigned to the same panel as Paul. Gregory is not assigned to the same panel as Harlan. Jennifer is not assigned to the same panel as Kenji. Harlan is not assigned to the Oceans panel if Paul is not assigned to the Oceans panel.
Each of the following is a pair of students who could be assigned to the same panel as each other EXCEPT:
[ "Gregory and Kenji", "Gregory and Lisa", "Kenji and Nari", "Lisa and Marcus", "Lisa and Paul" ]
0
Each of seven travelers—Norris, Oribe, Paulsen, Rosen, Semonelli, Tan, and Underwood—will be assigned to exactly one of nine airplane seats. The seats are numbered from 1 through 9 and arranged in rows as follows: Front row: 1 2 3 Middle row: 4 5 6 Last row: 7 8 9 Only seats in the same row as each other are immediately beside each other. Seat assignments must meet the following conditions: Oribe's seat is in the last row. Paulsen's seat is immediately beside Rosen's seat and also immediately beside an unassigned seat. Rosen's seat is in the row immediately behind the row in which Norris' seat is located. Neither Semonelli nor Underwood is seated immediately beside Norris.
Which one of the following is a pair of travelers who could be assigned to seats 2 and 8, respectively?
[ "Norris, Semonelli", "Oribe, Underwood", "Paulsen, Oribe", "Rosen, Semonelli", "Underwood, Tan" ]
0
Each of seven travelers—Norris, Oribe, Paulsen, Rosen, Semonelli, Tan, and Underwood—will be assigned to exactly one of nine airplane seats. The seats are numbered from 1 through 9 and arranged in rows as follows: Front row: 1 2 3 Middle row: 4 5 6 Last row: 7 8 9 Only seats in the same row as each other are immediately beside each other. Seat assignments must meet the following conditions: Oribe's seat is in the last row. Paulsen's seat is immediately beside Rosen's seat and also immediately beside an unassigned seat. Rosen's seat is in the row immediately behind the row in which Norris' seat is located. Neither Semonelli nor Underwood is seated immediately beside Norris.
If Semonelli and Underwood are not assigned to seats in the same row as each other, which one of the following must be false?
[ "Norris is assigned to seat 2.", "Paulsen is assigned to seat 5.", "Rosen is assigned to seat 4.", "Tan is assigned to seat 2.", "Underwood is assigned to seat 1." ]
0
Each of seven travelers—Norris, Oribe, Paulsen, Rosen, Semonelli, Tan, and Underwood—will be assigned to exactly one of nine airplane seats. The seats are numbered from 1 through 9 and arranged in rows as follows: Front row: 1 2 3 Middle row: 4 5 6 Last row: 7 8 9 Only seats in the same row as each other are immediately beside each other. Seat assignments must meet the following conditions: Oribe's seat is in the last row. Paulsen's seat is immediately beside Rosen's seat and also immediately beside an unassigned seat. Rosen's seat is in the row immediately behind the row in which Norris' seat is located. Neither Semonelli nor Underwood is seated immediately beside Norris.
If Semonelli is assigned to a seat in the same row as Underwood, which one of the following travelers could be assigned to a seat immediately beside one of the unassigned seats?
[ "Oribe", "Rosen", "Semonelli", "Tan", "Underwood" ]
3
Each of seven travelers—Norris, Oribe, Paulsen, Rosen, Semonelli, Tan, and Underwood—will be assigned to exactly one of nine airplane seats. The seats are numbered from 1 through 9 and arranged in rows as follows: Front row: 1 2 3 Middle row: 4 5 6 Last row: 7 8 9 Only seats in the same row as each other are immediately beside each other. Seat assignments must meet the following conditions: Oribe's seat is in the last row. Paulsen's seat is immediately beside Rosen's seat and also immediately beside an unassigned seat. Rosen's seat is in the row immediately behind the row in which Norris' seat is located. Neither Semonelli nor Underwood is seated immediately beside Norris.
If the seat to which Tan is assigned is immediately beside a seat assigned to another traveler and also immediately beside one of the unassigned seats, which one of the following must be true?
[ "Tan is assigned to a seat in the front row.", "Tan is assigned to a seat in the last row.", "Oribe is assigned to a seat immediately beside Semonelli.", "Oribe is assigned to a seat immediately beside Tan.", "Semonelli is assigned to a seat immediately beside Underwood." ]
0
Each of seven travelers—Norris, Oribe, Paulsen, Rosen, Semonelli, Tan, and Underwood—will be assigned to exactly one of nine airplane seats. The seats are numbered from 1 through 9 and arranged in rows as follows: Front row: 1 2 3 Middle row: 4 5 6 Last row: 7 8 9 Only seats in the same row as each other are immediately beside each other. Seat assignments must meet the following conditions: Oribe's seat is in the last row. Paulsen's seat is immediately beside Rosen's seat and also immediately beside an unassigned seat. Rosen's seat is in the row immediately behind the row in which Norris' seat is located. Neither Semonelli nor Underwood is seated immediately beside Norris.
If Oribe is assigned to a seat immediately beside one of the unassigned seats, which one of the following must be true?
[ "Oribe is assigned to seat 8.", "Tan is assigned to seat 2.", "Underwood is assigned to seat 1.", "Seat 4 is unassigned.", "Seat 9 is unassigned." ]
1
A university library budget committee must reduce exactly five of eight areas of expenditure—G, L, M, N, P, R, S, and W—in accordance with the following conditions: If both G and S are reduced, W is also reduced. If N is reduced, neither R nor S is reduced. If P is reduced, L is not reduced. Of the three areas L, M, and R, exactly two are reduced.
Which one of the following could be a complete and accurate list of the areas of expenditure reduced by the committee?
[ "G, L, M, N, W", "G, L, M, P, W", "G, M, N, R, W", "G, M, P, R, S", "L, M, R, S, W" ]
0
A university library budget committee must reduce exactly five of eight areas of expenditure—G, L, M, N, P, R, S, and W—in accordance with the following conditions: If both G and S are reduced, W is also reduced. If N is reduced, neither R nor S is reduced. If P is reduced, L is not reduced. Of the three areas L, M, and R, exactly two are reduced.
If W is reduced, which one of the following could be a complete and accurate list of the four other areas of expenditure to be reduced?
[ "G, M, P, S", "L, M, N, R", "L, M, P, S", "M, N, P, S", "M, P, R, S" ]
4
A university library budget committee must reduce exactly five of eight areas of expenditure—G, L, M, N, P, R, S, and W—in accordance with the following conditions: If both G and S are reduced, W is also reduced. If N is reduced, neither R nor S is reduced. If P is reduced, L is not reduced. Of the three areas L, M, and R, exactly two are reduced.
If P is reduced, which one of the following is a pair of areas of expenditure both of which must be reduced?
[ "G, M", "M, R", "N, R", "R, S", "S, W" ]
1
A university library budget committee must reduce exactly five of eight areas of expenditure—G, L, M, N, P, R, S, and W—in accordance with the following conditions: If both G and S are reduced, W is also reduced. If N is reduced, neither R nor S is reduced. If P is reduced, L is not reduced. Of the three areas L, M, and R, exactly two are reduced.
If both L and S are reduced, which one of the following could be a pair of areas of expenditure both of which are reduced?
[ "G, M", "G, P", "N, R", "N, W", "P, S" ]
0
A university library budget committee must reduce exactly five of eight areas of expenditure—G, L, M, N, P, R, S, and W—in accordance with the following conditions: If both G and S are reduced, W is also reduced. If N is reduced, neither R nor S is reduced. If P is reduced, L is not reduced. Of the three areas L, M, and R, exactly two are reduced.
If R is not reduced, which one of the following must be true?
[ "G is reduced.", "N is not reduced.", "P is reduced.", "S is reduced.", "W is not reduced." ]
0
A university library budget committee must reduce exactly five of eight areas of expenditure—G, L, M, N, P, R, S, and W—in accordance with the following conditions: If both G and S are reduced, W is also reduced. If N is reduced, neither R nor S is reduced. If P is reduced, L is not reduced. Of the three areas L, M, and R, exactly two are reduced.
If both M and R are reduced, which one of the following is a pair of areas neither of which could be reduced?
[ "G, L", "G, N", "L, N", "L, P", "P, S" ]
2
A university library budget committee must reduce exactly five of eight areas of expenditure—G, L, M, N, P, R, S, and W—in accordance with the following conditions: If both G and S are reduced, W is also reduced. If N is reduced, neither R nor S is reduced. If P is reduced, L is not reduced. Of the three areas L, M, and R, exactly two are reduced.
Which one of the following areas must be reduced?
[ "G", "L", "N", "P", "W" ]
4
A jeweler makes a single strand of beads by threading onto a string in a single direction from a clasp a series of solid-colored beads. Each bead is either green, orange, purple, red, or yellow. The resulting strand satisfies the following specifications: If a purple bead is adjacent to a yellow bead, any bead that immediately follows and any bead that immediately precedes that pair must be red. Any pair of beads adjacent to each other that are the same color as each other must be green. No orange bead can be adjacent to any red bead. Any portion of the strand containing eight consecutive beads must include at least one bead of each color.
If the strand has exactly eight beads, which one of the following is an acceptable order, starting from the clasp, for the eight beads?
[ "green, red, purple, yellow, red, orange, green, purple", "orange, yellow, red, red, yellow, purple, red, green", "purple, yellow, red, green, green, orange, yellow, orange", "red, orange, red, yellow, purple, green, yellow, green", "red, yellow, purple, red, green, red, green, green" ]
2
A jeweler makes a single strand of beads by threading onto a string in a single direction from a clasp a series of solid-colored beads. Each bead is either green, orange, purple, red, or yellow. The resulting strand satisfies the following specifications: If a purple bead is adjacent to a yellow bead, any bead that immediately follows and any bead that immediately precedes that pair must be red. Any pair of beads adjacent to each other that are the same color as each other must be green. No orange bead can be adjacent to any red bead. Any portion of the strand containing eight consecutive beads must include at least one bead of each color.
If an orange bead is the fourth bead from the clasp, which one of the following is a pair that could be the second and third beads, respectively?
[ "green, orange", "green, red", "purple, purple", "yellow, green", "yellow, purple" ]
3
A jeweler makes a single strand of beads by threading onto a string in a single direction from a clasp a series of solid-colored beads. Each bead is either green, orange, purple, red, or yellow. The resulting strand satisfies the following specifications: If a purple bead is adjacent to a yellow bead, any bead that immediately follows and any bead that immediately precedes that pair must be red. Any pair of beads adjacent to each other that are the same color as each other must be green. No orange bead can be adjacent to any red bead. Any portion of the strand containing eight consecutive beads must include at least one bead of each color.
If on an eight-bead strand the second, third, and fourth beads from the clasp are red, green, and yellow, respectively, and the sixth and seventh beads are purple and red, respectively, then which one of the following must be true?
[ "The first bead is purple.", "The fifth bead is green.", "The fifth bead is orange.", "The eighth bead is orange.", "The eighth bead is yellow." ]
2
A jeweler makes a single strand of beads by threading onto a string in a single direction from a clasp a series of solid-colored beads. Each bead is either green, orange, purple, red, or yellow. The resulting strand satisfies the following specifications: If a purple bead is adjacent to a yellow bead, any bead that immediately follows and any bead that immediately precedes that pair must be red. Any pair of beads adjacent to each other that are the same color as each other must be green. No orange bead can be adjacent to any red bead. Any portion of the strand containing eight consecutive beads must include at least one bead of each color.
If on a six-bead strand the first and second beads from the clasp are purple and yellow, respectively, then the fifth and sixth beads CANNOT be
[ "green and orange, respectively", "orange and green, respectively", "orange and yellow, respectively", "purple and orange, respectively", "yellow and purple, respectively" ]
4
A jeweler makes a single strand of beads by threading onto a string in a single direction from a clasp a series of solid-colored beads. Each bead is either green, orange, purple, red, or yellow. The resulting strand satisfies the following specifications: If a purple bead is adjacent to a yellow bead, any bead that immediately follows and any bead that immediately precedes that pair must be red. Any pair of beads adjacent to each other that are the same color as each other must be green. No orange bead can be adjacent to any red bead. Any portion of the strand containing eight consecutive beads must include at least one bead of each color.
If on a nine-bead strand the first and fourth beads from the clasp are purple, and the second and fifth beads are yellow, which one of the following could be true?
[ "The seventh bead is orange.", "The eighth bead is green.", "The eighth bead is red.", "The ninth bead is red.", "The ninth bead is yellow." ]
4
A jeweler makes a single strand of beads by threading onto a string in a single direction from a clasp a series of solid-colored beads. Each bead is either green, orange, purple, red, or yellow. The resulting strand satisfies the following specifications: If a purple bead is adjacent to a yellow bead, any bead that immediately follows and any bead that immediately precedes that pair must be red. Any pair of beads adjacent to each other that are the same color as each other must be green. No orange bead can be adjacent to any red bead. Any portion of the strand containing eight consecutive beads must include at least one bead of each color.
If on an eight-bead strand the first, second, third, and fourth beads from the clasp are red, yellow, green, and red, respectively, then the fifth and sixth beads CANNOT be
[ "green and orange, respectively", "green and purple, respectively", "purple and orange, respectively", "purple and yellow, respectively", "yellow and orange, respectively" ]
3
At an evening concert, a total of six songs—O, P, T, X, Y, and Z—will be performed by three vocalists—George, Helen, and Leslie. The songs will be sung consecutively as solos, and each will be performed exactly once. The following constraints govern the composition of the concert program: Y must be performed earlier than T and earlier than O. P must be performed earlier than Z and later than O. George can perform only X, Y, and Z. Helen can perform only T, P, and X. Leslie can perform only O, P, and X. The vocalist who performs first must be different from the vocalist who performs last.
Which one of the following is an acceptable schedule for the performance of the songs, in order from the first to last song performed?
[ "X, T, Y, O, P, Z", "X, Z, Y, T, O, P", "Y, O, P, X, T, Z", "Y, P, O, Z, T, X", "Y, X, O, P, Z, T" ]
4
At an evening concert, a total of six songs—O, P, T, X, Y, and Z—will be performed by three vocalists—George, Helen, and Leslie. The songs will be sung consecutively as solos, and each will be performed exactly once. The following constraints govern the composition of the concert program: Y must be performed earlier than T and earlier than O. P must be performed earlier than Z and later than O. George can perform only X, Y, and Z. Helen can perform only T, P, and X. Leslie can perform only O, P, and X. The vocalist who performs first must be different from the vocalist who performs last.
Which one of the following must be true about the program?
[ "George performs X.", "Helen performs O.", "Helen performs T.", "Leslie performs P.", "Leslie performs X." ]
2