Unit 16

Positional Constraint Deduction

About this unit

Assign items, people, or objects to specific positions or slots by satisfying a set of explicit placement rules. Unlike general ordering, these questions give hard constraints: "must be directly adjacent", "must be in position 1", "must be exactly 2 apart" — and you must find the unique valid configuration.

What types of questions will you face?

  • 1Assign 4-6 coloured boxes/bags in a row where specific pairs must be adjacent or a set distance apart
  • 2Stack 5 ingredients in a sandwich/lunchbox where each layer is constrained relative to others
  • 3Assign people to car seats (driver, passenger, back left, back right) under strict constraints
  • 4Identify which locker or position holds the prize using adjacency and distance clues
  • 5Seat 6+ people at a rectangular table with row, column, and opposite-seat rules
  • 6Assign departments to building floors under a full set of ordering and adjacency constraints

Skills you will build

  • Applying hard adjacency constraints ("only next to", "directly above/below")
  • Handling absolute constraints ("must be in position 1 or 2") alongside relative ones
  • Building up valid assignments incrementally — start with the most constrained element
  • Eliminating invalid arrangements quickly using a single violated constraint
  • Tracking "exactly N positions away" constraints on a numbered row
  • Applying both linear and 2D grid positional rules simultaneously

By the end of this unit, you will be able to

  • Solve any hard-constraint placement puzzle by starting from the most restricted element
  • Find the unique valid configuration when every position is tightly constrained
  • Assign seats, layers, or positions efficiently without checking every possibility
  • Distinguish solvable from unsolvable configurations when given partial constraints

Difficulty profile

The hardest unit in the course (avg 3.92). Simple 4-element row problems are Medium; 6-element rows with multiple adjacency, distance, and direction constraints plus table-seating problems are Very Difficult. This unit rewards systematic, patient work.

Exam tip: Positional Constraint Deduction

Always start with the element that has the most explicit constraints (e.g. "must be in position 1", "only adjacent to X"). Place it first, then use each constraint to narrow what the remaining positions can contain. Never guess — build the solution one forced step at a time.

Sample Questions

Lesson 1 of 6Positional Constraint DeductionIntermediate

Positional Constraint Deduction questions ask you to place items into specific positions — a stack, a row, or a grid — while satisfying a set of hard rules about what can and cannot be adjacent. Let's start with the most teachable one-dimensional variant: a vertical stacking puzzle. The secret is that one constraint always acts as the anchor — lock that in first, and the rest follows.

Stacking and sequencing problems with "directly on top of" and "must not touch" constraints appear consistently in the medium difficulty band of OC TS. Students who identify the anchor constraint early solve them in seconds; students who try every permutation waste time and risk errors.

The examiner is checking whether you can identify the most specific constraint — the "X directly on top of Y" clue that creates a locked consecutive pair — and use it as the starting point to build the arrangement, then verify each adjacency constraint as layers are added.

Five items must be stacked from bottom to top. One item is anchored at the bottom. One pair must be consecutive (X directly on top of Y). Additional rules prohibit certain adjacent pairs. You must find which item sits at the very top in the only valid arrangement.

Best approach: Step 1: Lock the bottom item as given. Step 2: Treat the "directly on top of" pair as a single block — place them together. Step 3: Try arrangements that respect the non-adjacency rules by checking every pair of touching layers. Step 4: Verify the complete stack against all rules. The first valid arrangement you find is the answer — there is exactly one.

Question

Ali stacks five ingredients into a sandwich (each is one layer, from bottom to top): bread, chicken, lettuce, cheese, and mayonnaise.

Rules:

  • Bread is the bottom layer.
  • Lettuce must not touch mayonnaise.
  • Cheese must not touch lettuce.
  • Mayonnaise sits directly on top of chicken.

If Ali follows the rules, which ingredient is on top?

  1. Acheese
  2. Bchicken
  3. Clettuce
  4. Dmayonnaise

Decided on your answer? Check how you went below.

Lesson 2 of 6Positional Constraint DeductionIntermediate

Six towns, five compass clues, one diagram. This question looks intimidating because of the number of towns and relationships, but the secret is to place the towns one clue at a time rather than trying to visualise all of them at once. The moment you anchor D at the bottom and build upward and outward, the map assembles itself in about 30 seconds.

Text-based compass direction mapping appears occasionally in OC TS, usually at the medium difficulty level. The question always gives exactly as many clues as needed to produce one unambiguous map. Students who draw as they read score reliably; students who try to hold the whole map in their head make errors on the east–west placements.

The examiner is checking whether you can translate each compass direction clue into a grid position, build a complete map by applying clues sequentially, and then correctly identify a compound direction (e.g. "northwest") from that map. The trap is confusing "due north" with "northwest" — the two are different.

Five or six towns are described with cardinal and ordinal direction relationships (north, northeast, west, etc.). After placing all towns on a mental or drawn grid, you identify the direction or relative position of a specific town from another. Compound directions (northwest, southeast, etc.) are tested because students often place B "due north" and then wrongly label it "northwest."

Best approach: Start with the town that has the most constraints and fix it in the centre of your grid. Build outward clue by clue, drawing a dot and letter for each town. Once the map is complete, draw a compass rose at the target town and read off which town falls in the asked direction. Never name a town "northwest" if it sits directly above (due north) or directly left (due west) of the target.

Question

There are six towns (A, B, C, D, E and F) in a region.

Town B is north of Town C and northeast of Town A. Town C is north of Town D and west of Town E. Town F is east of Town E.

Which town is northwest of Town D?

  1. ATown A
  2. BTown B
  3. CTown E
  4. DTown F

Decided on your answer? Check how you went below.

Lesson 3 of 6Positional Constraint DeductionIntermediate

A word game assigns a whole-number value (≥ 1) to each letter. You are given four example words and their scores. From those, can you work out the value of each letter and calculate the score for THAW? This is a classic substitution puzzle: each equation gives you information, and combining them lets you solve for every unknown.

Letter-value or symbol-value puzzles appear regularly in OC TS. They typically give 3–5 example totals and ask for the total of a new combination. The key skills are: recognising shared letters between equations (to eliminate variables), and remembering the "whole number ≥ 1" constraint when there are multiple possible solutions for a pair.

The examiner is testing whether students can set up and solve a simple system of equations using substitution. The '≥ 1' constraint is deliberate — it is the only way to pin down the unique value of O (and therefore T). Students who assume O = 2 will get T = 0, violating the constraint, and end up with a wrong answer for THAW.

Four words and their scores are given. The words share letters, so each new equation adds information. Identify which pair of words differs by exactly one letter (TOO vs TWO: swap one O for W) to isolate a relationship between two letters. Then use the constraint that each value is a whole number ≥ 1 to pin down exact values. Finally substitute into the target word.

Best approach: Start with the shortest word: TOO = T + 2O = 4. Since both T and O must be ≥ 1, the only solution is O=1, T=2. Plug into HOOT to get H=2. Plug into TWO to get W=3. Plug into THAT to get A=1. Then THAW = 2+2+1+3 = 8. Always verify: check that every value is a whole number ≥ 1 before confirming.

Question

In a word game, players make words out of letters. Each letter has a value that is a whole number that is at least 1. The score for the word is the total of the values of all the letters in the word.

For example:

  • The word TOO scores 4.
  • The word TWO scores 6.
  • The word HOOT also scores 6.
  • The word THAT scores 7.

What is the score for the word THAW?

  1. A6
  2. B7
  3. C8
  4. D9

Decided on your answer? Check how you went below.

Lesson 4 of 6Positional Constraint DeductionDifficult

Now for a 2D positional puzzle — four seats in a car arranged in a 2×2 grid. This is harder than a linear stack because constraints operate in two directions: "next to" means side by side in the same row, while "directly behind" means same column in a different row. Getting those directions right is the difference between a quick solve and a wrong answer.

Car seating, table seating, and rectangular grid placement problems appear regularly in the difficult range of OC TS. The key skill is correctly translating spatial language ("next to", "directly behind", "not in the back") into grid positions before placing anyone.

The examiner is testing whether you can map spatial language onto a 2D grid correctly, apply an either-or constraint to eliminate one option through forced placement of other people, and find the unique valid seating arrangement.

Four or six people must be placed into a 2×2 or larger grid of named seats (front-left, front-right, back-left, back-right). Each person has one or two constraints — a specific allowed or forbidden seat, a side-by-side restriction, or a same-column rule. You identify who sits where and answer a specific placement question.

Best approach: First, draw the grid and label every seat. Then place the person with the most specific single-seat clue ("Bea must be directly behind the driver" → Bea is back-left). Work through each remaining person using their constraints to eliminate seats. When a person has an either-or constraint, use the other placed people to determine which option is still available.

Question

Four friends — Aiden, Bea, Cal, and Dani — are in a car with two front seats (left = driver, right = passenger) and two back seats (left and right).

  • Aiden is either driving (front-left) or sitting in the back-right seat.
  • Bea sits directly behind the driver (same column, back seat).
  • Cal is not in the back and is not sitting next to Dani.

Who is driving?

  1. ABea
  2. BAiden
  3. CCal
  4. DDani

Decided on your answer? Check how you went below.

Lesson 5 of 6Positional Constraint DeductionDifficult

Train table seating combines two types of constraint at once: which direction a person is facing (forward or backward) AND which type of seat they have (window or aisle). This question adds a third spatial relationship — "diagonally opposite" — that students sometimes confuse with "directly opposite." Getting those three terms right is the whole game.

Train and table seating puzzles appear in the difficult range of OC TS and are among the most richly constrained positional problems. They are especially valued by examiners because students who rush and confuse "diagonal" with "direct" pick wrong answers confidently. Methodical case-testing is the only reliable approach.

The examiner is checking whether you can (1) correctly interpret "diagonally opposite" vs "directly opposite" vs "next to" in a 2×2 grid, (2) systematically test all possible placements and eliminate those that break any constraint, and (3) identify which conclusion is true in every valid arrangement rather than just one.

Four people are placed in a 2×2 train table (forward/backward × window/aisle). You are given three constraints — a diagonal relationship, a direction for one person, and an adjacency rule. Two valid arrangements usually survive the elimination. The correct answer is the statement that is true in both.

Best approach: Draw the 2×2 grid and label the four seats (A=window-forward, B=aisle-forward, C=window-backward, D=aisle-backward). Write out all four possible "diagonally opposite" pairs for the first named constraint. Then apply the direction and adjacency clues one at a time to kill off invalid cases. For each surviving arrangement, check all four answer options — the one that is true in every case is your answer.

Question

Jess, Kamilla, Lucy, and Max are seated around a table on a train. Two of them are facing forwards (in the direction of travel) and two are facing backwards. Two have window seats and the other two have aisle seats.

I know that: Jess is sitting diagonally opposite Lucy; Max is facing forwards; Kamilla is next to Jess.

Which one of the following do I also know?

  1. ALucy is travelling backwards.
  2. BLucy has a window seat.
  3. CKamilla has an aisle seat.
  4. DJess is sitting opposite Max.

Decided on your answer? Check how you went below.

Lesson 6 of 6Positional Constraint DeductionDifficult

Five chests in a row, five clues, and only one chest with the key to freedom. This is the richest positional constraint puzzle in this unit — it combines "far right" anchoring, distance-based placement, "left of" ordering, and adjacency exclusions. The secret is to start with the clue that gives an absolute position (black is at far right), then chain outward to place each remaining chest.

Five-item row placement puzzles appear in OC TS at the difficult level and are among the most time-intensive questions in the paper. They reward students with a systematic, step-by-step placement approach. Students who try to test all permutations without anchoring first run out of time and make errors.

The examiner is checking whether you can anchor the arrangement from the one absolute clue (Black = position 5), derive the next placement from a distance clue (White = 3), then use exclusion clues to force every remaining colour into its unique position, and finally use the two key-location clues in sequence to identify which colour holds the key.

Five coloured items must be placed in a numbered row. One clue gives an absolute position ("at the far right"). Other clues give distances ("2 places away"), orderings ("to the left of"), and adjacency restrictions ("not next to"). You chain all clues to build the unique valid arrangement, then use the final clue to identify the target item.

Best approach: Step 1: Place the item with the absolute position clue. Step 2: Use any distance clue from that item to place its neighbour. Step 3: Use exclusion clues to eliminate positions for the most constrained remaining item and place it. Step 4: Use ordering clues to finish. Step 5: Apply the key-location distance clue to get two candidate positions, then use the adjacency clue for the key to eliminate one candidate. The remaining position is your answer.

Question

A girl is locked in the dungeon of a castle. There are 5 chests in a row in the dungeon, one of which contains a key to escape, but the others contain poisonous snakes. The girl can only open one chest. She has 5 clues to help her make her choice:

  • The white chest is 2 places away from the chest with the key.
  • The black chest is at the far right and 2 places away from the white chest.
  • The red chest is not next to the chest with the key.
  • The yellow chest is to the left of the white one.
  • The purple chest is not next to the black or white chests.

Which chest should the girl open to find the key?

  1. Ablack
  2. Bred
  3. Cyellow
  4. Dpurple

Decided on your answer? Check how you went below.

Give Your Child the Best Chance at OC Entry

Join NSW families preparing their children for the Opportunity Class Placement Test with the most realistic online OC practice tests available. First tests free—no credit card required.

Claim Your Free OC Practice Tests